[chicken] Latest upstream release (4.9.0)

Ricky Elrod codeblock at fedoraproject.org
Wed Jun 4 14:13:28 UTC 2014


commit a602da8e2eaca0e954bf071c4a92a397b5a2f99b
Author: Ricky Elrod <ricky at elrod.me>
Date:   Wed Jun 4 10:13:28 2014 -0400

    Latest upstream release (4.9.0)

 .gitignore   |    1 +
 chicken.spec |    9 +++++----
 sources      |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 39b9399..6b53cf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /chicken-4.8.0.4.tar.gz
 /chicken-4.8.0.5.tar.gz
 /chicken-4.8.0.6.tar.gz
+/chicken-4.9.0.tar.gz
diff --git a/chicken.spec b/chicken.spec
index d916942..c9a314c 100644
--- a/chicken.spec
+++ b/chicken.spec
@@ -1,8 +1,8 @@
 %global bootstrap 0
 
 Name:           chicken
-Version:        4.8.0.6
-Release:        2%{?dist}
+Version:        4.9.0
+Release:        1%{?dist}
 Summary:        A practical and portable Scheme system
 
 Group:          Development/Languages
@@ -10,7 +10,6 @@ License:        BSD
 URL:            http://call-cc.org
 Source0:        http://code.call-cc.org/releases/4.8.0/%{name}-%{version}.tar.gz
 Patch0:         make_cflags_work.patch
-Patch1:         cve-2014-3776.patch
 BuildRequires:  chrpath
 Requires:       chicken-libs%{?_isa} = %{version}-%{release}
 
@@ -43,7 +42,6 @@ Scheme language standard, and includes many enhancements and extensions.
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %if %{bootstrap} == 0
@@ -118,6 +116,9 @@ chrpath --delete %{buildroot}/%{_bindir}/*
 %{_libdir}/libchicken.so*
 
 %changelog
+* Wed Jun 4 2014 Ricky Elrod <codeblock at fedoraproject.org> - 4.9.0-1
+- Latest upstream release.
+
 * Tue May 20 2014 Ricky Elrod <codeblock at fedoraproject.org> - 4.8.0.6-2
 - Patch for CVE-2014-3776.
 
diff --git a/sources b/sources
index 384c47d..4458fda 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-159d4397ee9a9e4d46eb9e8b40bd102f  chicken-4.8.0.6.tar.gz
+be20b9735be86ab557cc8bf0887699dc  chicken-4.9.0.tar.gz


More information about the scm-commits mailing list