[gthumb/f13/master] - Update to 2.12.2 (#669612) - Drop 3 upstreamed patches

chkr chkr at fedoraproject.org
Sat Jan 15 18:10:06 UTC 2011


commit febd8b381409b535ee164e60f9a20c2a86cd0404
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Sat Jan 15 19:09:55 2011 +0100

    - Update to 2.12.2 (#669612)
    - Drop 3 upstreamed patches

 .gitignore                                         |    1 +
 ...ctivate-the-default-extensions-when-start.patch |   53 --------------------
 0002-Compile-with-fPIC-DPIC.patch                  |   25 ---------
 0003-fixed-crash-on-thumbnail-generation.patch     |   31 -----------
 gthumb.spec                                        |   17 ++-----
 sources                                            |    2 +-
 6 files changed, 7 insertions(+), 122 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9723e98..a526c90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ gthumb-2.11.6.tar.bz2
 /gthumb-2.11.91.tar.bz2
 /gthumb-2.12.0.tar.bz2
 /gthumb-2.12.1.tar.bz2
+/gthumb-2.12.2.tar.bz2
diff --git a/gthumb.spec b/gthumb.spec
index dc620ae..9701e6a 100644
--- a/gthumb.spec
+++ b/gthumb.spec
@@ -10,16 +10,10 @@
 
 Summary: Image viewer, editor, organizer
 Name: gthumb
-Version: 2.12.1
+Version: 2.12.2
 Release: 1%{?dist}
 URL: http://gthumb.sourceforge.net
 Source0: http://download.gnome.org/sources/gthumb/2.12/%{name}-%{version}.tar.bz2
-# http://git.gnome.org/browse/gthumb/commit/?h=gthumb-2-12&id=8302e856dae93b2df1cdb56c7683485aaec7727c
-Patch1: 0001-correctly-activate-the-default-extensions-when-start.patch
-# http://git.gnome.org/browse/gthumb/commit/?h=gthumb-2-12&id=42bb51756bc4e9d95ae01c004f050ca183573809
-Patch2: 0002-Compile-with-fPIC-DPIC.patch
-# http://git.gnome.org/browse/gthumb/commit/?h=gthumb-2-12&id=cc1ac5ee3a1f27040d310c24f55f6b76514f519c
-Patch3: 0003-fixed-crash-on-thumbnail-generation.patch
 License: GPLv2+
 Group: User Interface/X
 
@@ -68,17 +62,12 @@ package.
 
 %prep
 %setup -q
-%patch1 -p1 -b default_extensions
-%patch2 -p1 -b compile_with_fpic
-%patch3 -p1 -b thumbnail_crash
 
 # force regeneration
 rm -f extensions/importer/gth-import-enum-types.[hc]
 rm -f extensions/pixbuf_savers/enum-types.[hc]
 rm -f data/gthumb.schemas
 
-autoreconf -i -f
-
 %build
 %configure --enable-libopenraw
 
@@ -148,6 +137,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_datadir}/aclocal/*
 
 %changelog
+* Sat Jan 15 2011 Christian Krause <chkr at fedoraproject.org> - 2.12.2-1
+- Update to 2.12.2 (#669612)
+- Drop 3 upstreamed patches
+
 * Wed Nov 17 2010 Christian Krause <chkr at fedoraproject.org> - 2.12.1-1
 - Update to 2.12.1 (#654748)
 - Add 3 upstream patches (to fix bgo: #635475 and two other minor bugs)
diff --git a/sources b/sources
index a4137fb..184ce43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a89be18a9e6f7f9d65cef56f34eb3022  gthumb-2.12.1.tar.bz2
+5f6cb5957a4dcf196cedc6bb836169dc  gthumb-2.12.2.tar.bz2


More information about the scm-commits mailing list