forked from pool/setconf
- Update to version 0.7.7 * Fix file truncated when no EOL at EOF - includes 0.7.6 * allow uncommenting keys without providing a value - remove copying-fsf.patch (upstreamed) - fix E: env-script-interpreter - ran spec-cleaner OBS-URL: https://build.opensuse.org/request/show/862985 OBS-URL: https://build.opensuse.org/package/show/utilities/setconf?expand=0&rev=15
74 lines
2.6 KiB
Plaintext
74 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jan 13 21:51:01 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
|
|
|
- Update to version 0.7.7
|
|
* Fix file truncated when no EOL at EOF
|
|
- includes 0.7.6
|
|
* allow uncommenting keys without providing a value
|
|
- remove copying-fsf.patch (upstreamed)
|
|
- fix E: env-script-interpreter
|
|
- ran spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 18 06:52:11 UTC 2017 - aavindraa@gmail.com
|
|
|
|
- Update to version 0.7.5
|
|
* Can now uncomment configuration options with the -u flag.
|
|
* Uncommenting and setting values also works on Linux kernel
|
|
configuration (#CONFIG_KERNEL_XY is not set to CONFIG_KERNEL_XY=y).
|
|
- Mark python dependency
|
|
- Lint spec file
|
|
- Add copying-fsf.patch to fix warning about incorrect mailing address
|
|
for the FSF.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 9 16:45:47 UTC 2017 - sor.alexei@meowr.ru
|
|
|
|
- Update to version 0.7.4 (changes since 0.7.2):
|
|
* Add Python 3.5 when testing.
|
|
* Can change single-line #define values by using the -d flag.
|
|
* Correctly formatted help text.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 7 07:12:54 UTC 2016 - sor.alexei@meowr.ru
|
|
|
|
- Update to version 0.7.2 (changes since 0.6.7):
|
|
* Deal mainly with bytes instead of strings.
|
|
* Handle ISO-8859-1 (Latin1) better, for Python 3.
|
|
* Fix a failing testcase for +=.
|
|
* Fix an issue that only happened on Python 3.2.
|
|
* Remove a dependency on chardet.
|
|
* Several minor changes.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 15 04:23:12 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.6.7:
|
|
* Can use floating point numbers together with += and -=.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 8 18:03:19 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.6.6 (changes since 0.6.4):
|
|
* Can now use += or -= for increasing or decreasing integer
|
|
values.
|
|
* Fix a problem with files without newline endings.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 19 21:39:18 UTC 2014 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.6.4:
|
|
* Better error messages when write permissions are denied.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 20 12:17:15 UTC 2014 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.6.3:
|
|
* Fixed a problem with -a that occurred when a key existed but was commented out
|
|
* Added regression test
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 13 14:58:37 UTC 2014 - sor.alexei@meowr.ru
|
|
|
|
- Initial build.
|