2 Commits

Author SHA256 Message Date
ac054e75b6 Accepting request 1302647 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1302647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wf-config?expand=0&rev=2
2025-09-04 15:59:26 +00:00
Dead Mozay
216babd888 Accepting request 1302643 from home:Dead_Mozay:wayfire
- Update to version 0.10.0:
  * Use safe list for updated handlers.
  * safe-list.hpp: remove unused includes.
  * use ISO date format for log timestamps.

OBS-URL: https://build.opensuse.org/request/show/1302643
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wf-config?expand=0&rev=13
2025-09-04 05:07:59 +00:00
6 changed files with 17 additions and 8 deletions

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

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

View File

@@ -0,0 +1 @@
9676f08248aaf83b91ecce5c953326c4341084b6efa00d3757a936617a51e487 *wf-config-0.10.0.tar.xz

View File

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

View File

@@ -1 +0,0 @@
f681fe028aa9026e0c6894d7b94c544230b8285078f176076a3d964fd1dfc37b *wf-config-0.9.0.tar.xz

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 1 05:55:17 UTC 2025 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.10.0:
* Use safe list for updated handlers.
* safe-list.hpp: remove unused includes.
* use ISO date format for log timestamps.
-------------------------------------------------------------------
Wed Nov 13 16:14:50 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package wf-config
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,10 +15,11 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define so_ver 0.9
%define so_ver 0.10
%define libname libwf-config1
Name: wf-config
Version: 0.9.0
Version: 0.10.0
Release: 0
Summary: A library for managing configuration files
License: MIT
@@ -30,8 +31,8 @@ BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(doctest)
BuildRequires: pkgconfig(glm)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libevdev)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(wlroots) >= 0.17.0
%description