diff --git a/_service b/_service index e75f125..c17dc41 100644 --- a/_service +++ b/_service @@ -11,8 +11,8 @@ dead_mozay@opensuse.org - - + + xz *.tar diff --git a/wf-config-0.4.0.obscpio b/wf-config-0.4.0.obscpio deleted file mode 100644 index b2512df..0000000 --- a/wf-config-0.4.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df213f728eb1801492554397dc085abdbe6fcc7df08ac2321163d83bd6c1b137 -size 412683 diff --git a/wf-config-0.4.0.tar.xz b/wf-config-0.4.0.tar.xz new file mode 100644 index 0000000..264be63 --- /dev/null +++ b/wf-config-0.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e40057bf38f0fce10a4a55edb7f1c52a216c326223174f4b89c3a8e1ad057e +size 64108 diff --git a/wf-config.changes b/wf-config.changes index 43a2099..9a4df07 100644 --- a/wf-config.changes +++ b/wf-config.changes @@ -2,7 +2,14 @@ Mon Mar 23 03:53:10 UTC 2020 - dead_mozay@opensuse.org - Update to version 0.4.0: - * This release is a complete rewrite of the old wf-config + * 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. ------------------------------------------------------------------- Tue Mar 17 06:21:54 UTC 2020 - dead_mozay@opensuse.org diff --git a/wf-config.spec b/wf-config.spec index eae6dfb..5eeba22 100644 --- a/wf-config.spec +++ b/wf-config.spec @@ -21,9 +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: %{name}-%{version}.tar.xz +Source: https://github.com/WayfireWM/wf-config/releases/download/%version/wf-config-%version.tar.xz BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: pkgconfig @@ -37,12 +38,14 @@ 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