[tuxpaint-stamps] New upstream, fix FTBFS.

Jon Ciesla limb at fedoraproject.org
Wed Dec 8 19:04:02 UTC 2010


commit fb09adf31a0395f387efce67f91b27684af60f46
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Wed Dec 8 12:58:27 2010 -0600

    New upstream, fix FTBFS.

 .gitignore                                |    1 +
 sources                                   |    2 +-
 tuxpaint-stamps-2009.06.28-Makefile.patch |   11 +++++++++++
 tuxpaint-stamps.spec                      |   10 ++++++++--
 4 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de5130c..1f95eb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 tuxpaint-stamps-2008.06.30.tar.gz
+/tuxpaint-stamps-2009.06.28.tar.gz
diff --git a/sources b/sources
index 5eef7e1..637be89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c84055a582698587c085a0f5a9dab0a  tuxpaint-stamps-2008.06.30.tar.gz
+06ceccd22074bdbf95c7c8776f7f49a9  tuxpaint-stamps-2009.06.28.tar.gz
diff --git a/tuxpaint-stamps-2009.06.28-Makefile.patch b/tuxpaint-stamps-2009.06.28-Makefile.patch
new file mode 100644
index 0000000..3fbd7af
--- /dev/null
+++ b/tuxpaint-stamps-2009.06.28-Makefile.patch
@@ -0,0 +1,11 @@
+--- Makefile~	2006-09-10 14:06:55.000000000 -0500
++++ Makefile	2010-12-08 11:40:02.000000000 -0600
+@@ -10,7 +10,7 @@
+ # September 6, 2002 - September 10, 2006
+ 
+ 
+-VER_DATE=`date +"%Y.%m.%d"`
++VER_DATE=`date +2009.06.28`
+ 
+ 
+ # Where to install things:
diff --git a/tuxpaint-stamps.spec b/tuxpaint-stamps.spec
index 96511a0..1ccb20a 100644
--- a/tuxpaint-stamps.spec
+++ b/tuxpaint-stamps.spec
@@ -1,11 +1,12 @@
 Name:           tuxpaint-stamps
-Version:        2008.06.30
-Release:        3%{?dist}
+Version:        2009.06.28
+Release:        1%{?dist}
 Summary:        Extra stamp files for tuxpaint
 Group:          Applications/Multimedia
 License:        GPL+ and GFDL and CC-BY-SA and Public Domain
 URL:            http://www.tuxpaint.org/
 Source0:        http://dl.sourceforge.net/tuxpaint/tuxpaint-stamps-%{version}.tar.gz
+Patch0:		tuxpaint-stamps-2009.06.28-Makefile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python gettext
@@ -17,6 +18,8 @@ This package is a collection of 'rubber stamps' for Tux Paint's "Stamp" tool.
 %prep
 %setup -q
 
+%patch0 -p0 -b .makefile
+
 %build
 (cd po && ./createpo.sh)
 (cd po && ./createtxt.sh)
@@ -53,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/tuxpaint/stamps/*
 
 %changelog
+* Wed Dec 08 2010 Jon Ciesla <limb at jcomserv.net> - 2009.06.28-1
+- New upstream, fix FTBFS BZ 631086.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2008.06.30-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list