[golly] Update to latest upstream.

Eric Smith brouhaha at fedoraproject.org
Fri Dec 9 06:54:55 UTC 2011


commit c543a5ecd4585b07a51d2be074e74e00836f3d76
Author: Eric Smith <eric at brouhaha.com>
Date:   Thu Dec 8 22:54:52 2011 -0800

    Update to latest upstream.

 .gitignore                |    1 +
 golly-2.2-perl-5.14.patch |   11 -----------
 golly.spec                |   11 +++++------
 sources                   |    2 +-
 4 files changed, 7 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 297865c..d4b24b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /golly-2.2-src.tar.gz
+/golly-2.3-src.tar.gz
diff --git a/golly.spec b/golly.spec
index da60393..731c5df 100644
--- a/golly.spec
+++ b/golly.spec
@@ -1,6 +1,6 @@
 Name:		golly
-Version:	2.2
-Release:	6%{?dist}
+Version:	2.3
+Release:	1%{?dist}
 Summary:	Cellular automata simulator (includes Conway's Game of Life)
 Group:		Amusements/Games
 # The license for the code is GPLv2+
@@ -20,9 +20,6 @@ Source1:	http://www.argentum.freeserve.co.uk/lex_home.htm
 # patch to use %{_datadir}/%{name} for supplied files, rather than current dir
 Patch0:		golly-appdir.patch
 
-# patch for compatibility with Perl 5.14
-Patch1:		golly-2.2-perl-5.14.patch
-
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	wxGTK-devel
 BuildRequires:	perl-devel perl-ExtUtils-Embed
@@ -60,7 +57,6 @@ Development files for Golly celluar automata simulator.
 %prep
 %setup -q -n %{name}-%{version}-src
 %patch -P 0 -p1 -b .appdir
-%patch -P 1 -p1 -b .perl514
 
 cp %{SOURCE1} .
 
@@ -132,6 +128,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Dec 05 2011 Eric Smith <eric at brouhaha.com> 2.3-1
+- Updated to latest upstream release.  No longer needs patch for Perl 5.14.
+
 * Tue Jul 26 2011 Eric Smith <eric at brouhaha.com> 2.2-6
 - Added patch for compatibility with Perl 5.14, from Toby Corkindale.
 
diff --git a/sources b/sources
index 368cc3d..6873eaf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6d90865eb23db524fc537170c1c260c1  golly-2.2-src.tar.gz
+20495bafe63f4f3f1807a5c52a280ba5  golly-2.3-src.tar.gz


More information about the scm-commits mailing list