[evince] Update to 3.13.90

Kalev Lember kalev at fedoraproject.org
Sat Aug 16 22:15:12 UTC 2014


commit db141050c3739e6c6ce1e97067cd98836ab2dc21
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Aug 16 23:11:50 2014 +0200

    Update to 3.13.90
    
    ... and include the new web browser plugin in the main package.

 .gitignore  |    1 +
 evince.spec |   16 ++++++++++++----
 sources     |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 37117b9..0c8e836 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,4 @@ evince-3.0.0.tar.bz2
 /evince-3.12.1.tar.xz
 /evince-3.13.3.tar.xz
 /evince-3.13.3.1.tar.xz
+/evince-3.13.90.tar.xz
diff --git a/evince.spec b/evince.spec
index 8c6c750..7e4e503 100644
--- a/evince.spec
+++ b/evince.spec
@@ -1,10 +1,10 @@
-%global poppler_version 0.20.0
-%global glib2_version 2.33.2
+%global poppler_version 0.24.0
+%global glib2_version 2.36.0
 %global gxps_version 0.2.1
 
 Name:           evince
-Version:        3.13.3.1
-Release:        4%{?dist}
+Version:        3.13.90
+Release:        1%{?dist}
 Summary:        Document viewer
 
 License:        GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
@@ -43,6 +43,7 @@ BuildRequires: djvulibre-devel
 BuildRequires:  libgxps-devel >= %{gxps_version}
 
 Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+Requires: mozilla-filesystem
 
 %description
 Evince is simple multi-page document viewer. It can display and print
@@ -128,6 +129,8 @@ desktop-file-install --delete-original \
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
 # Get rid of static libs and .la files.
+rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/*.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/evince/4/backends/*.la
@@ -169,6 +172,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
 %{_datadir}/glib-2.0/schemas/org.gnome.Evince.gschema.xml
 %{_datadir}/GConf/gsettings/evince.convert
 %{_datadir}/thumbnailers/evince.thumbnailer
+%{_libdir}/mozilla/plugins/libevbrowserplugin.so
 
 %files libs
 %doc README COPYING NEWS AUTHORS
@@ -227,6 +231,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
 %{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
 
 %changelog
+* Sat Aug 16 2014 Kalev Lember <kalevlember at gmail.com> - 3.13.90-1
+- Update to 3.13.90
+- Include new web browser plugin
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.13.3.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index ce07457..79f5ab8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a8fdbcc40082e73b5560f615f5d40368  evince-3.13.3.1.tar.xz
+1dbc88634e8216a588a3aade5d9e34ee  evince-3.13.90.tar.xz


More information about the scm-commits mailing list