Accepting request 1201810 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1201810 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=28
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/libeconf.git</param>
|
||||
<param name="changesrevision">0097fc5d550b69e245310ec8b05806158fcce85d</param>
|
||||
<param name="changesrevision">d78b86e72b5818b93f06c54b8fb8e19669b45844</param>
|
||||
</service>
|
||||
</servicedata>
|
BIN
libeconf-0.7.2.tar.xz
(Stored with Git LFS)
BIN
libeconf-0.7.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
libeconf-0.7.3.tar.xz
Normal file
3
libeconf-0.7.3.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae5257fd75ca24f7326d33448d5f4ebe9052b76006e08743731684dec0941bb4
|
||||
size 178304
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 11:16:34 UTC 2024 - schubi@suse.com
|
||||
|
||||
- Update to version 0.7.3:
|
||||
* Groups handled in an own list (#218)
|
||||
* Add econftool as dependency of its tests
|
||||
* Simplify snprintf call
|
||||
* Remove unused functions and reduce variable visibility (#213)
|
||||
* Fix typos (#212)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 07:26:15 UTC 2024 - schubi@suse.com
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libeconf0
|
||||
Name: libeconf
|
||||
Version: 0.7.2
|
||||
Version: 0.7.3
|
||||
Release: 0
|
||||
Summary: Enhanced config file parser ala systemd
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -96,7 +96,7 @@ and /etc.
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/libeconf.so
|
||||
%{_libdir}/pkgconfig/libeconf.pc
|
||||
%{_mandir}/man3/libeconf.3%{?ext_man}
|
||||
%{_mandir}/man3/*.3%{?ext_man}
|
||||
|
||||
%files utils
|
||||
%{_bindir}/econftool
|
||||
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 11:16:34 UTC 2024 - schubi@suse.com
|
||||
|
||||
- Update to version 0.7.3:
|
||||
* Fixed: econf_readDirs crashes if one of the paths is NULL (#211)
|
||||
* Handle groups correctly which do not have any key entry.
|
||||
* Added links to man page. E.g. "man econf_readConfig" is working now.
|
||||
* Simplify snprintf call
|
||||
* Remove unused functions and reduce variable visibility (#213)
|
||||
* Fix typos (#212)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 07:26:15 UTC 2024 - schubi@suse.com
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
%define skip_python39 1
|
||||
Name: python-libeconf
|
||||
Version: 0.7.2
|
||||
Version: 0.7.3
|
||||
Release: 0
|
||||
Summary: Python bindings for libeconf
|
||||
License: LGPL-2.1-or-later
|
||||
|
Reference in New Issue
Block a user