Update to version 0.7.0

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wf-config?expand=0&rev=5
This commit is contained in:
Dead Mozay 2021-02-03 08:02:21 +00:00 committed by Git OBS Bridge
parent fab32f55d5
commit 9b31f9eee4
6 changed files with 21 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a77c7ec272261b4e49ba605cc5185ad240af277e4124a62c90d5d01b86777b75
size 64760

View File

@ -1 +0,0 @@
a77c7ec272261b4e49ba605cc5185ad240af277e4124a62c90d5d01b86777b75 wf-config-0.5.0.tar.xz

3
wf-config-0.7.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7fb0b388afdd46add4b209ff7262bd3a30f9948a9a4d6e7ec1239bbf42b5aad
size 73332

View File

@ -0,0 +1 @@
c7fb0b388afdd46add4b209ff7262bd3a30f9948a9a4d6e7ec1239bbf42b5aad wf-config-0.7.0.tar.xz

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Feb 3 04:44:37 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
- 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 <dead_mozay@opensuse.org>
- Update to version 0.6.0:
* No changelog was made available.
-------------------------------------------------------------------
Wed Aug 5 05:31:11 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

View File

@ -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