Update to 0.4.2.

This commit is contained in:
Thomas Moschny 2022-12-01 18:05:02 +01:00
parent bbfb48d5ca
commit a8dcb1a0c2
3 changed files with 13 additions and 9 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/xcb-util-wm-*.tar.bz2
/xcb-util-wm-*.tar.xz

View File

@ -1 +1 @@
87b19a1cd7bfcb65a24e36c300e03129 xcb-util-wm-0.4.1.tar.bz2
SHA512 (xcb-util-wm-0.4.2.tar.xz) = eab6588e6a47d28a3b25ecd13b5018529419db6b49c74458c093699b60a194933be1e1f6f7799abf03344f7ebc7af88586ff2935938d53644bdd5c763a7fa9b0

View File

@ -1,12 +1,12 @@
Name: xcb-util-wm
Version: 0.4.1
Release: 23%{?dist}
Version: 0.4.2
Release: 1%{?dist}
Summary: Client and window-manager helper library on top of libxcb
License: MIT
URL: http://xcb.freedesktop.org
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
BuildRequires: make
BuildRequires: gcc
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
BuildRequires: make
BuildRequires: gcc
BuildRequires: pkgconfig(xcb-util) >= 0.3.8
BuildRequires: m4
@ -17,7 +17,7 @@ XCB util-wm module provides the following libraries:
- icccm: Both client and window-manager helpers for ICCCM.
%package devel
%package devel
Summary: Development and header files for xcb-util-vm
Requires: %{name}%{?_isa} = %{version}-%{release}
@ -50,12 +50,12 @@ rm %{buildroot}%{_libdir}/*.la
%files
%doc README
%doc README.md
%if 0%{?_licensedir:1}
%license COPYING
%else
%doc COPYING
%endif # licensedir
%endif
%{_libdir}/*.so.*
@ -67,6 +67,9 @@ rm %{buildroot}%{_libdir}/*.la
%changelog
* Thu Dec 1 2022 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.2-1
- Update to 0.4.2.
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild