[packages/guile1: 167/172] - updated to 1.8.7 - dropped outdated test-hacks patch
jajcus
jajcus at pld-linux.org
Sat Dec 12 13:52:49 CET 2015
commit ad1146e0095017d057cdb14ff5324d246b22039b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Mar 29 06:54:28 2010 +0000
- updated to 1.8.7
- dropped outdated test-hacks patch
Changed files:
guile-test-hacks.patch -> 1.3
guile.spec -> 1.127
guile-test-hacks.patch | 20 --------------------
guile.spec | 16 +++++++---------
2 files changed, 7 insertions(+), 29 deletions(-)
---
diff --git a/guile.spec b/guile.spec
index e70b026..75125d7 100644
--- a/guile.spec
+++ b/guile.spec
@@ -12,21 +12,20 @@ Summary(pt_BR.UTF-8): Linguagem de extensão da GNU
Summary(ru.UTF-8): Язык расширений GNU
Summary(uk.UTF-8): Мова розширень GNU
Name: guile
-Version: 1.8.6
-Release: 2
+Version: 1.8.7
+Release: 1
Epoch: 5
License: GPL v2+/LGPL v2.1+
Group: Development/Languages
Source0: http://ftp.gnu.org/gnu/guile/%{name}-%{version}.tar.gz
-# Source0-md5: 9e23d3dbea0e89bab8a9acc6880150de
+# Source0-md5: 991b5b3efcbbc3f7507d05bc42f80a5e
Patch0: %{name}-info.patch
Patch1: %{name}-fix_awk_patch.patch
Patch2: %{name}-unknown_arch.patch
-Patch3: %{name}-test-hacks.patch
-Patch4: %{name}-as-needed.patch
+Patch3: %{name}-as-needed.patch
URL: http://www.gnu.org/software/guile/guile.html
-BuildRequires: autoconf >= 2.53
-BuildRequires: automake >= 1.6
+BuildRequires: autoconf >= 2.61
+BuildRequires: automake >= 1:1.10
%{?with_emacs:BuildRequires: emacs}
BuildRequires: gettext-devel
BuildRequires: gmp-devel >= 4.1
@@ -163,12 +162,11 @@ Tryb edycji guile dla emacsa.
%patch1 -p1
%patch2 -p1
%patch3 -p1
-%patch4 -p1
%build
%{__gettextize}
%{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
%{__autoconf}
%{__automake}
cd guile-readline
diff --git a/guile-test-hacks.patch b/guile-test-hacks.patch
deleted file mode 100644
index 3cf8d5f..0000000
--- a/guile-test-hacks.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- guile-1.8.1/test-suite/tests/popen.test.orig 2006-08-27 23:05:26.000000000 +0200
-+++ guile-1.8.1/test-suite/tests/popen.test 2006-10-10 01:12:27.114961750 +0200
-@@ -82,7 +82,7 @@
- (port (with-error-to-port (cdr pair)
- (lambda ()
- (open-input-pipe
-- "exec 1>/dev/null; echo closed 1>&2; exec 2>/dev/null; sleep 999")))))
-+ "exec 1>/dev/null; echo closed 1>&2; exec 2>/dev/null; sleep 99")))))
- (close-port (cdr pair)) ;; write side
- (and (char? (read-char (car pair))) ;; wait for child to do its thing
- (char-ready? port)
-@@ -132,7 +132,7 @@
- (port (with-error-to-port (cdr pair)
- (lambda ()
- (open-output-pipe
-- "exec 0</dev/null; echo closed 1>&2; exec 2>/dev/null; sleep 999")))))
-+ "exec 0</dev/null; echo closed 1>&2; exec 2>/dev/null; sleep 99")))))
- (close-port (cdr pair)) ;; write side
- (and (char? (read-char (car pair))) ;; wait for child to do its thing
- (catch 'system-error
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/guile1.git/commitdiff/ebe6c26bec9cbe3813afc2be58f989889f8e944a
More information about the pld-cvs-commit
mailing list