diff --git a/wf-config-0.7.0.tar.xz b/wf-config-0.7.0.tar.xz deleted file mode 100644 index 8b423df..0000000 --- a/wf-config-0.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4a56c2c..0000000 --- a/wf-config-0.7.0.tar.xz.sha256sum +++ /dev/null @@ -1 +0,0 @@ -c7fb0b388afdd46add4b209ff7262bd3a30f9948a9a4d6e7ec1239bbf42b5aad wf-config-0.7.0.tar.xz diff --git a/wf-config-0.7.1.tar.xz b/wf-config-0.7.1.tar.xz new file mode 100644 index 0000000..0702142 --- /dev/null +++ b/wf-config-0.7.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2285adeaca0ff6e36e6ef450564ab02c8e26ba5da3b169257c5bf061f7e5f0 +size 39120 diff --git a/wf-config-0.7.1.tar.xz.sha256sum b/wf-config-0.7.1.tar.xz.sha256sum new file mode 100644 index 0000000..f718dc6 --- /dev/null +++ b/wf-config-0.7.1.tar.xz.sha256sum @@ -0,0 +1 @@ +7d2285adeaca0ff6e36e6ef450564ab02c8e26ba5da3b169257c5bf061f7e5f0 *wf-config-0.7.1.tar.xz diff --git a/wf-config.changes b/wf-config.changes index aca01d0..3bce5ef 100644 --- a/wf-config.changes +++ b/wf-config.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jun 19 13:13:01 UTC 2021 - Luigi Baldoni + +- Update to version 0.7.1 + * A backwards-compatible bugfix release. + ------------------------------------------------------------------- Wed Feb 3 04:44:37 UTC 2021 - Dead Mozay diff --git a/wf-config.spec b/wf-config.spec index f4b2cc2..d17d0fa 100644 --- a/wf-config.spec +++ b/wf-config.spec @@ -1,7 +1,7 @@ # # spec file for package wf-config # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,10 +15,10 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define so_ver 0.5 +%define so_ver 0.7 %define libname libwf-config1 Name: wf-config -Version: 0.7.0 +Version: 0.7.1 Release: 0 Summary: A library for managing configuration files License: MIT @@ -28,6 +28,7 @@ Source1: https://github.com/WayfireWM/%{name}/releases/download/v%{versio BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: pkgconfig +BuildRequires: pkgconfig(doctest) BuildRequires: pkgconfig(glm) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libevdev)