Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Peter Hutterer
673bc6ced0 libXi 1.3.2
libXi 1.3.1 had a bug in the configure script.
2010-08-04 09:54:51 +10:00
Peter Hutterer
cbfbb334b8 libXi 1.3.1 2010-08-02 12:51:34 +10:00
3 changed files with 12 additions and 4 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
libXi-1.3.tar.bz2
libXi-1.3.1.tar.bz2
libXi-1.3.2.tar.bz2

View file

@ -3,8 +3,8 @@
Summary: X.Org X11 libXi runtime library
Name: libXi
Version: 1.3
Release: 2%{?dist}
Version: 1.3.2
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.x.org
@ -85,6 +85,13 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%changelog
* Wed Aug 04 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.3.2-1
- libXi 1.3.2
libXi 1.3.1 had a bug in the configure script.
* Mon Aug 02 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.3.1-1
- libXi 1.3.1
* Tue Feb 02 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.3-2
- Remove unnecessary libXau-devel BuildRequires.

View file

@ -1 +1 @@
8df4ece9bd1efb02c28acb2b6f485e09 libXi-1.3.tar.bz2
26f93781356b1fdde08f7ee9cd5884d6 libXi-1.3.2.tar.bz2