- Update to today's git master, requires inputproto 1.9.99.902

This commit is contained in:
Peter Hutterer 2009-08-25 04:03:46 +00:00
parent 01da42ae73
commit 2a61d2460e
4 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
libXi-20090805.tar.bz2
libXi-20090825.tar.bz2

View File

@ -1 +1 @@
bc3900ea706438005f8b5613de4d9fb6bd954f62
2ce629c30745fc4027d2a95745bf21e8d8c7b893

View File

@ -1,10 +1,10 @@
%define tarball libXi
%define gitdate 20090805
%define gitdate 20090825
Summary: X.Org X11 libXi runtime library
Name: libXi
Version: 1.2.99
Release: 10.%{gitdate}%{?dist}
Release: 11.%{gitdate}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.x.org
@ -17,7 +17,7 @@ Source1: make-git-snapshot.sh
BuildRequires: autoconf automake libtool
BuildRequires: xorg-x11-util-macros
BuildRequires: xorg-x11-proto-devel
BuildRequires: pkgconfig(inputproto) >= 1.9.99.14
BuildRequires: pkgconfig(inputproto) >= 1.9.99.902
BuildRequires: libX11-devel >= 1.2.99
BuildRequires: libXext-devel
BuildRequires: libXau-devel
@ -71,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/libXi.so.6
%{_libdir}/libXi.so.6.0.0
%{_libdir}/libXi.so.6.1.0
%files devel
%defattr(-,root,root,-)
@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%changelog
* Tue Aug 25 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-11.20090825
- Update to today's git master, requires inputproto 1.9.99.902
* Wed Aug 05 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-10.20090805
- Update to today's git master
- Re-enable parallel builds, the man page makefile is fixed now.

View File

@ -1 +1 @@
778252cf450025f852466c656f5ae87f libXi-20090805.tar.bz2
ffa25245465d6547b8d93870c201cb0a libXi-20090825.tar.bz2