diff --git a/units.spec b/units.spec index 9daef83..81c34fa 100644 --- a/units.spec +++ b/units.spec @@ -1,11 +1,13 @@ Summary: A utility for converting amounts from one unit to another. Name: units Version: 1.80 -Release: 4 +Release: 8.1 Source: ftp://ftp.gnu.org/gnu/units/%{name}-%{version}.tar.gz -Copyright: GPL +Patch0: units-1.80-gcc33.patch +Patch1: units-1.80-parsec.patch +License: GPL Group: Applications/Engineering -BuildRoot: /var/tmp/%{name}-root +BuildRoot: %{_tmppath}/%{name}-root Prereq: /sbin/install-info %description @@ -16,6 +18,8 @@ well as conversions such as Fahrenheit to Celsius. %prep %setup -q +%patch0 -p1 -b .gcc33 +%patch1 -p1 -b .parsec %build %configure @@ -44,6 +48,18 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Tue Jun 24 2003 Harald Hoyer 1.80-8 +- au is now astronomicalunit + +* Wed Jun 11 2003 Harald Hoyer 1.80-7 +- fix parsecs #96982 + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Fri May 23 2003 Jeremy Katz 1.80-5 +- fix build with gcc 3.3 + * Wed Jan 22 2003 Tim Powers - rebuilt