libXfixes 5.0.1

This commit is contained in:
Peter Hutterer 2013-05-31 08:51:03 +10:00
parent 2042f83afb
commit 9ed3195054
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
libXfixes-4.0.5.tar.bz2
/libXfixes-5.0.tar.bz2
/libXfixes-20130524.tar.bz2
/libXfixes-5.0.1.tar.bz2

View File

@ -1,11 +1,11 @@
%global tarball libXfixes
%global gitdate 20130524
#global gitdate 20130524
%global gitversion c480fe327
Summary: X Fixes library
Name: libXfixes
Version: 5.0
Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
Version: 5.0.1
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.x.org
@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Xfixes.3*
%changelog
* Fri May 31 2013 Peter Hutterer <peter.hutterer@redhat.com> 5.0.1-1
- libXfixes 5.0.1
* Mon May 27 2013 Peter Hutterer <peter.hutterer@redhat.com> - 5.0-7.20130524gitc480fe327
- Require libX11 1.6RC2 for _XEatDataWords

View File

@ -1 +1 @@
66eae2f03f8cfd3d12633992eaa1d6ce libXfixes-20130524.tar.bz2
b985b85f8b9386c85ddcfe1073906b4d libXfixes-5.0.1.tar.bz2