[poppler] Update to 0.15.0 Enable introspection

mkasik mkasik at fedoraproject.org
Fri Sep 24 13:40:47 UTC 2010


commit 9422b33e8501252b05762e15b050ee9d65848eba
Author: Marek Kasik <mkasik at redhat.com>
Date:   Fri Sep 24 15:39:57 2010 +0200

    Update to 0.15.0
    Enable introspection

 .gitignore   |    1 +
 poppler.spec |   17 +++++++++++++----
 sources      |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aeae562..a1ea36f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /poppler-0.14.3.tar.gz
+/poppler-0.15.0.tar.gz
diff --git a/poppler.spec b/poppler.spec
index 56d9c38..f417bb1 100644
--- a/poppler.spec
+++ b/poppler.spec
@@ -1,7 +1,7 @@
 
 Summary: PDF rendering library
 Name: poppler
-Version: 0.14.3
+Version: 0.15.0
 Release: 1%{?dist}
 License: GPLv2
 Group: Development/Libraries
@@ -15,6 +15,7 @@ Patch104: poppler-0.12.4-annot-appearance.patch
 ## upstream patches
 
 Requires: poppler-data >= 0.4.0
+Requires: gobject-introspection
 BuildRequires: automake libtool
 BuildRequires: cairo-devel >= 1.8.4
 BuildRequires: gtk2-devel
@@ -24,6 +25,7 @@ BuildRequires: openjpeg-devel >= 1.3-5
 BuildRequires: qt3-devel
 BuildRequires: qt4-devel
 BuildRequires: gettext-devel
+BuildRequires: gobject-introspection-devel
 
 %description
 Poppler, a PDF rendering library, is a fork of the xpdf PDF
@@ -154,7 +156,8 @@ autoreconf -i -f
   --enable-poppler-qt \
   --enable-poppler-qt4 \
   --enable-xpdf-headers \
-  --disable-zlib
+  --disable-zlib \
+  --enable-introspection=yes
 
 make %{?_smp_mflags}
 
@@ -189,7 +192,7 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
 %files
 %defattr(-,root,root,-)
 %doc COPYING README
-%{_libdir}/libpoppler.so.7*
+%{_libdir}/libpoppler.so.8*
 
 %files devel
 %defattr(-,root,root,-)
@@ -201,13 +204,15 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
 %files glib
 %defattr(-,root,root,-)
-%{_libdir}/libpoppler-glib.so.5*
+%{_libdir}/libpoppler-glib.so.6*
+%{_libdir}/girepository-1.0/Poppler-0.16.typelib
 
 %files glib-devel
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/poppler-glib.pc
 %{_libdir}/pkgconfig/poppler-cairo.pc
 %{_libdir}/libpoppler-glib.so
+%{_datadir}/gir-1.0/Poppler-0.16.gir
 
 %files qt
 %defattr(-,root,root,-)
@@ -245,6 +250,10 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
 
 %changelog
+* Fri Sep 24 2010 Marek Kasik <mkasik at redhat.com> - 0.15.0-1
+- Update to 0.15.0
+- Enable introspection
+
 * Sat Sep 11 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.14.3-1
 - Update to 0.14.3
 
diff --git a/sources b/sources
index aa4ca75..d726019 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1024c608a8a7c1d6ec301bddf11f3af9  poppler-0.14.3.tar.gz
+ddf3f85d92102766cf1015583593785c  poppler-0.15.0.tar.gz


More information about the scm-commits mailing list