summaryrefslogtreecommitdiffstats
path: root/guile.spec
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@redhat.com>2017-02-14 09:01:43 +0100
committerMiroslav Lichvar <mlichvar@redhat.com>2017-02-14 09:02:25 +0100
commit2df74f173026ec917b11c940e8bb29cb2903d07e (patch)
tree1145563633f3a45204822dfb7cd444ac308a59dd /guile.spec
parent76923ddf7d1922fdf8312f8c085679165f51b6af (diff)
downloadguile-2df74f173026ec917b11c940e8bb29cb2903d07e.tar.gz
guile-2df74f173026ec917b11c940e8bb29cb2903d07e.tar.xz
guile-2df74f173026ec917b11c940e8bb29cb2903d07e.zip
5:2.0.14-1
Diffstat (limited to 'guile.spec')
-rw-r--r--guile.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/guile.spec b/guile.spec
index dfeda23..1ccba2b 100644
--- a/guile.spec
+++ b/guile.spec
@@ -2,7 +2,7 @@ Summary: A GNU implementation of Scheme for application extensibility
Name: guile
%define mver 2.0
Version: 2.0.14
-Release: 4%{?dist}
+Release: 1%{?dist}
Epoch: 5
Source: ftp://ftp.gnu.org/pub/gnu/guile/guile-%{version}.tar.xz
URL: http://www.gnu.org/software/guile/
@@ -182,6 +182,10 @@ fi
%{_includedir}/guile
%changelog
+* Tue Feb 14 2017 Miroslav Lichvar <mlichvar@redhat.com> - 5:2.0.14-1
+- update to 2.0.14
+- disable unreliable test in threads.test
+
* Mon Feb 13 2017 Miroslav Lichvar <mlichvar@redhat.com> - 5:2.0.13-4
- fix race condition in 00-repl-server.test (#1412931)