rpms/tar/FC-4 tar-1.15.1-newerOption.patch, NONE, 1.1 tar.spec, 1.23, 1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Aug 15 14:15:40 UTC 2005


Author: pvrabec

Update of /cvs/dist/rpms/tar/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv30675

Modified Files:
	tar.spec 
Added Files:
	tar-1.15.1-newerOption.patch 
Log Message:
silence newer option (#164902)


tar-1.15.1-newerOption.patch:
 create.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE tar-1.15.1-newerOption.patch ---
--- tar-1.15.1/src/create.c.newerOption	2005-08-15 15:53:27.000000000 +0000
+++ tar-1.15.1/src/create.c	2005-08-15 15:53:51.000000000 +0000
@@ -1387,7 +1387,7 @@
       && OLDER_STAT_TIME (st->stat, m)
       && (!after_date_option || OLDER_STAT_TIME (st->stat, c)))
     {
-      if (!incremental_option)
+      if (!incremental_option && verbose_option)
 	WARN ((0, 0, _("%s: file is unchanged; not dumped"),
 	       quotearg_colon (p)));
       return;


Index: tar.spec
===================================================================
RCS file: /cvs/dist/rpms/tar/FC-4/tar.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- tar.spec	27 Jul 2005 11:54:10 -0000	1.23
+++ tar.spec	15 Aug 2005 14:15:37 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: A GNU file archiving program.
 Name: tar
 Version: 1.15.1
-Release: 7.FC4
+Release: 8.FC4
 License: GPL
 Group: Applications/Archiving
 URL: http://www.gnu.org/software/tar/
@@ -15,6 +15,8 @@
 Patch10: tar-1.15.1-gcc4.patch
 Patch11: tar-1.15.1-lseek.patch
 Patch12: tar-1.15.1-sparseTotals.patch
+Patch13: tar-1.15.1-newerOption.patch
+
 Prereq: info
 BuildRequires: autoconf automake gzip
 Buildroot: %{_tmppath}/%{name}-%{version}-root
@@ -41,6 +43,7 @@
 %patch10 -p1 -b .gcc4
 %patch11 -p1 -b .lseek
 %patch12 -p1 -b .sparseTotals
+%patch13 -p1 -b .newerOption
 
 %build
 
@@ -111,6 +114,9 @@
 %{_infodir}/tar.info*
 
 %changelog
+* Mon Aug 15 2005 Peter Vrabec <pvrabec at redhat.com> 1.15.1-8.FC4
+- silence newer option (#164902)
+
 * Wed Jul 27 2005 Peter Vrabec <pvrabec at redhat.com> 1.15.1-7.FC4
 - exclude listed02.at from testsuite
 




More information about the fedora-cvs-commits mailing list