From b52d239c565130b99f0660d2307de5c882742bbc Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 24 Feb 2009 01:07:03 +0000 Subject: [PATCH 01/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- animorph.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/animorph.spec b/animorph.spec index 889ad4b..f8d7bc8 100644 --- a/animorph.spec +++ b/animorph.spec @@ -1,6 +1,6 @@ Name: animorph Version: 0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: 3D Animation and Morph Library Group: System Environment/Libraries @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 23 2009 Fedora Release Engineering - 0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sat Feb 9 2008 kwizart < kwizart at gmail.com > - 0.3-3 - Rebuild for gcc43 From 14d7cadd0b1bfe7dd3bce4d388b4957157016721 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 4 Mar 2009 16:40:20 +0000 Subject: [PATCH 02/12] Fix for gcc44 --- animorph-0.3-gcc44.patch | 11 +++++++++++ animorph.spec | 10 ++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 animorph-0.3-gcc44.patch diff --git a/animorph-0.3-gcc44.patch b/animorph-0.3-gcc44.patch new file mode 100644 index 0000000..716e689 --- /dev/null +++ b/animorph-0.3-gcc44.patch @@ -0,0 +1,11 @@ +diff -up animorph-0.3/src/OgreXMLExporter.cpp.gcc44 animorph-0.3/src/OgreXMLExporter.cpp +--- animorph-0.3/src/OgreXMLExporter.cpp.gcc44 2007-11-25 10:34:58.000000000 +0100 ++++ animorph-0.3/src/OgreXMLExporter.cpp 2009-03-04 17:37:33.000000000 +0100 +@@ -1,5 +1,7 @@ + #include "../include/animorph/OgreXMLExporter.h" + #include "../include/animorph/xmlParser.h" ++#include ++ + using namespace std; + using namespace Animorph; + diff --git a/animorph.spec b/animorph.spec index f8d7bc8..a1bcb09 100644 --- a/animorph.spec +++ b/animorph.spec @@ -1,14 +1,15 @@ Name: animorph Version: 0.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: 3D Animation and Morph Library Group: System Environment/Libraries License: GPLv3+ -URL: http://www.dedalo-3d.com +URL: http://www.makehuman.org Source0: http://downloads.sourceforge.net/makehuman/%{name}-%{version}.tar.gz Patch0: animorph-0.2-pkgconfig.patch Patch1: animorph-0.3-gcc43.patch +Patch2: animorph-0.3-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -37,6 +38,7 @@ for f in animorph*.in AUTHORS COPYING TODO; do done %patch0 -p1 -b .pkgconfig %patch1 -p1 -b .gcc43 +%patch2 -p1 -b .gcc44 # prevent timestramps changes from patch1 pushd include/animorph @@ -46,6 +48,7 @@ done popd %build +export CXXFLAGS="$RPM_OPT_FLAGS -std=c++0x" %configure --disable-static make %{?_smp_mflags} @@ -79,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 4 2009 kwizart < kwizart at gmail.com > - 0.3-5 +- Fix for gcc44 + * Mon Feb 23 2009 Fedora Release Engineering - 0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From f1f43a076b44475958061ab0cf804a25e6610c89 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 24 Jul 2009 16:52:50 +0000 Subject: [PATCH 03/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- animorph.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/animorph.spec b/animorph.spec index a1bcb09..2c5663a 100644 --- a/animorph.spec +++ b/animorph.spec @@ -1,6 +1,6 @@ Name: animorph Version: 0.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: 3D Animation and Morph Library Group: System Environment/Libraries @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 24 2009 Fedora Release Engineering - 0.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Mar 4 2009 kwizart < kwizart at gmail.com > - 0.3-5 - Fix for gcc44 From 48c5540f3e93383ce30c352c1d2e3c61cae71281 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:39:48 +0000 Subject: [PATCH 04/12] 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 164848b..d8a10cc 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: animorph -# $Id$ +# $Id: Makefile,v 1.1 2007/09/13 03:42:21 kevin Exp $ NAME := animorph 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 df4b176641bcce1345137e9ba6037bc3eba65f88 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 10:00:18 +0000 Subject: [PATCH 05/12] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile 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 d8a10cc..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: animorph -# $Id: Makefile,v 1.1 2007/09/13 03:42:21 kevin Exp $ -NAME := animorph -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) From 5e3df12794692313dec830dcbb95205d3246e569 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 19:12:56 -0600 Subject: [PATCH 06/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- animorph.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/animorph.spec b/animorph.spec index 2c5663a..da07ae9 100644 --- a/animorph.spec +++ b/animorph.spec @@ -1,6 +1,6 @@ Name: animorph Version: 0.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: 3D Animation and Morph Library Group: System Environment/Libraries @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Fri Jul 24 2009 Fedora Release Engineering - 0.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 40d7bb2350ad47253f297b2d4d9f0a90f20a3db8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jan 2012 15:17:03 -0600 Subject: [PATCH 07/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- animorph.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/animorph.spec b/animorph.spec index da07ae9..ab69ab1 100644 --- a/animorph.spec +++ b/animorph.spec @@ -1,6 +1,6 @@ Name: animorph Version: 0.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: 3D Animation and Morph Library Group: System Environment/Libraries @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 12 2012 Fedora Release Engineering - 0.3-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 0.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 4161a46c56687b5ca535c10a8bcbc9325e4673e2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 28 Feb 2012 11:44:07 -0600 Subject: [PATCH 08/12] - Rebuilt for c++ ABI breakage --- animorph.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/animorph.spec b/animorph.spec index ab69ab1..0a76ab7 100644 --- a/animorph.spec +++ b/animorph.spec @@ -1,6 +1,6 @@ Name: animorph Version: 0.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: 3D Animation and Morph Library Group: System Environment/Libraries @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 28 2012 Fedora Release Engineering - 0.3-9 +- Rebuilt for c++ ABI breakage + * Thu Jan 12 2012 Fedora Release Engineering - 0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 0ac0dd66749f9f0a8cd89ac029665880e465c469 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jul 2012 11:01:01 -0500 Subject: [PATCH 09/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- animorph.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/animorph.spec b/animorph.spec index 0a76ab7..b8b7162 100644 --- a/animorph.spec +++ b/animorph.spec @@ -1,6 +1,6 @@ Name: animorph Version: 0.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: 3D Animation and Morph Library Group: System Environment/Libraries @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 18 2012 Fedora Release Engineering - 0.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Tue Feb 28 2012 Fedora Release Engineering - 0.3-9 - Rebuilt for c++ ABI breakage From c818ff946c7442a9cf80ac5b46559231566b8560 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 10:33:01 -0600 Subject: [PATCH 10/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- animorph.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/animorph.spec b/animorph.spec index b8b7162..f2980ea 100644 --- a/animorph.spec +++ b/animorph.spec @@ -1,6 +1,6 @@ Name: animorph Version: 0.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: 3D Animation and Morph Library Group: System Environment/Libraries @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 0.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Jul 18 2012 Fedora Release Engineering - 0.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From c3faece18a0f9d916219376bafc79f77cae4a225 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 19:48:46 -0500 Subject: [PATCH 11/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- animorph.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/animorph.spec b/animorph.spec index f2980ea..c6dd560 100644 --- a/animorph.spec +++ b/animorph.spec @@ -1,6 +1,6 @@ Name: animorph Version: 0.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: 3D Animation and Morph Library Group: System Environment/Libraries @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 0.3-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Feb 13 2013 Fedora Release Engineering - 0.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 063afc191f136f2279118625342c7c35a2817f02 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 4 Jun 2014 19:24:57 +0200 Subject: [PATCH 12/12] 2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. --- .gitignore | 1 - animorph-0.2-pkgconfig.patch | 12 ---- animorph-0.3-gcc43.patch | 44 ------------ animorph-0.3-gcc44.patch | 11 --- animorph.spec | 128 ----------------------------------- dead.package | 1 + sources | 1 - 7 files changed, 1 insertion(+), 197 deletions(-) delete mode 100644 .gitignore delete mode 100644 animorph-0.2-pkgconfig.patch delete mode 100644 animorph-0.3-gcc43.patch delete mode 100644 animorph-0.3-gcc44.patch delete mode 100644 animorph.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index fcfe065..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -animorph-0.3.tar.gz diff --git a/animorph-0.2-pkgconfig.patch b/animorph-0.2-pkgconfig.patch deleted file mode 100644 index 8b082d6..0000000 --- a/animorph-0.2-pkgconfig.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- animorph-0.2/animorph.pc.in.pkgconfig 2007-07-20 19:53:00.000000000 +0200 -+++ animorph-0.2/animorph.pc.in 2007-07-20 19:53:50.000000000 +0200 -@@ -1,7 +1,7 @@ - prefix=@prefix@ - exec_prefix=@prefix@ --libdir=@exec_prefix@/lib --includedir=@prefix@/include -+libdir=@libdir@ -+includedir=@includedir@/animorph - - Name: @PACKAGE@ - Description: 3D Animation and Morph Library diff --git a/animorph-0.3-gcc43.patch b/animorph-0.3-gcc43.patch deleted file mode 100644 index 4c2200e..0000000 --- a/animorph-0.3-gcc43.patch +++ /dev/null @@ -1,44 +0,0 @@ -diff -up animorph-0.3/include/animorph/Hotspot.h.gcc43 animorph-0.3/include/animorph/Hotspot.h ---- animorph-0.3/include/animorph/Hotspot.h.gcc43 2007-11-25 10:34:57.000000000 +0100 -+++ animorph-0.3/include/animorph/Hotspot.h 2008-01-04 17:40:58.000000000 +0100 -@@ -36,6 +36,7 @@ - #include - #include - #include -+#include - #include "FileReader.h" - - namespace Animorph { -diff -up animorph-0.3/include/animorph/BodySettings.h.gcc43 animorph-0.3/include/animorph/BodySettings.h ---- animorph-0.3/include/animorph/BodySettings.h.gcc43 2007-12-02 23:30:40.000000000 +0100 -+++ animorph-0.3/include/animorph/BodySettings.h 2008-01-04 17:40:58.000000000 +0100 -@@ -34,6 +34,7 @@ - - #include - #include -+#include - #include - #include - #include "FileReader.h" -diff -up animorph-0.3/include/animorph/FaceGroup.h.gcc43 animorph-0.3/include/animorph/FaceGroup.h ---- animorph-0.3/include/animorph/FaceGroup.h.gcc43 2007-12-02 23:30:40.000000000 +0100 -+++ animorph-0.3/include/animorph/FaceGroup.h 2008-01-04 17:40:58.000000000 +0100 -@@ -29,6 +29,7 @@ - - #include - #include -+#include - #include "Face.h" - #include "FaceVector.h" - #include "FileWriter.h" -diff -up animorph-0.3/include/animorph/util.h.gcc43 animorph-0.3/include/animorph/util.h ---- animorph-0.3/include/animorph/util.h.gcc43 2007-11-25 10:34:57.000000000 +0100 -+++ animorph-0.3/include/animorph/util.h 2008-01-04 17:40:58.000000000 +0100 -@@ -37,6 +37,7 @@ - #include - #include - #include -+#include - #include "Vector3.h" - #include "Vertex.h" - #include "VertexVector.h" diff --git a/animorph-0.3-gcc44.patch b/animorph-0.3-gcc44.patch deleted file mode 100644 index 716e689..0000000 --- a/animorph-0.3-gcc44.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up animorph-0.3/src/OgreXMLExporter.cpp.gcc44 animorph-0.3/src/OgreXMLExporter.cpp ---- animorph-0.3/src/OgreXMLExporter.cpp.gcc44 2007-11-25 10:34:58.000000000 +0100 -+++ animorph-0.3/src/OgreXMLExporter.cpp 2009-03-04 17:37:33.000000000 +0100 -@@ -1,5 +1,7 @@ - #include "../include/animorph/OgreXMLExporter.h" - #include "../include/animorph/xmlParser.h" -+#include -+ - using namespace std; - using namespace Animorph; - diff --git a/animorph.spec b/animorph.spec deleted file mode 100644 index c6dd560..0000000 --- a/animorph.spec +++ /dev/null @@ -1,128 +0,0 @@ -Name: animorph -Version: 0.3 -Release: 12%{?dist} -Summary: 3D Animation and Morph Library - -Group: System Environment/Libraries -License: GPLv3+ -URL: http://www.makehuman.org -Source0: http://downloads.sourceforge.net/makehuman/%{name}-%{version}.tar.gz -Patch0: animorph-0.2-pkgconfig.patch -Patch1: animorph-0.3-gcc43.patch -Patch2: animorph-0.3-gcc44.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - - - -%description -3D Animation and Morph Library - - -%package devel -Summary: Development files for %{name} -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: pkgconfig - -%description devel -The %{name}-devel package contains libraries and header files for -developing applications that use %{name}. - - -%prep -%setup -q -# We need to fix CRLF first -for f in animorph*.in AUTHORS COPYING TODO; do - sed -i 's/\r//' $f - touch -r README $f -done -%patch0 -p1 -b .pkgconfig -%patch1 -p1 -b .gcc43 -%patch2 -p1 -b .gcc44 - -# prevent timestramps changes from patch1 -pushd include/animorph -for f in util.h BodySettings.h FaceGroup.h Hotspot.h;do -touch -r $f.gcc43 $f -done -popd - -%build -export CXXFLAGS="$RPM_OPT_FLAGS -std=c++0x" -%configure --disable-static -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c" -find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' - -# Removes doc -rm -rf $RPM_BUILD_ROOT%{_prefix}/doc - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - - -%files -%defattr(-,root,root,-) -%doc AUTHORS TODO -%{_libdir}/*.so.* - -%files devel -%defattr(-,root,root,-) -%{_includedir}/%{name}/ -%{_libdir}/*.so -%{_libdir}/pkgconfig/%{name}.pc - - -%changelog -* Sat Aug 03 2013 Fedora Release Engineering - 0.3-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Feb 13 2013 Fedora Release Engineering - 0.3-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 0.3-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Feb 28 2012 Fedora Release Engineering - 0.3-9 -- Rebuilt for c++ ABI breakage - -* Thu Jan 12 2012 Fedora Release Engineering - 0.3-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.3-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Fri Jul 24 2009 Fedora Release Engineering - 0.3-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Mar 4 2009 kwizart < kwizart at gmail.com > - 0.3-5 -- Fix for gcc44 - -* Mon Feb 23 2009 Fedora Release Engineering - 0.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sat Feb 9 2008 kwizart < kwizart at gmail.com > - 0.3-3 -- Rebuild for gcc43 - -* Fri Jan 4 2008 kwizart < kwizart at gmail.com > - 0.3-2 -- Fix for gcc43 - -* Thu Jan 3 2008 kwizart < kwizart at gmail.com > - 0.3-1 -- Update to 0.3 -- License is now GPLv3+ - -* Wed Sep 12 2007 kwizart < kwizart at gmail.com > - 0.2-2 -- Change license to GPLv2+ as said in the source code -- Remove BR glibc-headers -- Change summary (taken from animorph.pc) - -* Fri Jul 20 2007 kwizart < kwizart at gmail.com > - 0.2-1 -- Initial spec file for Fedora diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5784d07 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. diff --git a/sources b/sources deleted file mode 100644 index e20023a..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -e75fd295d95bcf4b1d95b86db7866c18 animorph-0.3.tar.gz