From 732ecf52bfd4bf4f7600015e3f9a407b4c51613715996b7eb7f7a56df17db51f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 20 Aug 2007 16:50:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpio?expand=0&rev=4 --- cpio-2.9-paxlib-owl-alloca.patch | 2 +- cpio.changes | 5 +++++ cpio.spec | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/cpio-2.9-paxlib-owl-alloca.patch b/cpio-2.9-paxlib-owl-alloca.patch index a6382de..476c0a1 100644 --- a/cpio-2.9-paxlib-owl-alloca.patch +++ b/cpio-2.9-paxlib-owl-alloca.patch @@ -92,7 +92,7 @@ based on patch: - prefix[prefix_len] = '\0'; - - if (hash_string_insert (&prefix_table[link_target], prefix)) -+ const char **prefix; ++ const char *prefix; + if (hash_string_insert_prefix (&prefix_table[link_target], file_name, + prefix_len, &prefix)) { diff --git a/cpio.changes b/cpio.changes index 1dfe23a..6875a98 100644 --- a/cpio.changes +++ b/cpio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 20 18:11:29 CEST 2007 - lmichnovic@suse.cz + +- fixed typo in paxlib-owl-alloca.patch [#301416] + ------------------------------------------------------------------- Fri Aug 17 10:31:21 CEST 2007 - lmichnovic@suse.cz diff --git a/cpio.spec b/cpio.spec index ae6e1e3..41d54f0 100644 --- a/cpio.spec +++ b/cpio.spec @@ -16,7 +16,7 @@ License: GPL v3 only Group: Productivity/Archiving/Compression Autoreqprov: on Version: 2.9 -Release: 8 +Release: 10 Summary: A Backup and Archiving Utility Source: cpio-2.9.tar.bz2 Patch1: cpio-2.9-no_rmt.patch @@ -99,6 +99,8 @@ ln -sf ../../bin/cpio $RPM_BUILD_ROOT/usr/bin/cpio #/usr/share/locale/*/LC_MESSAGES/cpio.mo %changelog +* Mon Aug 20 2007 - lmichnovic@suse.cz +- fixed typo in paxlib-owl-alloca.patch [#301416] * Fri Aug 17 2007 - lmichnovic@suse.cz - upstream fix: use of alloca can cause stack overflow (paxlib-owl-alloca.patch)