diff --git a/wf-config-0.5.0.tar.xz b/wf-config-0.5.0.tar.xz deleted file mode 100644 index 0da6475..0000000 --- a/wf-config-0.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a77c7ec272261b4e49ba605cc5185ad240af277e4124a62c90d5d01b86777b75 -size 64760 diff --git a/wf-config-0.5.0.tar.xz.sha256sum b/wf-config-0.5.0.tar.xz.sha256sum deleted file mode 100644 index 5212108..0000000 --- a/wf-config-0.5.0.tar.xz.sha256sum +++ /dev/null @@ -1 +0,0 @@ -a77c7ec272261b4e49ba605cc5185ad240af277e4124a62c90d5d01b86777b75 wf-config-0.5.0.tar.xz diff --git a/wf-config-0.7.0.tar.xz b/wf-config-0.7.0.tar.xz new file mode 100644 index 0000000..8b423df --- /dev/null +++ b/wf-config-0.7.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7fb0b388afdd46add4b209ff7262bd3a30f9948a9a4d6e7ec1239bbf42b5aad +size 73332 diff --git a/wf-config-0.7.0.tar.xz.sha256sum b/wf-config-0.7.0.tar.xz.sha256sum new file mode 100644 index 0000000..4a56c2c --- /dev/null +++ b/wf-config-0.7.0.tar.xz.sha256sum @@ -0,0 +1 @@ +c7fb0b388afdd46add4b209ff7262bd3a30f9948a9a4d6e7ec1239bbf42b5aad wf-config-0.7.0.tar.xz diff --git a/wf-config.changes b/wf-config.changes index 498c118..aca01d0 100644 --- a/wf-config.changes +++ b/wf-config.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Feb 3 04:44:37 UTC 2021 - Dead Mozay + +- Update to version 0.7.0: + * This release of wf-config is for use in the 0.7.x series + of Wayfire, wf-panel and WCM. + +------------------------------------------------------------------- +Mon Nov 9 05:54:37 UTC 2020 - Dead Mozay + +- Update to version 0.6.0: + * No changelog was made available. + ------------------------------------------------------------------- Wed Aug 5 05:31:11 UTC 2020 - Dead Mozay diff --git a/wf-config.spec b/wf-config.spec index 4c81163..f4b2cc2 100644 --- a/wf-config.spec +++ b/wf-config.spec @@ -18,13 +18,13 @@ %define so_ver 0.5 %define libname libwf-config1 Name: wf-config -Version: 0.5.0 +Version: 0.7.0 Release: 0 Summary: A library for managing configuration files License: MIT URL: https://wayfire.org/ -Source0: https://github.com/WayfireWM/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz -Source1: https://github.com/WayfireWM/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.sha256sum +Source0: https://github.com/WayfireWM/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz +Source1: https://github.com/WayfireWM/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz.sha256sum BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: pkgconfig @@ -59,6 +59,7 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'` %{SOU %install %meson_install +ln -s libwf-config.so.0.5.0 libwf-config.so.0 %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig