diff --git a/_service b/_service deleted file mode 100644 index c17dc41..0000000 --- a/_service +++ /dev/null @@ -1,19 +0,0 @@ - - - - wf-config - https://github.com/WayfireWM/wf-config.git - git - git-master - @PARENT_TAG@ - 0.4.0 - enable - dead_mozay@opensuse.org - - - - - xz - *.tar - - diff --git a/_servicedata b/_servicedata deleted file mode 100644 index 56919dd..0000000 --- a/_servicedata +++ /dev/null @@ -1,4 +0,0 @@ - - - https://github.com/WayfireWM/wf-config.git - 0c91e34356780b19024f833110a1dca613cc56bd \ No newline at end of file diff --git a/wf-config-0.4.0.tar.xz.sha256sum b/wf-config-0.4.0.tar.xz.sha256sum new file mode 100644 index 0000000..c9536fb --- /dev/null +++ b/wf-config-0.4.0.tar.xz.sha256sum @@ -0,0 +1 @@ +67e40057bf38f0fce10a4a55edb7f1c52a216c326223174f4b89c3a8e1ad057e wf-config-0.4.0.tar.xz diff --git a/wf-config.changes b/wf-config.changes index 9a4df07..1ed04d0 100644 --- a/wf-config.changes +++ b/wf-config.changes @@ -1,15 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 30 05:21:22 UTC 2020 - Dead Mozay + +- Remove service + ------------------------------------------------------------------- Mon Mar 23 03:53:10 UTC 2020 - dead_mozay@opensuse.org - Update to version 0.4.0: - * The syntax of the config file itself has not changed, but the - new `wf-config` tool can check option types when reading from - the config file, and for integers and doubles in can also - check whether the config value is between a specified minimum - and maximum value. This information is used for displaying - proper error messages when the option value is invalid. There - is also support for setting custom default option values via - a system configuration file. + * This release is a complete rewrite of the old wf-config ------------------------------------------------------------------- Tue Mar 17 06:21:54 UTC 2020 - dead_mozay@opensuse.org diff --git a/wf-config.obsinfo b/wf-config.obsinfo deleted file mode 100644 index 5bf2aa6..0000000 --- a/wf-config.obsinfo +++ /dev/null @@ -1,5 +0,0 @@ -name: wf-config -version: 0.4.0 -mtime: 1584817349 -commit: 0c91e34356780b19024f833110a1dca613cc56bd - diff --git a/wf-config.spec b/wf-config.spec index 5eeba22..fc32ba6 100644 --- a/wf-config.spec +++ b/wf-config.spec @@ -21,10 +21,10 @@ Name: wf-config Version: 0.4.0 Release: 0 Summary: A library for managing configuration files -Group: Development/Libraries/C and C++ License: MIT URL: https://wayfire.org/ -Source: https://github.com/WayfireWM/wf-config/releases/download/%version/wf-config-%version.tar.xz +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 BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: pkgconfig @@ -38,20 +38,19 @@ A library for managing configuration files, written for wayfire. %package -n %{libname} Summary: A library for managing configuration files -Group: System/Libraries %description -n %{libname} A library for managing configuration files, written for wayfire. %package devel Summary: Development files for %{name} -Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} %description devel Development files for %{name}. %prep +echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'` %{SOURCE0}" | sha256sum -c %autosetup -p1 %build