[atril/epel7] add upstream patches to spec file

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sun Aug 17 19:53:28 UTC 2014


commit 47fcd88b2014a0c53e86489d6833431e53f2a36f
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sun Aug 17 21:52:59 2014 +0200

    add upstream patches to spec file

 atril.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/atril.spec b/atril.spec
index 8df47a5..47825f3 100644
--- a/atril.spec
+++ b/atril.spec
@@ -14,7 +14,7 @@
 
 Name:          atril
 Version:       %{branch}.0
-Release:       2%{?dist}
+Release:       3%{?dist}
 #Release:       0.1%{?git_rel}%{?dist}
 Summary:       Document viewer
 License:       GPLv2+ and LGPLv2+ and MIT
@@ -29,6 +29,9 @@ URL:           http://mate-desktop.org
 # http://git.mate-desktop.org/atril/commit/?id=ec3b83d34ffeaf2c0d16ba013fcba64f17fab203
 # fix rhbz (#999912)
 Patch1:         atril_djvu-fix-case-sensitive-search.patch
+# rhbz (#1082143)
+Patch2:         atril_make-sure-page-labels-are-valid-utf-8-strings.patch
+Patch3:         atril_create_thumbnail_frame-should-return-NULL.patch
 
 BuildRequires:  gtk2-devel
 BuildRequires:  poppler-glib-devel
@@ -119,6 +122,8 @@ It adds an additional tab called "Document" to the file properties dialog.
 %setup -q%{!?rel_build:n %{name}-%{commit}}
 
 %patch1 -p1 -b .djvu
+%patch2 -p1 -b .page-labels
+%patch3 -p1 -b .create_thumbnail
 
 # needed for git snapshots
 #NOCONFIGURE=1 ./autogen.sh
@@ -231,6 +236,10 @@ fi
 
 
 %changelog
+* Sun Aug 17 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.8.0-3
+- build for epel7
+- add new upstream patches
+
 * Wed Mar 19 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.8.0-2
 - fix rhbz (#999912)
 - use better conditionals for obsoleting mate-document-viewer


More information about the scm-commits mailing list