2006-09-22 02:11:32 +00:00
|
|
|
|
2006-05-31 06:43:46 +00:00
|
|
|
Summary: PDF rendering library
|
2005-03-02 14:52:52 +00:00
|
|
|
Name: poppler
|
2010-09-24 13:39:57 +00:00
|
|
|
Version: 0.15.0
|
2010-10-05 12:16:35 +00:00
|
|
|
Release: 4%{?dist}
|
2009-06-24 01:56:05 +00:00
|
|
|
License: GPLv2
|
2005-03-02 14:52:52 +00:00
|
|
|
Group: Development/Libraries
|
2006-12-09 03:47:48 +00:00
|
|
|
URL: http://poppler.freedesktop.org/
|
|
|
|
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.gz
|
2009-10-19 14:38:06 +00:00
|
|
|
|
|
|
|
## upstreamable patches
|
2010-03-04 15:42:58 +00:00
|
|
|
# http://bugzilla.redhat.com/show_bug.cgi?id=480868
|
|
|
|
Patch104: poppler-0.12.4-annot-appearance.patch
|
2006-12-09 03:47:48 +00:00
|
|
|
|
2010-08-19 13:54:36 +00:00
|
|
|
## upstream patches
|
|
|
|
|
2010-01-20 17:37:03 +00:00
|
|
|
Requires: poppler-data >= 0.4.0
|
2009-01-20 15:46:48 +00:00
|
|
|
BuildRequires: automake libtool
|
2009-09-11 18:05:09 +00:00
|
|
|
BuildRequires: cairo-devel >= 1.8.4
|
2009-06-19 17:22:28 +00:00
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
BuildRequires: lcms-devel
|
2009-06-22 20:52:36 +00:00
|
|
|
BuildRequires: libjpeg-devel
|
2009-06-19 17:22:28 +00:00
|
|
|
BuildRequires: openjpeg-devel >= 1.3-5
|
2008-03-23 05:42:40 +00:00
|
|
|
BuildRequires: qt3-devel
|
2007-10-12 15:29:02 +00:00
|
|
|
BuildRequires: qt4-devel
|
2010-05-03 11:44:50 +00:00
|
|
|
BuildRequires: gettext-devel
|
2010-09-24 13:39:57 +00:00
|
|
|
BuildRequires: gobject-introspection-devel
|
2009-06-19 17:22:28 +00:00
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%description
|
2008-04-06 23:04:38 +00:00
|
|
|
Poppler, a PDF rendering library, is a fork of the xpdf PDF
|
2005-06-21 03:16:26 +00:00
|
|
|
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
2005-03-02 14:52:52 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries and headers for poppler
|
|
|
|
Group: Development/Libraries
|
2006-12-09 03:47:48 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
2009-08-03 16:18:30 +00:00
|
|
|
Requires: gtk-doc
|
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%description devel
|
|
|
|
You should install the poppler-devel package if you would like to
|
|
|
|
compile applications based on poppler.
|
|
|
|
|
2008-01-29 13:57:44 +00:00
|
|
|
%package glib
|
|
|
|
Summary: Glib wrapper for poppler
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2009-08-03 16:18:30 +00:00
|
|
|
|
2008-01-29 13:57:44 +00:00
|
|
|
%description glib
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package glib-devel
|
|
|
|
Summary: Development files for glib wrapper
|
|
|
|
Group: Development/Libraries
|
2008-01-29 15:57:56 +00:00
|
|
|
Requires: %{name}-glib = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel = %{version}-%{release}
|
2009-08-03 16:18:30 +00:00
|
|
|
|
2008-01-29 13:57:44 +00:00
|
|
|
%description glib-devel
|
|
|
|
%{summary}.
|
|
|
|
|
2006-12-09 03:47:48 +00:00
|
|
|
%package qt
|
2008-09-16 19:02:41 +00:00
|
|
|
Summary: Qt3 wrapper for poppler
|
2006-12-09 03:47:48 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2009-08-03 16:18:30 +00:00
|
|
|
|
2006-12-09 03:47:48 +00:00
|
|
|
%description qt
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package qt-devel
|
2008-09-16 19:02:41 +00:00
|
|
|
Summary: Development files for Qt3 wrapper
|
2006-12-09 03:47:48 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-qt = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel = %{version}-%{release}
|
2008-04-01 20:50:19 +00:00
|
|
|
Requires: qt3-devel
|
2009-08-03 16:18:30 +00:00
|
|
|
|
2006-12-09 03:47:48 +00:00
|
|
|
%description qt-devel
|
|
|
|
%{summary}.
|
|
|
|
|
2007-10-12 15:29:02 +00:00
|
|
|
%package qt4
|
|
|
|
Summary: Qt4 wrapper for poppler
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2009-08-03 16:18:30 +00:00
|
|
|
|
2007-10-12 15:29:02 +00:00
|
|
|
%description qt4
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package qt4-devel
|
|
|
|
Summary: Development files for Qt4 wrapper
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-qt4 = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
|
|
Requires: qt4-devel
|
2009-08-03 16:18:30 +00:00
|
|
|
|
2007-10-12 15:29:02 +00:00
|
|
|
%description qt4-devel
|
|
|
|
%{summary}.
|
|
|
|
|
2010-04-30 14:51:00 +00:00
|
|
|
%package cpp
|
|
|
|
Summary: Pure C++ wrapper for poppler
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description cpp
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package cpp-devel
|
|
|
|
Summary: Development files for C++ wrapper
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-cpp = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
%description cpp-devel
|
|
|
|
%{summary}.
|
|
|
|
|
2006-01-11 19:37:03 +00:00
|
|
|
%package utils
|
2009-01-20 15:46:48 +00:00
|
|
|
Summary: Command line utilities for converting PDF files
|
2006-01-11 19:37:03 +00:00
|
|
|
Group: Applications/Text
|
2006-12-09 03:47:48 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2010-01-11 17:06:02 +00:00
|
|
|
%if 0%{?fedora} < 11 && 0%{?rhel} < 6
|
2009-10-19 14:38:06 +00:00
|
|
|
# last seen in fc8
|
2010-01-15 13:49:51 +00:00
|
|
|
Provides: pdftohtml = 0.36-11
|
|
|
|
Obsoletes: pdftohtml < 0.36-11
|
2009-10-19 14:38:06 +00:00
|
|
|
# last seen in fc7
|
2010-01-15 13:49:51 +00:00
|
|
|
Provides: xpdf-utils = 1:3.01-27
|
|
|
|
Obsoletes: xpdf-utils < 1:3.01-27
|
2009-10-19 14:38:06 +00:00
|
|
|
# even earlier?
|
|
|
|
Conflicts: xpdf <= 1:3.01-8
|
|
|
|
%endif
|
2006-01-11 19:37:03 +00:00
|
|
|
%description utils
|
2008-04-06 23:04:38 +00:00
|
|
|
Poppler, a PDF rendering library, is a fork of the xpdf PDF
|
2006-01-11 19:37:03 +00:00
|
|
|
viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
|
|
|
|
|
|
|
This utils package installs a number of command line tools for
|
|
|
|
converting PDF files to a number of other formats.
|
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%prep
|
2010-06-19 02:08:33 +00:00
|
|
|
%setup -q
|
2009-06-24 01:48:30 +00:00
|
|
|
|
2010-03-04 15:42:58 +00:00
|
|
|
%patch104 -p1 -b .annot
|
2009-10-19 14:38:06 +00:00
|
|
|
|
2010-01-15 13:42:23 +00:00
|
|
|
chmod -x goo/GooTimer.h
|
|
|
|
|
|
|
|
iconv -f iso-8859-1 -t utf-8 < "utils/pdftohtml.1" > "utils/pdftohtml.1.utf8"
|
|
|
|
mv "utils/pdftohtml.1.utf8" "utils/pdftohtml.1"
|
|
|
|
|
2009-01-20 15:46:48 +00:00
|
|
|
# hammer to nuke rpaths, recheck on new releases
|
|
|
|
autoreconf -i -f
|
2009-06-24 01:48:30 +00:00
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
|
|
|
|
%build
|
2006-12-09 03:47:48 +00:00
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
--enable-cairo-output \
|
2009-06-22 20:52:36 +00:00
|
|
|
--enable-libjpeg \
|
2009-06-19 17:22:28 +00:00
|
|
|
--enable-libopenjpeg \
|
2007-12-12 17:47:16 +00:00
|
|
|
--enable-poppler-qt \
|
|
|
|
--enable-poppler-qt4 \
|
2009-06-19 17:22:28 +00:00
|
|
|
--enable-xpdf-headers \
|
2010-09-24 13:39:57 +00:00
|
|
|
--disable-zlib \
|
|
|
|
--enable-introspection=yes
|
2009-06-19 17:22:28 +00:00
|
|
|
|
2008-04-06 23:04:38 +00:00
|
|
|
make %{?_smp_mflags}
|
2006-12-09 03:47:48 +00:00
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
|
|
|
|
%install
|
2010-06-19 02:08:33 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2006-09-22 02:11:32 +00:00
|
|
|
|
2009-10-19 14:38:06 +00:00
|
|
|
rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
2005-03-02 14:52:52 +00:00
|
|
|
|
2006-09-22 02:11:32 +00:00
|
|
|
|
2009-01-20 15:46:48 +00:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post glib -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun glib -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post qt -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun qt -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post qt4 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun qt4 -p /sbin/ldconfig
|
|
|
|
|
2010-04-30 14:51:00 +00:00
|
|
|
%post cpp -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun cpp -p /sbin/ldconfig
|
2009-01-20 15:46:48 +00:00
|
|
|
|
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2009-06-24 01:48:30 +00:00
|
|
|
%doc COPYING README
|
2010-09-24 13:39:57 +00:00
|
|
|
%{_libdir}/libpoppler.so.8*
|
2005-03-02 14:52:52 +00:00
|
|
|
|
|
|
|
%files devel
|
2006-12-09 03:47:48 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-10-12 15:29:02 +00:00
|
|
|
%{_libdir}/pkgconfig/poppler.pc
|
|
|
|
%{_libdir}/pkgconfig/poppler-splash.pc
|
|
|
|
%{_libdir}/libpoppler.so
|
2007-11-29 22:07:51 +00:00
|
|
|
%{_includedir}/poppler/
|
2009-08-03 16:18:30 +00:00
|
|
|
%{_datadir}/gtk-doc/html/poppler
|
2005-03-02 14:52:52 +00:00
|
|
|
|
2008-01-29 13:57:44 +00:00
|
|
|
%files glib
|
|
|
|
%defattr(-,root,root,-)
|
2010-09-24 13:39:57 +00:00
|
|
|
%{_libdir}/libpoppler-glib.so.6*
|
|
|
|
%{_libdir}/girepository-1.0/Poppler-0.16.typelib
|
2008-01-29 13:57:44 +00:00
|
|
|
|
|
|
|
%files glib-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/pkgconfig/poppler-glib.pc
|
|
|
|
%{_libdir}/pkgconfig/poppler-cairo.pc
|
|
|
|
%{_libdir}/libpoppler-glib.so
|
2010-09-24 13:39:57 +00:00
|
|
|
%{_datadir}/gir-1.0/Poppler-0.16.gir
|
2008-01-29 13:57:44 +00:00
|
|
|
|
2006-12-09 03:47:48 +00:00
|
|
|
%files qt
|
|
|
|
%defattr(-,root,root,-)
|
2009-05-24 07:30:10 +00:00
|
|
|
%{_libdir}/libpoppler-qt.so.2*
|
2006-12-09 03:47:48 +00:00
|
|
|
|
|
|
|
%files qt-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libpoppler-qt.so
|
|
|
|
%{_libdir}/pkgconfig/poppler-qt.pc
|
2007-10-12 15:29:02 +00:00
|
|
|
%{_includedir}/poppler/qt3/
|
|
|
|
|
|
|
|
%files qt4
|
|
|
|
%defattr(-,root,root,-)
|
2009-05-24 07:30:10 +00:00
|
|
|
%{_libdir}/libpoppler-qt4.so.3*
|
2007-10-12 15:29:02 +00:00
|
|
|
|
|
|
|
%files qt4-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libpoppler-qt4.so
|
|
|
|
%{_libdir}/pkgconfig/poppler-qt4.pc
|
|
|
|
%{_includedir}/poppler/qt4/
|
2006-12-09 03:47:48 +00:00
|
|
|
|
2010-04-30 14:51:00 +00:00
|
|
|
%files cpp
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libpoppler-cpp.so.0*
|
|
|
|
|
|
|
|
%files cpp-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/pkgconfig/poppler-cpp.pc
|
|
|
|
%{_libdir}/libpoppler-cpp.so
|
|
|
|
|
2006-01-11 19:37:03 +00:00
|
|
|
%files utils
|
2006-12-09 03:47:48 +00:00
|
|
|
%defattr(-,root,root,-)
|
2006-01-11 19:37:03 +00:00
|
|
|
%{_bindir}/*
|
2006-01-11 20:23:18 +00:00
|
|
|
%{_mandir}/man1/*
|
2006-01-11 19:37:03 +00:00
|
|
|
|
2009-01-20 15:46:48 +00:00
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%changelog
|
2010-09-29 22:06:00 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 0.15.0-4
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-27 10:28:42 +00:00
|
|
|
* Mon Sep 27 2010 Marek Kasik <mkasik@redhat.com> - 0.15.0-3
|
|
|
|
- Remove explicit requirement of gobject-introspection
|
|
|
|
|
2010-09-24 14:19:40 +00:00
|
|
|
* Fri Sep 24 2010 Marek Kasik <mkasik@redhat.com> - 0.15.0-2
|
|
|
|
- Move requirement of gobject-introspection to glib sub-package
|
|
|
|
|
2010-09-24 13:39:57 +00:00
|
|
|
* Fri Sep 24 2010 Marek Kasik <mkasik@redhat.com> - 0.15.0-1
|
|
|
|
- Update to 0.15.0
|
|
|
|
- Enable introspection
|
|
|
|
|
2010-09-11 17:17:00 +00:00
|
|
|
* Sat Sep 11 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.14.3-1
|
|
|
|
- Update to 0.14.3
|
|
|
|
|
2010-08-19 13:54:36 +00:00
|
|
|
* Thu Aug 19 2010 Marek Kasik <mkasik@redhat.com> - 0.14.2-1
|
|
|
|
- Update to 0.14.2
|
|
|
|
- Remove poppler-0.12.1-objstream.patch
|
|
|
|
|
2010-07-16 08:43:51 +00:00
|
|
|
* Fri Jul 16 2010 Marek Kasik <mkasik@redhat.com> - 0.14.1-1
|
|
|
|
- Update to 0.14.1
|
|
|
|
- Don't apply poppler-0.12.1-objstream.patch, it is not needed anymore
|
|
|
|
|
2010-06-19 02:08:33 +00:00
|
|
|
* Fri Jun 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.14.0-1
|
|
|
|
- Update to 0.14.0
|
|
|
|
|
2010-05-26 12:29:33 +00:00
|
|
|
* Wed May 26 2010 Marek Kasik <mkasik@redhat.com> - 0.13.4-1
|
|
|
|
- poppler-0.13.4
|
|
|
|
|
2010-05-03 11:44:50 +00:00
|
|
|
* Mon May 3 2010 Marek Kasik <mkasik@redhat.com> - 0.13.3-2
|
|
|
|
- Update "sources" file
|
|
|
|
- Add BuildRequires "gettext-devel"
|
|
|
|
|
2010-04-30 14:51:00 +00:00
|
|
|
* Fri Apr 30 2010 Marek Kasik <mkasik@redhat.com> - 0.13.3-1
|
|
|
|
- poppler-0.13.3
|
|
|
|
|
2010-03-04 15:42:58 +00:00
|
|
|
* Thu Mar 4 2010 Marek Kasik <mkasik@redhat.com> - 0.12.4-2
|
|
|
|
- Fix showing of radio buttons (#480868)
|
|
|
|
|
2010-02-18 17:41:54 +00:00
|
|
|
* Thu Feb 18 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.12.4-1
|
|
|
|
- popper-0.12.4
|
|
|
|
|
2010-02-16 11:40:03 +00:00
|
|
|
* Tue Feb 16 2010 Marek Kasik <mkasik@redhat.com> - 0.12.3-9
|
|
|
|
- Fix downscaling of rotated pages (#563353)
|
|
|
|
|
2010-01-28 13:10:53 +00:00
|
|
|
* Thu Jan 28 2010 Marek Kasik <mkasik@redhat.com> - 0.12.3-8
|
|
|
|
- Get current FcConfig before using it (#533992)
|
|
|
|
|
2010-01-24 23:43:11 +00:00
|
|
|
* Sun Jan 24 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.12.3-7
|
|
|
|
- use alternative/upstream downscale patch (#556549, fdo#5589)
|
|
|
|
|
2010-01-20 17:37:03 +00:00
|
|
|
* Wed Jan 20 2010 Marek Kasik <mkasik@redhat.com> - 0.12.3-6
|
|
|
|
- Add dependency on poppler-data (#553991)
|
|
|
|
|
2010-01-19 18:31:55 +00:00
|
|
|
* Tue Jan 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.12.3-5
|
|
|
|
- cairo backend, scale images correctly (#556549, fdo#5589)
|
|
|
|
|
2010-01-15 14:38:39 +00:00
|
|
|
* Fri Jan 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.12.3-4
|
|
|
|
- Sanitize versioned Obsoletes/Provides
|
|
|
|
|
2010-01-15 13:42:23 +00:00
|
|
|
* Fri Jan 15 2010 Marek Kasik <mkasik@redhat.com> - 0.12.3-3
|
|
|
|
- Correct permissions of goo/GooTimer.h
|
|
|
|
- Convert pdftohtml.1 to utf8
|
|
|
|
- Make the pdftohtml's Provides/Obsoletes versioned
|
|
|
|
|
2010-01-07 17:33:34 +00:00
|
|
|
* Thu Jan 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.12.3-1
|
|
|
|
- poppler-0.12.3
|
|
|
|
|
2009-11-23 21:51:43 +00:00
|
|
|
* Mon Nov 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.12.2-1
|
|
|
|
- poppler-0.12.2
|
|
|
|
|
2009-10-25 22:35:46 +00:00
|
|
|
* Sun Oct 25 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.12.1-3
|
|
|
|
- CVE-2009-3607 poppler: create_surface_from_thumbnail_data
|
|
|
|
integer overflow (#526924)
|
2009-10-25 22:09:40 +00:00
|
|
|
|
2009-10-19 14:38:06 +00:00
|
|
|
* Mon Oct 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.12.1-1
|
|
|
|
- poppler-0.12.1
|
|
|
|
- deprecate xpdf/pdftohtml Conflicts/Obsoletes
|
|
|
|
|
2009-09-09 18:43:29 +00:00
|
|
|
* Wed Sep 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.12.0-1
|
|
|
|
- Update to 0.12.0
|
|
|
|
|
2009-08-18 20:16:33 +00:00
|
|
|
* Tue Aug 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.3-1
|
|
|
|
- Update to 0.11.3
|
|
|
|
|
2009-08-03 16:08:45 +00:00
|
|
|
* Mon Aug 3 2009 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1
|
|
|
|
- Update to 0.11.2
|
|
|
|
|
2009-07-26 19:11:10 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-24 01:48:30 +00:00
|
|
|
* Tue Jun 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.1-2
|
|
|
|
- omit poppler-data (#507675)
|
|
|
|
|
2009-06-23 18:43:45 +00:00
|
|
|
* Tue Jun 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.1-1
|
|
|
|
- poppler-0.11.1
|
|
|
|
|
2009-06-22 20:52:36 +00:00
|
|
|
* Mon Jun 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-6
|
2009-06-22 20:44:53 +00:00
|
|
|
- reduce lib deps in qt/qt4 pkg-config support
|
|
|
|
|
2009-06-22 20:52:36 +00:00
|
|
|
* Sat Jun 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-5
|
|
|
|
- --enable-libjpeg
|
|
|
|
- (explicitly) --disable-zlib
|
|
|
|
|
2009-06-19 17:22:28 +00:00
|
|
|
* Fri Jun 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-3
|
2009-06-22 19:48:24 +00:00
|
|
|
- --enable-libopenjpeg, --disable-zlib
|
2009-06-19 17:22:28 +00:00
|
|
|
|
2009-05-24 07:30:10 +00:00
|
|
|
* Sun May 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-2
|
|
|
|
- update changelog
|
|
|
|
- track sonames
|
|
|
|
|
|
|
|
* Tue May 19 2009 Bastien Nocera <bnocera@redhat.com> - 0.11.0-1
|
|
|
|
- Update to 0.11.0
|
|
|
|
|
2009-03-12 05:24:50 +00:00
|
|
|
* Thu Mar 12 2009 Matthias Clasen <mclasen@redhat.com> - 0.10.5-1
|
|
|
|
- Update to 0.10.5
|
|
|
|
|
2009-02-27 01:34:27 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-18 03:47:51 +00:00
|
|
|
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> - 0.10.4-1
|
|
|
|
- Update to 0.10.4
|
|
|
|
|
2009-01-20 15:46:48 +00:00
|
|
|
* Tue Jan 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.10.3-2
|
|
|
|
- add needed scriptlets
|
|
|
|
- nuke rpaths
|
|
|
|
|
2009-01-13 05:04:55 +00:00
|
|
|
* Tue Jan 13 2009 Matthias Clasen <mclasen@redhat.com> - 0.10.3-1
|
|
|
|
- Update to 0.10.3
|
|
|
|
|
2008-12-18 03:22:43 +00:00
|
|
|
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.10.2-1
|
|
|
|
- Update to 0.10.2
|
|
|
|
|
2008-11-12 00:25:31 +00:00
|
|
|
* Tue Nov 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.10.1-1
|
|
|
|
- Update to 0.10.1 and -data 0.2.1
|
|
|
|
|
2008-09-16 19:02:41 +00:00
|
|
|
* Tue Sep 16 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.8.7-2
|
|
|
|
- cleanup qt3 hack
|
|
|
|
- %%description cosmetics
|
|
|
|
|
2008-09-07 20:51:57 +00:00
|
|
|
* Sun Sep 7 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.7-1
|
|
|
|
- Update to 0.8.7
|
|
|
|
|
2008-08-23 04:03:47 +00:00
|
|
|
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.6-1
|
|
|
|
- Update to 0.8.6
|
|
|
|
|
2008-08-05 21:18:29 +00:00
|
|
|
* Tue Aug 05 2008 Colin Walters <walters@redhat.com> - 0.8.5-1
|
|
|
|
- Update to 0.8.5
|
|
|
|
|
2008-06-04 18:25:50 +00:00
|
|
|
* Wed Jun 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.3-1
|
|
|
|
- Update to 0.8.3
|
|
|
|
|
2008-04-28 21:47:24 +00:00
|
|
|
* Mon Apr 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.1-1
|
|
|
|
- Update to 0.8.1
|
|
|
|
|
2008-04-06 23:04:38 +00:00
|
|
|
* Sun Apr 06 2008 Adam Jackson <ajax@redhat.com> 0.8.0-3
|
|
|
|
- poppler-0.8.0-ocg-crash.patch: Fix a crash when no optional content
|
|
|
|
groups are defined.
|
|
|
|
- Mangle configure to account for the new directory for qt3 libs.
|
|
|
|
- Fix grammar in %%description.
|
|
|
|
|
2008-04-01 20:50:19 +00:00
|
|
|
* Tue Apr 01 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.8.0-2
|
|
|
|
- -qt-devel: Requires: qt3-devel
|
|
|
|
|
2008-03-31 03:24:47 +00:00
|
|
|
* Sun Mar 30 2008 Matthias Clasen <mclasen@redhat.com> - 0.8.0-1
|
|
|
|
- Update to 0.8.0
|
|
|
|
|
2008-03-23 05:31:31 +00:00
|
|
|
* Sun Mar 23 2008 Matthias Clasen <mclasen@redhat.com> - 0.7.3-1
|
|
|
|
- Update to 0.7.3
|
|
|
|
|
2008-03-13 00:31:52 +00:00
|
|
|
* Wed Mar 12 2008 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
|
|
|
|
- Update to 0.7.2
|
|
|
|
|
2008-02-29 03:01:12 +00:00
|
|
|
* Thu Feb 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
|
|
|
|
- Update to 0.7.1
|
|
|
|
|
2008-02-21 15:51:15 +00:00
|
|
|
* Thu Feb 21 2008 Matthias Clasen <mclasen@redhat.com> - 0.7.0-1
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
2008-02-19 10:24:57 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.6.4-4
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-02-18 18:01:31 +00:00
|
|
|
* Mon Feb 18 2008 Jindrich Novy <jnovy@redhat.com> - 0.6.4-3
|
|
|
|
- apply ObjStream patch (#433090)
|
|
|
|
|
2008-01-29 15:57:56 +00:00
|
|
|
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.6.4-2
|
|
|
|
- Add some required inter-subpackge deps
|
|
|
|
|
2008-01-29 13:57:44 +00:00
|
|
|
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.6.4-1
|
|
|
|
- Update to 0.6.4
|
|
|
|
- Split off poppler-glib
|
|
|
|
|
2007-12-03 02:15:23 +00:00
|
|
|
* Sun Dec 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.6.2-3
|
|
|
|
- Fix the qt3 checks some more
|
|
|
|
|
2007-11-29 22:07:51 +00:00
|
|
|
* Thu Nov 28 2007 Matthias Clasen <mclasen@redhat.com> - 0.6.2-2
|
|
|
|
- package xpdf headers in poppler-devel (Jindrich Novy)
|
|
|
|
- Fix qt3 detection (Denis Leroy)
|
|
|
|
|
|
|
|
* Thu Nov 22 2007 Matthias Clasen <mclasen@redhat.com> - 0.6.2-1
|
2007-11-23 00:28:07 +00:00
|
|
|
- Update to 0.6.2
|
|
|
|
|
2007-10-12 15:29:02 +00:00
|
|
|
* Thu Oct 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 0.6-2
|
|
|
|
- include qt4 wrapper
|
|
|
|
|
2007-09-04 15:32:44 +00:00
|
|
|
* Tue Sep 4 2007 Kristian Høgsberg <krh@redhat.com> - 0.6-1
|
|
|
|
- Update to 0.6
|
|
|
|
|
2007-08-16 00:11:20 +00:00
|
|
|
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 0.5.91-2
|
|
|
|
- Remove debug spew
|
|
|
|
|
2007-08-15 03:03:27 +00:00
|
|
|
* Tue Aug 14 2007 Matthias Clasen <mclasen@redhat.com> - 0.5.91-1
|
|
|
|
- Update to 0.5.91
|
|
|
|
|
2007-08-08 15:31:01 +00:00
|
|
|
* Wed Aug 8 2007 Matthias Clasen <mclasen@redhat.com> - 0.5.9-2
|
|
|
|
- Update the license field
|
|
|
|
|
2007-06-19 02:03:29 +00:00
|
|
|
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 0.5.9-1
|
|
|
|
- Update to 0.5.9
|
|
|
|
|
2007-03-02 04:02:25 +00:00
|
|
|
* Thu Mar 1 2007 Bill Nottingham <notting@redhat.com> - 0.5.4-7
|
2007-03-02 03:44:19 +00:00
|
|
|
- fix it so the qt pkgconfig/.so aren't in the main poppler-devel
|
|
|
|
|
2006-12-15 14:25:48 +00:00
|
|
|
* Fri Dec 15 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-5
|
|
|
|
- Include epoch in the Provides/Obsoletes for xpdf-utils
|
|
|
|
|
2006-12-14 03:59:04 +00:00
|
|
|
* Wed Dec 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-4
|
|
|
|
- Add Provides/Obsoletes for xpdf-utils (#219033)
|
|
|
|
|
2006-12-09 03:47:48 +00:00
|
|
|
* Fri Dec 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.5.4-3
|
|
|
|
- drop hard-wired: Req: gtk2
|
|
|
|
- --disable-static
|
|
|
|
- enable qt wrapper
|
|
|
|
- -devel: Requires: pkgconfig
|
|
|
|
|
2006-10-01 21:18:16 +00:00
|
|
|
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 0.5.4-2
|
|
|
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
|
|
|
2006-09-22 02:11:32 +00:00
|
|
|
* Thu Sep 21 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.4-1.fc6
|
|
|
|
- Rebase to 0.5.4, drop poppler-0.5.3-libs.patch, fixes #205813,
|
|
|
|
#205549, #200613, #172137, #172138, #161293 and more.
|
|
|
|
|
2006-09-13 21:10:00 +00:00
|
|
|
* Wed Sep 13 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.3-3.fc6
|
|
|
|
- Move .so to -devel (#203637).
|
|
|
|
|
2006-08-15 03:08:16 +00:00
|
|
|
* Mon Aug 14 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.3-2.fc6
|
|
|
|
- link against fontconfig (see bug 202256)
|
|
|
|
|
2006-07-12 07:51:18 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.5.3-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-05-31 06:43:46 +00:00
|
|
|
* Wed May 31 2006 Kristian Høgsberg <krh@redhat.com> 0.5.3-1
|
|
|
|
- Update to 0.5.3.
|
|
|
|
|
2006-05-23 03:07:11 +00:00
|
|
|
* Mon May 22 2006 Kristian Høgsberg <krh@redhat.com> 0.5.2-1
|
|
|
|
- Update to 0.5.2.
|
|
|
|
|
2006-03-02 01:35:53 +00:00
|
|
|
* Wed Mar 1 2006 Kristian Høgsberg <krh@redhat.com> 0.5.1-2
|
|
|
|
- Rebuild the get rid of old soname dependency.
|
|
|
|
|
2006-02-28 23:50:34 +00:00
|
|
|
* Tue Feb 28 2006 Kristian Høgsberg <krh@redhat.com> 0.5.1-1
|
|
|
|
- Update to version 0.5.1.
|
|
|
|
|
2006-02-11 05:12:46 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.5.0-4.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 13:34:39 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.5.0-4.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-18 18:17:17 +00:00
|
|
|
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.com> - 0.5.0-4
|
|
|
|
- change xpdf conflict version to be <= instead of <
|
|
|
|
|
2006-01-18 17:15:10 +00:00
|
|
|
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.com> - 0.5.0-3
|
|
|
|
- update conflicts: xpdf line to be versioned
|
|
|
|
|
2006-01-11 19:37:03 +00:00
|
|
|
* Wed Jan 11 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.0-2.0
|
|
|
|
- Update to 0.5.0 and add poppler-utils subpackage.
|
2006-01-11 20:23:18 +00:00
|
|
|
- Flesh out poppler-utils subpackage.
|
2006-01-11 19:37:03 +00:00
|
|
|
|
2005-12-09 22:42:45 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-09-04 18:31:25 +00:00
|
|
|
* Sun Sep 4 2005 Kristian Høgsberg <krh@redhat.com> - 0.4.2-1
|
|
|
|
- Update to 0.4.2 and disable splash backend so we don't build it.
|
|
|
|
|
2005-08-26 16:48:43 +00:00
|
|
|
* Fri Aug 26 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.4.1-2
|
|
|
|
- Rebuild
|
|
|
|
|
2005-08-26 16:08:58 +00:00
|
|
|
* Fri Aug 26 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.4.1-1
|
|
|
|
- Update to 0.4.1
|
|
|
|
|
2005-08-17 23:13:50 +00:00
|
|
|
* Wed Aug 17 2005 Kristian Høgsberg <krh@redhat.com> - 0.4.0-2
|
|
|
|
- Bump release and rebuild.
|
|
|
|
|
2005-08-17 08:45:58 +00:00
|
|
|
* Wed Aug 17 2005 Marco Pesenti gritti <mpg@redhat.com> - 0.4.0-1
|
|
|
|
- Update to 0.4.0
|
|
|
|
|
2005-08-16 02:10:21 +00:00
|
|
|
* Mon Aug 15 2005 Kristian Høgsberg <krh@redhat.com> - 0.3.3-2
|
|
|
|
- Rebuild to pick up new cairo soname.
|
|
|
|
|
2005-06-21 03:16:26 +00:00
|
|
|
* Mon Jun 20 2005 Kristian Høgsberg <krh@redhat.com> - 0.3.3-1
|
|
|
|
- Update to 0.3.3 and change to build cairo backend.
|
|
|
|
|
2005-05-22 11:09:43 +00:00
|
|
|
* Sun May 22 2005 Marco Pesenti gritti <mpg@redhat.com> - 0.3.2-1
|
|
|
|
- Update to 0.3.2
|
|
|
|
|
2005-05-07 10:32:45 +00:00
|
|
|
* Sat May 7 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.1
|
|
|
|
- Update to 0.3.1
|
|
|
|
|
2005-04-23 10:41:32 +00:00
|
|
|
* Sat Apr 23 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.0
|
|
|
|
- Update to 0.3.0
|
|
|
|
|
2005-04-13 21:01:16 +00:00
|
|
|
* Wed Apr 13 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- remove empty post/postun scripts
|
|
|
|
|
2005-04-06 09:46:21 +00:00
|
|
|
* Wed Apr 6 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.2.0-1
|
|
|
|
- Update to 0.2.0
|
|
|
|
|
2005-03-12 11:07:18 +00:00
|
|
|
* Sat Mar 12 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.2-1
|
|
|
|
- Update to 0.1.2
|
2005-03-12 11:10:00 +00:00
|
|
|
- Use tar.gz because there are not bz of poppler
|
2005-03-12 11:07:18 +00:00
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
* Sat Mar 2 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.1-1
|
|
|
|
- Initial build
|