Package Release Info

setconf-0.7.5-bp151.2.12

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

setconf

Change Logs

Version: 0.7.5-bp150.2.4
* Wed Oct 18 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 09 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 07 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 2015 sor.alexei@meowr.ru
- Update to 0.6.7:
  * Can use floating point numbers together with += and -=.
* Sun Mar 08 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.
* Fri Dec 19 2014 sor.alexei@meowr.ru
- Update to 0.6.4:
  * Better error messages when write permissions are denied.
* Mon Oct 20 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 2014 sor.alexei@meowr.ru
- Initial build.