2005-11-02 16:05:56 +00:00
|
|
|
Summary: A graphics library for quick creation of PNG or JPEG images
|
|
|
|
Name: gd
|
2007-09-18 08:07:15 +00:00
|
|
|
Version: 2.0.35
|
2009-07-24 23:38:53 +00:00
|
|
|
Release: 9%{?dist}
|
2005-11-02 16:05:56 +00:00
|
|
|
Group: System Environment/Libraries
|
2008-07-21 15:25:47 +00:00
|
|
|
License: MIT
|
2007-02-08 13:09:04 +00:00
|
|
|
URL: http://www.libgd.org/Main_Page
|
2007-02-22 12:44:56 +00:00
|
|
|
Source0: http://www.libgd.org/releases/%{name}-%{version}.tar.bz2
|
2005-11-02 16:05:56 +00:00
|
|
|
Patch0: gd-2.0.33-freetype.patch
|
2007-02-08 13:09:04 +00:00
|
|
|
Patch3: gd-2.0.34-multilib.patch
|
2006-07-10 13:18:54 +00:00
|
|
|
Patch4: gd-loop.patch
|
2007-02-22 12:44:56 +00:00
|
|
|
Patch5: gd-2.0.34-sparc64.patch
|
2007-09-18 08:07:15 +00:00
|
|
|
Patch6: gd-2.0.35-overflow.patch
|
|
|
|
Patch7: gd-2.0.35-AALineThick.patch
|
2007-02-22 12:44:56 +00:00
|
|
|
Patch8: gd-2.0.33-BoxBound.patch
|
2009-01-06 14:19:34 +00:00
|
|
|
Patch9: gd-2.0.34-fonts.patch
|
|
|
|
Patch10: gd-2.0.35-time.patch
|
2005-11-02 16:05:56 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: freetype-devel, fontconfig-devel, libX11-devel, libXpm-devel
|
2006-06-06 14:14:49 +00:00
|
|
|
BuildRequires: libjpeg-devel, libpng-devel, zlib-devel, pkgconfig
|
2004-09-09 05:00:40 +00:00
|
|
|
|
|
|
|
%description
|
2004-09-09 05:01:23 +00:00
|
|
|
The gd graphics library allows your code to quickly draw images
|
|
|
|
complete with lines, arcs, text, multiple colors, cut and paste from
|
|
|
|
other images, and flood fills, and to write out the result as a PNG or
|
|
|
|
JPEG file. This is particularly useful in Web applications, where PNG
|
|
|
|
and JPEG are two of the formats accepted for inline images by most
|
|
|
|
browsers. Note that gd is not a paint program.
|
2004-09-09 05:00:40 +00:00
|
|
|
|
2005-03-22 17:58:20 +00:00
|
|
|
|
2004-09-09 05:00:40 +00:00
|
|
|
%package progs
|
2005-03-22 17:58:20 +00:00
|
|
|
Requires: gd = %{version}-%{release}
|
|
|
|
Summary: Utility programs that use libgd
|
|
|
|
Group: Applications/Multimedia
|
2004-09-09 05:00:40 +00:00
|
|
|
|
|
|
|
%description progs
|
2004-09-09 05:01:23 +00:00
|
|
|
The gd-progs package includes utility programs supplied with gd, a
|
2007-11-19 15:23:23 +00:00
|
|
|
graphics library for creating PNG and JPEG images.
|
2004-09-09 05:00:40 +00:00
|
|
|
|
2005-03-22 17:58:20 +00:00
|
|
|
|
2004-09-09 05:00:40 +00:00
|
|
|
%package devel
|
2005-11-02 16:05:56 +00:00
|
|
|
Summary: The development libraries and header files for gd
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: gd = %{version}-%{release}
|
|
|
|
Requires: libX11-devel, libXpm-devel, libjpeg-devel, freetype-devel
|
2006-09-13 08:41:12 +00:00
|
|
|
Requires: libpng-devel, zlib-devel, fontconfig-devel
|
2006-10-31 13:59:23 +00:00
|
|
|
Requires: pkgconfig
|
2004-09-09 05:00:40 +00:00
|
|
|
|
|
|
|
%description devel
|
2004-09-09 05:01:23 +00:00
|
|
|
The gd-devel package contains the development libraries and header
|
|
|
|
files for gd, a graphics library for creating PNG and JPEG graphics.
|
2004-09-09 05:00:40 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2005-09-07 15:22:24 +00:00
|
|
|
%patch0 -p1 -b .freetype
|
2006-05-25 08:24:50 +00:00
|
|
|
%patch3 -p1 -b .mlib
|
2006-07-10 13:18:54 +00:00
|
|
|
%patch4 -p1 -b .loop
|
2006-10-31 13:59:23 +00:00
|
|
|
%patch6 -p1 -b .overflow
|
2007-02-08 13:09:04 +00:00
|
|
|
%patch5 -p1 -b .sparc64
|
2006-11-16 13:46:53 +00:00
|
|
|
%patch7 -p1 -b .AALineThick
|
2006-11-21 09:03:03 +00:00
|
|
|
%patch8 -p1 -b .bb
|
2007-09-04 14:08:31 +00:00
|
|
|
%patch9 -p1 -b .fonts
|
2009-01-06 14:19:34 +00:00
|
|
|
%patch10 -p1 -b .time
|
2004-09-09 05:00:40 +00:00
|
|
|
|
|
|
|
%build
|
2004-09-09 05:03:06 +00:00
|
|
|
%configure --disable-rpath
|
2005-03-22 17:58:20 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-09-09 05:00:40 +00:00
|
|
|
|
|
|
|
%install
|
2005-03-22 17:58:20 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2009-01-06 14:19:34 +00:00
|
|
|
make install INSTALL='install -p' DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
rm $RPM_BUILD_ROOT/%{_libdir}/libgd.la
|
|
|
|
rm $RPM_BUILD_ROOT/%{_libdir}/libgd.a
|
2004-09-09 05:00:40 +00:00
|
|
|
|
|
|
|
%clean
|
2005-03-22 17:58:20 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2004-09-09 05:00:40 +00:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
2005-03-22 17:58:20 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-01-06 14:19:34 +00:00
|
|
|
%doc COPYING README-JPEG.TXT index.html NEWS
|
2004-09-09 05:01:23 +00:00
|
|
|
%{_libdir}/*.so.*
|
2004-09-09 05:00:40 +00:00
|
|
|
|
|
|
|
%files progs
|
2005-03-22 17:58:20 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/*
|
|
|
|
%exclude %{_bindir}/gdlib-config
|
2004-09-09 05:00:40 +00:00
|
|
|
|
|
|
|
%files devel
|
2005-03-22 17:58:20 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-02-22 12:44:56 +00:00
|
|
|
%doc index.html
|
2005-03-10 22:37:26 +00:00
|
|
|
%{_bindir}/gdlib-config
|
2004-09-09 05:00:40 +00:00
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/*.so
|
2006-05-25 08:24:50 +00:00
|
|
|
%{_libdir}/pkgconfig/gdlib.pc
|
2004-09-09 05:00:40 +00:00
|
|
|
|
|
|
|
%changelog
|
2009-07-24 23:38:53 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.35-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-24 19:57:01 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.35-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-06 14:19:34 +00:00
|
|
|
* Tue Jan 6 2009 Ivana Varekova <varekova@redhat.com> - 2.0.35-7
|
|
|
|
- do minor spec file cleanup
|
|
|
|
|
2008-07-21 15:25:47 +00:00
|
|
|
* Mon Jul 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.35-6
|
|
|
|
- fix license tag (nothing in this is GPL)
|
|
|
|
|
2008-02-19 06:29:57 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.0.35-5
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-11-20 09:35:25 +00:00
|
|
|
* Tue Nov 20 2007 Ivana Varekova <varekova@redhat.com> 2.0.35-4
|
|
|
|
- remove static library
|
|
|
|
|
2007-11-19 15:23:23 +00:00
|
|
|
* Mon Nov 19 2007 Ivana Varekova <varekova@redhat.com> 2.0.35-3
|
|
|
|
- spec file cleanup
|
|
|
|
|
2007-11-19 13:14:43 +00:00
|
|
|
* Mon Nov 19 2007 Ivana Varekova <varekova@redhat.com> 2.0.35-2
|
|
|
|
- fix gdlib.pc file
|
|
|
|
|
2007-09-18 08:07:15 +00:00
|
|
|
* Tue Sep 18 2007 Ivana Varekova <varekova@redhat.com> 2.0.35-1
|
|
|
|
- update to 2.0.35
|
|
|
|
|
2007-09-04 14:08:31 +00:00
|
|
|
* Tue Sep 4 2007 Ivana Varekova <varekova@redhat.com> 2.0.34-3
|
|
|
|
- fix font paths (#225786#5)
|
|
|
|
- fix pkgconfig Libs flag (#225786#4)
|
|
|
|
|
2007-02-22 12:44:56 +00:00
|
|
|
* Thu Feb 22 2007 Ivana Varekova <varekova@redhat.com> 2.0.34-2
|
|
|
|
- incorporate package review feedback
|
|
|
|
|
2007-02-08 13:09:04 +00:00
|
|
|
* Thu Feb 8 2007 Ivana Varekova <varekova@redhat.com> 2.0.34-1
|
|
|
|
- update to 2.0.34
|
|
|
|
|
2007-01-29 08:55:33 +00:00
|
|
|
* Mon Jan 29 2007 Ivana Varekova <varekova@redhat.com> 2.0.33-12
|
|
|
|
- Resolves: #224610
|
|
|
|
CVE-2007-0455 gd buffer overrun
|
|
|
|
|
2006-11-21 09:03:03 +00:00
|
|
|
* Tue Nov 21 2006 Ivana Varekova <varekova@redhat.com> 2.0.33-11
|
|
|
|
- Fix problem with to large box boundaries
|
|
|
|
Resolves: #197747
|
|
|
|
|
2006-11-16 13:46:53 +00:00
|
|
|
* Thu Nov 16 2006 Ivana Varekova <varekova@redhat.com> 2.0.33-10
|
|
|
|
- added 'thick' - variable support for AA line (#198042)
|
|
|
|
|
2006-10-31 13:59:23 +00:00
|
|
|
* Tue Oct 31 2006 Adam Tkac <atkac@redhat.com> 2.0.33-9.4
|
|
|
|
- patched some additionals overflows in gd (#175414)
|
|
|
|
|
2006-09-13 08:41:12 +00:00
|
|
|
* Wed Sep 13 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 2.0.33 - 9.3
|
|
|
|
- gd-devel now requires fontconfig-devel (#205834)
|
|
|
|
|
2006-07-19 07:58:46 +00:00
|
|
|
* Wed Jul 19 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 2.0.33 - 9.2
|
|
|
|
- use CFLAGS on sparc64 (#199363)
|
|
|
|
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.33 - 9.1
|
2006-07-12 05:53:43 +00:00
|
|
|
- rebuild
|
|
|
|
|
2006-07-10 13:18:54 +00:00
|
|
|
* Mon Jul 10 2006 Jitka Kudrnacova <jkudrnac@redhat.com> 2.0.33-9
|
|
|
|
- prevent from an infinite loop when decoding bad GIF images (#194520)
|
|
|
|
|
2006-05-25 08:24:50 +00:00
|
|
|
* Thu May 25 2006 Ivana Varekova <varekova@redhat.com> - 2.0.33-7
|
|
|
|
- fix multilib problem (add pkgconfig)
|
|
|
|
|
2006-02-11 02:49:11 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0.33-6.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:44:18 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0.33-6.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-20 12:44:28 +00:00
|
|
|
* Fri Jan 20 2006 Phil Knirsch <pknirsch@redhat.com> 2.0.33-6
|
2006-01-20 12:48:01 +00:00
|
|
|
- Included a few more overflow checks (#177907)
|
2006-01-20 12:44:28 +00:00
|
|
|
|
2005-12-09 22:40:31 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-02 16:05:56 +00:00
|
|
|
* Wed Nov 02 2005 Phil Knirsch <pknirsch@redhat.com> 2.0.33-5
|
|
|
|
- Switched BuildPreReqs and Requires to modular xorg-x11 style
|
|
|
|
|
2005-10-10 13:52:17 +00:00
|
|
|
* Mon Oct 10 2005 Phil Knirsch <pknirsch@redhat.com> 2.0.33-4
|
|
|
|
- Fixed possible gd crash when drawing AA line near image borders (#167843)
|
|
|
|
|
2005-09-07 15:21:28 +00:00
|
|
|
* Wed Sep 07 2005 Phil Knirsch <pknirsch@redhat.com> 2.0.33-3
|
|
|
|
- Fixed broken freetype-config --libs flags in configure (#165875)
|
|
|
|
|
2005-04-17 22:21:54 +00:00
|
|
|
* Sun Apr 17 2005 Warren Togami <wtogami@redhat.com> 2.0.33-2
|
|
|
|
- devel reqs (#155183 thias)
|
|
|
|
|
2005-03-22 17:58:20 +00:00
|
|
|
* Tue Mar 22 2005 Than Ngo <than@redhat.com> 2.0.33-1
|
|
|
|
- 2.0.33 #150717
|
|
|
|
- apply the patch from Jose Pedro Oliveira
|
|
|
|
- Added the release macro to the subpackages requirements versioning
|
|
|
|
- Handled the gdlib-config movement to gd-devel in a differment manner
|
|
|
|
- Added fontconfig-devel to the build requirements
|
|
|
|
- Added xorg-x11-devel to the build requirements (Xpm)
|
|
|
|
- Removed explicit /sbin/ldconfig requirement (gd rpm)
|
|
|
|
- Removed explicit perl requirement (gd-progs rpm)
|
|
|
|
- Added several missing documentation files (including the license file)
|
|
|
|
- Replaced %%makeinstall by make install DESTDIR=...
|
|
|
|
|
2005-03-10 22:37:26 +00:00
|
|
|
* Thu Mar 10 2005 Than Ngo <than@redhat.com> 2.0.32-3
|
|
|
|
- move gdlib-config in devel
|
|
|
|
|
2005-03-02 14:09:16 +00:00
|
|
|
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 2.0.32-2
|
|
|
|
- bump release and rebuild with gcc 4
|
|
|
|
|
2004-11-03 13:57:18 +00:00
|
|
|
* Wed Nov 03 2004 Phil Knirsch <pknirsch@redhat.com> 2.0.32-1
|
|
|
|
- Update to 2.0.32 which includes all the security fixes
|
|
|
|
|
2004-10-27 16:30:45 +00:00
|
|
|
* Wed Oct 27 2004 Phil Knirsch <pknirsch@redhat.com> 2.0.28-2
|
|
|
|
- Fixed several buffer overflows for gdMalloc() calls
|
|
|
|
|
2004-09-09 05:03:21 +00:00
|
|
|
* Tue Jul 27 2004 Phil Knirsch <pknirsch@redhat.com> 2.0.28-1
|
|
|
|
- Update to 2.0.28
|
|
|
|
|
2004-09-09 05:03:18 +00:00
|
|
|
* Fri Jul 02 2004 Phil Knirsch <pknirsch@redhat.com> 2.0.27-1
|
|
|
|
- Updated to 2.0.27 due to:
|
|
|
|
o Potential memory overruns in gdImageFilledPolygon. Thanks to John Ellson.
|
2005-03-22 17:58:20 +00:00
|
|
|
o The sign of Y-axis values returned in the bounding box by gdImageStringFT
|
|
|
|
was incorrect. Thanks to John Ellson and Riccardo Cohen.
|
2004-09-09 05:03:18 +00:00
|
|
|
|
2004-09-09 05:03:13 +00:00
|
|
|
* Wed Jun 30 2004 Phil Knirsch <pknirsch@redhat.com> 2.0.26-1
|
|
|
|
- Update to 2.0.26
|
|
|
|
|
2004-09-09 05:03:09 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 05:03:06 +00:00
|
|
|
* Wed Apr 21 2004 Phil Knirsch <pknirsch@redhat.com> 2.0.21-3
|
|
|
|
- Disable rpath usage.
|
|
|
|
|
2004-09-09 05:02:56 +00:00
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Feb 02 2004 Phil Knirsch <pknirsch@redhat.com> 2.0.21-1
|
|
|
|
- Updated to 2.0.21
|
|
|
|
|
2004-09-09 05:02:12 +00:00
|
|
|
* Tue Aug 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- update to 2.0.15
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue May 06 2003 Phil Knirsch <pknirsch@redhat.com> 2.0.12-1
|
|
|
|
- Update to 2.0.12
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.8.4-11
|
2004-09-09 05:01:49 +00:00
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 1.8.4-10
|
|
|
|
- rebuild on all arches
|
|
|
|
|
2004-09-09 05:01:46 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 05:01:43 +00:00
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Thu Jan 24 2002 Phil Knirsch <pknirsch@redhat.com>
|
|
|
|
- Specfile update to add URL for homepage (#54608)
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Oct 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.8.4-5
|
|
|
|
- Rebuild with current libpng
|
|
|
|
|
2004-09-09 05:01:23 +00:00
|
|
|
* Mon Aug 13 2001 Philipp Knirsch <pknirsch@redhat.de> 1.8.4-4
|
|
|
|
- Fixed a wrong double ownership of libgd.so (#51599).
|
|
|
|
|
2004-09-09 05:01:19 +00:00
|
|
|
* Fri Jul 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.8.4-3
|
|
|
|
- There's really no reason to link against both freetype 1.x and 2.x,
|
|
|
|
especially when gd is configured to use just freetype 2.x. ;)
|
|
|
|
|
2004-09-09 05:00:52 +00:00
|
|
|
* Mon Jun 25 2001 Philipp Knirsch <pknirsch@redhat.de>
|
|
|
|
- Forgot to include the freetype library in the shared library linking. Fixed.
|
|
|
|
|
|
|
|
* Thu Jun 21 2001 Philipp Knirsch <pknirsch@redhat.de>
|
|
|
|
- Update to 1.8.4
|
|
|
|
|
2004-09-09 05:00:46 +00:00
|
|
|
* Tue Dec 19 2000 Philipp Knirsch <pknirsch@redhat.de>
|
|
|
|
- Updates the descriptions to get rid of al references to gif
|
|
|
|
|
|
|
|
* Tue Dec 12 2000 Philipp Knirsch <Philipp.Knirsch@redhat.de>
|
|
|
|
- Fixed bug #22001 where during installation the .so.1 and the so.1.8 links
|
|
|
|
didn't get installed and therefore updates had problems.
|
|
|
|
|
|
|
|
* Wed Oct 4 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- define HAVE_LIBTTF to actually enable ttf support (oops, #18299)
|
|
|
|
- remove explicit dependencies on libpng, libjpeg, et. al.
|
|
|
|
- add BuildPrereq: freetype-devel
|
|
|
|
|
2004-09-09 05:00:40 +00:00
|
|
|
* Wed Aug 2 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- rebuilt against new libpng
|
|
|
|
|
|
|
|
* Mon Jul 31 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- add %%postun run of ldconfig (#14915)
|
|
|
|
|
|
|
|
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- update to 1.8.3
|
|
|
|
|
|
|
|
* Sat Jun 4 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- rebuild in new environment
|
|
|
|
|
|
|
|
* Mon May 22 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- break out a -progs subpackage
|
|
|
|
- disable freetype support
|
|
|
|
|
|
|
|
* Fri May 19 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- update to latest version (1.8.2)
|
|
|
|
- disable xpm support
|
|
|
|
|
|
|
|
* Thu Feb 03 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 6)
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 5)
|
|
|
|
|
|
|
|
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- buiuld for glibc 2.1
|
|
|
|
|
|
|
|
* Fri Sep 11 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- built for 5.2
|