diff --git a/adjtimex.spec b/adjtimex.spec index be41451..f409829 100644 --- a/adjtimex.spec +++ b/adjtimex.spec @@ -1,7 +1,7 @@ Summary: A utility for adjusting kernel time variables. Name: adjtimex Version: 1.13 -Release: 6 +Release: 10 Exclusiveos: Linux License: distributable Group: System Environment/Base @@ -9,6 +9,8 @@ Source: http://ibiblio.org/pub/Linux/system/admin/time/adjtimex-%{version}.tar.g Patch0: adjtimex-1.9-getopt.patch Patch1: adjtimex-ia64.patch Patch2: adjtimex-1.11-fixman.patch +Patch3: adjtimex-1.13-gcc33.patch +Patch4: adjtimex-1.13-s390.patch BuildRoot: %{_tmppath}/%{name}-root %description @@ -24,10 +26,10 @@ adjtimex to view kernel time variables. %patch0 -p1 %patch1 -p1 %patch2 -p1 -b .fixman +%patch3 -p1 -b .gcc33 +%patch4 -p1 -b .s390 %build -#CFLAGS="$RPM_OPT_FLAGS" ./configure - %configure make @@ -48,6 +50,18 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/adjtimex.8* %changelog +* Mon Jun 16 2003 Than Ngo 1.13-10 +- rebuild + +* Fri Jun 06 2003 Than Ngo 1.13-9 +- fix s390/s390x build + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Thu May 22 2003 Than Ngo 1.13-7 +- fix build woth gcc 3.3 + * Wed Jan 22 2003 Tim Powers - rebuilt