From 65db7417c5b10f6c7906e6198b6b6e028c5854e4 Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Mon, 1 Dec 2008 05:03:43 +0000 Subject: [PATCH 01/41] Rebuild for Python 2.6 --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 0b45abc..9aa1ade 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -2,7 +2,7 @@ Name: adonthell Version: 0.3.5 -Release: 0.3%{?dist} +Release: 0.4%{?dist} Summary: A 2D graphical RPG game Group: Amusements/Games @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Nov 30 2008 Ignacio Vazquez-Abrams - 0.3.5-0.4 +- Rebuild for Python 2.6 + * Tue Jun 03 2008 Mathieu Bridon 0.3.5-0.3 - added -p option to install From 24314b0fd8cc396a034f2f4249e4ed66e3d9c7c4 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 24 Feb 2009 00:11:36 +0000 Subject: [PATCH 02/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 9aa1ade..6c42035 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -2,7 +2,7 @@ Name: adonthell Version: 0.3.5 -Release: 0.4%{?dist} +Release: 0.5%{?dist} Summary: A 2D graphical RPG game Group: Amusements/Games @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 23 2009 Fedora Release Engineering - 0.3.5-0.5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Nov 30 2008 Ignacio Vazquez-Abrams - 0.3.5-0.4 - Rebuild for Python 2.6 From 0754337f3e8bfd78e2ad19add6f603c6a593374f Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Sun, 1 Mar 2009 14:46:03 +0000 Subject: [PATCH 03/41] Fixed building with GCC 4.4 --- adonthell-gcc44.patch | 38 ++++++++++++++++++++++++++++++++++++++ adonthell.spec | 10 +++++++++- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 adonthell-gcc44.patch diff --git a/adonthell-gcc44.patch b/adonthell-gcc44.patch new file mode 100644 index 0000000..8080381 --- /dev/null +++ b/adonthell-gcc44.patch @@ -0,0 +1,38 @@ +diff -C 3 -r1.36 -r1.37 +*** src/dialog.cc 13 Oct 2007 19:47:25 -0000 1.36 +--- src/dialog.cc 1 Mar 2009 12:26:14 -0000 1.37 +*************** +*** 265,271 **** + { + u_int32 begin, end, len; + PyObject *result; +! char *tmp, *start, *mid, *str = NULL; + character *the_player = data::the_player; + string newstr (s); + +--- 265,272 ---- + { + u_int32 begin, end, len; + PyObject *result; +! const char *start; +! char *tmp, *mid, *str = NULL; + character *the_player = data::the_player; + string newstr (s); + +*************** +*** 318,324 **** + + // Error! + cout << "\n*** Error, unknown macro " << start << flush; +! start[0] = ' '; + } + + // execute python functions +--- 319,325 ---- + + // Error! + cout << "\n*** Error, unknown macro " << start << flush; +! newstr[newstr.length () - strlen (start)] = ' '; + } + + // execute python functions diff --git a/adonthell.spec b/adonthell.spec index 6c42035..682ad72 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -2,13 +2,16 @@ Name: adonthell Version: 0.3.5 -Release: 0.5%{?dist} +Release: 0.6%{?dist} Summary: A 2D graphical RPG game Group: Amusements/Games License: GPLv2+ URL: http://adonthell.linuxgames.com/ Source0: http://download.savannah.gnu.org/releases/adonthell/adonthell-0.3.5.tar.gz +## Submitted upstream, will be in next release +# https://savannah.nongnu.org/bugs/index.php?25737 +Patch0: %{name}-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -49,6 +52,8 @@ API documentation for %{name} generated by doxygen in HTML format. sed -i 's|myconfig.gamedir + "/locale"|"%{_datadir}/locale"|' src/nls.cc # remove hardcoded CFLAGS sed -i 's|^CFLAGS|^#CFLAGS|g' configure +# build with GCC 4.4 +%patch0 -p0 %build @@ -77,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Mar 01 2009 Mathieu Bridon - 0.3.5-0.6 +- Fixed building with GCC 4.4 + * Mon Feb 23 2009 Fedora Release Engineering - 0.3.5-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From e2240de2d172b534c63b15d3c9e026c697a3ef3d Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 24 Jul 2009 16:36:22 +0000 Subject: [PATCH 04/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 682ad72..09fe086 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -2,7 +2,7 @@ Name: adonthell Version: 0.3.5 -Release: 0.6%{?dist} +Release: 0.7%{?dist} Summary: A 2D graphical RPG game Group: Amusements/Games @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 24 2009 Fedora Release Engineering - 0.3.5-0.7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Sun Mar 01 2009 Mathieu Bridon - 0.3.5-0.6 - Fixed building with GCC 4.4 From 9c2b19002b58df68c2a969c1b19b4279ccada08f Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Tue, 11 Aug 2009 19:23:46 +0000 Subject: [PATCH 05/41] - Upstream changed source URL. - Added defattr for -doc subpackage. --- .cvsignore | 2 +- adonthell.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 45c07e6..11a1fff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -adonthell-0.3.5.tar.gz +adonthell-src-0.3.5.tar.gz diff --git a/adonthell.spec b/adonthell.spec index 09fe086..4891256 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -2,13 +2,13 @@ Name: adonthell Version: 0.3.5 -Release: 0.7%{?dist} +Release: 0.8%{?dist} Summary: A 2D graphical RPG game Group: Amusements/Games License: GPLv2+ URL: http://adonthell.linuxgames.com/ -Source0: http://download.savannah.gnu.org/releases/adonthell/adonthell-0.3.5.tar.gz +Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz ## Submitted upstream, will be in next release # https://savannah.nongnu.org/bugs/index.php?25737 Patch0: %{name}-gcc44.patch @@ -78,10 +78,15 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}/ %files doc +%defattr(-,root,root,-) %doc doc/devel/html %changelog +* Tue Aug 11 2009 Mathieu Bridon - 0.3.5-0.8 +- Upstream changed source URL. +- Added defattr for -doc subpackage. + * Fri Jul 24 2009 Fedora Release Engineering - 0.3.5-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index a01850b..715f6cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64a344b1ed8a7808d7adafa337120a00 adonthell-0.3.5.tar.gz +64a344b1ed8a7808d7adafa337120a00 adonthell-src-0.3.5.tar.gz From 917f34fed9a096f8d3be00e1283d69eb2887fcd5 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:38:33 +0000 Subject: [PATCH 06/41] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a5d6e38..d44be15 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: adonthell -# $Id$ +# $Id: Makefile,v 1.1 2008/06/17 17:00:50 kevin Exp $ NAME := adonthell SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From f33c737fcaf0a5876d077f28798f3f8fbf3a8b80 Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Tue, 27 Jul 2010 20:42:18 +0000 Subject: [PATCH 07/41] - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 4891256..f9638bb 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -2,7 +2,7 @@ Name: adonthell Version: 0.3.5 -Release: 0.8%{?dist} +Release: 0.9%{?dist} Summary: A 2D graphical RPG game Group: Amusements/Games @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 27 2010 David Malcolm - 0.3.5-0.9 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + * Tue Aug 11 2009 Mathieu Bridon - 0.3.5-0.8 - Upstream changed source URL. - Added defattr for -doc subpackage. From 34c63958ec704206786cfba213e2762b3aa630dc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:36:23 +0000 Subject: [PATCH 08/41] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index d44be15..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: adonthell -# $Id: Makefile,v 1.1 2008/06/17 17:00:50 kevin Exp $ -NAME := adonthell -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index 1130155..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -adonthell-0_3_5-0_3_fc9:HEAD:adonthell-0.3.5-0.3.fc9.src.rpm:1213817439 From af4b2dfb50ddc87b9352fc16d8be3640b540ba20 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 18:26:11 -0600 Subject: [PATCH 09/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index f9638bb..b446dd3 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -2,7 +2,7 @@ Name: adonthell Version: 0.3.5 -Release: 0.9%{?dist} +Release: 0.10%{?dist} Summary: A 2D graphical RPG game Group: Amusements/Games @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.3.5-0.10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Tue Jul 27 2010 David Malcolm - 0.3.5-0.9 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild From 38025baebf40bcc3cfc62510f7336994289251e1 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Tue, 15 Feb 2011 14:39:16 +0800 Subject: [PATCH 10/41] Fix build with GCC 4.6 --- adonthell-0.3.5-fix-build-with-gcc-4.6.patch | 26 ++++++++++++++++++++ adonthell.spec | 8 +++++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 adonthell-0.3.5-fix-build-with-gcc-4.6.patch diff --git a/adonthell-0.3.5-fix-build-with-gcc-4.6.patch b/adonthell-0.3.5-fix-build-with-gcc-4.6.patch new file mode 100644 index 0000000..1801b8f --- /dev/null +++ b/adonthell-0.3.5-fix-build-with-gcc-4.6.patch @@ -0,0 +1,26 @@ +Index: adonthell-0.3/src/win_event.cc +=================================================================== +RCS file: /sources/adonthell/adonthell-0.3/src/win_event.cc,v +retrieving revision 1.5 +retrieving revision 1.6 +diff -u -r1.5 -r1.6 +--- adonthell-0.3/src/win_event.cc 16 Dec 2002 19:09:54 -0000 1.5 ++++ adonthell-0.3/src/win_event.cc 11 Feb 2011 20:50:27 -0000 1.6 +@@ -1,5 +1,5 @@ + /* +- $Id: win_event.cc,v 1.5 2002/12/16 19:09:54 ksterker Exp $ ++ $Id: win_event.cc,v 1.6 2011/02/11 20:50:27 ksterker Exp $ + + (C) Copyright 2001 Joel Vennin + Part of the Adonthell Project http://adonthell.linuxgames.com +@@ -34,8 +34,9 @@ + + case DESTROY: + { ++ Functor0wRet func0ret; + set_callback_destroy ( +- makeFunctor (&Functor0wRet(), *callback, &py_callback::callback_func0ret)); ++ makeFunctor (&func0ret, *callback, &py_callback::callback_func0ret)); + break; + } + diff --git a/adonthell.spec b/adonthell.spec index b446dd3..d2e2957 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -9,9 +9,14 @@ Group: Amusements/Games License: GPLv2+ URL: http://adonthell.linuxgames.com/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz -## Submitted upstream, will be in next release + +## Fixes from CVS, no new release yet. # https://savannah.nongnu.org/bugs/index.php?25737 Patch0: %{name}-gcc44.patch +# Patch was obtained with: +# cvs diff -u -r 1.5 -r 1.6 adonthell-0.3/src/win_event.cc +Patch1: %{name}-0.3.5-fix-build-with-gcc-4.6.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -54,6 +59,7 @@ sed -i 's|myconfig.gamedir + "/locale"|"%{_datadir}/locale"|' src/nls.cc sed -i 's|^CFLAGS|^#CFLAGS|g' configure # build with GCC 4.4 %patch0 -p0 +%patch1 -p1 %build From 1a6973d63f2219c230516e19dccad84a1a1a5cc1 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Tue, 15 Feb 2011 14:23:22 +0800 Subject: [PATCH 11/41] Rename GCC-4.4 related patch, and recreate it from the CVS commit. The previous patch had been taken from the web CVS UI and made to work properly since I hadn't found how to ask for a proper patch in there. The new patch is made from a CVS checkout, with cvs diff, and has a more meaningful name. However, the sources are still patched in the exact same way. --- adonthell-0.3.5-fix-build-with-gcc-4.4.patch | 34 ++++++++++++++++++ adonthell-gcc44.patch | 38 -------------------- adonthell.spec | 7 ++-- 3 files changed, 38 insertions(+), 41 deletions(-) create mode 100644 adonthell-0.3.5-fix-build-with-gcc-4.4.patch delete mode 100644 adonthell-gcc44.patch diff --git a/adonthell-0.3.5-fix-build-with-gcc-4.4.patch b/adonthell-0.3.5-fix-build-with-gcc-4.4.patch new file mode 100644 index 0000000..7441d5c --- /dev/null +++ b/adonthell-0.3.5-fix-build-with-gcc-4.4.patch @@ -0,0 +1,34 @@ +Index: adonthell-0.3/src/dialog.cc +=================================================================== +RCS file: /sources/adonthell/adonthell-0.3/src/dialog.cc,v +retrieving revision 1.36 +retrieving revision 1.37 +diff -u -r1.36 -r1.37 +--- adonthell-0.3/src/dialog.cc 13 Oct 2007 19:47:25 -0000 1.36 ++++ adonthell-0.3/src/dialog.cc 1 Mar 2009 12:26:14 -0000 1.37 +@@ -1,5 +1,5 @@ + /* +- $Id: dialog.cc,v 1.36 2007/10/13 19:47:25 ksterker Exp $ ++ $Id: dialog.cc,v 1.37 2009/03/01 12:26:14 ksterker Exp $ + + (C) Copyright 2000/2001/2002 Kai Sterker + Part of the Adonthell Project http://adonthell.linuxgames.com +@@ -265,7 +265,8 @@ + { + u_int32 begin, end, len; + PyObject *result; +- char *tmp, *start, *mid, *str = NULL; ++ const char *start; ++ char *tmp, *mid, *str = NULL; + character *the_player = data::the_player; + string newstr (s); + +@@ -318,7 +319,7 @@ + + // Error! + cout << "\n*** Error, unknown macro " << start << flush; +- start[0] = ' '; ++ newstr[newstr.length () - strlen (start)] = ' '; + } + + // execute python functions diff --git a/adonthell-gcc44.patch b/adonthell-gcc44.patch deleted file mode 100644 index 8080381..0000000 --- a/adonthell-gcc44.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff -C 3 -r1.36 -r1.37 -*** src/dialog.cc 13 Oct 2007 19:47:25 -0000 1.36 ---- src/dialog.cc 1 Mar 2009 12:26:14 -0000 1.37 -*************** -*** 265,271 **** - { - u_int32 begin, end, len; - PyObject *result; -! char *tmp, *start, *mid, *str = NULL; - character *the_player = data::the_player; - string newstr (s); - ---- 265,272 ---- - { - u_int32 begin, end, len; - PyObject *result; -! const char *start; -! char *tmp, *mid, *str = NULL; - character *the_player = data::the_player; - string newstr (s); - -*************** -*** 318,324 **** - - // Error! - cout << "\n*** Error, unknown macro " << start << flush; -! start[0] = ' '; - } - - // execute python functions ---- 319,325 ---- - - // Error! - cout << "\n*** Error, unknown macro " << start << flush; -! newstr[newstr.length () - strlen (start)] = ' '; - } - - // execute python functions diff --git a/adonthell.spec b/adonthell.spec index d2e2957..dc9716e 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -11,8 +11,9 @@ URL: http://adonthell.linuxgames.com/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz ## Fixes from CVS, no new release yet. -# https://savannah.nongnu.org/bugs/index.php?25737 -Patch0: %{name}-gcc44.patch +# Patch was obtained with: +# cvs diff -u -r 1.36 -r 1.37 adonthell-0.3/src/dialog.cc +Patch0: %{name}-0.3.5-fix-build-with-gcc-4.4.patch # Patch was obtained with: # cvs diff -u -r 1.5 -r 1.6 adonthell-0.3/src/win_event.cc Patch1: %{name}-0.3.5-fix-build-with-gcc-4.6.patch @@ -58,7 +59,7 @@ sed -i 's|myconfig.gamedir + "/locale"|"%{_datadir}/locale"|' src/nls.cc # remove hardcoded CFLAGS sed -i 's|^CFLAGS|^#CFLAGS|g' configure # build with GCC 4.4 -%patch0 -p0 +%patch0 -p1 %patch1 -p1 From de33c0e744738f352e5d0d065a0367309a5fb645 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Tue, 15 Feb 2011 14:31:22 +0800 Subject: [PATCH 12/41] Bumped release for new build. --- adonthell.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index dc9716e..e404f48 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -2,7 +2,7 @@ Name: adonthell Version: 0.3.5 -Release: 0.10%{?dist} +Release: 0.11%{?dist} Summary: A 2D graphical RPG game Group: Amusements/Games @@ -90,6 +90,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 15 2011 Mathieu Bridon - 0.3.5-0.11 +- Fix GCC-4.6 build failure +- Remake GCC-4.4 build failure patch from 0.3.5-0.6: + - use cvs to generate a proper patch + - name it properly + * Mon Feb 07 2011 Fedora Release Engineering - 0.3.5-0.10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 2039e75bbca99ee8f1adfda6ec3ee2792faf83c7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jan 2012 15:01:43 -0600 Subject: [PATCH 13/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index e404f48..d2debe1 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -2,7 +2,7 @@ Name: adonthell Version: 0.3.5 -Release: 0.11%{?dist} +Release: 0.12%{?dist} Summary: A 2D graphical RPG game Group: Amusements/Games @@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 12 2012 Fedora Release Engineering - 0.3.5-0.12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Feb 15 2011 Mathieu Bridon - 0.3.5-0.11 - Fix GCC-4.6 build failure - Remake GCC-4.4 build failure patch from 0.3.5-0.6: From 95f65606d12b09ef4194ba9c61425ea493d1ab0c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 28 Feb 2012 11:39:35 -0600 Subject: [PATCH 14/41] - Rebuilt for c++ ABI breakage --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index d2debe1..1f3153a 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -2,7 +2,7 @@ Name: adonthell Version: 0.3.5 -Release: 0.12%{?dist} +Release: 0.13%{?dist} Summary: A 2D graphical RPG game Group: Amusements/Games @@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 28 2012 Fedora Release Engineering - 0.3.5-0.13 +- Rebuilt for c++ ABI breakage + * Thu Jan 12 2012 Fedora Release Engineering - 0.3.5-0.12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 29d24fdf6d910916d628e1cad256683c965ad91a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jul 2012 10:36:29 -0500 Subject: [PATCH 15/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 1f3153a..1e61e17 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -2,7 +2,7 @@ Name: adonthell Version: 0.3.5 -Release: 0.13%{?dist} +Release: 0.14%{?dist} Summary: A 2D graphical RPG game Group: Amusements/Games @@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 18 2012 Fedora Release Engineering - 0.3.5-0.14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Tue Feb 28 2012 Fedora Release Engineering - 0.3.5-0.13 - Rebuilt for c++ ABI breakage From 66bb707e311527bf897fea01029289efec62fe74 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 10:19:34 -0600 Subject: [PATCH 16/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 1e61e17..ce3c756 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -2,7 +2,7 @@ Name: adonthell Version: 0.3.5 -Release: 0.14%{?dist} +Release: 0.15%{?dist} Summary: A 2D graphical RPG game Group: Amusements/Games @@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 0.3.5-0.15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Jul 18 2012 Fedora Release Engineering - 0.3.5-0.14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 3610aa11ca79e4cb9356d21cdc969f001a5e7790 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 19:18:41 -0500 Subject: [PATCH 17/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index ce3c756..d3427bb 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -2,7 +2,7 @@ Name: adonthell Version: 0.3.5 -Release: 0.15%{?dist} +Release: 0.16%{?dist} Summary: A 2D graphical RPG game Group: Amusements/Games @@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 0.3.5-0.16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Feb 13 2013 Fedora Release Engineering - 0.3.5-0.15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 3eec08da7336b0b211869fd4992711d34e00733b Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Wed, 4 Dec 2013 11:54:58 +0800 Subject: [PATCH 18/41] Fix bogus date in changelog --- adonthell.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index d3427bb..560e570 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -145,7 +145,7 @@ rm -rf $RPM_BUILD_ROOT - switched to 0.3.5 release (includes bug fixes and fixes for building RPM for fedora like pythin finding and errors with fedora specific flags) -* Fri May 22 2008 Mathieu Bridon 0.3.4-0.8 +* Fri May 23 2008 Mathieu Bridon 0.3.4-0.8 - fixed license tag (GPLv2 to GPLv2+) - removed explicit requires - fixed directories ownership From 54a9ee7657b330ffff59f88b9258bcdc38f2df90 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Wed, 4 Dec 2013 12:24:48 +0800 Subject: [PATCH 19/41] Fix the upstream URL --- adonthell.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 560e570..607e4a1 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -7,7 +7,7 @@ Summary: A 2D graphical RPG game Group: Amusements/Games License: GPLv2+ -URL: http://adonthell.linuxgames.com/ +URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz ## Fixes from CVS, no new release yet. From 136abd805593b66f1462cd3d1da02ae0a338b81c Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Wed, 4 Dec 2013 12:26:06 +0800 Subject: [PATCH 20/41] Modernize the spec file This removes a lot of old stuff which is not necessary any more in newer versions of Fedora. --- adonthell.spec | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/adonthell.spec b/adonthell.spec index 607e4a1..4dad445 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,11 +1,7 @@ -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} - Name: adonthell +Summary: A 2D graphical RPG game Version: 0.3.5 Release: 0.16%{?dist} -Summary: A 2D graphical RPG game - -Group: Amusements/Games License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -18,8 +14,6 @@ Patch0: %{name}-0.3.5-fix-build-with-gcc-4.4.patch # cvs diff -u -r 1.5 -r 1.6 adonthell-0.3/src/win_event.cc Patch1: %{name}-0.3.5-fix-build-with-gcc-4.6.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildRequires: python-devel BuildRequires: freetype-devel BuildRequires: libxml2-devel @@ -69,23 +63,16 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" -%clean -rm -rf $RPM_BUILD_ROOT - - %files -%defattr(-,root,root,-) %doc AUTHORS COPYING FULLSCREEN.howto NEWBIE NEWS README %{_bindir}/%{name} %{_bindir}/%{name}-0.3 %{_datadir}/%{name}/ %files doc -%defattr(-,root,root,-) %doc doc/devel/html From cfe9250d100719fc46309cece5632de54a159e53 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Mon, 9 Dec 2013 17:16:58 +0800 Subject: [PATCH 21/41] Fix the build with -Werror=format-security https://bugzilla.redhat.com/show_bug.cgi?id=1036981 --- ...ix-build-with-Werror-format-security.patch | 25 +++++++++++++++++++ adonthell.spec | 15 ++++++++++- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 adonthell-0.3.5-Fix-build-with-Werror-format-security.patch diff --git a/adonthell-0.3.5-Fix-build-with-Werror-format-security.patch b/adonthell-0.3.5-Fix-build-with-Werror-format-security.patch new file mode 100644 index 0000000..6bdc4e7 --- /dev/null +++ b/adonthell-0.3.5-Fix-build-with-Werror-format-security.patch @@ -0,0 +1,25 @@ +From f3bd75479aef611e23c5f82ab2299b0ce15078e0 Mon Sep 17 00:00:00 2001 +From: Mathieu Bridon +Date: Wed, 4 Dec 2013 12:36:02 +0800 +Subject: [PATCH] Fix build with -Werror=format-security + +--- + src/py_adonthell_wrap.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/py_adonthell_wrap.cc b/src/py_adonthell_wrap.cc +index 048f0af..2a73207 100644 +--- a/src/py_adonthell_wrap.cc ++++ b/src/py_adonthell_wrap.cc +@@ -867,7 +867,7 @@ SWIG_Python_AddErrorMsg(const char* mesg) + Py_DECREF(old_str); + Py_DECREF(value); + } else { +- PyErr_Format(PyExc_RuntimeError, mesg); ++ PyErr_Format(PyExc_RuntimeError, "%s", mesg); + } + } + +-- +1.8.4.2 + diff --git a/adonthell.spec b/adonthell.spec index 4dad445..0988b53 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.5 -Release: 0.16%{?dist} +Release: 1%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -14,6 +14,8 @@ Patch0: %{name}-0.3.5-fix-build-with-gcc-4.4.patch # cvs diff -u -r 1.5 -r 1.6 adonthell-0.3/src/win_event.cc Patch1: %{name}-0.3.5-fix-build-with-gcc-4.6.patch +Patch2: %{name}-0.3.5-Fix-build-with-Werror-format-security.patch + BuildRequires: python-devel BuildRequires: freetype-devel BuildRequires: libxml2-devel @@ -50,12 +52,19 @@ API documentation for %{name} generated by doxygen in HTML format. %setup -q # install locale files in the right place sed -i 's|myconfig.gamedir + "/locale"|"%{_datadir}/locale"|' src/nls.cc + # remove hardcoded CFLAGS sed -i 's|^CFLAGS|^#CFLAGS|g' configure + # build with GCC 4.4 %patch0 -p1 + +# build with GCC 4.6 %patch1 -p1 +# build with -Werror=format-security +%patch2 -p1 + %build %configure --enable-doc @@ -77,6 +86,10 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %changelog +* Mon Dec 09 2013 Mathieu Bridon - 0.3.5-1 +- Fix the build with -Werror=format-security + https://bugzilla.redhat.com/show_bug.cgi?id=1036981 + * Sat Aug 03 2013 Fedora Release Engineering - 0.3.5-0.16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 78c588ad1e34f7dfbdccf7548c131519cb7effc3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 19:10:13 -0500 Subject: [PATCH 22/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 0988b53..ede612f 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -86,6 +86,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 0.3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Mon Dec 09 2013 Mathieu Bridon - 0.3.5-1 - Fix the build with -Werror=format-security https://bugzilla.redhat.com/show_bug.cgi?id=1036981 From 085290f5d6ff5adb6720b63f9548105c553e6637 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 15 Aug 2014 20:03:13 +0000 Subject: [PATCH 23/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index ede612f..0ae8d01 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.5 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -86,6 +86,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %changelog +* Fri Aug 15 2014 Fedora Release Engineering - 0.3.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 0.3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 71b05bf93fe631155e988cda2214dba5d50ebeec Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 11:37:35 +0200 Subject: [PATCH 24/41] Rebuilt for GCC 5 C++11 ABI change --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 0ae8d01..8ac52ed 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.5 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -86,6 +86,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %changelog +* Sat May 02 2015 Kalev Lember - 0.3.5-4 +- Rebuilt for GCC 5 C++11 ABI change + * Fri Aug 15 2014 Fedora Release Engineering - 0.3.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 25b41e26552faa189aed0be2ecf73d851db9e039 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 16 Jun 2015 23:38:48 +0000 Subject: [PATCH 25/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 8ac52ed..e7929cd 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.5 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -86,6 +86,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %changelog +* Tue Jun 16 2015 Fedora Release Engineering - 0.3.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sat May 02 2015 Kalev Lember - 0.3.5-4 - Rebuilt for GCC 5 C++11 ABI change From ef15be8623805ea46c93c0ca806f44c014ff863a Mon Sep 17 00:00:00 2001 From: Alexandre Moine Date: Sun, 4 Oct 2015 15:37:07 +0200 Subject: [PATCH 26/41] Some spec cleanup --- adonthell.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/adonthell.spec b/adonthell.spec index e7929cd..d549728 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.5 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -68,15 +68,16 @@ sed -i 's|^CFLAGS|^#CFLAGS|g' configure %build %configure --enable-doc -make %{?_smp_mflags} +make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +%make_install %files -%doc AUTHORS COPYING FULLSCREEN.howto NEWBIE NEWS README +%license COPYING AUTHORS +%doc FULLSCREEN.howto NEWBIE NEWS README %{_bindir}/%{name} %{_bindir}/%{name}-0.3 %{_datadir}/%{name}/ @@ -86,6 +87,10 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %changelog +* Thu Oct 01 2015 Alexandre Moine - 0.3.5-6 +- Some spec cleanup +- Move COPYING and AUTHORS from %%doc to %%license + * Tue Jun 16 2015 Fedora Release Engineering - 0.3.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 9786e23d02e64b5a41b2151a9d5c9902a6305da9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 16:00:16 +0000 Subject: [PATCH 27/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index d549728..00fde0e 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.5 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -87,6 +87,9 @@ make %{?_smp_mflags} %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 0.3.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Oct 01 2015 Alexandre Moine - 0.3.5-6 - Some spec cleanup - Move COPYING and AUTHORS from %%doc to %%license From 6cbc68b46d1c3f2dcb735f33a5dca52f2ee50b10 Mon Sep 17 00:00:00 2001 From: Alexandre Moine Date: Sat, 8 Oct 2016 21:00:34 +0200 Subject: [PATCH 28/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- .gitignore | 1 + ...ix-build-with-Werror-format-security.patch | 25 -------------- adonthell-0.3.5-fix-build-with-gcc-4.4.patch | 34 ------------------- adonthell-0.3.5-fix-build-with-gcc-4.6.patch | 26 -------------- sources | 2 +- 5 files changed, 2 insertions(+), 86 deletions(-) delete mode 100644 adonthell-0.3.5-Fix-build-with-Werror-format-security.patch delete mode 100644 adonthell-0.3.5-fix-build-with-gcc-4.4.patch delete mode 100644 adonthell-0.3.5-fix-build-with-gcc-4.6.patch diff --git a/.gitignore b/.gitignore index 11a1fff..30aeb21 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ adonthell-src-0.3.5.tar.gz +/adonthell-src-0.3.6.tar.gz diff --git a/adonthell-0.3.5-Fix-build-with-Werror-format-security.patch b/adonthell-0.3.5-Fix-build-with-Werror-format-security.patch deleted file mode 100644 index 6bdc4e7..0000000 --- a/adonthell-0.3.5-Fix-build-with-Werror-format-security.patch +++ /dev/null @@ -1,25 +0,0 @@ -From f3bd75479aef611e23c5f82ab2299b0ce15078e0 Mon Sep 17 00:00:00 2001 -From: Mathieu Bridon -Date: Wed, 4 Dec 2013 12:36:02 +0800 -Subject: [PATCH] Fix build with -Werror=format-security - ---- - src/py_adonthell_wrap.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/py_adonthell_wrap.cc b/src/py_adonthell_wrap.cc -index 048f0af..2a73207 100644 ---- a/src/py_adonthell_wrap.cc -+++ b/src/py_adonthell_wrap.cc -@@ -867,7 +867,7 @@ SWIG_Python_AddErrorMsg(const char* mesg) - Py_DECREF(old_str); - Py_DECREF(value); - } else { -- PyErr_Format(PyExc_RuntimeError, mesg); -+ PyErr_Format(PyExc_RuntimeError, "%s", mesg); - } - } - --- -1.8.4.2 - diff --git a/adonthell-0.3.5-fix-build-with-gcc-4.4.patch b/adonthell-0.3.5-fix-build-with-gcc-4.4.patch deleted file mode 100644 index 7441d5c..0000000 --- a/adonthell-0.3.5-fix-build-with-gcc-4.4.patch +++ /dev/null @@ -1,34 +0,0 @@ -Index: adonthell-0.3/src/dialog.cc -=================================================================== -RCS file: /sources/adonthell/adonthell-0.3/src/dialog.cc,v -retrieving revision 1.36 -retrieving revision 1.37 -diff -u -r1.36 -r1.37 ---- adonthell-0.3/src/dialog.cc 13 Oct 2007 19:47:25 -0000 1.36 -+++ adonthell-0.3/src/dialog.cc 1 Mar 2009 12:26:14 -0000 1.37 -@@ -1,5 +1,5 @@ - /* -- $Id: dialog.cc,v 1.36 2007/10/13 19:47:25 ksterker Exp $ -+ $Id: dialog.cc,v 1.37 2009/03/01 12:26:14 ksterker Exp $ - - (C) Copyright 2000/2001/2002 Kai Sterker - Part of the Adonthell Project http://adonthell.linuxgames.com -@@ -265,7 +265,8 @@ - { - u_int32 begin, end, len; - PyObject *result; -- char *tmp, *start, *mid, *str = NULL; -+ const char *start; -+ char *tmp, *mid, *str = NULL; - character *the_player = data::the_player; - string newstr (s); - -@@ -318,7 +319,7 @@ - - // Error! - cout << "\n*** Error, unknown macro " << start << flush; -- start[0] = ' '; -+ newstr[newstr.length () - strlen (start)] = ' '; - } - - // execute python functions diff --git a/adonthell-0.3.5-fix-build-with-gcc-4.6.patch b/adonthell-0.3.5-fix-build-with-gcc-4.6.patch deleted file mode 100644 index 1801b8f..0000000 --- a/adonthell-0.3.5-fix-build-with-gcc-4.6.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: adonthell-0.3/src/win_event.cc -=================================================================== -RCS file: /sources/adonthell/adonthell-0.3/src/win_event.cc,v -retrieving revision 1.5 -retrieving revision 1.6 -diff -u -r1.5 -r1.6 ---- adonthell-0.3/src/win_event.cc 16 Dec 2002 19:09:54 -0000 1.5 -+++ adonthell-0.3/src/win_event.cc 11 Feb 2011 20:50:27 -0000 1.6 -@@ -1,5 +1,5 @@ - /* -- $Id: win_event.cc,v 1.5 2002/12/16 19:09:54 ksterker Exp $ -+ $Id: win_event.cc,v 1.6 2011/02/11 20:50:27 ksterker Exp $ - - (C) Copyright 2001 Joel Vennin - Part of the Adonthell Project http://adonthell.linuxgames.com -@@ -34,8 +34,9 @@ - - case DESTROY: - { -+ Functor0wRet func0ret; - set_callback_destroy ( -- makeFunctor (&Functor0wRet(), *callback, &py_callback::callback_func0ret)); -+ makeFunctor (&func0ret, *callback, &py_callback::callback_func0ret)); - break; - } - diff --git a/sources b/sources index 715f6cc..0932dc2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64a344b1ed8a7808d7adafa337120a00 adonthell-src-0.3.5.tar.gz +b86614b534ba127d89b5091f35d1ea80 adonthell-src-0.3.6.tar.gz From 6193a8c6764ceb5cec16c7b1300f2f7a7444ab8c Mon Sep 17 00:00:00 2001 From: Alexandre Moine Date: Sat, 8 Oct 2016 21:28:57 +0200 Subject: [PATCH 29/41] New, sadly, final, release --- adonthell.spec | 37 +++++++++---------------------------- 1 file changed, 9 insertions(+), 28 deletions(-) diff --git a/adonthell.spec b/adonthell.spec index 00fde0e..4449502 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,28 +1,17 @@ Name: adonthell Summary: A 2D graphical RPG game -Version: 0.3.5 -Release: 7%{?dist} +Version: 0.3.6 +Release: 1%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz -## Fixes from CVS, no new release yet. -# Patch was obtained with: -# cvs diff -u -r 1.36 -r 1.37 adonthell-0.3/src/dialog.cc -Patch0: %{name}-0.3.5-fix-build-with-gcc-4.4.patch -# Patch was obtained with: -# cvs diff -u -r 1.5 -r 1.6 adonthell-0.3/src/win_event.cc -Patch1: %{name}-0.3.5-fix-build-with-gcc-4.6.patch - -Patch2: %{name}-0.3.5-Fix-build-with-Werror-format-security.patch - -BuildRequires: python-devel +BuildRequires: python3-devel BuildRequires: freetype-devel BuildRequires: libxml2-devel BuildRequires: libogg-devel BuildRequires: libvorbis-devel -BuildRequires: SDL_mixer-devel -BuildRequires: SDL_ttf-devel +BuildRequires: SDL2-devel SDL2_mixer-devel SDL2_ttf-devel BuildRequires: libpng-devel BuildRequires: swig BuildRequires: doxygen @@ -56,37 +45,29 @@ sed -i 's|myconfig.gamedir + "/locale"|"%{_datadir}/locale"|' src/nls.cc # remove hardcoded CFLAGS sed -i 's|^CFLAGS|^#CFLAGS|g' configure -# build with GCC 4.4 -%patch0 -p1 - -# build with GCC 4.6 -%patch1 -p1 - -# build with -Werror=format-security -%patch2 -p1 - - %build %configure --enable-doc make %{?_smp_mflags} %install -%make_install +%make_install %files %license COPYING AUTHORS -%doc FULLSCREEN.howto NEWBIE NEWS README -%{_bindir}/%{name} %{_bindir}/%{name}-0.3 %{_datadir}/%{name}/ +%{_mandir}/man6/* %files doc %doc doc/devel/html %changelog +* Wed Sep 28 2016 Alexandre Moine - 0.3.6-1 +- New, sadly, final, release + * Wed Feb 03 2016 Fedora Release Engineering - 0.3.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 2c2f329b4a253e2b434bb0a52a7251dfb28b2a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:36 +0100 Subject: [PATCH 30/41] Rebuild for Python 3.6 --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 4449502..a425357 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -65,6 +65,9 @@ make %{?_smp_mflags} %changelog +* Mon Dec 19 2016 Miro Hrončok - 0.3.6-2 +- Rebuild for Python 3.6 + * Wed Sep 28 2016 Alexandre Moine - 0.3.6-1 - New, sadly, final, release From 46b9fc9c5cda261589c2e824fb6fde8d236ca00b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 05:46:25 +0000 Subject: [PATCH 31/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index a425357..dd2d198 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -65,6 +65,9 @@ make %{?_smp_mflags} %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 0.3.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Mon Dec 19 2016 Miro Hrončok - 0.3.6-2 - Rebuild for Python 3.6 From a9308ac6c0eb414c855621d08cfefd0e9b7024ab Mon Sep 17 00:00:00 2001 From: Alexandre Moine Date: Fri, 10 Feb 2017 18:10:16 +0100 Subject: [PATCH 32/41] Fixing bug #1420854 --- adonthell.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/adonthell.spec b/adonthell.spec index dd2d198..1e6555a 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.6 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -44,7 +44,7 @@ sed -i 's|myconfig.gamedir + "/locale"|"%{_datadir}/locale"|' src/nls.cc # remove hardcoded CFLAGS sed -i 's|^CFLAGS|^#CFLAGS|g' configure - +sed -i "s|ac_precious_vars='build_alias|'ac_precious_vars=build_alias|g" configure %build %configure --enable-doc make %{?_smp_mflags} @@ -65,6 +65,9 @@ make %{?_smp_mflags} %changelog +* Fri Feb 10 2017 Alexandre Moine - 0.3.6-4 +- Fixing bug #1420854 + * Fri Feb 10 2017 Fedora Release Engineering - 0.3.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 929549b45e8352ddbb6097c0bd3f7a721b8671a2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 02:37:44 +0000 Subject: [PATCH 33/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 1e6555a..75359a7 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.6 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -65,6 +65,9 @@ make %{?_smp_mflags} %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 0.3.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Alexandre Moine - 0.3.6-4 - Fixing bug #1420854 From 03edd535e25a231d6f5a5bf3bd451a490439006b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 2 Aug 2017 17:24:54 +0000 Subject: [PATCH 34/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 75359a7..c53fd7f 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.6 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -65,6 +65,9 @@ make %{?_smp_mflags} %changelog +* Wed Aug 02 2017 Fedora Release Engineering - 0.3.6-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 0.3.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 61ca77cb6c3ffc4b6e19186e206935f2a18693fd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 01:55:44 +0000 Subject: [PATCH 35/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index c53fd7f..5c776db 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.6 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -65,6 +65,9 @@ make %{?_smp_mflags} %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.3.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Aug 02 2017 Fedora Release Engineering - 0.3.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From d677b09796e7bba1607e0978e30e51a5dd86050a Mon Sep 17 00:00:00 2001 From: Alexandre Moine Date: Wed, 7 Mar 2018 12:55:41 +0100 Subject: [PATCH 36/41] Add gcc-c++ as a builddep --- adonthell.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/adonthell.spec b/adonthell.spec index 5c776db..f24f09d 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.6 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -16,7 +16,7 @@ BuildRequires: libpng-devel BuildRequires: swig BuildRequires: doxygen BuildRequires: graphviz - +BuildRequires: gcc-c++ %description A 2D, graphical, single player role playing game inspired by good old @@ -65,6 +65,9 @@ make %{?_smp_mflags} %changelog +* Wed Mar 07 2018 Alexandre Moine - 0.3.6-8 +- Add gcc-c++ as a build dependency. + * Wed Feb 07 2018 Fedora Release Engineering - 0.3.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 6b9ae4b34ea1602e654b2e44657b0cf79f7ac043 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Mar 2018 16:05:09 -0800 Subject: [PATCH 37/41] Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") --- adonthell.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index f24f09d..aaad051 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -65,7 +65,11 @@ make %{?_smp_mflags} %changelog -* Wed Mar 07 2018 Alexandre Moine - 0.3.6-8 +* Wed Mar 07 2018 Adam Williamson - 0.3.6-8 +- Rebuild to fix GCC 8 mis-compilation + See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") + +* Wed Mar 07 2018 Alexandre Moine - Add gcc-c++ as a build dependency. * Wed Feb 07 2018 Fedora Release Engineering - 0.3.6-7 From 6bb76fc2a8ea0b07d3b15e881c4fb4682cfa86c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:39:26 +0200 Subject: [PATCH 38/41] Rebuilt for Python 3.7 --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index aaad051..0212c24 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.6 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -65,6 +65,9 @@ make %{?_smp_mflags} %changelog +* Tue Jun 19 2018 Miro Hrončok - 0.3.6-9 +- Rebuilt for Python 3.7 + * Wed Mar 07 2018 Adam Williamson - 0.3.6-8 - Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") From 7191323d87e9514eeea8d29f1012bf86d7d4d87c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 20:01:33 +0000 Subject: [PATCH 39/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adonthell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adonthell.spec b/adonthell.spec index 0212c24..e1d7911 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,7 +1,7 @@ Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.6 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz @@ -65,6 +65,9 @@ make %{?_smp_mflags} %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 0.3.6-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Tue Jun 19 2018 Miro Hrončok - 0.3.6-9 - Rebuilt for Python 3.7 From 4b643753eef0c8f3207c26b1ba2075a3167fd976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Nov 2018 12:53:54 +0100 Subject: [PATCH 40/41] https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 --- adonthell.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/adonthell.spec b/adonthell.spec index e1d7911..3755a5b 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,3 +1,7 @@ +# This package depends on automagic byte compilation +# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 +%global _python_bytecompile_extra 1 + Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.6 From 98d4153fd216eb9bcd7c88ec84782c3660a3f439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 24 Dec 2018 11:59:17 +0100 Subject: [PATCH 41/41] Orphaned for 6+ weeks --- .gitignore | 2 - adonthell.spec | 209 ------------------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 212 deletions(-) delete mode 100644 .gitignore delete mode 100644 adonthell.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 30aeb21..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -adonthell-src-0.3.5.tar.gz -/adonthell-src-0.3.6.tar.gz diff --git a/adonthell.spec b/adonthell.spec deleted file mode 100644 index 3755a5b..0000000 --- a/adonthell.spec +++ /dev/null @@ -1,209 +0,0 @@ -# This package depends on automagic byte compilation -# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 -%global _python_bytecompile_extra 1 - -Name: adonthell -Summary: A 2D graphical RPG game -Version: 0.3.6 -Release: 10%{?dist} -License: GPLv2+ -URL: http://adonthell.nongnu.org/ -Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz - -BuildRequires: python3-devel -BuildRequires: freetype-devel -BuildRequires: libxml2-devel -BuildRequires: libogg-devel -BuildRequires: libvorbis-devel -BuildRequires: SDL2-devel SDL2_mixer-devel SDL2_ttf-devel -BuildRequires: libpng-devel -BuildRequires: swig -BuildRequires: doxygen -BuildRequires: graphviz -BuildRequires: gcc-c++ - -%description -A 2D, graphical, single player role playing game inspired by good old -console RPGs from the 16 bit console gaming era. - -This package contains the Adonthell engine. You will also need a game -package to play Adonthell. For this release, the official package is -Waste's Edge. - - -%package doc -Summary: API documentation for %{name} - -Group: Documentation -Requires: %{name} = %{version}-%{release} - -%description doc -API documentation for %{name} generated by doxygen in HTML format. - - -%prep -%setup -q -# install locale files in the right place -sed -i 's|myconfig.gamedir + "/locale"|"%{_datadir}/locale"|' src/nls.cc - -# remove hardcoded CFLAGS -sed -i 's|^CFLAGS|^#CFLAGS|g' configure -sed -i "s|ac_precious_vars='build_alias|'ac_precious_vars=build_alias|g" configure -%build -%configure --enable-doc -make %{?_smp_mflags} - - -%install -%make_install - - -%files -%license COPYING AUTHORS -%{_bindir}/%{name}-0.3 -%{_datadir}/%{name}/ -%{_mandir}/man6/* - -%files doc -%doc doc/devel/html - - -%changelog -* Thu Jul 12 2018 Fedora Release Engineering - 0.3.6-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 0.3.6-9 -- Rebuilt for Python 3.7 - -* Wed Mar 07 2018 Adam Williamson - 0.3.6-8 -- Rebuild to fix GCC 8 mis-compilation - See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") - -* Wed Mar 07 2018 Alexandre Moine -- Add gcc-c++ as a build dependency. - -* Wed Feb 07 2018 Fedora Release Engineering - 0.3.6-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Aug 02 2017 Fedora Release Engineering - 0.3.6-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0.3.6-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Alexandre Moine - 0.3.6-4 -- Fixing bug #1420854 - -* Fri Feb 10 2017 Fedora Release Engineering - 0.3.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 0.3.6-2 -- Rebuild for Python 3.6 - -* Wed Sep 28 2016 Alexandre Moine - 0.3.6-1 -- New, sadly, final, release - -* Wed Feb 03 2016 Fedora Release Engineering - 0.3.5-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Oct 01 2015 Alexandre Moine - 0.3.5-6 -- Some spec cleanup -- Move COPYING and AUTHORS from %%doc to %%license - -* Tue Jun 16 2015 Fedora Release Engineering - 0.3.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 02 2015 Kalev Lember - 0.3.5-4 -- Rebuilt for GCC 5 C++11 ABI change - -* Fri Aug 15 2014 Fedora Release Engineering - 0.3.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0.3.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon Dec 09 2013 Mathieu Bridon - 0.3.5-1 -- Fix the build with -Werror=format-security - https://bugzilla.redhat.com/show_bug.cgi?id=1036981 - -* Sat Aug 03 2013 Fedora Release Engineering - 0.3.5-0.16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Feb 13 2013 Fedora Release Engineering - 0.3.5-0.15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 0.3.5-0.14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Feb 28 2012 Fedora Release Engineering - 0.3.5-0.13 -- Rebuilt for c++ ABI breakage - -* Thu Jan 12 2012 Fedora Release Engineering - 0.3.5-0.12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Feb 15 2011 Mathieu Bridon - 0.3.5-0.11 -- Fix GCC-4.6 build failure -- Remake GCC-4.4 build failure patch from 0.3.5-0.6: - - use cvs to generate a proper patch - - name it properly - -* Mon Feb 07 2011 Fedora Release Engineering - 0.3.5-0.10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Tue Jul 27 2010 David Malcolm - 0.3.5-0.9 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Tue Aug 11 2009 Mathieu Bridon - 0.3.5-0.8 -- Upstream changed source URL. -- Added defattr for -doc subpackage. - -* Fri Jul 24 2009 Fedora Release Engineering - 0.3.5-0.7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Sun Mar 01 2009 Mathieu Bridon - 0.3.5-0.6 -- Fixed building with GCC 4.4 - -* Mon Feb 23 2009 Fedora Release Engineering - 0.3.5-0.5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sun Nov 30 2008 Ignacio Vazquez-Abrams - 0.3.5-0.4 -- Rebuild for Python 2.6 - -* Tue Jun 03 2008 Mathieu Bridon 0.3.5-0.3 -- added -p option to install - -* Sat May 31 2008 Mathieu Bridon 0.3.5-0.2 -- applied patch to configure instead of configure.in -- removed trademarks names from description -- removed explicit requires - -* Tue May 27 2008 Mathieu Bridon 0.3.5-0.1 -- switched to 0.3.5 release (includes bug fixes and fixes for building RPM for - fedora like pythin finding and errors with fedora specific flags) - -* Fri May 23 2008 Mathieu Bridon 0.3.4-0.8 -- fixed license tag (GPLv2 to GPLv2+) -- removed explicit requires -- fixed directories ownership - -* Thu Apr 17 2008 Mathieu Bridon 0.3.4-0.7 -- fixed building on 64 bits arch (/lib was hard coded in configure.in) - -* Fri Apr 04 2008 Mathieu Bridon 0.3.4-0.6 -- fixed typo in doc description - -* Fri Feb 22 2008 Mathieu Bridon 0.3.4-0.5 -- search for translations in the right place so that wastesedge -package can install them in the right place - -* Thu Feb 21 2008 Mathieu Bridon 0.3.4-0.4 -- separated the doc in a dedicated package - -* Thu Feb 21 2008 Mathieu Bridon 0.3.4-0.3 -- cleaned the spec file again - -* Thu Feb 21 2008 Mathieu Bridon 0.3.4-0.2 -- cleaned the spec file - -* Mon Feb 18 2008 Mathieu Bridon 0.3.4-0.1 -- first version of the SPEC file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 0932dc2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -b86614b534ba127d89b5091f35d1ea80 adonthell-src-0.3.6.tar.gz