[evince: 1/2] 2.31.90

Matthias Clasen mclasen at fedoraproject.org
Thu Aug 19 21:15:53 UTC 2010


commit 428fdb8026a03bd8544c37e8e98219aff10ab0fd
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Thu Aug 19 17:13:02 2010 -0400

    2.31.90

 .gitignore  |    1 +
 evince.spec |   11 ++++++-----
 sources     |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8062e9f..92fd119 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 evince-2.31.5.tar.bz2
 evince-2.31.6.tar.bz2
+/evince-2.31.90.tar.bz2
diff --git a/evince.spec b/evince.spec
index 3d4f598..aa6d512 100644
--- a/evince.spec
+++ b/evince.spec
@@ -4,7 +4,7 @@
 %global theme_version 2.17.1
 
 Name:           evince
-Version:        2.31.6
+Version:        2.31.90
 Release:        1%{?dist}
 Summary:        Document viewer
 
@@ -15,8 +15,6 @@ Source0:        http://download.gnome.org/sources/%{name}/2.31/%{name}-%{version
 # https://bugzilla.redhat.com/show_bug.cgi?id=562648
 Patch2:         evince-t1font-mapping.patch
 
-Patch4:         evince-2.31.5-page-action-widget.patch
-
 BuildRequires:  gtk3-devel
 BuildRequires:  glib2-devel >= %{glib2_version}
 BuildRequires:  poppler-glib-devel >= %{poppler_version}
@@ -107,7 +105,6 @@ It adds an additional tab called "Document" to the file properties dialog.
 %prep
 %setup -q
 %patch2 -p1 -b .t1font-map
-%patch4 -p1 -b .page-action-widget
 
 %build
 %configure \
@@ -118,7 +115,8 @@ It adds an additional tab called "Document" to the file properties dialog.
         --enable-comics=yes \
         --enable-dvi=yes \
         --enable-djvu=yes \
-        --enable-t1lib=yes
+        --enable-t1lib=yes \
+        --with-gtk=3.0
 make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool
 
 %install
@@ -239,6 +237,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 %{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
 
 %changelog
+* Thu Aug 19 2010 Matthias Clasen <mclasen at redhat.com> - 2.31.90-1
+- Update to 2.31.90
+
 * Mon Aug  2 2010 Matthias Clasen <mclasen at redhat.com> - 2.31.6-1
 - Update to 2.31.6
 
diff --git a/sources b/sources
index b6afbfd..8ef706b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d9ec2fbd9a589ce50fc803075919166b  evince-2.31.6.tar.bz2
+1e15c3186e9085a7f71c85c7cf0fc973  evince-2.31.90.tar.bz2


More information about the scm-commits mailing list