summaryrefslogtreecommitdiffstats
path: root/guile.spec
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@redhat.com>2017-02-14 09:01:11 +0100
committerMiroslav Lichvar <mlichvar@redhat.com>2017-02-14 09:01:11 +0100
commit76923ddf7d1922fdf8312f8c085679165f51b6af (patch)
treed418bd5a904568292caea40719bb56a6b633ec0f /guile.spec
parent0d76abb3984ad69ec6e1966d5f2ce0a852fbf51e (diff)
downloadguile-76923ddf7d1922fdf8312f8c085679165f51b6af.tar.gz
guile-76923ddf7d1922fdf8312f8c085679165f51b6af.tar.xz
guile-76923ddf7d1922fdf8312f8c085679165f51b6af.zip
update to 2.0.14
Diffstat (limited to 'guile.spec')
-rw-r--r--guile.spec4
1 files changed, 1 insertions, 3 deletions
diff --git a/guile.spec b/guile.spec
index 75efde7..dfeda23 100644
--- a/guile.spec
+++ b/guile.spec
@@ -1,7 +1,7 @@
Summary: A GNU implementation of Scheme for application extensibility
Name: guile
%define mver 2.0
-Version: 2.0.13
+Version: 2.0.14
Release: 4%{?dist}
Epoch: 5
Source: ftp://ftp.gnu.org/pub/gnu/guile/guile-%{version}.tar.xz
@@ -15,7 +15,6 @@ Requires(preun): /sbin/install-info
Requires: coreutils
Patch1: guile-multilib.patch
-Patch2: guile-repltest.patch
Patch3: guile-threadstest.patch
%description
@@ -45,7 +44,6 @@ install the guile package.
%prep
%setup -q -n guile-%version
%patch1 -p1 -b .multilib
-%patch2 -p1 -b .repltest
%patch3 -p1 -b .threadstest
%build