rpms/escape/devel escape-200912250-update-remove.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 escape.spec, 1.17, 1.18 sources, 1.2, 1.3 escape-200704130-update-remove.patch, 1.1, NONE escape-gcc43.patch, 1.1, NONE escape-gcc44.patch, 1.1, NONE

Adam Goode agoode at fedoraproject.org
Mon Jan 18 04:31:56 UTC 2010


Author: agoode

Update of /cvs/pkgs/rpms/escape/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5433

Modified Files:
	.cvsignore escape.spec sources 
Added Files:
	escape-200912250-update-remove.patch 
Removed Files:
	escape-200704130-update-remove.patch escape-gcc43.patch 
	escape-gcc44.patch 
Log Message:
* Sat Jan 16 2010 Adam Goode <adam at spicenitz.org> - 200912250-1
- New upstream release
   + Two years of adjustments and bugfixes
   + New transporter animations
   + GPLv3


escape-200912250-update-remove.patch:
 upper.cc      |    1 +
 upper.cc.orig |only
 2 files changed, 1 insertion(+)

--- NEW FILE escape-200912250-update-remove.patch ---
diff -ur escape-src~/upper.cc escape-src/upper.cc
--- escape-src~/upper.cc	2010-01-15 23:40:22.000000000 -0500
+++ escape-src/upper.cc	2010-01-17 23:23:42.747097347 -0500
@@ -364,6 +364,7 @@
     /* everything is rooted within dirname */
     nlf = dirname + DIRSEP + nlf;
 
+    util::remove(nlf);
     FILE * a = util::fopenp(nlf, "wb");
     if (!a) {
       say((string)RED "couldn't write " + nlf + POP);
Only in escape-src: upper.cc.orig


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/escape/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	22 Apr 2007 12:41:42 -0000	1.2
+++ .cvsignore	18 Jan 2010 04:31:55 -0000	1.3
@@ -1 +1 @@
-escape-src-200704130.tar.bz2
+escape-src-200912250.tar.bz2


Index: escape.spec
===================================================================
RCS file: /cvs/pkgs/rpms/escape/devel/escape.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- escape.spec	24 Jul 2009 22:17:29 -0000	1.17
+++ escape.spec	18 Jan 2010 04:31:55 -0000	1.18
@@ -1,18 +1,16 @@
 Name:		escape
-Version:	200704130
-Release:	13%{?dist}
+Version:	200912250
+Release:	1%{?dist}
 Summary:	Extensible block-pushing puzzle game
 
 Group:		Amusements/Games
-License:	GPLv2
+License:	GPLv3
 URL:		http://escape.spacebar.org/
 
 Source0:	http://escape.spacebar.org/source/%{name}-src-%{version}.tar.bz2
 Source1:	%{name}.desktop
 
-Patch0:		escape-200704130-update-remove.patch
-Patch1:		escape-gcc43.patch
-Patch2:		escape-gcc44.patch
+Patch0:		escape-200912250-update-remove.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -38,12 +36,6 @@ puzzles with other players.
 # fix update bug
 %patch0 -p1 -b .update-remove
 
-# gcc 4.3 patch
-%patch1 -p0 -b .gcc43
-
-# gcc 4.4 patch
-%patch2 -p0 -b .gcc44
-
 # fix permissions for debuginfo packages
 find . \( -name '*.h' -o -name '*.cpp' \) -type f -print0 | xargs -0 chmod 0644
 
@@ -109,6 +101,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jan 16 2010 Adam Goode <adam at spicenitz.org> - 200912250-1
+- New upstream release
+   + Two years of adjustments and bugfixes
+   + New transporter animations
+   + GPLv3
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 200704130-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/escape/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	22 Apr 2007 12:41:42 -0000	1.2
+++ sources	18 Jan 2010 04:31:55 -0000	1.3
@@ -1 +1 @@
-07263976a54607792dbbe4bc442f0735  escape-src-200704130.tar.bz2
+d766e05bfd4843544253118304dd64ec  escape-src-200912250.tar.bz2


--- escape-200704130-update-remove.patch DELETED ---


--- escape-gcc43.patch DELETED ---


--- escape-gcc44.patch DELETED ---



More information about the scm-commits mailing list