rpms/gthumb/devel gthumb.spec,1.82,1.83

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Oct 3 02:39:01 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/gthumb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17875

Modified Files:
	gthumb.spec 
Log Message:
fix rotation of images with # in their name



Index: gthumb.spec
===================================================================
RCS file: /cvs/extras/rpms/gthumb/devel/gthumb.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- gthumb.spec	4 Sep 2007 05:50:27 -0000	1.82
+++ gthumb.spec	3 Oct 2007 02:38:28 -0000	1.83
@@ -11,7 +11,7 @@
 Summary: Image viewer, editor, organizer
 Name: gthumb
 Version: 2.10.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://gthumb.sourceforge.net
 Source0: http://download.gnome.org/sources/gthumb/2.10/%{name}-%{version}.tar.bz2
 License: GPLv2+
@@ -54,6 +54,9 @@
 
 Patch0: gthumb-libdir.patch
 
+# fixed in upstream svn
+Patch1: gthumb-rotate-hash.patch
+
 %description
 gthumb is an application for viewing, editing, and organizing 
 collections of images.
@@ -61,6 +64,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .libdir
+%patch1 -p1 -b .rotate-hash
 
 %build
 
@@ -133,6 +137,9 @@
 %{_datadir}/icons/hicolor/*
 
 %changelog
+* Thu Oct  2 2007 Matthias Clasen <mclasen at redhat.com> - 2.10.6-2
+- Fix rotation of images with # in their name (#248708)
+
 * Tue Sep  4 2007 Matthias Clasen <mclasen at redhat.com> - 2.10.6-1
 - Update to 2.10.6
 




More information about the fedora-extras-commits mailing list