xavierb pushed to openalchemist (master). "Fix startup (RHBZ#1049583)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Mar 26 22:27:34 UTC 2015


>From 45ef6c449066daa11bfd20a49cbc76d2c2cc84df Mon Sep 17 00:00:00 2001
From: Xavier Bachelot <xavier at bachelot.org>
Date: Thu, 26 Mar 2015 23:23:19 +0100
Subject: Fix startup (RHBZ#1049583)


diff --git a/openalchemist-0.4-title-xml.patch b/openalchemist-0.4-title-xml.patch
new file mode 100644
index 0000000..19f540b
--- /dev/null
+++ b/openalchemist-0.4-title-xml.patch
@@ -0,0 +1,57 @@
+--- openalchemist-0.4-src/skins/aqua/title.xml~	2009-10-26 11:29:30.000000000 +0100
++++ openalchemist-0.4-src/skins/aqua/title.xml	2014-04-15 16:20:17.395954367 +0200
+@@ -15,16 +15,13 @@
+ 			
+ 			<!-- Sprite -->
+ 			<sprite name = "sprite">
+-				<!-- first frame -->
+ 				<image file="dialogs/title/start_message.png">
+ 					<grid pos="0,0" size="420,80" />
+ 				</image>
+-				<!-- second frame -->
+ 				<image file="dialogs/title/start_message.png">
+ 					<grid pos="0,0" size="0,0" />
+ 				</image>
+ 				
+-				<!-- animation speed -->
+ 				<animation speed="900" />
+ 			</sprite>
+ 		</section>
+--- openalchemist-0.4-src/skins/brushed/title.xml~	2009-10-23 13:19:28.000000000 +0200
++++ openalchemist-0.4-src/skins/brushed/title.xml	2014-04-15 16:20:26.929053779 +0200
+@@ -15,16 +15,13 @@
+ 			
+ 			<!-- Sprite -->
+ 			<sprite name = "sprite">
+-				<!-- first frame -->
+ 				<image file="dialogs/title/start_message.png">
+ 					<grid pos="0,0" size="420,80" />
+ 				</image>
+-				<!-- second frame -->
+ 				<image file="dialogs/title/start_message.png">
+ 					<grid pos="0,0" size="0,0" />
+ 				</image>
+ 				
+-				<!-- animation speed -->
+ 				<animation speed="900" />
+ 			</sprite>
+ 		</section>
+--- openalchemist-0.4-src/skins/vectoriel/title.xml~	2009-10-23 13:19:28.000000000 +0200
++++ openalchemist-0.4-src/skins/vectoriel/title.xml	2014-04-15 16:20:33.781125227 +0200
+@@ -15,16 +15,13 @@
+ 			
+ 			<!-- Sprite -->
+ 			<sprite name = "sprite">
+-				<!-- first frame -->
+ 				<image file="dialogs/title/start_message.png">
+ 					<grid pos="0,0" size="420,80" />
+ 				</image>
+-				<!-- second frame -->
+ 				<image file="dialogs/title/start_message.png">
+ 					<grid pos="0,0" size="0,0" />
+ 				</image>
+ 				
+-				<!-- animation speed -->
+ 				<animation speed="900" />
+ 			</sprite>
+ 		</section>
diff --git a/openalchemist.spec b/openalchemist.spec
index a5ca627..8c8f8a9 100644
--- a/openalchemist.spec
+++ b/openalchemist.spec
@@ -1,6 +1,6 @@
 Name:           openalchemist
 Version:        0.4
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Reflection game
 Group:          Amusements/Games
 License:        GPLv2+ and CC-BY-SA
@@ -11,6 +11,7 @@ URL:            http://www.openalchemist.com
 # svn export https://openalchemist.svn.sourceforge.net/svnroot/openalchemist/tags/0.4 openalchemist-0.4-src
 Source0:        %{name}-%{version}-src.tar.gz
 Patch0:         openalchemist-0.4-cl23.patch
+Patch1:         openalchemist-0.4-title-xml.patch
 
 BuildRequires:  ClanLib-devel >= 2.3
 BuildRequires:  zip
@@ -34,6 +35,7 @@ new objects from those you get from the sky.
 %prep
 %setup -q -n openalchemist-%{version}-src
 %patch0 -p1 -z .cl23
+%patch1 -p1
 autoreconf -f -i
 
 
@@ -110,6 +112,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Mar 26 2015 Xavier Bachelot <xavier at bachelot.org> 0.4-16
+- Fix startup (RHBZ#1049583).
+
 * Thu Mar 26 2015 Richard Hughes <rhughes at redhat.com> - 0.4-15
 - Add an AppData file for the software center
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/openalchemist.git/commit/?h=master&id=45ef6c449066daa11bfd20a49cbc76d2c2cc84df


More information about the scm-commits mailing list