rpms/tuxpaint/devel tuxpaint-0.9.21-fix-desktop-file.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 tuxpaint.spec, 1.24, 1.25

Jon Ciesla limb at fedoraproject.org
Thu Nov 19 13:43:33 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/tuxpaint/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19304

Modified Files:
	.cvsignore sources tuxpaint.spec 
Added Files:
	tuxpaint-0.9.21-fix-desktop-file.patch 
Log Message:
New upstream, fixes a crash that had been plaguing my daughter.


tuxpaint-0.9.21-fix-desktop-file.patch:
 tuxpaint.desktop |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE tuxpaint-0.9.21-fix-desktop-file.patch ---
--- src/tuxpaint.desktop~	2009-10-23 11:25:37.000000000 -0500
+++ src/tuxpaint.desktop	2009-10-23 11:30:08.000000000 -0500
@@ -77 +77 @@
-Categories=Education;Art;
+Categories=Education;Graphics;
--- src/tuxpaint.desktop.in~	2009-10-23 11:25:37.000000000 -0500
+++ src/tuxpaint.desktop.in	2009-10-23 11:30:24.000000000 -0500
@@ -7 +7 @@
-Categories=Education;Art;
+Categories=Education;Graphics;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tuxpaint/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	9 Sep 2008 02:51:57 -0000	1.8
+++ .cvsignore	19 Nov 2009 13:43:32 -0000	1.9
@@ -1 +1 @@
-tuxpaint-0.9.20.tar.gz
+tuxpaint-0.9.21.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tuxpaint/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	9 Sep 2008 02:51:57 -0000	1.8
+++ sources	19 Nov 2009 13:43:32 -0000	1.9
@@ -1 +1 @@
-87d335ee1193b516d3cd50546ce2bf1b  tuxpaint-0.9.20.tar.gz
+a88401d1860648098eeed819cff038fa  tuxpaint-0.9.21.tar.gz


Index: tuxpaint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tuxpaint/devel/tuxpaint.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- tuxpaint.spec	27 Jul 2009 06:23:16 -0000	1.24
+++ tuxpaint.spec	19 Nov 2009 13:43:33 -0000	1.25
@@ -1,6 +1,6 @@
 Name:           tuxpaint
-Version:        0.9.20
-Release:        4%{?dist}
+Version:        0.9.21
+Release:        1%{?dist}
 
 Epoch:          1
 Summary:        Drawing program designed for young children
@@ -10,7 +10,7 @@ License:        GPLv2+
 URL:            http://www.tuxpaint.org/
 Source0:        http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
 Patch0:         tuxpaint-utf8.patch
-Patch1:         tuxpaint-0.9.20-fix-desktop-file.patch
+Patch1:         tuxpaint-0.9.21-fix-desktop-file.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  SDL-devel >= 1.2.4
@@ -46,7 +46,7 @@ Development files for tuxpaint extension
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1 -b .fixdesktopfile
+%patch1 -p0 -b .fixdesktopfile
 
 sed -i -e '/\/gnome\/apps\/Graphics/d' Makefile
 find docs -type f -exec perl -pi -e 's/\r\n/\n/' {} \;
@@ -104,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/tuxpaint/
 
 %changelog
+* Fri Oct 23 2009 Jon Ciesla <limb at jcomserv.net> - 1:0.9.21-1
+- New upstream.
+- Corrected desktop patch.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.9.20-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list