- Update to version 0.7.1

* A backwards-compatible bugfix release.

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wf-config?expand=0&rev=6
This commit is contained in:
Dead Mozay 2021-06-19 13:44:36 +00:00 committed by Git OBS Bridge
parent 9b31f9eee4
commit db9a4b26ce
6 changed files with 14 additions and 7 deletions

View File

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

View File

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

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

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

View File

@ -0,0 +1 @@
7d2285adeaca0ff6e36e6ef450564ab02c8e26ba5da3b169257c5bf061f7e5f0 *wf-config-0.7.1.tar.xz

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jun 19 13:13:01 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.7.1
* A backwards-compatible bugfix release.
-------------------------------------------------------------------
Wed Feb 3 04:44:37 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>

View File

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