auto-import libXi-0.99.2-1 on branch devel from libXi-0.99.2-1.src.rpm

This commit is contained in:
mharris 2005-12-15 05:41:51 +00:00
parent ff137256a8
commit f8f3894fd1
3 changed files with 13 additions and 6 deletions

View File

@ -1 +1 @@
libXi-0.99.1.tar.bz2
libXi-0.99.2.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 libXi runtime library
Name: libXi
Version: 0.99.1
Release: 3
Version: 0.99.2
Release: 1
License: MIT/X11
Group: System Environment/Libraries
URL: http://www.x.org
@ -23,6 +23,7 @@ X.Org X11 libXi runtime library
Summary: X.Org X11 libXi development package
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
Obsoletes: XFree86-devel, xorg-x11-devel
@ -73,10 +74,16 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_libdir}/pkgconfig
%{_libdir}/pkgconfig/xi.pc
%dir %{_mandir}
%dir %{_mandir}/man3x
%{_mandir}/man3x/*.3*
%dir %{_mandir}/man3
%{_mandir}/man3/*.3*
%changelog
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Updated libXi to version 0.99.2 from X11R7 RC3
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
that /usr/lib/X11 and /usr/include/X11 pre-exist.
- Removed 'x' suffix from manpage directories to match RC3 upstream.
* Tue Nov 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
- Added "BuildRequires: libXau-devel", as build fails without it, but does
not check for it with ./configure. Bug (fdo#5065)

View File

@ -1 +1 @@
cc9e267d5435b94de268cae86415ed28 libXi-0.99.1.tar.bz2
9393849a4d06a433024e0d6df9b8b19e libXi-0.99.2.tar.bz2