Updating link to change in openSUSE:Factory/cpio revision 22.0

OBS-URL: https://build.opensuse.org/package/show/Archiving/cpio?expand=0&rev=a66f6349d9562dd4359605714db81327
This commit is contained in:
OBS User buildservice-autocommit 2009-12-26 10:52:51 +00:00 committed by Git OBS Bridge
parent 5ef6d7264e
commit e645699a2d
3 changed files with 10 additions and 16 deletions

View File

@ -1,11 +0,0 @@
--- src/tar.c
+++ src/tar.c
@@ -217,7 +217,7 @@
char *name;
strncpy (tar_hdr->magic, TMAGIC, TMAGLEN);
- strncpy (tar_hdr->magic + TMAGLEN, TVERSION, TVERSLEN);
+ strncpy (tar_hdr->version, TVERSION, TVERSLEN);
name = getuser (file_hdr->c_uid);
if (name)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Dec 26 11:51:46 CET 2009 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Tue Nov 3 19:09:11 UTC 2009 - coolo@novell.com
@ -334,14 +339,14 @@ Tue Sep 1 11:52:58 MEST 1998 - ro@suse.de
- fixed strdup-macro problem
----------------------------------------------------------------------------
-------------------------------------------------------------------
Thu Jun 5 11:08:05 MEST 1997 - florian@suse.de
- go through the list of regex in a more suitable way (from ma@suse.de)
----------------------------------------------------------------------------
-------------------------------------------------------------------
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de

View File

@ -20,11 +20,11 @@
Name: cpio
Url: http://www.gnu.org/software/cpio/cpio.html
License: GPL v3 only
License: GPLv3
Group: Productivity/Archiving/Compression
AutoReqProv: on
Version: 2.10
Release: 4
Release: 5
Summary: A Backup and Archiving Utility
Source: %{name}-%{version}.tar.bz2
Patch2: %{name}-%{version}-use_new_ascii_format.patch
@ -95,7 +95,7 @@ CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
--libdir=%{_libdir}
make
make %{?jobs:-j%jobs}
%install
mkdir -p $RPM_BUILD_ROOT/{usr/bin,bin}