diff --git a/_service b/_service index 6dc7155..91459b3 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.3.5 - 0.3.5+git%cd.%h + 0.3.7 + 0.3.7+git%cd.%h git://github.com/openSUSE/libeconf.git git enable diff --git a/_servicedata b/_servicedata index 61c61a5..69e2146 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ git://github.com/openSUSE/libeconf.git - 3144b69a1876296f5e6d1c2e6be24cd149561ddf + 37e14ba22a59b94ab2d43cdf2ffcb8e8732c9577 \ No newline at end of file diff --git a/libeconf-0.3.5+git20200203.3144b69.tar.xz b/libeconf-0.3.5+git20200203.3144b69.tar.xz deleted file mode 100644 index de65732..0000000 --- a/libeconf-0.3.5+git20200203.3144b69.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dda0682945690dc43dab215b900d901ddbe3eed4ecc3159da22a3325a0a2efda -size 29656 diff --git a/libeconf-0.3.7+git20200605.c67ef9a.tar.xz b/libeconf-0.3.7+git20200605.c67ef9a.tar.xz new file mode 100644 index 0000000..5112a8a --- /dev/null +++ b/libeconf-0.3.7+git20200605.c67ef9a.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230144d48d58c7d09a3664a3b9e05b4c5dc45194b9406c1e97da25d830fb0fa6 +size 31344 diff --git a/libeconf.changes b/libeconf.changes index 7167ee5..b3c3661 100644 --- a/libeconf.changes +++ b/libeconf.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 05 15:57:26 UTC 2020 - rbrown@suse.com + +- Update to version 0.3.7+git20200605.c67ef9a: + * Fix build on i586 + +------------------------------------------------------------------- +Thu Jun 04 11:05:02 UTC 2020 - rbrown@suse.com + +- Update to version 0.3.6+git20200529.276359f: + * Package meson files with autotools + * Use newer version of actions/checkout + * Add actions for meson + * Create meson.yml + * Use meson source root for tests configuration files + * Add additional compiler warnings + * First useable meson build support including unit tests + * Add global options, build with pie and GNU_SOURCE + * Fix name of library, add example binary + * add support for meson + * Add C++ compatibility + * Add test case for crash with empty value keys + ------------------------------------------------------------------- Mon Feb 03 16:21:51 UTC 2020 - rbrown@suse.com diff --git a/libeconf.spec b/libeconf.spec index f358669..3be0fd7 100644 --- a/libeconf.spec +++ b/libeconf.spec @@ -18,7 +18,7 @@ %define lname libeconf0 Name: libeconf -Version: 0.3.5+git20200203.3144b69 +Version: 0.3.7+git20200605.c67ef9a Release: 0 Summary: Enhanced config file parser ala systemd License: LGPL-2.1-or-later @@ -26,10 +26,7 @@ Group: Development/Libraries/C and C++ URL: https://github.com/openSUSE/libeconf Source: libeconf-%{version}.tar.xz Source2: baselibs.conf -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool -BuildRequires: pkgconfig +BuildRequires: meson %description Enhanced config file parser, which merges config files placed @@ -57,15 +54,14 @@ different locations. %setup -q %build -./autogen.sh -%configure --disable-static +%meson +%meson_build %install -%make_install -rm -fv %{buildroot}%{_libdir}/libeconf.la +%meson_install %check -make check +%meson_test %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig