Mailinglist Archive: opensuse-commit (849 mails)
| < Previous | Next > |
commit xpdf-poppler for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 09 Mar 2011 10:27:09 +0100
- Message-id: <20110309092709.262E9202A8@hilbert.suse.de>
Hello community,
here is the log from the commit of package xpdf-poppler for openSUSE:Factory
checked in at Wed Mar 9 10:27:09 CET 2011.
--------
--- xpdf-poppler/xpdf-poppler.changes 2010-07-12 11:39:22.000000000 +0200
+++ /mounts/work_src_done/STABLE/xpdf-poppler/xpdf-poppler.changes
2011-03-07 14:45:57.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar 7 14:48:42 CET 2011 - pgajdos@xxxxxxx
+
+- build with poppler 0.16
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
xpdf-poppler-poppler-0.16.0.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xpdf-poppler.spec ++++++
--- /var/tmp/diff_new_pack.u9eMgU/_old 2011-03-09 10:24:47.000000000 +0100
+++ /var/tmp/diff_new_pack.u9eMgU/_new 2011-03-09 10:24:47.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package xpdf-poppler (Version 3.02)
+# spec file for package xpdf-poppler
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -24,7 +24,7 @@
License: GPLv2
Group: Productivity/Publishing/PDF
Version: 3.02
-Release: 7
+Release: 17
AutoReqProv: on
Requires: ghostscript-fonts-std
Summary: A PDF File Viewer for the X Window System
@@ -58,6 +58,7 @@
Patch12: %{name}-set-icon.patch
Patch13: %{name}-no-goto-when-fullscreen.patch
Patch14: %{name}-pimage-null.patch
+Patch15: %{name}-poppler-0.16.0.patch
Url: http://www.foolabs.com/xpdf/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Obsoletes: xpdf
@@ -90,10 +91,12 @@
%patch12 -p1
%patch13
%patch14 -p1
+%patch15 -p1
%build
export CXXFLAGS="$RPM_OPT_FLAGS -DSYSTEM_XPDFRC=\\\"/etc/xpdfrc\\\""
export CFLAGS="$RPM_OPT_FLAGS"
+mv parseargs.c parseargs.cc
make
%install
++++++ xpdf-poppler-poppler-0.16.0.patch ++++++
Index: xpdf-3.02-poppler/XPDFViewer.cc
===================================================================
--- xpdf-3.02-poppler.orig/XPDFViewer.cc
+++ xpdf-3.02-poppler/XPDFViewer.cc
@@ -3449,7 +3449,7 @@ void XPDFViewer::printPrintCbk(Widget wi
lastPage = doc->getNumPages();
}
- psOut = new PSOutputDev(psFileName->getCString(), doc->getXRef(),
+ psOut = new PSOutputDev(psFileName->getCString(), doc, doc->getXRef(),
doc->getCatalog(),
NULL,
firstPage, lastPage, psModePS);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |