|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
Name: pypoppler
|
|
|
Version: 0.12.1
|
|
|
-Release: 4%{?_dist_release}
|
|
|
+Release: 5%{?_dist_release}
|
|
|
Summary: Python bindings for the Poppler PDF rendering library
|
|
|
Summary(ja): Poppler PDF レンダリングライブラリの Python バインディング
|
|
|
|
|
@@ -20,7 +20,7 @@ Patch0: 75_74.diff
|
|
|
# Manually wrap poppler_page_render_to_pixbuf and
|
|
|
# poppler_page_render_to_pixbuf_for_printing returning the Pixbuf
|
|
|
# bzr rev 76
|
|
|
-Patch1: 76_75.diff
|
|
|
+#Patch1: 76_75.diff
|
|
|
|
|
|
# Fix a few leaks by using the right functions while freeing the returned lists
|
|
|
# bzr 79
|
|
@@ -29,6 +29,8 @@ Patch2: 79_78.diff
|
|
|
# Changes for poppler 1.5
|
|
|
Patch3: pypoppler-0.12.1-poppler0.15.0-changes.patch
|
|
|
|
|
|
+# Minimal fix for changes in poppler 0.18
|
|
|
+Patch4: pypoppler-0.12.1-poppler-0.18.0-minimal-fix.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
@@ -47,9 +49,10 @@ run programs written in Python and using Poppler set.
|
|
|
%prep
|
|
|
%setup -q
|
|
|
%patch0 -p0 -b .bzr75
|
|
|
-%patch1 -p0 -b .bzr76
|
|
|
+#%patch1 -p0 -b .bzr76
|
|
|
%patch2 -p0 -b .bzr79
|
|
|
%patch3 -p1 -b .poppler15
|
|
|
+%patch4 -p1 -b .poppler-18-minimal
|
|
|
|
|
|
|
|
|
%build
|
|
@@ -74,6 +77,11 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu May 03 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.12.1-5
|
|
|
+- rebuilt with poppler-0.18.4
|
|
|
+- dropt Pacth1
|
|
|
+- added Patch4 from Fedora rawhide
|
|
|
+
|
|
|
* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.12.1-4
|
|
|
- rebuild with python-2.7.2
|
|
|
|