Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ac054e75b6 | |||
|
|
216babd888 |
3
wf-config-0.10.0.tar.xz
Normal file
3
wf-config-0.10.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9676f08248aaf83b91ecce5c953326c4341084b6efa00d3757a936617a51e487
|
||||
size 43684
|
||||
1
wf-config-0.10.0.tar.xz.sha256sum
Normal file
1
wf-config-0.10.0.tar.xz.sha256sum
Normal file
@@ -0,0 +1 @@
|
||||
9676f08248aaf83b91ecce5c953326c4341084b6efa00d3757a936617a51e487 *wf-config-0.10.0.tar.xz
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f681fe028aa9026e0c6894d7b94c544230b8285078f176076a3d964fd1dfc37b
|
||||
size 42612
|
||||
@@ -1 +0,0 @@
|
||||
f681fe028aa9026e0c6894d7b94c544230b8285078f176076a3d964fd1dfc37b *wf-config-0.9.0.tar.xz
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user