- Added the %check section.
- Update to version 0.9.0: * add configurable animations. * activators: add extension type bindings. * make glm work. * log: use localtime_r instead of std::localtime. * duration: add function to enumerate all the available smoothing functions. OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wf-config?expand=0&rev=10
This commit is contained in:
parent
fc12b73db9
commit
7aca7c5422
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16988f63fd054b446d4feac024aafd4cc962193d6d6dfde90e6d6169c23443af
|
||||
size 41200
|
@ -1 +0,0 @@
|
||||
16988f63fd054b446d4feac024aafd4cc962193d6d6dfde90e6d6169c23443af *wf-config-0.8.0.tar.xz
|
3
wf-config-0.9.0.tar.xz
Normal file
3
wf-config-0.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f681fe028aa9026e0c6894d7b94c544230b8285078f176076a3d964fd1dfc37b
|
||||
size 42612
|
1
wf-config-0.9.0.tar.xz.sha256sum
Normal file
1
wf-config-0.9.0.tar.xz.sha256sum
Normal file
@ -0,0 +1 @@
|
||||
f681fe028aa9026e0c6894d7b94c544230b8285078f176076a3d964fd1dfc37b *wf-config-0.9.0.tar.xz
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 03:29:50 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Added the %check section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 03:07:01 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Update to version 0.9.0:
|
||||
* add configurable animations.
|
||||
* activators: add extension type bindings.
|
||||
* make glm work.
|
||||
* log: use localtime_r instead of std::localtime.
|
||||
* duration: add function to enumerate all the available
|
||||
smoothing functions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 03:32:03 UTC 2023 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
|
@ -15,10 +15,10 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define so_ver 0.7
|
||||
%define so_ver 0.9
|
||||
%define libname libwf-config1
|
||||
Name: wf-config
|
||||
Version: 0.8.0
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: A library for managing configuration files
|
||||
License: MIT
|
||||
@ -60,11 +60,14 @@ 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
|
||||
ln -s libwf-config.so.%{version} libwf-config.so.0
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files -n %{libname}
|
||||
%license LICENSE
|
||||
%{_libdir}/*.so.*
|
||||
|
Loading…
Reference in New Issue
Block a user