2007-08-27 17:20:46 +00:00
|
|
|
%define gitdate 20070827
|
|
|
|
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
|
2007-07-24 15:36:30 +00:00
|
|
|
|
|
|
|
Name: pixman
|
2013-05-09 00:28:26 +00:00
|
|
|
Version: 0.30.0
|
2013-08-04 04:22:32 +00:00
|
|
|
Release: 3%{?dist}
|
2007-07-24 15:36:30 +00:00
|
|
|
Summary: Pixel manipulation library
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: MIT
|
2009-08-10 15:17:37 +00:00
|
|
|
URL: http://cgit.freedesktop.org/pixman/
|
2010-10-03 20:46:33 +00:00
|
|
|
#VCS: git:git://git.freedesktop.org/git/pixman
|
2007-09-05 16:32:16 +00:00
|
|
|
# To make git snapshots:
|
|
|
|
# ./make-pixman-snapshot.sh %{?gitrev}
|
|
|
|
# if no revision specified, makes a new one from HEAD.
|
2011-07-05 16:41:13 +00:00
|
|
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
2007-08-27 17:20:46 +00:00
|
|
|
Source1: make-pixman-snapshot.sh
|
2007-07-24 15:36:30 +00:00
|
|
|
|
2012-07-06 11:10:06 +00:00
|
|
|
BuildRequires: automake autoconf libtool pkgconfig
|
2007-07-24 15:36:30 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Pixman is a pixel manipulation library for X and cairo.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Pixel manipulation library development package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development library for pixman.
|
|
|
|
|
|
|
|
%prep
|
2007-09-05 16:32:16 +00:00
|
|
|
%setup -q
|
2007-07-24 15:36:30 +00:00
|
|
|
|
|
|
|
%build
|
2013-02-21 21:59:53 +00:00
|
|
|
%configure \
|
|
|
|
%ifarch %{arm}
|
|
|
|
--disable-arm-iwmmxt --disable-arm-iwmmxt2 \
|
|
|
|
%endif
|
|
|
|
--disable-static
|
2012-03-30 03:55:45 +00:00
|
|
|
|
2013-02-21 21:59:53 +00:00
|
|
|
make %{?_smp_mflags} V=1
|
2007-07-24 15:36:30 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2007-10-31 21:32:13 +00:00
|
|
|
%{_libdir}/libpixman-1*.so.*
|
2007-07-24 15:36:30 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
2007-08-24 12:01:40 +00:00
|
|
|
%dir %{_includedir}/pixman-1
|
|
|
|
%{_includedir}/pixman-1/pixman.h
|
2008-04-03 20:46:14 +00:00
|
|
|
%{_includedir}/pixman-1/pixman-version.h
|
2007-10-31 21:32:13 +00:00
|
|
|
%{_libdir}/libpixman-1*.so
|
2007-08-24 12:01:40 +00:00
|
|
|
%{_libdir}/pkgconfig/pixman-1.pc
|
2007-07-24 15:36:30 +00:00
|
|
|
|
|
|
|
%changelog
|
2013-08-04 04:22:32 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-04 12:45:39 +00:00
|
|
|
* Thu Jul 04 2013 Karsten Hopp <karsten@redhat.com> 0.30.0-2
|
|
|
|
- bump release and rebuild to fix dependencies on PPC
|
|
|
|
|
2013-05-09 00:28:26 +00:00
|
|
|
* Wed May 8 2013 Soren Sandmann <ssp@redhat.com> 0.30.0-1
|
|
|
|
- pixman 0.30.0
|
|
|
|
|
2013-02-21 21:59:53 +00:00
|
|
|
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.28.0-3
|
|
|
|
- Disable iwmmxt on ARM as it's broken b.fd.o # 55519
|
|
|
|
|
2013-02-14 17:57:28 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-07 19:33:50 +00:00
|
|
|
* Wed Nov 7 2012 Soren Sandmann <ssp@redhat.com> 0.28.0-1
|
|
|
|
- pixman 0.28.0
|
|
|
|
|
2012-10-25 15:45:39 +00:00
|
|
|
* Thu Oct 25 2012 Soren Sandmann <ssp@redhat.com> 0.27.4-1
|
|
|
|
- pixman 0.27.4
|
|
|
|
|
2012-08-10 17:11:46 +00:00
|
|
|
* Fri Aug 10 2012 Soren Sandmann <ssp@redhat.com> 0.27.2-1
|
|
|
|
- pixman 0.27.2
|
|
|
|
|
2012-07-31 20:36:26 +00:00
|
|
|
* Tue Jul 31 2012 Soren Sandmann <ssp@redhat.com> 0.26.2-5
|
|
|
|
- Remove openmp patch
|
|
|
|
|
2012-07-30 21:34:54 +00:00
|
|
|
* Mon Jul 30 2012 Adam Jackson <ajax@redhat.com> 0.26.2-4
|
|
|
|
- Disable openmp patch in RHEL for the moment
|
|
|
|
|
2012-07-21 01:56:07 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-06 11:10:06 +00:00
|
|
|
* Fri Jul 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.26.2-2
|
|
|
|
- run autoreconf to properly pull in gomp
|
|
|
|
|
2012-07-05 23:10:15 +00:00
|
|
|
* Thu Jul 5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.26.2-1
|
|
|
|
- update to 0.26.2
|
|
|
|
- drop upstreamed patch
|
|
|
|
|
2012-06-26 20:57:27 +00:00
|
|
|
* Tue Jun 26 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-4
|
|
|
|
- Add -fopenmp to CFLAGS and LDFLAGS on the make command line instead
|
|
|
|
of in Makefile.am.
|
|
|
|
|
2012-06-26 19:33:40 +00:00
|
|
|
* Tue Jun 26 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-3
|
|
|
|
- Add -fopenmp to pixman-sse2.c CFLAGS
|
|
|
|
|
2012-06-26 19:14:16 +00:00
|
|
|
* Tue Jun 26 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-2
|
|
|
|
- Add experimental patch to use OpenMP
|
|
|
|
If this causes your X server to misbehave, please file bugs.
|
|
|
|
|
2012-05-30 09:31:48 +00:00
|
|
|
* Wed May 30 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-1
|
|
|
|
- update to 0.26.0
|
|
|
|
- patch to add missing emms instructions
|
|
|
|
- reenable iwmmxt since configure should now detect if it can't built
|
|
|
|
|
2012-05-15 19:43:54 +00:00
|
|
|
* Tue May 15 2012 Dennis Gilmore <dennis@ausil.us> - 0.25.6-2
|
|
|
|
- rely on runtime cpu detection for arm optimisations
|
2012-05-15 20:21:50 +00:00
|
|
|
- disable failing to build iwmmxt
|
2012-05-15 19:43:54 +00:00
|
|
|
|
2012-05-15 19:07:38 +00:00
|
|
|
* Tue May 15 2012 Soren Sandmann <ssp@redhat.com>
|
|
|
|
- pixman 0.25.6
|
|
|
|
|
2012-03-30 03:55:45 +00:00
|
|
|
* Thu Mar 29 2012 Dennis Gilmore <dennis@ausil.us> 0.25.2-2
|
|
|
|
- always disable iwmmxt and disable neon and simd unless building armv7hnl
|
|
|
|
|
2012-03-26 17:58:56 +00:00
|
|
|
* Mon Mar 26 2012 Soren Sandmann <ssp@redhat.com> 0.25.2-1
|
|
|
|
- pixman 0.25.2
|
|
|
|
|
2012-03-15 14:45:26 +00:00
|
|
|
* Thu Mar 15 2012 Adam Jackson <ajax@redhat.com> 0.24.4-1
|
|
|
|
- pixman 0.24.4
|
|
|
|
|
2012-01-19 12:27:57 +00:00
|
|
|
* Thu Jan 19 2012 Soren Sandmann <ssp@redhat.com> 0.24.2-1
|
|
|
|
- pixman 0.24.2
|
|
|
|
|
2012-01-14 00:58:16 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-07 16:46:46 +00:00
|
|
|
* Mon Nov 7 2011 Soren Sandmann <ssp@redhat.com> 0.24.0-1
|
|
|
|
- pixman 0.24.0
|
|
|
|
|
2011-10-11 23:37:52 +00:00
|
|
|
* Tue Oct 11 2011 Soren Sandmann <ssp@redhat.com> 0.23.6-1
|
|
|
|
- pixman 0.23.6
|
|
|
|
|
2011-10-06 12:33:39 +00:00
|
|
|
* Thu Oct 06 2011 Soren Sandmann <ssp@redhat.com> 0.23.4-1
|
|
|
|
- pixman 0.23.4
|
|
|
|
|
2011-07-05 16:41:13 +00:00
|
|
|
* Tue Jul 05 2011 Adam Jackson <ajax@redhat.com> 0.22.2-1
|
|
|
|
- pixman 0.22.2
|
|
|
|
|
2011-05-03 11:49:15 +00:00
|
|
|
* Tue May 3 2011 Soren Sandmann <ssp@redhat.com> - 0.22.0-1
|
|
|
|
pixman 0.22.0
|
|
|
|
|
2011-04-20 08:13:14 +00:00
|
|
|
* Wed Apr 20 2011 Soren Sandmann <ssp@redhat.com> - 0.21.8-1
|
|
|
|
pixman 0.21.8
|
|
|
|
|
2011-02-24 14:38:18 +00:00
|
|
|
* Thu Feb 24 2011 Soren sandmann <ssp@redhat.com> - 0.21.6-1
|
|
|
|
- pixman 0.21.6
|
|
|
|
|
2011-02-09 14:46:03 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-20 18:16:30 +00:00
|
|
|
* Thu Jan 20 2011 Soren Sandmann <ssp@redhat.com> - 0.20.2-1
|
|
|
|
- pixman 0.20.2
|
|
|
|
|
2010-10-27 21:28:41 +00:00
|
|
|
* Wed Oct 27 2010 Soren Sandmann <ssp@redhat.com> - 0.20.0-1
|
|
|
|
- pixman 0.20.0
|
|
|
|
|
2010-10-26 01:29:44 +00:00
|
|
|
* Mon Oct 25 2010 Matthias Clasen <mclasen@redhat.com> - 0.19.6-1
|
|
|
|
- Update to 0.19.6
|
|
|
|
|
2010-09-07 00:16:10 +00:00
|
|
|
* Mon Sep 6 2010 Soren Sandmann <ssp@redhat.com> - 0.19.2-1
|
|
|
|
- pixman 0.19.2
|
|
|
|
|
2010-04-01 10:33:12 +00:00
|
|
|
* Thu Apr 1 2010 Soren Sandmann <ssp@redhat.com> - 0.18.0-1
|
|
|
|
- pixman 0.18.0
|
|
|
|
|
2010-03-17 19:18:13 +00:00
|
|
|
* Wed Mar 17 2010 Soren Sandmann <ssp@redhat.com> - 0.17.12-1
|
|
|
|
- pixman 0.17.12
|
|
|
|
|
2010-03-06 01:49:07 +00:00
|
|
|
* Fri Mar 5 2010 Soren Sandmann <ssp@redhat.com> - 0.17.10-1
|
|
|
|
- pixman 0.17.10
|
|
|
|
|
2010-02-25 06:39:34 +00:00
|
|
|
* Thu Feb 25 2010 Soren Sandmann <ssp@redhat.com> - 0.17.8-1
|
|
|
|
- pixman 0.17.8
|
|
|
|
|
2010-02-15 17:01:39 +00:00
|
|
|
* Mon Jan 18 2010 Soren Sandmann <ssp@redhat.com> - 0.17.6-1
|
|
|
|
- pixman 0.17.6
|
|
|
|
|
2010-01-18 14:01:10 +00:00
|
|
|
* Mon Jan 18 2010 Soren Sandmann <ssp@redhat.com> - 0.17.4-1
|
|
|
|
- pixman 0.17.4
|
|
|
|
|
2009-12-02 12:25:44 +00:00
|
|
|
* Wed Dec 2 2009 Soren Sandmann <ssp@redhat.com> - 0.17.2-1
|
|
|
|
- pixman 0.17.2
|
|
|
|
|
2009-09-28 13:52:56 +00:00
|
|
|
* Mon Sep 28 2009 Soren Sandmann <ssp@redhat.com> - 0.16.2-1
|
|
|
|
- pixman 0.16.2
|
|
|
|
|
|
|
|
* Fri Aug 28 2009 Soren Sandmann <ssp@redhat.com> - 0.16.0-1
|
2009-08-28 13:05:06 +00:00
|
|
|
- pixman 0.16.0
|
|
|
|
|
2009-08-11 18:33:04 +00:00
|
|
|
* Mon Aug 11 2009 Soren Sandmann <ssp@redhat.com> - 0.15.20-1
|
|
|
|
- pixman 0.15.20
|
|
|
|
|
2009-08-10 15:17:37 +00:00
|
|
|
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.15.18-3
|
|
|
|
- Use bzipped upstream tarball.
|
|
|
|
- Fix URL.
|
|
|
|
|
2009-07-26 18:50:54 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.18-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-21 11:36:10 +00:00
|
|
|
* Mon Jul 21 2009 Soren Sandmann <ssp@redhat.com> 0.15.18-1
|
|
|
|
- pixman 0.15.18
|
|
|
|
|
2009-07-14 04:53:56 +00:00
|
|
|
* Mon Jul 13 2009 Soren Sandmann <ssp@redhat.com> 0.15.16-1
|
|
|
|
- pixman 0.15.16
|
|
|
|
|
2009-06-24 17:15:50 +00:00
|
|
|
* Wed Jun 24 2009 Soren Sandmann <ssp@redhat.com> 0.15.14-1
|
|
|
|
- pixman 0.15.14
|
|
|
|
|
2009-06-17 10:57:40 +00:00
|
|
|
* Wed Jun 17 2009 Soren Sandmann <ssp@redhat.com> 0.15.12-1
|
|
|
|
- pixman 0.15.12
|
|
|
|
|
2009-06-05 05:51:29 +00:00
|
|
|
* Fri Jun 5 2009 Soren Sandmann <ssp@redhat.com> 0.15.10-1
|
|
|
|
- pixman 0.15.10
|
|
|
|
|
2009-05-31 02:25:15 +00:00
|
|
|
* Sat May 30 2009 Soren Sandmann <ssp@redhat.com> 0.15.8-1
|
|
|
|
- pixman 0.15.8
|
|
|
|
|
2009-05-22 16:41:46 +00:00
|
|
|
* Fri May 22 2009 Soren Sandmann <ssp@redhat.com> 0.15.6-2
|
2009-05-22 16:30:40 +00:00
|
|
|
- pixman 0.15.6
|
|
|
|
|
|
|
|
* Fri May 15 2009 Soren Sandmann <ssp@redhat.com> 0.15.4-1
|
2009-05-15 11:56:19 +00:00
|
|
|
- pixman 0.15.4
|
|
|
|
|
2009-05-13 10:02:23 +00:00
|
|
|
* Wed May 13 2009 Soren Sandmann <ssp@redhat.com> 0.15.2-3
|
|
|
|
- Remove patch to implement new clipping rules as it was completely broken.
|
|
|
|
|
2009-05-12 04:13:54 +00:00
|
|
|
* Tue May 12 2009 Soren Sandmann <ssp@redhat.com> 0.15.2-2
|
|
|
|
- Add patch to implement new clipping rules.
|
|
|
|
|
2009-04-16 14:12:37 +00:00
|
|
|
* Thu Apr 16 2009 Soren Sandmann <ssp@redhat.com> 0.15.2-1
|
|
|
|
- pixman 0.15.2
|
|
|
|
|
2009-02-27 00:40:55 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-07 21:50:53 +00:00
|
|
|
* Sat Feb 7 2009 Soren Sandmann <sandmann@redhat.com> 0.14.0-1
|
|
|
|
- pixman 0.14.0
|
|
|
|
|
2008-12-16 17:01:44 +00:00
|
|
|
* Tue Dec 16 2008 Adam Jackson <ajax@redhat.com> 0.13.2-1
|
|
|
|
- pixman 0.13.2
|
|
|
|
|
2008-12-13 19:22:26 +00:00
|
|
|
* Sun Dec 14 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.12.0-3
|
|
|
|
- Rebuild for pkgconfig provides
|
|
|
|
|
2008-11-18 21:26:23 +00:00
|
|
|
* Tue Nov 18 2008 Dan Williams <dcbw@redhat.com> 0.12.0-2
|
|
|
|
- Actually build with the altivec detection fix (rh #472000, #451831)
|
|
|
|
|
2008-09-17 18:48:03 +00:00
|
|
|
* Wed Sep 17 2008 Soren Sandmann <sandmann@redhat.com> 0.12.0-1
|
|
|
|
- Upgrade to 0.12.0. Drop stripes patch.
|
|
|
|
|
2008-09-10 08:26:24 +00:00
|
|
|
* Wed Sep 10 2008 Soren Sandmann <sandmann@redhat.com> 0.11.10-2
|
|
|
|
- Add patch to fix stripes in the Nautilus selection retangle.
|
|
|
|
|
2008-09-07 03:02:19 +00:00
|
|
|
* Sat Sep 6 2008 Soren Sandmann <sandmann@redhat.com> 0.11.10-1
|
|
|
|
- Upgrade to 0.11.10. Drop altivec patch.
|
|
|
|
|
2008-07-17 20:47:22 +00:00
|
|
|
* Thu Jul 17 2008 Soren Sandmann <sandmann@redhat.com> 0.11.8-1
|
|
|
|
- Upgrade to 0.11.8. Drop altivec patch.
|
|
|
|
|
2008-06-25 17:06:50 +00:00
|
|
|
* Wed Jun 25 2008 Soren Sandmann <sandmann@redhat.com> 0.11.6-1
|
|
|
|
- Upgrade to 0.11.6. Drop fix for leak.
|
|
|
|
|
2008-06-17 18:16:54 +00:00
|
|
|
* Tue Jun 17 2008 David Woodhouse <dwmw2@infradead.org> 0.11.4-3
|
|
|
|
- Fix Altivec detection breakage (#451831)
|
|
|
|
|
2008-06-13 20:01:24 +00:00
|
|
|
* Fri Jun 13 2008 Soren Sandmann <sandmann@redhat.com> 0.11.4-2
|
|
|
|
- Plug bad leak (cherrypicked from master)
|
|
|
|
|
2008-06-09 16:58:26 +00:00
|
|
|
* Mon Jun 9 2008 Soren Sandmann <sandmann@redhat.com> 0.11.4-1
|
|
|
|
- Update to 0.11.4
|
|
|
|
|
2008-06-09 06:42:08 +00:00
|
|
|
* Mon Jun 9 2008 Soren Sandmann <sandmann@redhat.com> 0.11.2-1
|
|
|
|
- Update to 0.11.2
|
|
|
|
|
2008-04-03 20:46:14 +00:00
|
|
|
* Thu Apr 3 2008 Soren Sandmann <sandmann@redhat.com> 0.10.0-1
|
|
|
|
- Update to 0.10.0
|
|
|
|
|
2008-02-18 19:02:10 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.6-4
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-10-31 21:32:13 +00:00
|
|
|
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-3
|
|
|
|
- Third time's the charm.
|
|
|
|
|
2007-10-31 21:25:56 +00:00
|
|
|
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-2
|
|
|
|
- Second try.
|
|
|
|
|
2007-10-31 21:17:27 +00:00
|
|
|
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-1
|
|
|
|
- Update to 0.9.6 release.
|
|
|
|
|
2007-09-05 16:32:16 +00:00
|
|
|
* Wed Sep 05 2007 Adam Jackson <ajax@redhat.com> 0.9.5-1
|
|
|
|
- Update to 0.9.5 release.
|
|
|
|
|
2007-08-27 17:20:46 +00:00
|
|
|
* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 0.9.0-7.20070827
|
|
|
|
- New snapshot
|
|
|
|
|
2007-08-24 12:01:40 +00:00
|
|
|
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-4.20070824
|
|
|
|
- New snapshot
|
|
|
|
|
2007-07-25 17:51:28 +00:00
|
|
|
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.9.0-3.20070724
|
|
|
|
- rebuild for toolchain bug
|
|
|
|
|
2007-07-24 18:39:07 +00:00
|
|
|
* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-2.20070724
|
|
|
|
- Re-add it, %%dir is not the same as adding a dir whole.
|
|
|
|
|
2007-07-24 15:37:48 +00:00
|
|
|
* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-1.20070724
|
|
|
|
- Remove redundant header from %%files devel.
|
|
|
|
|
2007-07-24 15:36:30 +00:00
|
|
|
* Fri May 18 2007 Adam Jackson <ajax@redhat.com> 0.9.0-0.20070724
|
|
|
|
- git build so I can build git X.
|