This commit is contained in:
parent
18359bf7ff
commit
d2fd4f6203
11
cpio-2.9-doc_typo.patch
Normal file
11
cpio-2.9-doc_typo.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- doc/cpio.texi
|
||||||
|
+++ doc/cpio.texi
|
||||||
|
@@ -234,7 +234,7 @@ unreadable.
|
||||||
|
cpio @{-o|--create@} [-0acvABLV] [-C bytes] [-H format]
|
||||||
|
[-M message] [-O [[user@@]host:]archive] [-F [[user@@]host:]archive]
|
||||||
|
[--file=[[user@@]host:]archive] [--format=format]
|
||||||
|
-[--message=message][--null] [--reset-access-time] [--verbose]
|
||||||
|
+[--message=message] [--null] [--reset-access-time] [--verbose]
|
||||||
|
[--dot] [--append] [--block-size=blocks] [--dereference]
|
||||||
|
[--io-size=bytes] [--rsh-command=command] [--help] [--version]
|
||||||
|
< name-list [> archive]
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 7 15:30:30 CET 2007 - lmichnovic@suse.cz
|
||||||
|
|
||||||
|
- upstream fix of typo in documantation (*doc_typo.patch)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 23 16:13:15 CEST 2007 - lmichnovic@suse.cz
|
Tue Oct 23 16:13:15 CEST 2007 - lmichnovic@suse.cz
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ License: GPL v3 only
|
|||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.9
|
Version: 2.9
|
||||||
Release: 21
|
Release: 24
|
||||||
Summary: A Backup and Archiving Utility
|
Summary: A Backup and Archiving Utility
|
||||||
Source: cpio-2.9.tar.bz2
|
Source: cpio-2.9.tar.bz2
|
||||||
Patch1: cpio-2.9-no_rmt.patch
|
Patch1: cpio-2.9-no_rmt.patch
|
||||||
@ -30,6 +30,7 @@ Patch8: cpio-2.9-paxlib-owl-alloca.patch
|
|||||||
Patch9: cpio-2.9-gcc4_3.patch
|
Patch9: cpio-2.9-gcc4_3.patch
|
||||||
Patch10: cpio-2.9-segfault_in_copyin.patch
|
Patch10: cpio-2.9-segfault_in_copyin.patch
|
||||||
Patch11: cpio-2.9-avoid_overflow_warning.patch
|
Patch11: cpio-2.9-avoid_overflow_warning.patch
|
||||||
|
Patch12: cpio-2.9-doc_typo.patch
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -65,6 +66,7 @@ Authors:
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10
|
%patch10
|
||||||
%patch11
|
%patch11
|
||||||
|
%patch12
|
||||||
chmod 755 .
|
chmod 755 .
|
||||||
chmod u+w *
|
chmod u+w *
|
||||||
chmod a+r *
|
chmod a+r *
|
||||||
@ -104,6 +106,8 @@ ln -sf ../../bin/cpio $RPM_BUILD_ROOT/usr/bin/cpio
|
|||||||
%doc %{_mandir}/man1/mt.1.gz
|
%doc %{_mandir}/man1/mt.1.gz
|
||||||
#/usr/share/locale/*/LC_MESSAGES/cpio.mo
|
#/usr/share/locale/*/LC_MESSAGES/cpio.mo
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 07 2007 - lmichnovic@suse.cz
|
||||||
|
- upstream fix of typo in documantation (*doc_typo.patch)
|
||||||
* Tue Oct 23 2007 - lmichnovic@suse.cz
|
* Tue Oct 23 2007 - lmichnovic@suse.cz
|
||||||
- rewrote code which uses overflow to copy string in structure and
|
- rewrote code which uses overflow to copy string in structure and
|
||||||
gcc was complaining about it (*avoid_overflow_warning.patch)
|
gcc was complaining about it (*avoid_overflow_warning.patch)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user