[armacycles-ad] ggc patch.

Jon Ciesla limb at fedoraproject.org
Wed Jan 18 16:10:26 UTC 2012


commit a5aabc9d88f7301bad9c76aa4b3c3cd33d5cf332
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Jan 18 10:10:16 2012 -0600

    ggc patch.

 armacycles-ad-0.2.8.3.1-gcc470.patch |   11 +++++++++++
 armacycles-ad.spec                   |    7 ++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/armacycles-ad-0.2.8.3.1-gcc470.patch b/armacycles-ad-0.2.8.3.1-gcc470.patch
new file mode 100644
index 0000000..d5c6ac8
--- /dev/null
+++ b/armacycles-ad-0.2.8.3.1-gcc470.patch
@@ -0,0 +1,11 @@
+--- src/tools/tList.h~	2010-02-20 11:32:47.000000000 -0600
++++ src/tools/tList.h	2012-01-18 09:39:34.782145091 -0600
+@@ -149,7 +149,7 @@
+             }
+             (*this)[this->Len()-1] = NULL;
+ 
+-            SetLen(this->Len()-1);
++            this->SetLen(this->Len()-1);
+ 
+             if ( REFERENCE )
+             {
diff --git a/armacycles-ad.spec b/armacycles-ad.spec
index 95425c9..ded1acb 100644
--- a/armacycles-ad.spec
+++ b/armacycles-ad.spec
@@ -1,6 +1,6 @@
 Name: armacycles-ad
 Version: 0.2.8.3.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: A lightcycle game in 3D
 
 Group: Amusements/Games
@@ -27,6 +27,7 @@ Source2: armacycles-ad.desktop
 #Patch15: armacycles-ad-0.2.8.2.1-tError-cstdlib.patch
 #Patch16: armacycles-ad-0.2.8.2.1-tRandom-cstdlib.patch
 Patch17: armacycles-ad-0.2.8.3.1-libpng15.patch
+Patch18: armacycles-ad-0.2.8.3.1-gcc470.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libxml2-devel >= 2.6.12, SDL_image-devel, SDL_mixer-devel
@@ -79,6 +80,7 @@ rm -f armagetronad-0.2.8.2.1/textures/KGN*
 #%patch15 -p0
 #%patch16 -p0
 %patch17 -p0
+%patch18 -p0
 autoreconf
 
 %build
@@ -177,6 +179,9 @@ fi
 
 
 %changelog
+* Wed Jan 18 2012 Jon Ciesla <limburgher at gmail.com> - 0.2.8.3.1-7
+- Patch for new gcc.
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.8.3.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list