Dr. Werner Fink 2013-02-22 08:33:53 +00:00 committed by Git OBS Bridge
parent bf54989a5a
commit dadc96b504
5 changed files with 23 additions and 22 deletions

View File

@ -1,10 +0,0 @@
--- src/gv_misc_res.dat 2010-10-15 09:21:36.000000000 +0200
+++ src/gv_misc_res.dat 2010-10-15 09:21:48.000000000 +0200
@@ -476,7 +476,6 @@
<Key>BackSpace: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n\
<Key>Insert: GV_Page(page-5) \n\
<Key>Delete: GV_Page(page+5) \n\
- <Key>apLineDel: GV_Page(page+5) \n\
<Key>Home: GV_Page(page=0) \n\
<Key>End: GV_Page(page=99999) \n\
<Key>Prior: GV_Page(page-1) \n\

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee34c03d93d7135f818d6896b57805f554382db4082ed0487d4c56a40a3460f5
size 352519

3
gv-3.7.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9df57362a7b40fc7eb72b27a0602f754512a53e40d37bc95f33511a1472ab2c
size 604232

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Feb 22 08:31:32 UTC 2013 - werner@suse.de
- Update to gv 3.7.2
* "Fit to window magnification" and "Fit width to window magnification" with
"Automatic resizing" turned on sometime miss rescaling, especially when
changing the orientation or resizing the window.
* Interactive prompting for the password of encrypted PDF files do not work
if and only if DSC is turned off.
* Fix Debian bug #594991: unexpected scrolling of the TOC widget
* Fixed file descriptor leak
* Added Dutch, French, Italian and Spanish translation
* Code cleanup
* Fix bug: unable to print/save pdf files.
- This update fixes bnc#804998
-------------------------------------------------------------------
Sat Sep 8 11:38:38 UTC 2012 - idonmez@suse.com

13
gv.spec
View File

@ -1,7 +1,7 @@
#
# spec file for package gv
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -39,16 +39,15 @@ Conflicts: gs_serv gs_vga
#Requires: desktop-data-SuSE
Url: http://www.gnu.org/software/gv/
Summary: A Program to View PostScript Files
License: GPL-2.0+
License: GPL-3.0+
Group: Productivity/Publishing/PS
Version: 3.7.0
Version: 3.7.2
Release: 0
Source0: gv-3.7.0.tar.bz2
Source0: gv-3.7.2.tar.bz2
Source1: gv.desktop
Source2: gv.png
Patch1: gv-3.7.0.dif
Patch2: gv-3.7.0-I18N-mb.patch
Patch3: gv-3.7.0-aplinedel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config --variable prefix x11 || echo /usr/X11R6)}
%if "%_exec_prefix" == "/usr/X11R6"
@ -77,14 +76,11 @@ Authors:
%prep
%setup
cd gv
echo >> src/Makefile.am
%patch1 -p0
%patch2 -p0
%patch3 -p0
%build
cd gv
autoreconf -fis
sed -ri 's@[[:blank:]]*-(R|rpath)[[:blank:]]*\$[[:alpha:]_]+@@g' configure
chmod 755 configure
@ -127,7 +123,6 @@ export CC CFLAGS LDFLAGS
make pkgdatadir='%{_x11data}/gv'
%install
cd gv
rm -rf %{buildroot}
mkdir %{buildroot}
make DESTDIR=%{buildroot} pkgdatadir='%{_x11data}/gv' install