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 "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/heroes-tron/heroes-tron.changes 2012-01-24 12:18:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.heroes-tron.new/heroes-tron.changes 2012-05-31 17:05:04.000000000 +0200 @@ -1,0 +2,6 @@ +Tue May 29 13:34:41 UTC 2012 - [email protected] + +- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.g4M2WN/_new 2012-05-31 17:05:06.000000000 +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: [email protected] For additional commands, e-mail: [email protected]
