Update to 3.8.0
This commit is contained in:
parent
7386fefe6d
commit
4905350ceb
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ evince-3.0.0.tar.bz2
|
|||||||
/evince-3.7.5.tar.xz
|
/evince-3.7.5.tar.xz
|
||||||
/evince-3.7.90.tar.xz
|
/evince-3.7.90.tar.xz
|
||||||
/evince-3.7.92.tar.xz
|
/evince-3.7.92.tar.xz
|
||||||
|
/evince-3.8.0.tar.xz
|
||||||
|
@ -1,40 +0,0 @@
|
|||||||
From 472fee589cc62470dcfe8c9258885fe8cd26894e Mon Sep 17 00:00:00 2001
|
|
||||||
From: Kalev Lember <kalevlember@gmail.com>
|
|
||||||
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
|
|
||||||
|
|
10
evince.spec
10
evince.spec
@ -5,16 +5,14 @@
|
|||||||
%global gxps_version 0.2.1
|
%global gxps_version 0.2.1
|
||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 3.7.92
|
Version: 3.8.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Document viewer
|
Summary: Document viewer
|
||||||
|
|
||||||
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
|
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
URL: http://projects.gnome.org/evince/
|
URL: http://projects.gnome.org/evince/
|
||||||
Source0: http://download.gnome.org/sources/%{name}/3.7/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/3.8/%{name}-%{version}.tar.xz
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=696310
|
|
||||||
Patch0: evince-3.7.92-keywords.patch
|
|
||||||
|
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
@ -108,7 +106,6 @@ It adds an additional tab called "Document" to the file properties dialog.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .keywords
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -221,6 +218,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
|
|||||||
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
|
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 26 2013 Marek Kasik <mkasik@redhat.com> - 3.8.0-1
|
||||||
|
- Update to 3.8.0
|
||||||
|
|
||||||
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.92-1
|
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.92-1
|
||||||
- Update to 3.7.92
|
- Update to 3.7.92
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user