Commit Graph

28 Commits

Author SHA256 Message Date
Dominique Leuenberger
7371e00834 Accepting request 901317 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/901317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libconfig?expand=0&rev=15
2021-06-25 13:00:40 +00:00
Dave Plater
0ccddf5989 Accepting request 901000 from home:jengelh:branches:multimedia:libs
- Update to release 1.7.3

OBS-URL: https://build.opensuse.org/request/show/901000
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=27
2021-06-22 11:10:58 +00:00
Dominique Leuenberger
526d7ab17f Accepting request 637116 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/637116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libconfig?expand=0&rev=14
2018-10-01 07:05:23 +00:00
craig gardner
6fa5fe238e Accepting request 637050 from home:AndreasStieger:branches:multimedia:libs
libconfig 1.7.2

OBS-URL: https://build.opensuse.org/request/show/637050
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=25
2018-09-21 23:21:25 +00:00
Dominique Leuenberger
862f81c8db Accepting request 591263 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/591263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libconfig?expand=0&rev=13
2018-03-29 09:50:13 +00:00
Tomáš Chvátal
04ce4238ad Accepting request 591131 from home:kukuk:branches:multimedia:libs
- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/591131
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=23
2018-03-26 18:28:32 +00:00
Dominique Leuenberger
0b8d16287b Accepting request 573967 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/573967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libconfig?expand=0&rev=12
2018-02-12 09:08:16 +00:00
Dave Plater
91d729cad1 Accepting request 573909 from home:jengelh:branches:multimedia:libs
- Ensure neutrality of description, and strip other OS mentions.

OBS-URL: https://build.opensuse.org/request/show/573909
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=21
2018-02-08 05:57:37 +00:00
Dominique Leuenberger
401a241b6f Accepting request 541032 from multimedia:libs
Update to 1.7:
Redesigned the directory-include feature to avoid using
    platform-specific directory scanning code, and to fix a bug in
    the handling of nested includes. The application can now do its
    own directory scanning and/or wildcard expansion by registering
    an include function.
  * Added new CONFIG_OPTION_ALLOW_SCIENTIFIC_NOTATION to allow
    either %f or %g-style formatting for floating point values.
  * Improved the options APIs in both the C and C++ libraries.
  * Improved the automatic conversion between int and int64 values.
  * Fixed build errors caused by out-of-sync generated lexer and
    parser source files.
  * Added an API to clear an existing configuration.
  * Fixed a problem where a group or list could be added to an array.
  * Changed default float precision from 2 to 6.
  * Modified grammar to allow trailing commas in lists and arrays.
  * Removed logic that clipped negative values to 0 in (unsigned int)
    cast operator.
  * Updated manual and added a new chapter on other libconfig
    implementations and bindings.
  * Various internal code cleanup.
  * Fixed failing unit tests.
  * Upgraded VS2015 solution/project files to VS2017.
- Use new project URL
- sonum updated from 8 to 11

OBS-URL: https://build.opensuse.org/request/show/541032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libconfig?expand=0&rev=11
2017-11-14 13:45:10 +00:00
Dave Plater
9aa68a0552 Accepting request 540745 from home:avindra
- Update to 1.7:
  * Redesigned the directory-include feature to avoid using
    platform-specific directory scanning code, and to fix a bug in
    the handling of nested includes. The application can now do its
    own directory scanning and/or wildcard expansion by registering
    an include function.
  * Added new CONFIG_OPTION_ALLOW_SCIENTIFIC_NOTATION to allow
    either %f or %g-style formatting for floating point values.
  * Improved the options APIs in both the C and C++ libraries.
  * Improved the automatic conversion between int and int64 values.
  * Fixed build errors caused by out-of-sync generated lexer and
    parser source files.
  * Added an API to clear an existing configuration.
  * Fixed a problem where a group or list could be added to an array.
  * Changed default float precision from 2 to 6.
  * Modified grammar to allow trailing commas in lists and arrays.
  * Removed logic that clipped negative values to 0 in (unsigned int)
    cast operator.
  * Updated manual and added a new chapter on other libconfig
    implementations and bindings.
  * Various internal code cleanup.
  * Fixed failing unit tests.
  * Upgraded VS2015 solution/project files to VS2017.
- Use new project URL
- sonum updated from 8 to 11

OBS-URL: https://build.opensuse.org/request/show/540745
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=19
2017-11-12 05:49:32 +00:00
Dominique Leuenberger
0c933e0226 Accepting request 510069 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/510069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libconfig?expand=0&rev=10
2017-07-30 09:21:01 +00:00
Tomáš Chvátal
763549c695 Accepting request 510047 from home:scarabeus_iv:branches:multimedia:libs
- Update to 1.6.0:
  * Added include_dir feature (support for Debian-style conf.d/
    includes) (pull request #36)
  * Added octal_ints feature (support for integer expressed in octal,
    useful for permissions and masks in UNIX-like systems (pull req #42)
  * Fixed "Removing a setting removes all siblings" (issue #41)
    Props random85
  * Allow specifying the number of decimals wanted when outputting
    Based upon a suggestion by zhaopingsun (issue #31)
  * Make libconfig usable from CMake (pull request/issue #28)
    Props thfi
  * Documentation fixes
    - Copyright and examples
    - Included TeX patch from Debian (fixes FTBS with TeXlive)
  * Resync Debian packaging
    includes updated packages for GCC5 transition

OBS-URL: https://build.opensuse.org/request/show/510047
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=17
2017-07-13 12:27:30 +00:00
Dominique Leuenberger
4d3d68b1d6 Accepting request 310879 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/310879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libconfig?expand=0&rev=9
2015-06-08 06:27:19 +00:00
Dave Plater
a814f852d9 Accepting request 310878 from home:MargueriteSu:branches:multimedia:libs
update version 1.5

OBS-URL: https://build.opensuse.org/request/show/310878
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=15
2015-06-07 06:35:45 +00:00
Stephan Kulow
5c7db5bd6c Accepting request 254089 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/254089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libconfig?expand=0&rev=8
2014-10-06 10:06:22 +00:00
Cristian Rodríguez
837c34a36d Accepting request 254082 from home:jengelh:dev
- Make doc subpackage noarch; improve on RPM group classification

OBS-URL: https://build.opensuse.org/request/show/254082
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=13
2014-10-06 03:01:27 +00:00
Ismail Dönmez
1e86973ba6 Accepting request 146652 from multimedia:libs
update to 1.4.9 (forwarded request 146630 from posophe)

OBS-URL: https://build.opensuse.org/request/show/146652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libconfig?expand=0&rev=4
2013-01-01 11:00:46 +00:00
Ismail Dönmez
0c1230b464 Accepting request 146630 from home:posophe:branches:multimedia:libs
update to 1.4.9

OBS-URL: https://build.opensuse.org/request/show/146630
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=11
2012-12-29 18:35:13 +00:00
Stephan Kulow
c16f6c9015 Accepting request 121516 from multimedia:libs
Added baselibs.conf for 32 bit compat libs, moved info files to devel package and disabled doc package with html and pdf as workaround for broken texlive-bin build
See packaging list message about Broken dependencies in factory "can't install ffado:
  nothing provides libconfig++.so.9 needed by libffado2-32bit
Plus fixed overwritten changes (forwarded request 121515 from plater)

OBS-URL: https://build.opensuse.org/request/show/121516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libconfig?expand=0&rev=2
2012-05-22 08:09:06 +00:00
Dave Plater
c9a425ea1e Accepting request 121515 from home:plater
Added baselibs.conf for 32 bit compat libs, moved info files to devel package and disabled doc package with html and pdf as workaround for broken texlive-bin build
See packaging list message about Broken dependencies in factory "can't install ffado:
  nothing provides libconfig++.so.9 needed by libffado2-32bit
Plus fixed overwritten changes

OBS-URL: https://build.opensuse.org/request/show/121515
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=9
2012-05-19 12:20:37 +00:00
Dave Plater
7ac54c0a43 Accepting request 121513 from home:plater
Added baselibs.conf for 32 bit compat libs, moved info files to devel package and disabled doc package with html and pdf as workaround for broken texlive-bin build

OBS-URL: https://build.opensuse.org/request/show/121513
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=8
2012-05-19 12:14:59 +00:00
Stephan Kulow
1620527516 Accepting request 109296 from multimedia:libs
Fixed

OBS-URL: https://build.opensuse.org/request/show/109296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libconfig?expand=0&rev=1
2012-03-22 11:34:06 +00:00
Sascha Peilicke
ee48cb9237 - Fix typo, it's %{_smp_mflags}
- Remove unwanted description paragraphs

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=6
2012-03-14 14:31:02 +00:00
Sascha Peilicke
24d5367ee9 - Spec file cleanup:
* Use original tarball
  * Move COPYING, README into lib packages (legal requirement)
  * Move CHANGELOG and TODO into devel packages (not needed by users)
  * Move examples into doc package, and recommend it for both devel packages
  * Ran spec cleaner and removed unneeded rpmlintrc

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=5
2012-03-12 09:43:47 +00:00
Ismail Dönmez
d04e0bfa30 Accepting request 108772 from multimedia:libs
Let's get this done, reverting to a sane state, will re-apply successive changes afterwards...

OBS-URL: https://build.opensuse.org/request/show/108772
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=4
2012-03-11 14:47:35 +00:00
Dave Plater
8371d704b6 Accepting request 107982 from home:plater
Add spacing to changelog

OBS-URL: https://build.opensuse.org/request/show/107982
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=3
2012-03-05 13:41:23 +00:00
Ismail Dönmez
b8db0f805f Accepting request 107176 from home:saschpe:branches:multimedia:libs
- Spec file cleanup:
  * Use original tarball
  * Move COPYING, README into lib packages (legal requirement)
  * Move CHANGELOG and TODO into devel packages (not needed by users)
  * Move examples into doc package, and recommend it for both devel packages
  * Ran spec cleaner and removed unneeded rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/107176
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=2
2012-02-27 15:50:50 +00:00
Dave Plater
1ecfe2e330 Accepting request 106979 from home:plater
New package libconfig is needed to build ffado svn which is needed to fix bnc#747391 and bnc#736115

OBS-URL: https://build.opensuse.org/request/show/106979
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=1
2012-02-26 12:15:29 +00:00