[mate-document-viewer] add mate-document-viewer_check-if-handler_id-is-connected-before-disconnect.patch to spec file

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Oct 12 22:13:56 UTC 2013


commit 95734303d2c4fa104bac8622946aa883c52d2ce6
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sun Oct 13 00:13:48 2013 +0200

    add mate-document-viewer_check-if-handler_id-is-connected-before-disconnect.patch to spec file

 mate-document-viewer.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/mate-document-viewer.spec b/mate-document-viewer.spec
index 7de0031..6e999d9 100644
--- a/mate-document-viewer.spec
+++ b/mate-document-viewer.spec
@@ -2,12 +2,17 @@
 
 Name:           mate-document-viewer
 Version:        1.6.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Document viewer
 License:        GPLv2+ and LGPLv2+ and MIT
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 
+# upsrtream patch
+# https://github.com/mate-desktop/mate-document-viewer/commit/fda33fb
+# fix rhbz (#1005519)
+Patch0:         mate-document-viewer_check-if-handler_id-is-connected-before-disconnect.patch
+
 BuildRequires:  gtk2-devel
 BuildRequires:  poppler-glib-devel
 BuildRequires:  libXt-devel
@@ -75,6 +80,7 @@ It adds an additional tab called "Document" to the file properties dialog.
 
 %prep
 %setup -q
+%patch0 -p1 -b .handler
 
 # bundled libtool is busted ):,  force regeneration of something good -- rex
 NOCONFIGURE=1 ./autogen.sh
@@ -185,6 +191,9 @@ fi
 
 
 %changelog
+* Sat Oct 12 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-6
+- fix rhbz (#1005519)
+
 * Thu Aug 08 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-5
 - rebuild for mate-desktop package split
 - add runtime require mate-desktop-libs, fix #974791


More information about the scm-commits mailing list