Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1741d1d0fc | |||
|
|
ce33e02b54 | ||
| 5f114bd809 | |||
|
|
16c0194e5e | ||
| 5ee8fd73b9 | |||
|
|
435e8e0c46 | ||
| fddd2d0ccc | |||
|
|
f8e032c652 | ||
| fbc398f834 | |||
|
|
9956f45aed |
@@ -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>
|
||||
BIN
libeconf-0.7.9.tar.xz
LFS
BIN
libeconf-0.7.9.tar.xz
LFS
Binary file not shown.
3
libeconf-0.8.3.tar.xz
Normal file
3
libeconf-0.8.3.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9813bcffaac05611e62af61c302a75d646bab3ad11dc92df7d37ea5a001c22e6
|
||||
size 190788
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user