diff --git a/.gitignore b/.gitignore index 741806b..ce2e504 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ evince-3.0.0.tar.bz2 /evince-3.7.4.tar.xz /evince-3.7.5.tar.xz /evince-3.7.90.tar.xz +/evince-3.7.92.tar.xz diff --git a/evince-3.7.92-keywords.patch b/evince-3.7.92-keywords.patch new file mode 100644 index 0000000..e04d0f1 --- /dev/null +++ b/evince-3.7.92-keywords.patch @@ -0,0 +1,40 @@ +From 472fee589cc62470dcfe8c9258885fe8cd26894e Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Thu, 21 Mar 2013 15:37:35 +0100 +Subject: [PATCH] Fix desktop file keyword translations + +https://bugzilla.gnome.org/show_bug.cgi?id=696310 +--- + po/el.po | 2 +- + po/ta.po | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/po/el.po b/po/el.po +index 8ca28ac..9ccab98 100644 +--- a/po/el.po ++++ b/po/el.po +@@ -338,7 +338,7 @@ msgstr "Προβολή εγγράφων πολλαπλών σελίδων" + + #: ../data/evince.desktop.in.in.h:3 + msgid "pdf;ps;postscript;dvi;xps;djvu;tiff;document;presentation;" +-msgstr "pdf·ps·postscript·dvi·xps·djvu·tiff·έγγραφο·παρουσίαση·" ++msgstr "pdf;ps;postscript;dvi;xps;djvu;tiff;έγγραφο;παρουσίαση;" + + #: ../data/evince-previewer.desktop.in.in.h:1 + msgid "Print Preview" +diff --git a/po/ta.po b/po/ta.po +index d739f9b..1a2976b 100644 +--- a/po/ta.po ++++ b/po/ta.po +@@ -330,7 +330,7 @@ msgstr "பல பக்க ஆவணங்களை பார்வையிட + + #: ../data/evince.desktop.in.in.h:3 + msgid "pdf;ps;postscript;dvi;xps;djvu;tiff;document;presentation;" +-msgstr "பிடிஎஃப்;போஸ்ட்ஸ்க்ரிப்ட்;டிவிஐ;எக்ஸ்பிஎஸ்;டிஃப்;ஆவணம்;முன் வைப்பு" ++msgstr "பிடிஎஃப்;போஸ்ட்ஸ்க்ரிப்ட்;டிவிஐ;எக்ஸ்பிஎஸ்;டிஃப்;ஆவணம்;முன் வைப்பு;" + + #: ../data/evince-previewer.desktop.in.in.h:1 + msgid "Print Preview" +-- +1.8.1.4 + diff --git a/evince.spec b/evince.spec index e7fc3e3..b085aa0 100644 --- a/evince.spec +++ b/evince.spec @@ -5,14 +5,16 @@ %global gxps_version 0.2.1 Name: evince -Version: 3.7.90 -Release: 2%{?dist} +Version: 3.7.92 +Release: 1%{?dist} Summary: Document viewer License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse Group: Applications/Publishing URL: http://projects.gnome.org/evince/ Source0: http://download.gnome.org/sources/%{name}/3.7/%{name}-%{version}.tar.xz +# https://bugzilla.gnome.org/show_bug.cgi?id=696310 +Patch0: evince-3.7.92-keywords.patch BuildRequires: gtk3-devel BuildRequires: glib2-devel >= %{glib2_version} @@ -106,6 +108,7 @@ It adds an additional tab called "Document" to the file properties dialog. %prep %setup -q +%patch0 -p1 -b .keywords %build ./autogen.sh @@ -139,9 +142,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/evince/4/backends/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.a -# don't ship icon caches -rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache - %post update-desktop-database &> /dev/null ||: @@ -167,6 +167,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||: %{_bindir}/* %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop +%{_datadir}/applications/evince-previewer.desktop %{_datadir}/icons/hicolor/*/apps/evince.* %{_mandir}/man1/evince.1.gz %{_libexecdir}/evinced @@ -220,6 +221,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||: %{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so %changelog +* Thu Mar 21 2013 Kalev Lember - 3.7.92-1 +- Update to 3.7.92 + * Thu Feb 21 2013 Kalev Lember - 3.7.90-2 - Tighten subpackage deps diff --git a/sources b/sources index b919f7e..52c3dcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7125314a78b2ff942446fc72ac542b92 evince-3.7.90.tar.xz +5bac08d062025eccaeb51e29bfc13a2c evince-3.7.92.tar.xz