commit heroes-tron for openSUSE:Factory

2017-02-11 Thread root
Hello community,

here is the log from the commit of package heroes-tron for openSUSE:Factory 
checked in at 2017-02-12 00:49:16

Comparing /work/SRC/openSUSE:Factory/heroes-tron (Old)
 and  /work/SRC/openSUSE:Factory/.heroes-tron.new (New)


Package is "heroes-tron"

Changes:

--- /work/SRC/openSUSE:Factory/heroes-tron/heroes-tron.changes  2012-10-11 
10:48:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.heroes-tron.new/heroes-tron.changes 
2017-02-12 00:49:17.842855981 +0100
@@ -1,0 +2,5 @@
+Wed Feb  8 17:16:06 CET 2017 - ku...@suse.de
+
+- Move from /usr/games to /usr/bin as done with the rest 4 years ago
+
+---



Other differences:
--
++ heroes-tron.spec ++
--- /var/tmp/diff_new_pack.jPGpHp/_old  2017-02-12 00:49:19.906562134 +0100
+++ /var/tmp/diff_new_pack.jPGpHp/_new  2017-02-12 00:49:19.906562134 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package heroes-tron
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -71,7 +71,7 @@
--prefix=%{_prefix} \
--mandir=%{sharedir}/man \
--infodir=%{sharedir}/info \
-   --bindir=%{_prefix}/games \
+   --bindir=%{_bindir} \
--without-ggi \
--without-gii \
--without-mikmod \
@@ -118,8 +118,8 @@
 %files -f heroes.lang 
 %defattr(-, root, root)
 %doc COPYING NEWS README THANKS TODO AUTHORS
-%{_prefix}/games/heroes
-%{_prefix}/games/heroeslvl
+%{_bindir}/heroes
+%{_bindir}/heroeslvl
 %{sharedir}/info/heroes.info*
 %{sharedir}/man/man6/heroes.6*
 %{sharedir}/man/man6/heroeslvl.6*




commit heroes-tron for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package heroes-tron for openSUSE:Factory 
checked in at 2012-10-11 10:44:47

Comparing /work/SRC/openSUSE:Factory/heroes-tron (Old)
 and  /work/SRC/openSUSE:Factory/.heroes-tron.new (New)


Package is "heroes-tron", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/heroes-tron/heroes-tron.changes  2012-05-31 
17:05:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.heroes-tron.new/heroes-tron.changes 
2012-10-11 10:48:57.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 10 11:06:27 UTC 2012 - dval...@suse.com
+
+- Use __swabX from linux/swab.h instead of __arch_swabX 
+
+---

New:

  heroes-bigendian.patch



Other differences:
--
++ heroes-tron.spec ++
--- /var/tmp/diff_new_pack.dkzJZ0/_old  2012-10-11 10:48:58.0 +0200
+++ /var/tmp/diff_new_pack.dkzJZ0/_new  2012-10-11 10:48:58.0 +0200
@@ -18,8 +18,8 @@
 
 Name:   heroes-tron
 BuildRequires:  SDL_mixer-devel
-BuildRequires:  automake
 BuildRequires:  autoconf >= 2.68
+BuildRequires:  automake
 BuildRequires:  xorg-x11
 %define myname heroes
 %define data_version 1.5
@@ -36,6 +36,7 @@
 Patch3: %{myname}-%{version}-gcc_warning.diff 
 Patch4: heroes-build-fixes.patch 
 Patch5: automake-1.12.patch
+Patch6: heroes-bigendian.patch
 Url:http://heroes.sourceforge.net/download.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Game Like Tron and Nibbles Games
@@ -58,6 +59,7 @@
 %patch3
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 %build 
 %define sharedir %{_prefix}/share

++ heroes-bigendian.patch ++
Index: heroes-0.21/src/bytesex.h
===
--- heroes-0.21.orig/src/bytesex.h
+++ heroes-0.21/src/bytesex.h
@@ -27,9 +27,9 @@
 
 #ifdef linux
 
-#include 
-#define BSWAP16(x) __arch__swab16(x)
-#define BSWAP32(x) __arch__swab32(x)
+#include 
+#define BSWAP16(x) __swab16(x)
+#define BSWAP32(x) __swab32(x)
 
 #else /* ! linux */
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit heroes-tron for openSUSE:Factory

2012-05-31 Thread h_root
Hello community,

here is the log from the commit of package heroes-tron for openSUSE:Factory 
checked in at 2012-05-31 17:05:03

Comparing /work/SRC/openSUSE:Factory/heroes-tron (Old)
 and  /work/SRC/openSUSE:Factory/.heroes-tron.new (New)


Package is "heroes-tron", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/heroes-tron/heroes-tron.changes  2012-01-24 
12:18:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.heroes-tron.new/heroes-tron.changes 
2012-05-31 17:05:04.0 +0200
@@ -1,0 +2,6 @@
+Tue May 29 13:34:41 UTC 2012 - pu...@suse.com
+
+- fix build with automake-1.12
+  - add: automake-1.12.patch
+
+---

New:

  automake-1.12.patch



Other differences:
--
++ heroes-tron.spec ++
--- /var/tmp/diff_new_pack.g4M2WN/_old  2012-05-31 17:05:06.0 +0200
+++ /var/tmp/diff_new_pack.g4M2WN/_new  2012-05-31 17:05:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package heroes-tron
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,15 +16,13 @@
 #
 
 
-
 Name:   heroes-tron
 BuildRequires:  SDL_mixer-devel
 BuildRequires:  automake
+BuildRequires:  autoconf >= 2.68
 BuildRequires:  xorg-x11
 %define myname heroes
 %define data_version 1.5
-License:GPL-2.0+
-Group:  Amusements/Games/Action/Race
 PreReq: %install_info_prereq
 Version:0.21
 Release:0
@@ -37,9 +35,12 @@
 Patch2: %{myname}-%{version}-gcc4.diff
 Patch3: %{myname}-%{version}-gcc_warning.diff 
 Patch4: heroes-build-fixes.patch 
-URL:http://heroes.sourceforge.net/download.html
+Patch5: automake-1.12.patch
+Url:http://heroes.sourceforge.net/download.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Game Like Tron and Nibbles Games
+License:GPL-2.0+
+Group:  Amusements/Games/Action/Race
 
 %description
 Heroes is similar to the "Tron" and "Nibbles" games of yore, but
@@ -56,6 +57,7 @@
 %patch2 -p1
 %patch3
 %patch4
+%patch5 -p1
 
 %build 
 %define sharedir %{_prefix}/share

++ automake-1.12.patch ++
Index: heroes-0.21/configure.ac
===
--- heroes-0.21.orig/configure.ac
+++ heroes-0.21/configure.ac
@@ -102,7 +102,6 @@ AC_HEADER_STAT
 # Checks for typedefs, structures, and compiler characteristics.
 # ==
 
-AM_C_PROTOTYPES
 AC_C_CONST
 AC_TYPE_UID_T dnl This checks for gid_t too.
 AC_CHECK_TYPES([ssize_t])
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit heroes-tron for openSUSE:Factory

2012-01-24 Thread h_root
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 "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/heroes-tron/heroes-tron.changes  2011-09-28 
15:28:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.heroes-tron.new/heroes-tron.changes 
2012-01-24 12:18:05.0 +0100
@@ -1,0 +2,12 @@
+Mon Dec 26 16:52:56 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections
+- Parallel build with %_smp_mflags
+- Add missing make calls
+
+---
+Fri Dec  2 15:47:46 UTC 2011 - co...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.dJvWzy/_new  2012-01-24 12:18:06.0 +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)  -Wrote the original source
-code, ported it to GNU/Linux and created a few levels.
-Romual Genevois (Guen)  -Had the idea of that game,
-designed most of it, drew the graphics, created most of the levels.
-Alexandre Liverneaux (Alexel)  -Composed the 
soundtracks.
-Philippe Meisburger (TNK)  -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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit heroes-tron for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package heroes-tron for openSUSE:Factory
checked in at Wed Sep 28 14:22:28 CEST 2011.




--- heroes-tron/heroes-tron.changes 2009-09-17 03:12:15.0 +0200
+++ /mounts/work_src_done/STABLE/heroes-tron/heroes-tron.changes
2011-09-03 22:04:49.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep  3 20:03:41 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with no-add-needed 
+
+---

calling whatdependson for head-i586


New:

  heroes-build-fixes.patch



Other differences:
--
++ heroes-tron.spec ++
--- /var/tmp/diff_new_pack.LILYRI/_old  2011-09-28 14:22:22.0 +0200
+++ /var/tmp/diff_new_pack.LILYRI/_new  2011-09-28 14:22:22.0 +0200
@@ -36,6 +36,7 @@
 Patch1: %{myname}-%{version}-menus.diff
 Patch2: %{myname}-%{version}-gcc4.diff
 Patch3: %{myname}-%{version}-gcc_warning.diff 
+Patch4: heroes-build-fixes.patch 
 Url:http://heroes.sourceforge.net/download.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Game Like Tron and Nibbles Games
@@ -66,11 +67,11 @@
 %patch1
 %patch2 -p1
 %patch3
-
+%patch4
 %build 
 %define sharedir %{_prefix}/share
 %define datadir  %{sharedir}/games
-%{?suse_update_config:%{suse_update_config}}
+autoreconf -fiv
 export CFLAGS="$RPM_OPT_FLAGS"
 ./configure \
--datadir=%{datadir} \

++ heroes-build-fixes.patch ++
--- configure.ac.orig
+++ configure.ac
@@ -16,9 +16,9 @@ dnl with this program; if not, write to
 dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 dnl
 
-AC_PREREQ(2.50)
+AC_PREREQ([2.68])
 
-AC_INIT([heroes], [0.21], [heroes-b...@lists.sourceforge.net])
+AC_INIT([heroes],[0.21],[heroes-b...@lists.sourceforge.net])
 AC_CONFIG_AUX_DIR(tools)
 AC_CONFIG_SRCDIR([src/heroes.c])
 AM_INIT_AUTOMAKE([heroes], [0.21])
@@ -30,17 +30,13 @@ heroes_CHECK_OBSOLETE_OPTIONS
 AC_CANONICAL_HOST
 AC_DEFINE_UNQUOTED([HOST],["$host"],[The canonical host])
 
-# If the user didn't supplied a CFLAGS value,
-# set an empty one to prevent autoconf to stick -O2 -g here.
-test -z "$CFLAGS" && CFLAGS=""
-
 # ===
 # Check for programs.
 # ===
 
-AC_PROG_CC
-AC_ISC_POSIX
 AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AM_PROG_CC_C_O
 AC_PROG_CPP
 AC_PROG_AWK
@@ -57,16 +53,10 @@ AM_CONDITIONAL(HAVE_GPERF, [test \! -z "
 
 AC_CACHE_SAVE
 
-# Set _GNU_SOURCE before any other tests.
-AC__GNU_SOURCE
-
 # =
 # Checks for libraries.
 # =
 
-dnl pass a third argument to AC_CHECK_LIB to
-dnl prevent HAVE_LIBM from being defined (we don't need it).
-AC_CHECK_LIB([m], [sin], [LIBS="-lm $LIBS"])
 heroes_MEDIALIB_SELECTION
 
 # 
@@ -200,7 +190,7 @@ heroes_DEBUG
 # as clean as possible.
 dnl Don't quote the following argument, it is parsed by automake.
 AM_CONFIG_HEADER(config.h:src/config.h.in)
-
+AC_SEARCH_LIBS(sin, m)
 AC_CONFIG_FILES([
  Makefile
  doc/Makefile





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org