Blame SPECS/libXi.spec

3f0b87
%global tarball libXi
3f0b87
#global gitdate 20130524
3f0b87
%global gitversion 661c45ca1
3f0b87
3f0b87
Summary: X.Org X11 libXi runtime library
3f0b87
Name: libXi
3f0b87
Version: 1.7.10
3f0b87
Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
3f0b87
License: MIT
3f0b87
URL: http://www.x.org
3f0b87
3f0b87
%if 0%{?gitdate}
3f0b87
Source0:    %{tarball}-%{gitdate}.tar.bz2
3f0b87
Source1:    make-git-snapshot.sh
3f0b87
%else
3f0b87
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
3f0b87
%endif
3f0b87
3f0b87
BuildRequires: make
3f0b87
BuildRequires: autoconf automake libtool
3f0b87
BuildRequires: xorg-x11-util-macros
3f0b87
BuildRequires: xorg-x11-proto-devel
3f0b87
BuildRequires: pkgconfig(inputproto) >= 2.2.99.1
3f0b87
BuildRequires: libX11-devel >= 1.5.99.902
3f0b87
BuildRequires: libXext-devel libXfixes-devel
3f0b87
BuildRequires: xmlto asciidoc >= 8.4.5
3f0b87
3f0b87
Requires: libX11 >= 1.5.99.902
3f0b87
3f0b87
%description
3f0b87
X.Org X11 libXi runtime library
3f0b87
3f0b87
%package devel
3f0b87
Summary: X.Org X11 libXi development package
3f0b87
Requires: %{name} = %{version}-%{release}
3f0b87
# required by xi.pc
3f0b87
Requires: xorg-x11-proto-devel
3f0b87
Requires: pkgconfig
3f0b87
3f0b87
%description devel
3f0b87
X.Org X11 libXi development package
3f0b87
3f0b87
%prep
3f0b87
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
3f0b87
3f0b87
%build
3f0b87
autoreconf -v --install || exit 1
3f0b87
%configure --disable-specs \
3f0b87
	   --disable-static
3f0b87
3f0b87
make %{?_smp_mflags}
3f0b87
3f0b87
%install
3f0b87
rm -rf $RPM_BUILD_ROOT
3f0b87
3f0b87
make install DESTDIR=$RPM_BUILD_ROOT
3f0b87
3f0b87
# We intentionally don't ship *.la files
3f0b87
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
3f0b87
3f0b87
%ldconfig_post
3f0b87
%ldconfig_postun
3f0b87
3f0b87
%files
3f0b87
%doc COPYING
3f0b87
%{_libdir}/libXi.so.6
3f0b87
%{_libdir}/libXi.so.6.1.0
3f0b87
3f0b87
%files devel
3f0b87
%{_includedir}/X11/extensions/XInput.h
3f0b87
%{_includedir}/X11/extensions/XInput2.h
3f0b87
%{_libdir}/libXi.so
3f0b87
%{_libdir}/pkgconfig/xi.pc
3f0b87
%{_mandir}/man3/*.3*
3f0b87
3f0b87
%changelog
3f0b87
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.10-8
3f0b87
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
3f0b87
  Related: rhbz#1991688
3f0b87
3f0b87
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.10-7
3f0b87
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
3f0b87
3f0b87
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.10-6
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3f0b87
3f0b87
* Thu Nov  5 11:25:48 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 1.7.10-5
3f0b87
- Add BuildRequires for make
3f0b87
3f0b87
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.10-4
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3f0b87
3f0b87
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.10-3
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
3f0b87
3f0b87
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.10-2
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
3f0b87
3f0b87
* Wed Jun 19 2019 Adam Jackson <ajax@redhat.com> - 1.7.10-1
3f0b87
- libXi 1.7.10
3f0b87
3f0b87
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.9-9
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
3f0b87
3f0b87
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.9-8
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
3f0b87
3f0b87
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.7.9-7
3f0b87
- Use ldconfig scriptlet macros
3f0b87
3f0b87
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.7.9-6
3f0b87
- Escape macros in %%changelog
3f0b87
3f0b87
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.9-5
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3f0b87
3f0b87
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.9-4
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
3f0b87
3f0b87
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.9-3
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3f0b87
3f0b87
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.9-2
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
3f0b87
3f0b87
* Mon Jan 23 2017 Peter Hutterer <peter.hutterer@redhat.com> 1.7.9-1
3f0b87
- libXi 1.7.9
3f0b87
3f0b87
* Tue Oct 25 2016 Peter Hutterer <peter.hutterer@redhat.com> 1.7.8-2
3f0b87
- libXi 1.7.8
3f0b87
3f0b87
* Thu Oct 13 2016 Peter Hutterer <peter.hutterer@redhat.com> 1.7.7-2
3f0b87
- Fix crash when calling XListInputDevices on devices without classes
3f0b87
3f0b87
* Wed Oct 05 2016 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.7.7-1
3f0b87
- libXi 1.7.7
3f0b87
- fixes CVE-2016-7945, CVE-2016-7946
3f0b87
3f0b87
* Fri Mar 25 2016 Benjamin Tissoires <benjamin.tissoires@redhat.com>
3f0b87
- Fix release string: %%{dist} -> %%{?dist}
3f0b87
3f0b87
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.6-2
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3f0b87
3f0b87
* Thu Jan 28 2016 Peter Hutterer <peter.hutterer@redhat.com>
3f0b87
- Remove unnecessary defattr
3f0b87
3f0b87
* Tue Jan 05 2016 Peter Hutterer <peter.hutterer@redhat.com>
3f0b87
- Drop the optional disable-static, it's been disabled for years now.
3f0b87
3f0b87
* Tue Dec 22 2015 Peter Hutterer <peter.hutterer@redhat.com> 1.7.6-1
3f0b87
- libXi 1.7.6
3f0b87
- drop unused mandir creation
3f0b87
3f0b87
* Thu Sep 10 2015 Peter Hutterer <peter.hutterer@redhat.com> 1.7.5-1
3f0b87
- libXi 1.7.5
3f0b87
3f0b87
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.4-3
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3f0b87
3f0b87
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.4-2
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3f0b87
3f0b87
* Fri Jul 18 2014 Peter Hutterer <peter.hutterer@redhat.com> 1.7.4-1
3f0b87
- libXi 1.7.4
3f0b87
3f0b87
* Thu Jul 10 2014 Peter Hutterer <peter.hutterer@redhat.com> 1.7.3-1
3f0b87
- libXi 1.7.3
3f0b87
3f0b87
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-3
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
3f0b87
3f0b87
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-2
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3f0b87
3f0b87
* Wed Jul 03 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.7.2-1
3f0b87
- libXi 1.7.2
3f0b87
3f0b87
* Thu Jun 27 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.7.1.901-1
3f0b87
- libXi 1.7.1.901
3f0b87
3f0b87
* Mon May 27 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.7.1-5.20130524git661c45ca1
3f0b87
- Require libX11 1.6RC2 for _XEatDataWords
3f0b87
3f0b87
* Fri May 24 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.7.1-4.20130524git661c45ca1
3f0b87
- Udpate to git snapshot to fix CVEs listed below
3f0b87
- CVE-2013-1984
3f0b87
- CVE-2013-1995
3f0b87
- CVE-2013-1998
3f0b87
3f0b87
* Tue May 21 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.7.1-3
3f0b87
- fix sequence number copy - the cookie already had (a potentially
3f0b87
  different) sequence number copied (#965347)
3f0b87
3f0b87
* Fri May 17 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.7.1-2
3f0b87
- copy the sequence number into XI2 events
3f0b87
3f0b87
* Fri Apr 05 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.7.1-1
3f0b87
- libXi 1.7.1
3f0b87
3f0b87
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.7-1
3f0b87
- libXi 1.7
3f0b87
3f0b87
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.99.1-2
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3f0b87
3f0b87
* Tue Jan 08 2013 Adam Jackson <ajax@redhat.com> 1.6.99.1-1
3f0b87
- libXi 1.6.99.1
3f0b87
3f0b87
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-2
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3f0b87
3f0b87
* Thu May 03 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.6.1-1
3f0b87
- libXi 1.6.1
3f0b87
3f0b87
* Thu Mar 08 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.6.0-1
3f0b87
- libXi 1.6
3f0b87
3f0b87
* Wed Feb 15 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.3-1
3f0b87
- libXi 1.5.99.3
3f0b87
3f0b87
* Mon Feb 06 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.2-4
3f0b87
- Add requires for libX11 to avoid mismatches when updating
3f0b87
3f0b87
* Fri Jan 27 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.2-3
3f0b87
- Bump libX11-devel requirement up to what configure actually wants
3f0b87
3f0b87
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.99.2-2.20111222gitae0187c87
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3f0b87
3f0b87
* Thu Dec 22 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.2-1.20111222.gitae0187c87
3f0b87
- 1.5.99.2 from git
3f0b87
3f0b87
* Wed Dec 21 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.5.0-1
3f0b87
- libXi 1.5.0
3f0b87
3f0b87
* Wed Nov 09 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.4.99.1-1
3f0b87
- Update to 1.4.99.1 (with XI 2.1 support)
3f0b87
3f0b87
* Tue Oct 11 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.4.3-3
3f0b87
- Fix 0001-Handle-unknown-device-classes.patch: missing prototype change for
3f0b87
  copy_classes in XIQueryDevice caused parameter corruption (#744960)
3f0b87
3f0b87
* Wed Aug 17 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.4.3-2
3f0b87
- 0001-Handle-unknown-device-classes.patch: don't corrupt memory when a
3f0b87
  server sends unknown device classes.
3f0b87
3f0b87
* Tue Jun 07 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.4.3-1
3f0b87
- libXi 1.4.3
3f0b87
3f0b87
* Mon Mar 21 2011 Adam Jackson <ajax@redhat.com> 1.4.2-1
3f0b87
- libXi 1.4.2
3f0b87
3f0b87
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-2
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3f0b87
3f0b87
* Wed Jan 26 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.4.1-1
3f0b87
- libXi 1.4.1
3f0b87
3f0b87
* Wed Nov 03 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.4.0-1
3f0b87
- libXi 1.4
3f0b87
- disable spec building, don't think they're of much of much use to our
3f0b87
  users.
3f0b87
3f0b87
* Wed Aug 04 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.3.2-1
3f0b87
- libXi 1.3.2
3f0b87
  libXi 1.3.1 had a bug in the configure script.
3f0b87
3f0b87
* Mon Aug 02 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.3.1-1
3f0b87
- libXi 1.3.1
3f0b87
3f0b87
* Tue Feb 02 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.3-2
3f0b87
- Remove unnecessary libXau-devel BuildRequires.
3f0b87
3f0b87
* Tue Oct 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.3-1
3f0b87
- libXi 1.3
3f0b87
3f0b87
* Tue Aug 25 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-11.20090825
3f0b87
- Update to today's git master, requires inputproto 1.9.99.902
3f0b87
3f0b87
* Wed Aug 05 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-10.20090805
3f0b87
- Update to today's git master
3f0b87
- Re-enable parallel builds, the man page makefile is fixed now.
3f0b87
3f0b87
* Tue Aug 04 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-9.20090804
3f0b87
- Update to today's git master
3f0b87
3f0b87
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.99-8.20090723
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3f0b87
3f0b87
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.2.99-7.20090723
3f0b87
- Un-require xorg-x11-filesystem
3f0b87
3f0b87
* Thu Jul 23 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-6.20090723
3f0b87
- Update to today's git master
3f0b87
3f0b87
* Thu Jul 16 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-5.20090716
3f0b87
- Update to today's git master
3f0b87
3f0b87
* Mon Jul 13 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-4.20090713
3f0b87
- Update to today's git master
3f0b87
- Add commitid file.
3f0b87
3f0b87
* Sun Jul 12 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-3.20090712
3f0b87
- Update to today's git master
3f0b87
3f0b87
* Fri Jun 19 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-2.20090619
3f0b87
- Add missing make-git-snapshot.sh
3f0b87
3f0b87
* Fri Jun 19 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-1.20090619
3f0b87
- Update to today's git master
3f0b87
3f0b87
* Thu Feb 26 2009 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.1-1
3f0b87
- libXi 1.2.1 
3f0b87
3f0b87
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
3f0b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3f0b87
3f0b87
* Wed Dec 03 2008 Adam Jackson <ajax@redhat.com> 1.2.0-1
3f0b87
- libXi 1.2.0
3f0b87
3f0b87
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.3-4
3f0b87
- Autorebuild for GCC 4.3
3f0b87
3f0b87
* Tue Jan 15 2008 Brian Pepple <bpepple@fedoraproject.org> - 1.1.3-3
3f0b87
- Fix pkconfig type on -devel.
3f0b87
3f0b87
* Fri Jan 11 2008 parag <paragn@fedoraproject.org> 1.1.3-2
3f0b87
- Merge-review #226076
3f0b87
- Removed BR:pkgconfig
3f0b87
- Removed XFree86-libs, xorg-x11-libs XFree86-devel, xorg-x11-devel as Obsoletes
3f0b87
- Removed zero-length AUTHORS README file
3f0b87
3f0b87
* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.1.3-1
3f0b87
- libXi 1.1.3
3f0b87
3f0b87
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.1.1-2
3f0b87
- Rebuild for build id
3f0b87
3f0b87
* Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 1.1.1-1
3f0b87
- libXi 1.1.1
3f0b87
3f0b87
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.4-2
3f0b87
- Don't install INSTALL
3f0b87
3f0b87
* Wed Apr 11 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
3f0b87
- libXi 1.0.4
3f0b87
3f0b87
* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.2-1
3f0b87
- Update to 1.0.2
3f0b87
3f0b87
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-3.1
3f0b87
- rebuild
3f0b87
3f0b87
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
3f0b87
- Added "Requires: xorg-x11-proto-devel" to devel package for xi.pc
3f0b87
- Remove package ownership of mandir/libdir/etc.
3f0b87
3f0b87
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
3f0b87
- Replace "makeinstall" with "make install DESTDIR=..." for (#192721)
3f0b87
- Remove package ownership of mandir/libdir/etc.
3f0b87
3f0b87
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
3f0b87
- Update to 1.0.1
3f0b87
3f0b87
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.2
3f0b87
- bump again for double-long bug on ppc(64)
3f0b87
3f0b87
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.1
3f0b87
- rebuilt for new gcc4.1 snapshot and glibc changes
3f0b87
3f0b87
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
3f0b87
- Bumped and rebuilt
3f0b87
3f0b87
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
3f0b87
- Updated libXi to version 1.0.0 from X11R7 RC4
3f0b87
3f0b87
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
3f0b87
- Updated libXi to version 0.99.2 from X11R7 RC3
3f0b87
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
3f0b87
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
3f0b87
- Removed 'x' suffix from manpage directories to match RC3 upstream.
3f0b87
3f0b87
* Tue Nov 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
3f0b87
- Added "BuildRequires: libXau-devel", as build fails without it, but does
3f0b87
  not check for it with ./configure.  Bug (fdo#5065)
3f0b87
3f0b87
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
3f0b87
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
3f0b87
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
3f0b87
3f0b87
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
3f0b87
- Updated libXi to version 0.99.1 from X11R7 RC1
3f0b87
- Updated file manifest to find manpages in "man3x"
3f0b87
3f0b87
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
3f0b87
- Renamed package to remove xorg-x11 from the name due to unanimous decision
3f0b87
  between developers.
3f0b87
- Use Fedora Extras style BuildRoot tag.
3f0b87
- Disable static library creation by default.
3f0b87
- Add missing defattr to devel subpackage
3f0b87
- Add missing documentation files to doc macro
3f0b87
3f0b87
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
3f0b87
- Renamed package to prepend "xorg-x11" to the name for consistency with
3f0b87
  the rest of the X11R7 packages.
3f0b87
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
3f0b87
  subpackage to ensure the devel package matches the installed shared libs.
3f0b87
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
3f0b87
  allow applications to use implementation agnostic dependencies.
3f0b87
- Added post/postun scripts which call ldconfig.
3f0b87
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
3f0b87
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
3f0b87
3f0b87
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
3f0b87
- Initial build.