rpms/tar/devel tar.1,1.2,1.3 tar.spec,1.66,1.67

Radek Brich (rbrich) fedora-extras-commits at redhat.com
Mon Jan 21 11:57:28 UTC 2008


Author: rbrich

Update of /cvs/extras/rpms/tar/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21183

Modified Files:
	tar.1 tar.spec 
Log Message:
fix bz#416661, bz#426717 and update license tag


Index: tar.1
===================================================================
RCS file: /cvs/extras/rpms/tar/devel/tar.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tar.1	12 Dec 2007 13:47:18 -0000	1.2
+++ tar.1	21 Jan 2008 11:56:54 -0000	1.3
@@ -48,7 +48,7 @@
 .B -C, --directory DIR
 ]
 [
-.B --check-links
+.B -l, --check-links
 ]
 [
 .B --checkpoint
@@ -105,7 +105,7 @@
 .B --keep-newer-files
 ]
 [
-.B -l, --one-file-system
+.B --one-file-system
 ]
 [
 .B -L, --tape-length N
@@ -156,7 +156,7 @@
 .B -O, --to-stdout
 ]
 [
-.B --occurrence NUM
+.B --occurrence[=NUM]
 ]
 [
 .B --overwrite
@@ -393,7 +393,7 @@
 .B -C, --directory DIR
 change to directory DIR
 .TP
-.B --check-links
+.B -l, --check-links
 warn if number of hard links to the file on the filesystem mismatch the 
 number of links recorded in the archive
 .TP
@@ -457,7 +457,7 @@
 .B --keep-newer-files
 do not overwrite files which are newer than the archive
 .TP
-.B -l, --one-file-system
+.B --one-file-system
 stay in local file system when creating an archive
 .TP
 .B -L, --tape-length N
@@ -513,9 +513,10 @@
 .B -O, --to-stdout
 extract files to standard output
 .TP
-.B --occurrence NUM
-process only NUM occurrences of each named file; used with 
-\fI--delete\fR, \fI--diff\fR, \fI--extract\fR, or \fI--list\fR
+.B --occurrence[=NUM]
+process only the NUMth occurrence of each named file; used with
+\fI--delete\fR, \fI--diff\fR, \fI--extract\fR, or \fI--list\fR.
+NUM defaults to 1.
 .TP
 .B --overwrite
 overwrite existing files and directory metadata when extracting


Index: tar.spec
===================================================================
RCS file: /cvs/extras/rpms/tar/devel/tar.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- tar.spec	17 Dec 2007 11:14:16 -0000	1.66
+++ tar.spec	21 Jan 2008 11:56:54 -0000	1.67
@@ -2,8 +2,8 @@
 Name: tar
 Epoch: 2
 Version: 1.19
-Release: 1%{?dist}
-License: GPLv2+
+Release: 2%{?dist}
+License: GPLv3+
 Group: Applications/Archiving
 URL: http://www.gnu.org/software/tar/
 Source0: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.gz
@@ -90,6 +90,13 @@
 %{_infodir}/tar.info*
 
 %changelog
+* Mon Jan 21 2008 Radek Brich <rbrich at redhat.com> 2:1.19-2
+- fix errors in man page
+  * fix definition of --occurrence (bz#416661, patch by Jonathan Wakely)
+  * update meaning of -l: it has changed from --one-filesystem
+    to --check-links (bz#426717)
+- update license tag, tar 1.19 is GPLv3+
+
 * Mon Dec 17 2007 Radek Brich <rbrich at redhat.com> 2:1.19-1
 - upgrade to 1.19
 - updated xattrs patch, removed 3 upstream patches




More information about the fedora-extras-commits mailing list