- Update to 0.8.5
This commit is contained in:
parent
a88bb7fb0f
commit
3b8ee1a8ff
@ -1 +1 @@
|
|||||||
poppler-0.8.3.tar.gz
|
poppler-0.8.5.tar.gz
|
||||||
|
@ -1,24 +0,0 @@
|
|||||||
diff -up poppler-0.8.3/poppler-0.8.3/qt4/Makefile.in.fix-qt4-build poppler-0.8.3/poppler-0.8.3/qt4/Makefile.in
|
|
||||||
--- poppler-0.8.3/poppler-0.8.3/qt4/Makefile.in.fix-qt4-build 20.8.32-21 10:29:14.000000000 -0500
|
|
||||||
+++ poppler-0.8.3/poppler-0.8.3/qt4/Makefile.in 20.8.32-21 10:29:22.000000000 -0500
|
|
||||||
@@ -223,7 +223,7 @@ sharedstatedir = @sharedstatedir@
|
|
||||||
sysconfdir = @sysconfdir@
|
|
||||||
target_alias = @target_alias@
|
|
||||||
win32_libs = @win32_libs@
|
|
||||||
-SUBDIRS = src tests demos
|
|
||||||
+SUBDIRS = src tests
|
|
||||||
all: all-recursive
|
|
||||||
|
|
||||||
.SUFFIXES:
|
|
||||||
diff -up poppler-0.8.3/poppler-0.8.3/qt4/src/Makefile.in.qt4 poppler-0.8.3/poppler-0.8.3/qt4/src/Makefile.in
|
|
||||||
--- poppler-0.8.3/poppler-0.8.3/qt4/src/Makefile.in.qt4 20.8.32-28 23:28:27.000000000 -0500
|
|
||||||
+++ poppler-0.8.3/poppler-0.8.3/qt4/src/Makefile.in 20.8.32-28 23:28:46.000000000 -0500
|
|
||||||
@@ -635,7 +635,7 @@ SUFFIXES: .moc
|
|
||||||
|
|
||||||
# This rule lets GNU make create any *.moc from the equivalent *.h
|
|
||||||
.h.moc:
|
|
||||||
- moc -i $< -o $@
|
|
||||||
+ moc-qt4 -i $< -o $@
|
|
||||||
|
|
||||||
poppler-optcontent.lo: poppler-optcontent.moc
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
diff -up poppler-0.8.3/poppler-0.8.3/poppler/XRef.h.objstream poppler-0.8.3/poppler-0.8.3/poppler/XRef.h
|
diff -up poppler/XRef.h.objstream poppler-0.8.3/poppler-0.8.3/poppler/XRef.h
|
||||||
--- poppler-0.8.3/poppler-0.8.3/poppler/XRef.h.objstream 20.8.31-21 21:00:59.000000000 +0100
|
--- poppler/XRef.h.objstream 20.8.31-21 21:00:59.000000000 +0100
|
||||||
+++ poppler-0.8.3/poppler-0.8.3/poppler/XRef.h 20.8.32-18 17:18:47.000000000 +0100
|
+++ poppler/XRef.h 20.8.32-18 17:18:47.000000000 +0100
|
||||||
@@ -19,7 +19,36 @@
|
@@ -19,7 +19,36 @@
|
||||||
class Dict;
|
class Dict;
|
||||||
class Stream;
|
class Stream;
|
||||||
@ -47,9 +47,9 @@ diff -up poppler-0.8.3/poppler-0.8.3/poppler/XRef.h.objstream poppler-0.8.3/popp
|
|||||||
|
|
||||||
// Write access
|
// Write access
|
||||||
void setModifiedObject(Object* o, Ref r);
|
void setModifiedObject(Object* o, Ref r);
|
||||||
diff -up poppler-0.8.3/poppler-0.8.3/poppler/XRef.cc.objstream poppler-0.8.3/poppler-0.8.3/poppler/XRef.cc
|
diff -up poppler/XRef.cc.objstream poppler/XRef.cc
|
||||||
--- poppler-0.8.3/poppler-0.8.3/poppler/XRef.cc.objstream 20.8.31-21 21:00:59.000000000 +0100
|
--- poppler/XRef.cc.objstream 20.8.31-21 21:00:59.000000000 +0100
|
||||||
+++ poppler-0.8.3/poppler-0.8.3/poppler/XRef.cc 20.8.32-18 17:18:47.000000000 +0100
|
+++ poppler/XRef.cc 20.8.32-18 17:18:47.000000000 +0100
|
||||||
@@ -50,34 +50,9 @@
|
@@ -50,34 +50,9 @@
|
||||||
// ObjectStream
|
// ObjectStream
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -up poppler-0.6.2/poppler-0.6.2/configure.qt3-check poppler-0.6.2/poppler-0.6.2/configure
|
diff -up configure.qt3-check configure
|
||||||
--- poppler-0.6.2/poppler-0.6.2/configure.qt3-check 2007-11-10 07:04:36.000000000 -0500
|
--- configure.qt3-check 2007-11-10 07:04:36.000000000 -0500
|
||||||
+++ poppler-0.6.2/poppler-0.6.2/configure 2007-12-02 21:14:01.000000000 -0500
|
+++ configure 2007-12-02 21:14:01.000000000 -0500
|
||||||
@@ -26165,8 +26165,8 @@ fi
|
@@ -26165,8 +26165,8 @@ fi
|
||||||
|
|
||||||
if test x$enable_poppler_qt = xyes; then
|
if test x$enable_poppler_qt = xyes; then
|
||||||
|
11
poppler.spec
11
poppler.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: PDF rendering library
|
Summary: PDF rendering library
|
||||||
Name: poppler
|
Name: poppler
|
||||||
Version: 0.8.3
|
Version: 0.8.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and Redistributable, no modification permitted
|
License: GPLv2 and Redistributable, no modification permitted
|
||||||
# the code is GPLv2
|
# the code is GPLv2
|
||||||
@ -12,7 +12,6 @@ URL: http://poppler.freedesktop.org/
|
|||||||
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.gz
|
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.gz
|
||||||
Source1: http://poppler.freedesktop.org/poppler-data-%{dataversion}.tar.gz
|
Source1: http://poppler.freedesktop.org/poppler-data-%{dataversion}.tar.gz
|
||||||
Patch0: poppler-ObjStream.patch
|
Patch0: poppler-ObjStream.patch
|
||||||
Patch1: fix-qt4-build.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
@ -111,8 +110,9 @@ converting PDF files to a number of other formats.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -c -q -a1
|
%setup -c -q -a1
|
||||||
%patch0 -p1 -b .objstream
|
pushd %{name}-%{version}
|
||||||
%patch1 -p1 -b .fix-qt4-build
|
%patch0 -p0 -b .objstream
|
||||||
|
popd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
pushd %{name}-%{version}
|
pushd %{name}-%{version}
|
||||||
@ -199,6 +199,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 05 2008 Colin Walters <walters@redhat.com> - 0.8.5-1
|
||||||
|
- Update to 0.8.5
|
||||||
|
|
||||||
* Wed Jun 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.3-1
|
* Wed Jun 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.3-1
|
||||||
- Update to 0.8.3
|
- Update to 0.8.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user