From d12c32add5609a5f5ef93b2632b379ab4a0d76b9 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Oct 16 2006 11:59:01 +0000 Subject: - update to 1.21 --- diff --git a/.cvsignore b/.cvsignore index 5d4266e..20cea32 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -adjtimex-1.13.tar.gz -adjtimex-1.20.tar.gz +adjtimex-1.21.tar.gz diff --git a/adjtimex-1.21-optstring.patch b/adjtimex-1.21-optstring.patch new file mode 100644 index 0000000..d579603 --- /dev/null +++ b/adjtimex-1.21-optstring.patch @@ -0,0 +1,11 @@ +--- adjtimex-1.21/adjtimex.c.optstring 2006-10-16 13:09:45.000000000 +0200 ++++ adjtimex-1.21/adjtimex.c 2006-10-16 13:13:26.000000000 +0200 +@@ -270,7 +270,7 @@ + txc.modes = 0; + + while((c = getopt_long_only(argc, argv, +- "a::c::l::e:f:h:i:m:o:prPPsPS:RT:t:uvVw", ++ "a::c::l::e:f:h:i:m:o:pr::s:S:RT:t:uvVw", + longopt, NULL)) != -1) + { + switch(c) diff --git a/adjtimex.spec b/adjtimex.spec index c227777..eee5af7 100644 --- a/adjtimex.spec +++ b/adjtimex.spec @@ -1,13 +1,13 @@ Summary: A utility for adjusting kernel time variables. Name: adjtimex -Version: 1.20 -Release: 2.1 +Version: 1.21 +Release: 1%{?dist} ExclusiveOS: Linux License: distributable Group: System Environment/Base Source: http://ibiblio.org/pub/Linux/system/admin/time/adjtimex-%{version}.tar.gz Patch1: adjtimex-1.13-glibc.patch -Patch2: adjtimex-1.20-optstring.patch +Patch2: adjtimex-1.21-optstring.patch BuildRoot: %{_tmppath}/%{name}-root %description @@ -44,6 +44,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/adjtimex.8* %changelog +* Mon Oct 16 2006 Miroslav Lichvar 1.21-1 +- update to 1.21 + * Wed Jul 12 2006 Jesse Keating - 1.20-2.1 - rebuild diff --git a/sources b/sources index 47277ad..314ee51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00b56c266e707b8c753dfe1d33745226 adjtimex-1.20.tar.gz +9888b54f418d7cc120fd3a4222f01c9c adjtimex-1.21.tar.gz