Update to 0.17.3
This commit is contained in:
parent
203e34245f
commit
5528b6439f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/poppler-0.16.6.tar.gz
|
/poppler-0.16.6.tar.gz
|
||||||
/poppler-0.16.7.tar.gz
|
/poppler-0.16.7.tar.gz
|
||||||
/poppler-0.17.0.tar.gz
|
/poppler-0.17.0.tar.gz
|
||||||
|
/poppler-0.17.3.tar.gz
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- poppler-0.17.0/poppler/PreScanOutputDev.cc 2011-08-17 17:12:15.000000000 +0200
|
|
||||||
+++ poppler-0.17.0/poppler/PreScanOutputDev.cc 2011-08-17 17:12:21.000000000 +0200
|
|
||||||
@@ -23,6 +23,8 @@
|
|
||||||
//
|
|
||||||
//========================================================================
|
|
||||||
|
|
||||||
+#include <config.h>
|
|
||||||
+
|
|
||||||
#ifdef USE_GCC_PRAGMAS
|
|
||||||
#pragma implementation
|
|
||||||
#endif
|
|
13
poppler.spec
13
poppler.spec
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
Summary: PDF rendering library
|
Summary: PDF rendering library
|
||||||
Name: poppler
|
Name: poppler
|
||||||
Version: 0.17.0
|
Version: 0.17.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://poppler.freedesktop.org/
|
URL: http://poppler.freedesktop.org/
|
||||||
@ -12,9 +12,6 @@ Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.gz
|
|||||||
# http://bugzilla.redhat.com/show_bug.cgi?id=480868
|
# http://bugzilla.redhat.com/show_bug.cgi?id=480868
|
||||||
Patch1: poppler-0.12.4-annot-appearance.patch
|
Patch1: poppler-0.12.4-annot-appearance.patch
|
||||||
|
|
||||||
## upstream patches
|
|
||||||
Patch2: poppler-0.17.0-free.patch
|
|
||||||
|
|
||||||
|
|
||||||
Requires: poppler-data >= 0.4.0
|
Requires: poppler-data >= 0.4.0
|
||||||
BuildRequires: automake libtool
|
BuildRequires: automake libtool
|
||||||
@ -122,7 +119,6 @@ converting PDF files to a number of other formats.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
#%patch1 -p1 -b .annot
|
#%patch1 -p1 -b .annot
|
||||||
%patch2 -p1 -b .free
|
|
||||||
|
|
||||||
chmod -x goo/GooTimer.h
|
chmod -x goo/GooTimer.h
|
||||||
|
|
||||||
@ -174,7 +170,7 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
%{_libdir}/libpoppler.so.14*
|
%{_libdir}/libpoppler.so.17*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -222,6 +218,9 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 19 2011 Marek Kasik <mkasik@redhat.com> - 0.17.3-1
|
||||||
|
- Update to 0.17.3
|
||||||
|
|
||||||
* Wed Aug 17 2011 Marek Kasik <mkasik@redhat.com> - 0.17.0-2
|
* Wed Aug 17 2011 Marek Kasik <mkasik@redhat.com> - 0.17.0-2
|
||||||
- Fix a problem with freeing of memory in PreScanOutputDev (#730941)
|
- Fix a problem with freeing of memory in PreScanOutputDev (#730941)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user