update to 0.3.10 [release 0.3.10-1mamba;Sat Oct 22 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:33:31 +01:00
parent f8be9d9dcb
commit 8c304e7807

View File

@ -1,20 +1,20 @@
Name: xcb-util-renderutil
Version: 0.3.9
Version: 0.3.10
Release: 1mamba
Summary: Convenience functions for the Render extension
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xcb.freedesktop.org/
Source: http://xcb.freedesktop.org/dist/xcb-util-renderutil-%{version}.tar.bz2
URL: https://xcb.freedesktop.org/
Source: http://xcb.freedesktop.org/dist/xcb-util-renderutil-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libXdmcp-devel
BuildRequires: libxcb-devel
## AUTOBUILDREQ-END
Requires: libxcb-render-util = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Convenience functions for the Render extension.
@ -57,18 +57,20 @@ This package contains libraries and header files for developing applications tha
%files -n libxcb-render-util
%defattr(-,root,root)
%{_libdir}/libxcb-render-util.so.*
%doc COPYING
%files -n libxcb-render-util-devel
%defattr(-,root,root)
%{_includedir}/xcb/xcb_renderutil.h
%{_libdir}/libxcb-render-util.a
%{_libdir}/libxcb-render-util.la
%{_libdir}/libxcb-render-util.so
%{_libdir}/pkgconfig/xcb-renderutil.pc
%doc ChangeLog NEWS README
%doc ChangeLog NEWS README.md
%changelog
* Sat Oct 22 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.10-1mamba
- update to 0.3.10
* Sat Jun 14 2014 Automatic Build System <autodist@mambasoft.it> 0.3.9-1mamba
- automatic version update by autodist