Use Source URL, update changelog for 0.4, add groups
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wf-config?expand=0&rev=2
This commit is contained in:
parent
3d1ce69f81
commit
4a7402f09d
4
_service
4
_service
@ -11,8 +11,8 @@
|
||||
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<service name="tar" mode="disabled"/>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df213f728eb1801492554397dc085abdbe6fcc7df08ac2321163d83bd6c1b137
|
||||
size 412683
|
3
wf-config-0.4.0.tar.xz
Normal file
3
wf-config-0.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67e40057bf38f0fce10a4a55edb7f1c52a216c326223174f4b89c3a8e1ad057e
|
||||
size 64108
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user