Updating link to change in openSUSE:Factory/quilt revision 29.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=f39a68e9976e81c4772fd48fae82796a
This commit is contained in:
parent
d5e9903846
commit
5e1bda92cc
13
fix-patch-version-detection.patch
Normal file
13
fix-patch-version-detection.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: quilt-0.48/configure.ac
|
||||||
|
===================================================================
|
||||||
|
--- quilt-0.48.orig/configure.ac 2009-01-31 03:28:06.000000000 +0100
|
||||||
|
+++ quilt-0.48/configure.ac 2010-05-19 11:59:38.000000000 +0200
|
||||||
|
@@ -274,7 +274,7 @@ fi
|
||||||
|
AC_MSG_CHECKING([the version of $PATCH])
|
||||||
|
if $PATCH --version 2> /dev/null | grep GNU >/dev/null; then
|
||||||
|
set -- `$PATCH --version 2> /dev/null`
|
||||||
|
- patch_version=$2
|
||||||
|
+ patch_version=$3
|
||||||
|
AC_MSG_RESULT($patch_version)
|
||||||
|
saved_IFS=$IFS; IFS='.'
|
||||||
|
set -- $patch_version
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 19 10:01:44 UTC 2010 - puzel@novell.com
|
||||||
|
|
||||||
|
- add fix-patch-version-detection.patch: fix build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 8 00:34:00 CET 2009 - jengelh@medozas.de
|
Tue Dec 8 00:34:00 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Summary: A Tool for Working with Many Patches
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
Version: 0.48
|
Version: 0.48
|
||||||
Release: 5
|
Release: 6
|
||||||
Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat file
|
Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat file
|
||||||
%if %{suse_version} > 910
|
%if %{suse_version} > 910
|
||||||
Recommends: procmail
|
Recommends: procmail
|
||||||
@ -42,6 +42,7 @@ Patch7: revert-should-not-hard-link.diff
|
|||||||
Patch8: fix-fr-import-message.diff
|
Patch8: fix-fr-import-message.diff
|
||||||
Patch9: lzma-xz-support.patch
|
Patch9: lzma-xz-support.patch
|
||||||
Patch10: inspect-lzma-xz.patch
|
Patch10: inspect-lzma-xz.patch
|
||||||
|
Patch11: fix-patch-version-detection.patch
|
||||||
Url: http://savannah.nongnu.org/projects/quilt
|
Url: http://savannah.nongnu.org/projects/quilt
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -61,7 +62,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -P 7 -P 8 -P 9 -P 10
|
%patch -p1 -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -P 7 -P 8 -P 9 -P 10 -P 11
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoconf
|
autoconf
|
||||||
|
Loading…
Reference in New Issue
Block a user