0.7.2
This commit is contained in:
parent
ba4f550e7a
commit
114754c59f
@ -1 +1 @@
|
|||||||
poppler-0.7.1.tar.gz
|
poppler-0.7.2.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -up poppler-0.7.1/poppler-0.7.1/qt4/Makefile.in.fix-qt4-build poppler-0.7.1/poppler-0.7.1/qt4/Makefile.in
|
diff -up poppler-0.7.2/poppler-0.7.2/qt4/Makefile.in.fix-qt4-build poppler-0.7.2/poppler-0.7.2/qt4/Makefile.in
|
||||||
--- poppler-0.7.1/poppler-0.7.1/qt4/Makefile.in.fix-qt4-build 2008-02-21 10:29:14.000000000 -0500
|
--- poppler-0.7.2/poppler-0.7.2/qt4/Makefile.in.fix-qt4-build 2008-02-21 10:29:14.000000000 -0500
|
||||||
+++ poppler-0.7.0/poppler-0.7.1/qt4/Makefile.in 2008-02-21 10:29:22.000000000 -0500
|
+++ poppler-0.7.2/poppler-0.7.2/qt4/Makefile.in 2008-02-21 10:29:22.000000000 -0500
|
||||||
@@ -223,7 +223,7 @@ sharedstatedir = @sharedstatedir@
|
@@ -223,7 +223,7 @@ sharedstatedir = @sharedstatedir@
|
||||||
sysconfdir = @sysconfdir@
|
sysconfdir = @sysconfdir@
|
||||||
target_alias = @target_alias@
|
target_alias = @target_alias@
|
||||||
@ -10,9 +10,9 @@ diff -up poppler-0.7.1/poppler-0.7.1/qt4/Makefile.in.fix-qt4-build poppler-0.7.1
|
|||||||
all: all-recursive
|
all: all-recursive
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
diff -up poppler-0.7.1/poppler-0.7.1/qt4/src/Makefile.in.qt4 poppler-0.7.1/poppler-0.7.1/qt4/src/Makefile.in
|
diff -up poppler-0.7.2/poppler-0.7.2/qt4/src/Makefile.in.qt4 poppler-0.7.2/poppler-0.7.2/qt4/src/Makefile.in
|
||||||
--- poppler-0.7.1/poppler-0.7.1/qt4/src/Makefile.in.qt4 2008-02-28 23:28:27.000000000 -0500
|
--- poppler-0.7.2/poppler-0.7.2/qt4/src/Makefile.in.qt4 2008-02-28 23:28:27.000000000 -0500
|
||||||
+++ poppler-0.7.1/poppler-0.7.1/qt4/src/Makefile.in 2008-02-28 23:28:46.000000000 -0500
|
+++ poppler-0.7.2/poppler-0.7.2/qt4/src/Makefile.in 2008-02-28 23:28:46.000000000 -0500
|
||||||
@@ -635,7 +635,7 @@ SUFFIXES: .moc
|
@@ -635,7 +635,7 @@ SUFFIXES: .moc
|
||||||
|
|
||||||
# This rule lets GNU make create any *.moc from the equivalent *.h
|
# This rule lets GNU make create any *.moc from the equivalent *.h
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -up poppler-0.7.1/poppler-0.7.1/poppler/XRef.h.objstream poppler-0.7.1/poppler-0.7.1/poppler/XRef.h
|
diff -up poppler-0.7.2/poppler-0.7.2/poppler/XRef.h.objstream poppler-0.7.2/poppler-0.7.2/poppler/XRef.h
|
||||||
--- poppler-0.7.1/poppler-0.7.1/poppler/XRef.h.objstream 2008-01-21 21:00:59.000000000 +0100
|
--- poppler-0.7.2/poppler-0.7.2/poppler/XRef.h.objstream 2008-01-21 21:00:59.000000000 +0100
|
||||||
+++ poppler-0.7.1/poppler-0.7.1/poppler/XRef.h 2008-02-18 17:18:47.000000000 +0100
|
+++ poppler-0.7.2/poppler-0.7.2/poppler/XRef.h 2008-02-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.7.1/poppler-0.7.1/poppler/XRef.h.objstream poppler-0.7.1/popp
|
|||||||
|
|
||||||
// Write access
|
// Write access
|
||||||
void setModifiedObject(Object* o, Ref r);
|
void setModifiedObject(Object* o, Ref r);
|
||||||
diff -up poppler-0.7.1/poppler-0.7.1/poppler/XRef.cc.objstream poppler-0.7.1/poppler-0.7.1/poppler/XRef.cc
|
diff -up poppler-0.7.2/poppler-0.7.2/poppler/XRef.cc.objstream poppler-0.7.2/poppler-0.7.2/poppler/XRef.cc
|
||||||
--- poppler-0.7.1/poppler-0.7.1/poppler/XRef.cc.objstream 2008-01-21 21:00:59.000000000 +0100
|
--- poppler-0.7.2/poppler-0.7.2/poppler/XRef.cc.objstream 2008-01-21 21:00:59.000000000 +0100
|
||||||
+++ poppler-0.7.1/poppler-0.7.1/poppler/XRef.cc 2008-02-18 17:18:47.000000000 +0100
|
+++ poppler-0.7.2/poppler-0.7.2/poppler/XRef.cc 2008-02-18 17:18:47.000000000 +0100
|
||||||
@@ -50,34 +50,9 @@
|
@@ -50,34 +50,9 @@
|
||||||
// ObjectStream
|
// ObjectStream
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: PDF rendering library
|
Summary: PDF rendering library
|
||||||
Name: poppler
|
Name: poppler
|
||||||
Version: 0.7.1
|
Version: 0.7.2
|
||||||
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
|
||||||
@ -197,6 +197,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 12 2008 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
|
||||||
|
- Update to 0.7.2
|
||||||
|
|
||||||
* Thu Feb 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
|
* Thu Feb 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
|
||||||
- Update to 0.7.1
|
- Update to 0.7.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user