Changelog
- Use single quotes around JSON data to reduce need for escaping
- Store integer magic in cache file
- Added $SDCV_HISTFILE to set history file
- return exit code 2 if search term not found
- Comply with the XDG Base Directory Specification
Differential D12672
updates sdcv to 0.5.3 Authored by nazar on Jan 17 2022, 6:50 PM. Tags None Referenced Files
Subscribers
Details
Changelog
build, install and look up new word
Diff Detail
Event TimelineComment Actions Hi @nazar. Changes in abi_* files are veryt important, you have to submit them too in this diff. So, everything that is in build folder except .eopkg file should be submited in the diff. Comment Actions hi @algent, sdcv already exists in repo, this is just an update 0.5.2->0.5.3. Also git diff is clean, means no changes were made to abi* files, am I doing it right? Comment Actions I did same thing as you and I had changes: $ git status On branch master Your branch is up to date with 'origin/master'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: abi_used_symbols modified: package.yml modified: pspec_x86_64.xml no changes added to commit (use "git add" and/or "git commit -a") Comment Actions @algent, I double checked: my git status is what I submitted with patch, could it be white-space changes to abi_used_symbols in your case? On branch master Your branch is up to date with 'origin/master'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: package.yml modified: pspec_x86_64.xml Untracked files: (use "git add <file>..." to include in what will be committed) sdcv-0.5.3-4-1-x86_64.eopkg no changes added to commit (use "git add" and/or "git commit -a") Comment Actions Maybe my PC acts differently: In your case you have only package.yml and pspec_x86_64.xml are modified, so it is fine I think. About pspec_x86_64.xml you have to use your real name not your nick as it is here <Name>nazar</Name> Comment Actions @nazar what repo are you using, stable shannon or unstable repo? Check it with eopkg lr. |