rpms/openalchemist/F-13 openalchemist.spec, 1.5, 1.6 sources, 1.2, 1.3 openalchemist.desktop, 1.1, NONE

Xavier Bachelot xavierb at fedoraproject.org
Tue May 25 21:54:48 UTC 2010


Author: xavierb

Update of /cvs/pkgs/rpms/openalchemist/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24679/F-13

Modified Files:
	openalchemist.spec sources 
Removed Files:
	openalchemist.desktop 
Log Message:
update to 0.4


Index: openalchemist.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openalchemist/F-13/openalchemist.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- openalchemist.spec	19 Nov 2009 21:51:18 -0000	1.5
+++ openalchemist.spec	25 May 2010 21:54:48 -0000	1.6
@@ -1,18 +1,25 @@
 Name:           openalchemist
-Version:        0.3
-Release:        8%{?dist}
+Version:        0.4
+Release:        1%{?dist}
 Summary:        Reflection game
 
 Group:          Amusements/Games
 License:        GPLv2+ and CC-BY-SA
 URL:            http://www.openalchemist.com
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz
-Source1:        openalchemist.desktop
+#Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz
+# There's no tarball for version 0.4, it is only tagged in the repository
+# svn export https://openalchemist.svn.sourceforge.net/svnroot/openalchemist/tags/0.4 openalchemist-0.4-src
+Source0:        %{name}-%{version}-src.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  ClanLib1-devel
+BuildRequires:  ClanLib-devel
 BuildRequires:  zip
 BuildRequires:  desktop-file-utils
+BuildRequires:  zlib-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  freetype-devel
+BuildRequires:  fontconfig-devel
 Requires:       pygtk2
 
 
@@ -39,8 +46,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/openalc
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
 cp data/logo.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/openalchemist.png
+mv .desktop openalchemist.desktop
 desktop-file-install --vendor="fedora" \
-                     --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1}
+                     --dir=$RPM_BUILD_ROOT%{_datadir}/applications openalchemist.desktop
 
 
 %clean
@@ -58,6 +66,21 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 23 2010 Xavier Bachelot <xavier at bachelot.org> 0.4-1
+- Update to 0.4 :
+  - Use ClanLib 2.
+  - Add music and sounds.
+  - New menus system, more extensible.
+  - New menus (more options available from within the game).
+  - Fix score calculation.
+  - Fix numerous memory leaks.
+  - Redefine new and delete operators, to trace memory allocations.
+  - Change Coding Style.
+  - Add loading screen.
+  - Add a desktop file.
+  - Split Board::detect_to_destroy() fonction.
+  - Better synchronisation (game runs at the same speed everywhere).
+
 * Thu Nov 19 2009 Xavier Bachelot <xavier at bachelot.org> 0.3-8
 - BR: ClanLib1-devel instead of ClanLib-devel (RHBZ#538870).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openalchemist/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	23 Oct 2008 20:49:55 -0000	1.2
+++ sources	25 May 2010 21:54:48 -0000	1.3
@@ -1 +1 @@
-3107b699d63d5ae7cbf65ddc9872c49a  openalchemist-0.3-src.tar.gz
+0e68dfe9907170f9a8858ddf761fb8b3  openalchemist-0.4-src.tar.gz


--- openalchemist.desktop DELETED ---



More information about the scm-commits mailing list