2013-10-17 18:43:15 +00:00
|
|
|
|
|
|
|
# (temporary) hack alert -- rex
|
|
|
|
%if 0%{?fedora} == 20
|
|
|
|
# http://bugzilla.redhat.com/1005482
|
|
|
|
%ifnarch ppc ppc64
|
|
|
|
%global qt5 1
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2006-05-31 06:43:46 +00:00
|
|
|
Summary: PDF rendering library
|
2013-08-19 15:03:10 +00:00
|
|
|
Name: poppler
|
2013-09-30 13:01:45 +00:00
|
|
|
Version: 0.24.2
|
|
|
|
Release: 1%{?dist}
|
2012-10-31 14:48:33 +00:00
|
|
|
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
|
2013-08-19 15:03:10 +00:00
|
|
|
Group: Development/Libraries
|
2006-12-09 03:47:48 +00:00
|
|
|
URL: http://poppler.freedesktop.org/
|
2013-08-19 15:03:10 +00:00
|
|
|
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz
|
|
|
|
|
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
|
2011-10-28 16:01:44 +00:00
|
|
|
BuildRequires: gettext-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
|
2011-10-28 16:01:44 +00:00
|
|
|
BuildRequires: pkgconfig(cairo) >= 1.10.0
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
2013-01-18 12:31:44 +00:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
2013-06-20 13:02:10 +00:00
|
|
|
BuildRequires: pkgconfig(lcms2)
|
2011-10-28 16:01:44 +00:00
|
|
|
BuildRequires: pkgconfig(QtGui) pkgconfig(QtXml)
|
2013-10-17 18:43:15 +00:00
|
|
|
%if 0%{?qt5}
|
2013-08-19 15:03:10 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Gui) pkgconfig(Qt5Xml)
|
2013-10-17 18:43:15 +00:00
|
|
|
%endif
|
2013-04-12 10:18:45 +00:00
|
|
|
BuildRequires: pkgconfig(libtiff-4)
|
2011-10-28 16:01:44 +00:00
|
|
|
|
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
|
2011-10-28 16:01:44 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2009-08-03 16:18:30 +00:00
|
|
|
|
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
|
2011-10-28 16:01:44 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{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
|
2011-10-28 16:01:44 +00:00
|
|
|
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
2009-08-03 16:18:30 +00:00
|
|
|
|
2008-01-29 13:57:44 +00:00
|
|
|
%description glib-devel
|
|
|
|
%{summary}.
|
|
|
|
|
2011-01-18 21:12:13 +00:00
|
|
|
|
2006-12-09 03:47:48 +00:00
|
|
|
%package qt
|
2011-01-18 21:12:13 +00:00
|
|
|
Summary: Qt4 wrapper for poppler
|
2006-12-09 03:47:48 +00:00
|
|
|
Group: System Environment/Libraries
|
2011-10-28 16:01:44 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%{?_qt4:Requires: qt4%{?_isa} >= %{_qt4_version}}
|
2011-01-18 21:12:13 +00:00
|
|
|
Obsoletes: poppler-qt4 < 0.16.0-3
|
|
|
|
Provides: poppler-qt4 = %{version}-%{release}
|
2006-12-09 03:47:48 +00:00
|
|
|
%description qt
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package qt-devel
|
2011-01-18 21:12:13 +00:00
|
|
|
Summary: Development files for Qt4 wrapper
|
2006-12-09 03:47:48 +00:00
|
|
|
Group: Development/Libraries
|
2011-10-28 16:01:44 +00:00
|
|
|
Requires: %{name}-qt%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
2011-01-18 21:12:13 +00:00
|
|
|
Obsoletes: poppler-qt4-devel < 0.16.0-3
|
|
|
|
Provides: poppler-qt4-devel = %{version}-%{release}
|
|
|
|
Requires: qt4-devel
|
2006-12-09 03:47:48 +00:00
|
|
|
%description qt-devel
|
|
|
|
%{summary}.
|
|
|
|
|
2013-10-17 18:43:15 +00:00
|
|
|
%if 0%{?qt5}
|
2013-08-19 15:03:10 +00:00
|
|
|
%package qt5
|
|
|
|
Summary: Qt5 wrapper for poppler
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-08-20 15:26:55 +00:00
|
|
|
%{?_qt5:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
|
2013-08-19 15:03:10 +00:00
|
|
|
%description qt5
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package qt5-devel
|
|
|
|
Summary: Development files for Qt5 wrapper
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
2013-08-20 15:26:55 +00:00
|
|
|
Requires: qt5-qtbase-devel
|
2013-08-19 15:03:10 +00:00
|
|
|
%description qt5-devel
|
|
|
|
%{summary}.
|
2013-10-17 18:43:15 +00:00
|
|
|
%endif
|
2013-08-19 15:03:10 +00:00
|
|
|
|
|
|
|
|
2010-04-30 14:51:00 +00:00
|
|
|
%package cpp
|
|
|
|
Summary: Pure C++ wrapper for poppler
|
|
|
|
Group: Development/Libraries
|
2011-10-28 16:01:44 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2010-04-30 14:51:00 +00:00
|
|
|
|
|
|
|
%description cpp
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package cpp-devel
|
|
|
|
Summary: Development files for C++ wrapper
|
|
|
|
Group: Development/Libraries
|
2011-10-28 16:01:44 +00:00
|
|
|
Requires: %{name}-cpp%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
2010-04-30 14:51:00 +00:00
|
|
|
|
|
|
|
%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
|
2011-10-28 16:01:44 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{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.
|
|
|
|
|
2012-11-13 12:56:37 +00:00
|
|
|
%package demos
|
|
|
|
Summary: Demos for poppler
|
|
|
|
Group: Applications/Text
|
|
|
|
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description demos
|
|
|
|
%{summary}.
|
|
|
|
|
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
|
|
|
|
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
|
2012-02-18 18:29:56 +00:00
|
|
|
|
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-qt4 \
|
2013-10-17 18:43:15 +00:00
|
|
|
%{?qt5:--enable-poppler-qt5} \
|
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
|
|
|
|
2011-10-28 21:52:00 +00:00
|
|
|
%check
|
|
|
|
# verify pkg-config sanity/version
|
|
|
|
export PKG_CONFIG_PATH=%{buildroot}%{_datadir}/pkgconfig:%{buildroot}%{_libdir}/pkgconfig
|
|
|
|
test "$(pkg-config --modversion poppler)" = "%{version}"
|
|
|
|
test "$(pkg-config --modversion poppler-cairo)" = "%{version}"
|
|
|
|
test "$(pkg-config --modversion poppler-cpp)" = "%{version}"
|
|
|
|
test "$(pkg-config --modversion poppler-glib)" = "%{version}"
|
|
|
|
test "$(pkg-config --modversion poppler-qt4)" = "%{version}"
|
2013-10-17 18:43:15 +00:00
|
|
|
%{?qt5:test "$(pkg-config --modversion poppler-qt5)" = "%{version}"}
|
2011-10-28 21:52:00 +00:00
|
|
|
test "$(pkg-config --modversion poppler-splash)" = "%{version}"
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2013-10-17 18:43:15 +00:00
|
|
|
%if 0%{?qt5
|
2013-08-19 15:03:10 +00:00
|
|
|
%post qt5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun qt5 -p /sbin/ldconfig
|
2013-10-17 18:43:15 +00:00
|
|
|
%endif
|
2013-08-19 15:03:10 +00:00
|
|
|
|
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
|
2013-08-19 15:03:10 +00:00
|
|
|
%{_libdir}/libpoppler.so.43*
|
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
|
2012-01-17 23:11:35 +00:00
|
|
|
%dir %{_includedir}/poppler/
|
|
|
|
# xpdf headers
|
|
|
|
%{_includedir}/poppler/*.h
|
2012-01-17 23:15:17 +00:00
|
|
|
%{_includedir}/poppler/fofi/
|
2012-01-17 23:11:35 +00:00
|
|
|
%{_includedir}/poppler/goo/
|
|
|
|
%{_includedir}/poppler/splash/
|
|
|
|
%{_datadir}/gtk-doc/
|
2005-03-02 14:52:52 +00:00
|
|
|
|
2008-01-29 13:57:44 +00:00
|
|
|
%files glib
|
|
|
|
%defattr(-,root,root,-)
|
2011-07-15 15:59:13 +00:00
|
|
|
%{_libdir}/libpoppler-glib.so.8*
|
2011-09-30 07:16:43 +00:00
|
|
|
%{_libdir}/girepository-1.0/Poppler-0.18.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
|
2011-09-30 07:16:43 +00:00
|
|
|
%{_datadir}/gir-1.0/Poppler-0.18.gir
|
2012-01-17 23:11:35 +00:00
|
|
|
%{_includedir}/poppler/glib/
|
2008-01-29 13:57:44 +00:00
|
|
|
|
2006-12-09 03:47:48 +00:00
|
|
|
%files qt
|
|
|
|
%defattr(-,root,root,-)
|
2012-05-16 14:28:24 +00:00
|
|
|
%{_libdir}/libpoppler-qt4.so.4*
|
2007-10-12 15:29:02 +00:00
|
|
|
|
2011-01-18 21:12:13 +00:00
|
|
|
%files qt-devel
|
2007-10-12 15:29:02 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libpoppler-qt4.so
|
|
|
|
%{_libdir}/pkgconfig/poppler-qt4.pc
|
|
|
|
%{_includedir}/poppler/qt4/
|
2006-12-09 03:47:48 +00:00
|
|
|
|
2013-10-17 18:43:15 +00:00
|
|
|
%if 0%{?qt5}
|
2013-08-19 15:03:10 +00:00
|
|
|
%files qt5
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libpoppler-qt5.so.1*
|
|
|
|
|
|
|
|
%files qt5-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libpoppler-qt5.so
|
|
|
|
%{_libdir}/pkgconfig/poppler-qt5.pc
|
|
|
|
%{_includedir}/poppler/qt5/
|
2013-10-17 18:43:15 +00:00
|
|
|
%endif
|
2013-08-19 15:03:10 +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
|
2012-01-17 23:11:35 +00:00
|
|
|
%{_includedir}/poppler/cpp
|
2010-04-30 14:51:00 +00:00
|
|
|
|
2006-01-11 19:37:03 +00:00
|
|
|
%files utils
|
2006-12-09 03:47:48 +00:00
|
|
|
%defattr(-,root,root,-)
|
2012-11-13 12:56:37 +00:00
|
|
|
%{_bindir}/pdf*
|
2006-01-11 20:23:18 +00:00
|
|
|
%{_mandir}/man1/*
|
2006-01-11 19:37:03 +00:00
|
|
|
|
2012-11-13 12:56:37 +00:00
|
|
|
%files demos
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/poppler-glib-demo
|
|
|
|
|
2009-01-20 15:46:48 +00:00
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%changelog
|
2013-10-17 18:43:15 +00:00
|
|
|
* Thu Oct 17 2013 Rex Dieter <rdieter@fedoraproject.org> 0.24.2-2
|
|
|
|
- -qt5: ExcludeArch: ppc ppc64 (f20, hopefully temporary)
|
|
|
|
|
2013-09-30 13:01:45 +00:00
|
|
|
* Mon Sep 30 2013 Marek Kasik <mkasik@redhat.com> - 0.24.2-1
|
|
|
|
- Update to 0.24.2
|
|
|
|
|
2013-09-30 12:56:21 +00:00
|
|
|
* Mon Sep 30 2013 Marek Kasik <mkasik@redhat.com> - 0.24.1-2
|
|
|
|
- Don't convert pdftohtml.1 to UTF-8, it is already UTF-8
|
|
|
|
|
2013-08-27 09:53:38 +00:00
|
|
|
* Tue Aug 27 2013 Marek Kasik <mkasik@redhat.com> - 0.24.1-1
|
|
|
|
- Update to 0.24.1
|
|
|
|
|
2013-08-20 15:26:55 +00:00
|
|
|
* Tue Aug 20 2013 Marek Kasik <mkasik@redhat.com> - 0.24.0-2
|
|
|
|
- Fix Qt5 requirements
|
|
|
|
|
2013-08-19 15:03:10 +00:00
|
|
|
* Mon Aug 19 2013 Marek Kasik <mkasik@redhat.com> - 0.24.0-1
|
|
|
|
- Update to 0.24.0
|
|
|
|
|
2013-08-04 04:52:43 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-24 15:51:04 +00:00
|
|
|
* Mon Jun 24 2013 Marek Kasik <mkasik@redhat.com> 0.22.5-1
|
|
|
|
- Update to 0.22.5
|
|
|
|
|
2013-06-20 13:02:10 +00:00
|
|
|
* Thu Jun 20 2013 Marek Kasik <mkasik@redhat.com> 0.22.1-5
|
|
|
|
- Switch from LCMS to LCMS2
|
|
|
|
- Resolves: #975465
|
|
|
|
|
2013-06-05 13:49:24 +00:00
|
|
|
* Wed Jun 5 2013 Marek Kasik <mkasik@redhat.com> 0.22.1-4
|
|
|
|
- Fix changelog dates
|
|
|
|
|
2013-04-12 10:18:45 +00:00
|
|
|
* Fri Apr 12 2013 Marek Kasik <mkasik@redhat.com> 0.22.1-3
|
|
|
|
- Enable generating of TIFF files by pdftoppm
|
|
|
|
|
2013-04-11 12:54:42 +00:00
|
|
|
* Thu Apr 11 2013 Marek Kasik <mkasik@redhat.com> 0.22.1-2
|
|
|
|
- Fix man pages of pdftops and pdfseparate
|
|
|
|
|
2013-02-27 13:05:21 +00:00
|
|
|
* Wed Feb 27 2013 Marek Kasik <mkasik@redhat.com> 0.22.1-1
|
|
|
|
- Update to 0.22.1
|
|
|
|
|
2013-02-14 18:11:04 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-20 17:18:05 +00:00
|
|
|
* Sun Jan 20 2013 Rex Dieter <rdieter@fedoraproject.org> 0.22.0-2
|
|
|
|
- -demos: omit extraneous (and broken) dep
|
|
|
|
|
2013-01-18 12:31:44 +00:00
|
|
|
* Fri Jan 18 2013 Marek Kasik <mkasik@redhat.com> 0.22.0-1
|
|
|
|
- Update to 0.22.0
|
|
|
|
|
2012-11-13 12:56:37 +00:00
|
|
|
* Tue Nov 13 2012 Marek Kasik <mkasik@redhat.com> 0.20.2-9
|
|
|
|
- Move poppler-glib-demo to new sub-package demos
|
|
|
|
- Resolves: #872338
|
|
|
|
|
2012-11-12 17:14:07 +00:00
|
|
|
* Mon Nov 12 2012 Marek Kasik <mkasik@redhat.com> 0.20.2-8
|
|
|
|
- Add references to corresponding bugs for poppler-0.20.3-5.patch
|
|
|
|
|
2012-11-06 16:39:49 +00:00
|
|
|
* Tue Nov 6 2012 Marek Kasik <mkasik@redhat.com> 0.20.2-7
|
|
|
|
- Add missing hunk to patch poppler-0.20.3-5.patch
|
|
|
|
|
2012-11-06 15:01:43 +00:00
|
|
|
* Tue Nov 6 2012 Marek Kasik <mkasik@redhat.com> 0.20.2-6
|
|
|
|
- Backport most of the changes from poppler-0.20.3 - poppler-0.20.5
|
|
|
|
- (those which doesn't change API or ABI and are important)
|
|
|
|
- See poppler-0.20.3-5.patch for detailed list of included commits
|
|
|
|
|
2012-10-31 15:18:31 +00:00
|
|
|
* Wed Oct 31 2012 Marek Kasik <mkasik@redhat.com> 0.20.2-5
|
|
|
|
- Remove unused patch
|
|
|
|
|
2012-10-31 14:48:33 +00:00
|
|
|
* Wed Oct 31 2012 Marek Kasik <mkasik@redhat.com> 0.20.2-4
|
|
|
|
- Update License field
|
|
|
|
|
2012-08-06 14:43:42 +00:00
|
|
|
* Mon Aug 6 2012 Marek Kasik <mkasik@redhat.com> 0.20.2-3
|
|
|
|
- Fix conversion to ps when having multiple strips
|
|
|
|
|
2012-08-06 14:36:07 +00:00
|
|
|
* Mon Aug 6 2012 Marek Kasik <mkasik@redhat.com> 0.20.2-2
|
|
|
|
- Make sure xScale and yScale are always initialized
|
|
|
|
- Resolves: #840515
|
|
|
|
|
2012-08-06 13:02:45 +00:00
|
|
|
* Mon Aug 6 2012 Marek Kasik <mkasik@redhat.com> 0.20.2-1
|
|
|
|
- Update to 0.20.2
|
|
|
|
|
2012-08-06 12:25:50 +00:00
|
|
|
* Mon Aug 6 2012 Marek Kasik <mkasik@redhat.com> 0.20.1-3
|
|
|
|
- Try empty string instead of NULL as password if needed
|
|
|
|
- Resolves: #845578
|
|
|
|
|
2012-07-21 02:37:45 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-02 11:28:48 +00:00
|
|
|
* Mon Jul 2 2012 Marek Kasik <mkasik@redhat.com> 0.20.1-1
|
|
|
|
- Update to 0.20.1
|
|
|
|
|
2012-06-25 14:18:25 +00:00
|
|
|
* Mon Jun 25 2012 Nils Philippsen <nils@redhat.com>
|
|
|
|
- license is "GPLv2 or GPLv3" from poppler-0.20.0 on (based off xpdf-3.03)
|
|
|
|
|
2012-05-16 14:28:24 +00:00
|
|
|
* Wed May 16 2012 Marek Kasik <mkasik@redhat.com> 0.20.0-1
|
|
|
|
- Update to 0.20.0
|
|
|
|
|
2012-05-04 11:55:30 +00:00
|
|
|
* Fri May 4 2012 Marek Kasik <mkasik@redhat.com> 0.18.4-3
|
|
|
|
- Backport of a patch which sets mask matrix before drawing an image with a mask
|
|
|
|
- Resolves: #817378
|
|
|
|
|
2012-02-28 19:41:39 +00:00
|
|
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18.4-2
|
|
|
|
- Rebuilt for c++ ABI breakage
|
|
|
|
|
2012-02-18 18:29:56 +00:00
|
|
|
* Sat Feb 18 2012 Rex Dieter <rdieter@fedoraproject.org> 0.18.4-1
|
|
|
|
- 0.18.4
|
|
|
|
|
2012-02-10 01:16:34 +00:00
|
|
|
* Thu Feb 09 2012 Rex Dieter <rdieter@fedoraproject.org> 0.18.3-3
|
|
|
|
- rebuild (openjpeg)
|
|
|
|
|
2012-01-17 23:11:35 +00:00
|
|
|
* Tue Jan 17 2012 Rex Dieter <rdieter@fedoraproject.org> 0.18.3-2
|
|
|
|
- -devel: don't own all headers
|
|
|
|
|
2012-01-16 19:43:10 +00:00
|
|
|
* Mon Jan 16 2012 Rex Dieter <rdieter@fedoraproject.org> 0.18.3-1
|
|
|
|
- 0.18.3
|
|
|
|
|
2012-01-14 01:07:50 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-06 12:46:01 +00:00
|
|
|
* Tue Dec 06 2011 Marek Kasik <mkasik@redhat.com> - 0.18.2-1
|
|
|
|
- Update to 0.18.2
|
|
|
|
- Remove upstreamed patches
|
|
|
|
|
2011-12-06 01:03:12 +00:00
|
|
|
* Mon Dec 05 2011 Adam Jackson <ajax@redhat.com> 0.18.1-3
|
|
|
|
- Rebuild for new libpng
|
|
|
|
|
2011-10-28 21:52:00 +00:00
|
|
|
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> 0.18.1-2
|
|
|
|
- poppler-glib.pc pkgconfig file broken (#749898)
|
|
|
|
- %%check: verify pkgconfig sanity
|
|
|
|
|
2011-10-28 16:01:44 +00:00
|
|
|
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> 0.18.1-1
|
|
|
|
- Update to 0.18.1
|
|
|
|
- pkgconfig-style deps
|
|
|
|
- tighten deps with %%_isa
|
|
|
|
|
2011-09-30 07:29:33 +00:00
|
|
|
* Fri Sep 30 2011 Marek Kasik <mkasik@redhat.com> - 0.18.0-2
|
2011-10-28 16:01:44 +00:00
|
|
|
- rebuild
|
2011-09-30 07:29:33 +00:00
|
|
|
|
2011-09-30 07:16:43 +00:00
|
|
|
* Fri Sep 30 2011 Marek Kasik <mkasik@redhat.com> - 0.18.0-1
|
|
|
|
- Update to 0.18.0
|
|
|
|
|
2011-09-26 11:01:47 +00:00
|
|
|
* Mon Sep 26 2011 Marek Kasik <mkasik@redhat.com> - 0.17.3-2
|
|
|
|
- Don't include pdfextract and pdfmerge in resulting packages for now
|
|
|
|
- since they conflict with packages pdfmerge and mupdf (#740906)
|
|
|
|
|
2011-09-19 14:36:08 +00:00
|
|
|
* Mon Sep 19 2011 Marek Kasik <mkasik@redhat.com> - 0.17.3-1
|
|
|
|
- Update to 0.17.3
|
|
|
|
|
2011-08-17 15:34:29 +00:00
|
|
|
* Wed Aug 17 2011 Marek Kasik <mkasik@redhat.com> - 0.17.0-2
|
|
|
|
- Fix a problem with freeing of memory in PreScanOutputDev (#730941)
|
|
|
|
|
2011-07-15 15:59:13 +00:00
|
|
|
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 0.17.0-1
|
|
|
|
- Update to 0.17.0
|
|
|
|
|
2011-06-30 18:11:13 +00:00
|
|
|
* Thu Jun 30 2011 Rex Dieter <rdieter@fedoraproject.org> 0.16.7-1
|
|
|
|
- 0.16.7
|
|
|
|
|
2011-06-22 12:04:06 +00:00
|
|
|
* Wed Jun 22 2011 Marek Kasik <mkasik@redhat.com> - 0.16.6-2
|
|
|
|
- Drop dependency on gtk-doc (#604412)
|
|
|
|
|
2011-06-02 12:58:59 +00:00
|
|
|
* Thu Jun 2 2011 Marek Kasik <mkasik@redhat.com> - 0.16.6-1
|
|
|
|
- Update to 0.16.6
|
|
|
|
|
2011-05-05 08:42:34 +00:00
|
|
|
* Thu May 5 2011 Marek Kasik <mkasik@redhat.com> - 0.16.5-1
|
|
|
|
- Update to 0.16.5
|
|
|
|
|
2011-03-31 15:40:12 +00:00
|
|
|
* Thu Mar 31 2011 Marek Kasik <mkasik@redhat.com> - 0.16.4-1
|
|
|
|
- Update to 0.16.4
|
|
|
|
|
2011-03-13 11:35:22 +00:00
|
|
|
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 0.16.3-2
|
|
|
|
- Update to 0.16.3
|
|
|
|
|
2011-03-13 11:04:33 +00:00
|
|
|
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 0.16.3-1
|
|
|
|
- Update to 0.16.3
|
|
|
|
|
2011-02-09 15:48:33 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-02 12:28:41 +00:00
|
|
|
* Wed Feb 2 2011 Marek Kasik <mkasik@redhat.com> - 0.16.2-1
|
|
|
|
- Update to 0.16.2
|
|
|
|
|
2011-01-18 21:12:13 +00:00
|
|
|
* Tue Jan 18 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.16.0-3
|
|
|
|
- drop qt3 bindings
|
|
|
|
- rename -qt4 -> -qt
|
|
|
|
|
2011-01-12 17:30:26 +00:00
|
|
|
* Wed Jan 12 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.16.0-2
|
|
|
|
- rebuild (openjpeg)
|
|
|
|
|
2011-01-01 19:48:00 +00:00
|
|
|
* Mon Dec 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.16.0-1
|
|
|
|
- 0.16.0
|
|
|
|
|
2010-12-10 14:17:06 +00:00
|
|
|
* Fri Dec 10 2010 Marek Kasik <mkasik@redhat.com> - 0.15.3-1
|
|
|
|
- Update to 0.15.3
|
|
|
|
|
2010-11-01 16:09:21 +00:00
|
|
|
* Mon Nov 1 2010 Marek Kasik <mkasik@redhat.com> - 0.15.1-1
|
|
|
|
- Update to 0.15.1
|
|
|
|
- Remove CVE-2010-3702, 3703 and 3704 patches (they are already in 0.15.1)
|
|
|
|
|
2010-10-07 12:58:41 +00:00
|
|
|
* Thu Oct 7 2010 Marek Kasik <mkasik@redhat.com> - 0.15.0-5
|
|
|
|
- Add poppler-0.15.0-CVE-2010-3702.patch
|
|
|
|
(Properly initialize parser)
|
|
|
|
- Add poppler-0.15.0-CVE-2010-3703.patch
|
|
|
|
(Properly initialize stack)
|
|
|
|
- Add poppler-0.15.0-CVE-2010-3704.patch
|
|
|
|
(Fix crash in broken pdf (code < 0))
|
|
|
|
- Resolves: #639861
|
|
|
|
|
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
|
|
|
|
|
2013-06-05 13:49:24 +00:00
|
|
|
* Wed Nov 28 2007 Matthias Clasen <mclasen@redhat.com> - 0.6.2-2
|
2007-11-29 22:07:51 +00:00
|
|
|
- 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
|
|
|
|
2013-06-05 13:49:24 +00:00
|
|
|
* Wed Mar 2 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.1-1
|
2005-03-02 14:52:52 +00:00
|
|
|
- Initial build
|