[tumbler] Fix thumbnail generation of the GStreamer plugin (#746110) Fix ownership race conditions when starte

Christoph Wickert cwickert at fedoraproject.org
Sun Oct 16 10:09:45 UTC 2011


commit 6594aff41c5e128d9f89fd6b098d0df037c60b58
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Oct 16 12:09:42 2011 +0200

    Fix thumbnail generation of the GStreamer plugin (#746110)
    Fix ownership race conditions when started twice (bugzilla.xfce.org #8001)

 tumbler.spec |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/tumbler.spec b/tumbler.spec
index e2066d8..fd4460a 100644
--- a/tumbler.spec
+++ b/tumbler.spec
@@ -4,13 +4,23 @@
 
 Name:           tumbler
 Version:        0.1.22
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        D-Bus service for applications to request thumbnails
 
 License:        GPLv2+ and LGPLv2+
 Group:          Applications/System
 URL:            http://git.xfce.org/xfce/tumbler/
 Source0:        http://archive.xfce.org/src/apps/tumbler/%{minorversion}/%{name}-%{version}.tar.bz2
+# https://bugzilla.redhat.com/show_bug.cgi?id=746110
+# reported upstream at https://bugzilla.xfce.org/show_bug.cgi?id=8040
+# patch taken from https://bugzilla.xfce.org/show_bug.cgi?id=7996
+# committed to trunk at http://git.xfce.org/xfce/tumbler/commit/?id=aab140d8
+Patch0:         tumbler-0.1.22-start-pipeline.patch
+# Fix ownership race conditions when started twice (two patches)
+# http://git.xfce.org/xfce/tumbler/commit/?id=77607001
+Patch1:         tumbler-0.1.22-fix-ownership-race-conditions.patch
+# http://git.xfce.org/xfce/tumbler/commit/?id=72525b63
+Patch2:         tumbler-0.1.22-simplify-the-race-fix.patch
 BuildRequires:  dbus-glib-devel
 BuildRequires:  freetype-devel
 BuildRequires:  gettext
@@ -39,7 +49,9 @@ that use %{name}.
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .start-pipeline
+%patch1 -p1 -b .fix-ownership-race-conditions
+%patch2 -p1 -b .simplify-the-race-fix
 
 %build
 %configure --disable-static
@@ -95,6 +107,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}-1/tumbler
 
 %changelog
+* Sun Oct 16 2011 Christoph Wickert <cwickert at fedoraproject.org> - 1.22-4
+- Fix thumbnail generation of the GStreamer plugin (#746110)
+- Fix ownership race conditions when started twice (bugzilla.xfce.org #8001)
+
 * Fri Sep 30 2011 Marek Kasik <mkasik at redhat.com> - 1.22-3
 - Rebuild (poppler-0.18.0)
 


More information about the scm-commits mailing list