Hello community,

here is the log from the commit of package heroes-tron for openSUSE:Factory 
checked in at 2012-01-24 12:18:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/heroes-tron (Old)
 and      /work/SRC/openSUSE:Factory/.heroes-tron.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "heroes-tron", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/heroes-tron/heroes-tron.changes  2011-09-28 
15:28:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.heroes-tron.new/heroes-tron.changes     
2012-01-24 12:18:05.000000000 +0100
@@ -1,0 +2,12 @@
+Mon Dec 26 16:52:56 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections
+- Parallel build with %_smp_mflags
+- Add missing make calls
+
+-------------------------------------------------------------------
+Fri Dec  2 15:47:46 UTC 2011 - [email protected]
+
+- add automake as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ heroes-tron.spec ++++++
--- /var/tmp/diff_new_pack.dJvWzy/_old  2012-01-24 12:18:06.000000000 +0100
+++ /var/tmp/diff_new_pack.dJvWzy/_new  2012-01-24 12:18:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package heroes-tron (Version 0.21)
+# spec file for package heroes-tron
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           heroes-tron
-BuildRequires:  SDL_mixer-devel xorg-x11
+BuildRequires:  SDL_mixer-devel
+BuildRequires:  automake
+BuildRequires:  xorg-x11
 %define myname heroes
 %define data_version 1.5
-License:        GPLv2+
+License:        GPL-2.0+
 Group:          Amusements/Games/Action/Race
-AutoReqProv:    on
 PreReq:         %install_info_prereq
 Version:        0.21
-Release:        873
+Release:        0
 Source0:        %{myname}-%{version}.tar.bz2
 Source1:        %{myname}-data-%{data_version}.tar.bz2  
 Source2:        %{myname}-sound-effects-1.0.tar.bz2  
@@ -37,7 +37,7 @@
 Patch2:         %{myname}-%{version}-gcc4.diff
 Patch3:         %{myname}-%{version}-gcc_warning.diff 
 Patch4:         heroes-build-fixes.patch 
-Url:            http://heroes.sourceforge.net/download.html
+URL:            http://heroes.sourceforge.net/download.html
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Game Like Tron and Nibbles Games
 
@@ -49,18 +49,6 @@
 Several modes of play are available, including "get-all-the-bonuses",
 death match, and "squish-the-pedestrians".
 
-
-
-Authors:
---------
-    Alexandre Duret-Lutz (Pollux) <[email protected]> -Wrote the original source
-    code, ported it to GNU/Linux and created a few levels.
-    Romual Genevois (Guen) <[email protected]> -Had the idea of that game,
-    designed most of it, drew the graphics, created most of the levels.
-    Alexandre Liverneaux (Alexel) <[email protected]> -Composed the 
soundtracks.
-    Philippe Meisburger (TNK) <[email protected]> -Composed the 
soundtracks
-    and created some levels.
-
 %prep
 %setup -q -n %{myname}-%{version} -b 1 -b 2 -b 3
 %patch
@@ -68,6 +56,7 @@
 %patch2 -p1
 %patch3
 %patch4
+
 %build 
 %define sharedir %{_prefix}/share
 %define datadir  %{sharedir}/games
@@ -85,19 +74,22 @@
                --with-sdl \
                --with-sdl-mixer \
                --disable-joystick 
-make
+make %{?_smp_mflags}
 cd ../%{myname}-data-%{data_version}
 ./configure \
                --prefix=%{_prefix} \
                --datadir=%{datadir} 
+make %{?_smp_mflags}
 cd ../%{myname}-sound-effects-1.0
 ./configure \
                --prefix=%{_prefix} \
                --datadir=%{datadir}
+make %{?_smp_mflags}
 cd ../%{myname}-sound-tracks-1.0
 ./configure \
                 --prefix=%{_prefix} \
                --datadir=%{datadir}     
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -113,9 +105,6 @@
 popd
 %find_lang heroes
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/heroes.info.gz
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to