]> git.pld-linux.org Git - packages/autogen.git/commitdiff
- updated to 5.18.3 auto/th/autogen-5.18.3-1 auto/ti/autogen-5.18.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 May 2014 18:41:49 +0000 (20:41 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 May 2014 18:41:49 +0000 (20:41 +0200)
- added sh patch (fixes a script with current bash when no noreturn keyword is found)

autogen-sh.patch [new file with mode: 0644]
autogen.spec

diff --git a/autogen-sh.patch b/autogen-sh.patch
new file mode 100644 (file)
index 0000000..7d51c71
--- /dev/null
@@ -0,0 +1,14 @@
+--- autogen-5.18.3/autoopts/mk-tpl-config.sh.orig      2014-05-28 20:19:54.591978186 +0200
++++ autogen-5.18.3/autoopts/mk-tpl-config.sh   2014-05-28 20:03:53.698664880 +0200
+@@ -200,9 +200,11 @@
+     cd ${builddir}
+     find_libguiledir "${LGCFLAGS}"
++    set +e
+     list=`set +e ; exec 2>/dev/null
+         find ${libguiledir}/libguile* -type f | \
+             xargs grep -l -E '\<noreturn\>'`
++    set -e
+     test -z "$list" && exit 0
index 81c351376c5987a38c19dbb00d8185e676139841..f2c835fea690dac0c414a20b12494656289ca4e3 100644 (file)
@@ -1,14 +1,15 @@
 Summary:       Automated program generator
 Summary(pl.UTF-8):     Zautomatyzowany generator programów
 Name:          autogen
-Version:       5.18.2
+Version:       5.18.3
 Release:       1
 License:       GPL v3+ (AutoGen), LGPL v2+ (genshell), LGPL v3+ or Modified BSD (AutoOpts library)
 Group:         Development/Tools
 Source0:       http://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 1924fdfe36edb3e0fd66add20aca9b70
+# Source0-md5: e7e8bb177019771b600f35b124655959
 Patch0:                %{name}-notinstalled.patch
 Patch1:                %{name}-info.patch
+Patch2:                %{name}-sh.patch
 URL:           http://autogen.sourceforge.net/
 BuildRequires: guile-devel
 BuildRequires: libltdl-devel
@@ -78,6 +79,7 @@ Statyczna biblioteka AutoOpts.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure
This page took 0.094526 seconds and 4 git commands to generate.