Update to 0.4.1.
This commit is contained in:
parent
286f270cfa
commit
912a4b6b59
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/xcb-util-*.bz2
|
/xcb-util-*.bz2
|
||||||
|
/xcb-util-*.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
2e97feed81919465a04ccc71e4073313 xcb-util-0.4.0.tar.bz2
|
SHA512 (xcb-util-0.4.1.tar.xz) = da67f2f017d2a1788dcf35f28d6956e171303a622a1dd085cd3d69fdb2ed77965d83c557cc926ebf9b32e905eb2cbb5921987250192d78a2f5edc4d437ed7d2b
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: xcb-util
|
Name: xcb-util
|
||||||
Version: 0.4.0
|
Version: 0.4.1
|
||||||
Release: 20%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Convenience libraries sitting on top of libxcb
|
Summary: Convenience libraries sitting on top of libxcb
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://xcb.freedesktop.org
|
URL: http://xcb.freedesktop.org
|
||||||
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig(xcb) >= 1.4
|
BuildRequires: pkgconfig(xcb) >= 1.4
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ libraries also provide client-side code which is not strictly part of
|
|||||||
the X protocol but which have traditionally been provided by Xlib.
|
the X protocol but which have traditionally been provided by Xlib.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development and header files for xcb-util
|
Summary: Development and header files for xcb-util
|
||||||
Requires: %{name}%{?isa} = %{version}-%{release}
|
Requires: %{name}%{?isa} = %{version}-%{release}
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ rm %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README
|
%doc README.md
|
||||||
%if 0%{?_licensedir:1}
|
%if 0%{?_licensedir:1}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%else
|
%else
|
||||||
@ -69,6 +69,9 @@ rm %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 5 2023 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.1-1
|
||||||
|
- Update to 0.4.1.
|
||||||
|
|
||||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-20
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-20
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user