10 Commits

Author SHA256 Message Date
1741d1d0fc Accepting request 1322996 from devel:microos
- Update to version 0.8.3:
  * improved Documentation  (#246)

OBS-URL: https://build.opensuse.org/request/show/1322996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=40
2025-12-17 16:31:46 +00:00
Stefan Schubert
ce33e02b54 - Update to version 0.8.3:
* improved Documentation  (#246)

OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=56
2025-12-15 17:02:36 +00:00
5f114bd809 Accepting request 1321618 from devel:microos
- Update to version 0.8.2:
  * Cleanup man pages
  * Using ECONF_ARGUMENT_IS_NULL_VALUE instead of general error
- Update to version 0.8.2:
  * Cleanup man pages
  * Using ECONF_ARGUMENT_IS_NULL_VALUE instead of general error
    ECONF_ERROR

OBS-URL: https://build.opensuse.org/request/show/1321618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=39
2025-12-10 14:28:49 +00:00
Stefan Schubert
16c0194e5e - Update to version 0.8.2:
* Cleanup man pages
  * Using ECONF_ARGUMENT_IS_NULL_VALUE instead of general error 
 ECONF_ERROR

OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=54
2025-12-08 15:57:34 +00:00
5ee8fd73b9 Accepting request 1320041 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1320041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=38
2025-11-26 16:14:09 +00:00
Stefan Schubert
435e8e0c46 - Update to version 0.8.1:
* Set default parameter in econf_get<type>ValueDef to "const"

OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=52
2025-11-25 15:41:03 +00:00
fddd2d0ccc Accepting request 1312426 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1312426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=37
2025-10-21 09:15:03 +00:00
Stefan Schubert
f8e032c652 - Update to version 0.8.0:
* new call: econf_setExtValue (#239)
- Update to version 0.8.0:
  * new call: econf_setExtValue (#239)

OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=50
2025-10-20 13:57:42 +00:00
fbc398f834 Accepting request 1296749 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1296749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=36
2025-08-01 20:40:10 +00:00
Stefan Schubert
9956f45aed - Update to version 0.7.10:
* cmake: Fix .pc file with absolute CMAKE_INSTALL_<dir> (#237)
  * Add build options for the CMake build (#230)
  * check NULL for default string (bnc#1247107)
- Update to version 0.7.10:
  * cmake: Fix .pc file with absolute CMAKE_INSTALL_<dir> (#237)
  * Add build options for the CMake build (#230)
  * check NULL for default string (bnc#1247107)

OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=48
2025-07-31 09:58:21 +00:00
7 changed files with 73 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/libeconf.git</param>
<param name="changesrevision">25eb4246560e870c7e9c9a16abfb206566d98979</param>
<param name="changesrevision">670e8df82e1fe53b6997b70e84afe6756602031b</param>
</service>
</servicedata>

Binary file not shown.

3
libeconf-0.8.3.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9813bcffaac05611e62af61c302a75d646bab3ad11dc92df7d37ea5a001c22e6
size 190788

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Mon Dec 15 16:48:57 UTC 2025 - schubi@suse.com
- Update to version 0.8.3:
* improved Documentation (#246)
-------------------------------------------------------------------
Mon Dec 08 15:44:48 UTC 2025 - schubi@suse.com
- Update to version 0.8.2:
* Cleanup man pages
* Using ECONF_ARGUMENT_IS_NULL_VALUE instead of general error
-------------------------------------------------------------------
Tue Nov 25 15:27:34 UTC 2025 - schubi@suse.com
- Update to version 0.8.1:
* Set default parameter in econf_get<type>ValueDef to "const"
-------------------------------------------------------------------
Mon Oct 20 13:44:04 UTC 2025 - schubi@suse.com
- Update to version 0.8.0:
* new call: econf_setExtValue (#239)
-------------------------------------------------------------------
Thu Jul 31 09:33:19 UTC 2025 - schubi@suse.com
- Update to version 0.7.10:
* cmake: Fix .pc file with absolute CMAKE_INSTALL_<dir> (#237)
* Add build options for the CMake build (#230)
* check NULL for default string (bnc#1247107)
-------------------------------------------------------------------
Thu May 08 14:41:05 UTC 2025 - schubi@suse.com

View File

@@ -18,7 +18,7 @@
%define lname libeconf0
Name: libeconf
Version: 0.7.9
Version: 0.8.3
Release: 0
Summary: Enhanced config file parser ala systemd
License: MIT

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Dec 15 16:48:57 UTC 2025 - schubi@suse.com
- Update to version 0.8.3:
* improved Documentation (#246)
-------------------------------------------------------------------
Mon Dec 08 15:44:48 UTC 2025 - schubi@suse.com
- Update to version 0.8.2:
* Cleanup man pages
* Using ECONF_ARGUMENT_IS_NULL_VALUE instead of general error
ECONF_ERROR
-------------------------------------------------------------------
Tue Nov 25 15:27:34 UTC 2025 - schubi@suse.com
- Update to version 0.8.1:
* Set default parameter in econf_get<type>ValueDef to "const"
-------------------------------------------------------------------
Mon Oct 20 13:44:04 UTC 2025 - schubi@suse.com
- Update to version 0.8.0:
* new call: econf_setExtValue (#239)
-------------------------------------------------------------------
Thu Jul 31 09:33:19 UTC 2025 - schubi@suse.com
- Update to version 0.7.10:
* cmake: Fix .pc file with absolute CMAKE_INSTALL_<dir> (#237)
* Add build options for the CMake build (#230)
* check NULL for default string (bnc#1247107)
-------------------------------------------------------------------
Thu May 08 14:41:05 UTC 2025 - schubi@suse.com

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
%define skip_python39 1
Name: python-libeconf
Version: 0.7.9
Version: 0.8.3
Release: 0
Summary: Python bindings for libeconf
License: MIT