From a6efaeef1d205e4a73d2c004f93447efaff211ce Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 02:55:45 +0000 Subject: auto-import changelog data from adjtimex-1.13-12.src.rpm Thu Feb 19 2004 Than Ngo 1.13-12 - add fix for new glibc - add COPYRIGHT file Fri Feb 13 2004 Elliot Lee - rebuilt --- diff --git a/adjtimex-1.13-glibc.patch b/adjtimex-1.13-glibc.patch new file mode 100644 index 0000000..cf897bf --- /dev/null +++ b/adjtimex-1.13-glibc.patch @@ -0,0 +1,14 @@ +--- adjtimex-1.13/adjtimex.c.orig 2002-01-07 02:58:03.000000000 +0100 ++++ adjtimex-1.13/adjtimex.c 2004-02-19 14:18:25.596604396 +0100 +@@ -34,11 +34,7 @@ + #include + #include + +-#ifdef __alpha__ + extern int adjtimex(struct timex *); +-#else +-_syscall1(int, adjtimex, struct timex *, txcp) +-#endif + int F_print = 0; + + #ifndef LOG_PATH diff --git a/adjtimex.spec b/adjtimex.spec index f409829..3c5dac9 100644 --- a/adjtimex.spec +++ b/adjtimex.spec @@ -1,16 +1,15 @@ Summary: A utility for adjusting kernel time variables. Name: adjtimex Version: 1.13 -Release: 10 +Release: 12 Exclusiveos: Linux License: distributable Group: System Environment/Base Source: http://ibiblio.org/pub/Linux/system/admin/time/adjtimex-%{version}.tar.gz Patch0: adjtimex-1.9-getopt.patch -Patch1: adjtimex-ia64.patch +Patch1: adjtimex-1.13-glibc.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 +23,9 @@ adjtimex to view kernel time variables. %prep %setup -q %patch0 -p1 -%patch1 -p1 +%patch1 -p1 -b .glibc %patch2 -p1 -b .fixman %patch3 -p1 -b .gcc33 -%patch4 -p1 -b .s390 %build %configure @@ -45,11 +43,18 @@ rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) -%doc README +%doc README COPYING COPYRIGHT /sbin/adjtimex %{_mandir}/man8/adjtimex.8* %changelog +* Thu Feb 19 2004 Than Ngo 1.13-12 +- add fix for new glibc +- add COPYRIGHT file + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + * Mon Jun 16 2003 Than Ngo 1.13-10 - rebuild