Update to 3.8.2
This commit is contained in:
parent
698411e5c3
commit
706cfc09e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ evince-3.0.0.tar.bz2
|
||||
/evince-3.7.90.tar.xz
|
||||
/evince-3.7.92.tar.xz
|
||||
/evince-3.8.0.tar.xz
|
||||
/evince-3.8.2.tar.xz
|
||||
|
@ -1,42 +0,0 @@
|
||||
From dfd3442b86d1d08fc92da556bf9e970c77985ba9 Mon Sep 17 00:00:00 2001
|
||||
From: Marek Kasik <mkasik@redhat.com>
|
||||
Date: Mon, 8 Apr 2013 15:55:52 +0200
|
||||
Subject: [PATCH] Update man page
|
||||
|
||||
Short form of "--page-index" is "-i" not "-p".
|
||||
Add description of "--named-dest" to man page.
|
||||
---
|
||||
data/evince.1 | 8 ++++++--
|
||||
1 file changed, 6 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/data/evince.1 b/data/evince.1
|
||||
index d398b97..9add86a 100644
|
||||
--- a/data/evince.1
|
||||
+++ b/data/evince.1
|
||||
@@ -8,7 +8,8 @@ The Evince Document Viewer application for the GNOME desktop environment
|
||||
.B evince
|
||||
.RI [--help]
|
||||
.RI [--page-label=PAGE\ |
|
||||
-.RI --page-index=NUMBER]
|
||||
+.RI --page-index=NUMBER\ |
|
||||
+.RI --named-dest=DEST]
|
||||
.RI [--fullscreen]
|
||||
.RI [--presentation]
|
||||
.RI [--preview]
|
||||
@@ -32,9 +33,12 @@ Prints the command line options.
|
||||
\fB\-p, \-\-page\-label=PAGE\fR
|
||||
Open the document on the page with the specified page label (or page number).
|
||||
.TP
|
||||
-\fB\-p, \-\-page\-index=NUMBER\fR
|
||||
+\fB\-i, \-\-page\-index=NUMBER\fR
|
||||
Open the document on the page with the specified page index (this is the exact page number, not a page label).
|
||||
.TP
|
||||
+\fB\-n, \-\-named\-dest=DEST\fR
|
||||
+Open the document on the specified named destination.
|
||||
+.TP
|
||||
\fB\-f, \-\-fullscreen\fR
|
||||
Run evince in fullscreen mode.
|
||||
.TP
|
||||
--
|
||||
1.8.2
|
||||
|
11
evince.spec
11
evince.spec
@ -5,8 +5,8 @@
|
||||
%global gxps_version 0.2.1
|
||||
|
||||
Name: evince
|
||||
Version: 3.8.0
|
||||
Release: 3%{?dist}
|
||||
Version: 3.8.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Document viewer
|
||||
|
||||
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
|
||||
@ -14,9 +14,6 @@ Group: Applications/Publishing
|
||||
URL: http://projects.gnome.org/evince/
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.8/%{name}-%{version}.tar.xz
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=697559
|
||||
Patch0: evince-man.patch
|
||||
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: poppler-glib-devel >= %{poppler_version}
|
||||
@ -109,7 +106,6 @@ It adds an additional tab called "Document" to the file properties dialog.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .man
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -220,6 +216,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
|
||||
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
|
||||
|
||||
%changelog
|
||||
* Wed May 15 2013 Marek Kasik <mkasik@redhat.com> - 3.8.2-1
|
||||
- Update to 3.8.2
|
||||
|
||||
* Thu Apr 11 2013 Marek Kasik <mkasik@redhat.com> - 3.8.0-3
|
||||
- Fix a typo and add a description of an option to man page
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user