2021-01-11 17:30:03 +00:00
|
|
|
%global test_sha 03a4b9eb854a06a83c465e82de601796c458bbe9
|
|
|
|
%global test_date 2021-01-11
|
2017-02-17 22:25:37 +00:00
|
|
|
|
2022-01-14 15:55:27 +00:00
|
|
|
# Enable qt6 support (or not)
|
|
|
|
# FIXME: qt6-qtdeclarative doesn't build on S390x
|
|
|
|
# BUG: https://bugreports.qt.io/browse/QTBUG-93101
|
|
|
|
%ifnarch s390x
|
|
|
|
%global qt6 1
|
|
|
|
%endif
|
|
|
|
|
2006-05-31 06:43:46 +00:00
|
|
|
Summary: PDF rendering library
|
2013-08-19 15:03:10 +00:00
|
|
|
Name: poppler
|
2022-08-02 12:38:02 +00:00
|
|
|
Version: 22.08.0
|
|
|
|
Release: 1%{?dist}
|
2012-10-31 14:48:33 +00:00
|
|
|
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
|
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
|
2017-02-17 22:25:37 +00:00
|
|
|
# git archive --prefix test/
|
2019-01-25 19:05:03 +00:00
|
|
|
Source1: %{name}-test-%{test_date}-%{test_sha}.tar.xz
|
2013-08-19 15:03:10 +00:00
|
|
|
|
2021-01-11 17:30:03 +00:00
|
|
|
Patch1: poppler-0.90.0-position-independent-code.patch
|
2020-07-10 17:31:03 +00:00
|
|
|
|
2021-01-15 09:47:05 +00:00
|
|
|
Patch3: poppler-21.01.0-glib-introspection.patch
|
|
|
|
|
2021-01-08 19:24:12 +00:00
|
|
|
BuildRequires: make
|
2017-10-04 08:10:00 +00:00
|
|
|
BuildRequires: cmake
|
2018-03-07 17:34:22 +00:00
|
|
|
BuildRequires: gcc-c++
|
2011-10-28 16:01:44 +00:00
|
|
|
BuildRequires: gettext-devel
|
2016-11-22 17:13:26 +00:00
|
|
|
BuildRequires: pkgconfig(cairo)
|
2017-02-17 12:39:03 +00:00
|
|
|
BuildRequires: pkgconfig(cairo-ft)
|
|
|
|
BuildRequires: pkgconfig(cairo-pdf)
|
|
|
|
BuildRequires: pkgconfig(cairo-ps)
|
|
|
|
BuildRequires: pkgconfig(cairo-svg)
|
|
|
|
BuildRequires: pkgconfig(fontconfig)
|
|
|
|
BuildRequires: pkgconfig(freetype2)
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
2022-01-14 15:55:27 +00:00
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
2013-01-18 12:31:44 +00:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
2017-02-17 14:55:29 +00:00
|
|
|
BuildRequires: pkgconfig(gtk-doc)
|
2013-06-20 13:02:10 +00:00
|
|
|
BuildRequires: pkgconfig(lcms2)
|
2017-02-17 12:16:17 +00:00
|
|
|
BuildRequires: pkgconfig(libjpeg)
|
2017-02-17 12:13:37 +00:00
|
|
|
BuildRequires: pkgconfig(libopenjp2)
|
2017-02-17 12:39:03 +00:00
|
|
|
BuildRequires: pkgconfig(libpng)
|
2013-04-12 10:18:45 +00:00
|
|
|
BuildRequires: pkgconfig(libtiff-4)
|
2016-11-22 17:13:26 +00:00
|
|
|
BuildRequires: pkgconfig(nss)
|
2017-02-17 12:39:03 +00:00
|
|
|
BuildRequires: pkgconfig(poppler-data)
|
|
|
|
BuildRequires: pkgconfig(Qt5Core)
|
2017-02-17 12:14:30 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
2017-02-17 12:39:03 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Test)
|
|
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
2017-02-17 12:14:30 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Xml)
|
2022-01-14 15:55:27 +00:00
|
|
|
%if 0%{?qt6}
|
2022-01-14 13:42:35 +00:00
|
|
|
BuildRequires: cmake(Qt6Core)
|
|
|
|
BuildRequires: cmake(Qt6Gui)
|
|
|
|
BuildRequires: cmake(Qt6Test)
|
|
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
|
|
BuildRequires: cmake(Qt6Xml)
|
|
|
|
%endif
|
2021-07-26 15:29:56 +00:00
|
|
|
BuildRequires: boost-devel
|
2011-10-28 16:01:44 +00:00
|
|
|
|
2017-02-17 12:14:44 +00:00
|
|
|
Requires: poppler-data
|
|
|
|
|
2017-10-04 08:10:00 +00:00
|
|
|
Obsoletes: poppler-glib-demos < 0.60.1-1
|
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%description
|
2016-11-22 17:18:10 +00:00
|
|
|
%{name} is a PDF rendering library.
|
2005-03-02 14:52:52 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries and headers for poppler
|
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
|
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
|
2011-10-28 16:01:44 +00:00
|
|
|
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
2017-02-17 15:28:24 +00:00
|
|
|
Suggests: %{name}-doc = %{version}-%{release}
|
2009-08-03 16:18:30 +00:00
|
|
|
|
2008-01-29 13:57:44 +00:00
|
|
|
%description glib-devel
|
|
|
|
%{summary}.
|
|
|
|
|
2017-02-17 15:28:24 +00:00
|
|
|
%package glib-doc
|
|
|
|
Summary: Documentation for glib wrapper
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description glib-doc
|
|
|
|
%{summary}.
|
|
|
|
|
2013-08-19 15:03:10 +00:00
|
|
|
%package qt5
|
|
|
|
Summary: Qt5 wrapper for poppler
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2021-02-09 17:30:24 +00:00
|
|
|
Obsoletes: %{name}-qt < 0.90.0-9
|
2013-08-19 15:03:10 +00:00
|
|
|
%description qt5
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package qt5-devel
|
|
|
|
Summary: Development files for Qt5 wrapper
|
|
|
|
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
2013-08-20 15:26:55 +00:00
|
|
|
Requires: qt5-qtbase-devel
|
2021-02-09 17:30:24 +00:00
|
|
|
Obsoletes: %{name}-qt-devel < 0.90.0-9
|
2013-08-19 15:03:10 +00:00
|
|
|
%description qt5-devel
|
|
|
|
%{summary}.
|
|
|
|
|
2022-01-14 15:55:27 +00:00
|
|
|
%if 0%{?qt6}
|
2022-01-14 13:42:35 +00:00
|
|
|
%package qt6
|
|
|
|
Summary: Qt6 wrapper for poppler
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description qt6
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package qt6-devel
|
|
|
|
Summary: Development files for Qt6 wrapper
|
|
|
|
Requires: %{name}-qt6%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: qt6-qtbase-devel
|
|
|
|
%description qt6-devel
|
|
|
|
%{summary}.
|
|
|
|
%endif
|
|
|
|
|
2010-04-30 14:51:00 +00:00
|
|
|
%package cpp
|
|
|
|
Summary: Pure C++ wrapper for poppler
|
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
|
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
|
2011-10-28 16:01:44 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2006-01-11 19:37:03 +00:00
|
|
|
%description utils
|
2016-11-22 17:18:10 +00:00
|
|
|
Command line tools for manipulating PDF files and converting them to
|
|
|
|
other formats.
|
2006-01-11 19:37:03 +00:00
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%prep
|
2017-02-17 22:25:37 +00:00
|
|
|
%autosetup -p1 -b 1
|
2009-06-24 01:48:30 +00:00
|
|
|
|
2021-01-11 17:30:03 +00:00
|
|
|
chmod -x poppler/CairoFontEngine.cc
|
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%build
|
2017-10-04 08:10:00 +00:00
|
|
|
%cmake \
|
|
|
|
-DENABLE_CMS=lcms2 \
|
|
|
|
-DENABLE_DCTDECODER=libjpeg \
|
|
|
|
-DENABLE_GTK_DOC=ON \
|
|
|
|
-DENABLE_LIBOPENJPEG=openjpeg2 \
|
2019-01-25 19:05:03 +00:00
|
|
|
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
|
2017-10-04 08:10:00 +00:00
|
|
|
-DENABLE_ZLIB=OFF \
|
|
|
|
..
|
2020-08-04 10:29:56 +00:00
|
|
|
%cmake_build
|
2006-12-09 03:47:48 +00:00
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%install
|
2020-08-04 10:29:56 +00:00
|
|
|
%cmake_install
|
2005-03-02 14:52:52 +00:00
|
|
|
|
2011-10-28 21:52:00 +00:00
|
|
|
%check
|
2018-03-07 17:34:22 +00:00
|
|
|
%make_build test
|
2017-02-17 22:25:37 +00:00
|
|
|
|
2011-10-28 21:52:00 +00:00
|
|
|
# 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-cpp)" = "%{version}"
|
|
|
|
test "$(pkg-config --modversion poppler-glib)" = "%{version}"
|
2013-10-18 13:22:32 +00:00
|
|
|
test "$(pkg-config --modversion poppler-qt5)" = "%{version}"
|
2022-01-14 15:55:27 +00:00
|
|
|
%if 0%{?qt6}
|
2022-01-14 13:42:35 +00:00
|
|
|
test "$(pkg-config --modversion poppler-qt6)" = "%{version}"
|
|
|
|
%endif
|
2011-10-28 21:52:00 +00:00
|
|
|
|
2018-03-07 17:34:22 +00:00
|
|
|
%ldconfig_scriptlets
|
2009-01-20 15:46:48 +00:00
|
|
|
|
2018-03-07 17:34:22 +00:00
|
|
|
%ldconfig_scriptlets glib
|
2009-01-20 15:46:48 +00:00
|
|
|
|
2018-03-07 17:34:22 +00:00
|
|
|
%ldconfig_scriptlets qt5
|
2013-08-19 15:03:10 +00:00
|
|
|
|
2022-01-14 15:55:27 +00:00
|
|
|
%if 0%{?qt6}
|
2022-01-14 13:42:35 +00:00
|
|
|
%ldconfig_scriptlets qt6
|
|
|
|
%endif
|
|
|
|
|
2018-03-07 17:34:22 +00:00
|
|
|
%ldconfig_scriptlets cpp
|
2009-01-20 15:46:48 +00:00
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%files
|
2020-01-17 11:32:20 +00:00
|
|
|
%doc README.md
|
2016-11-22 17:26:04 +00:00
|
|
|
%license COPYING
|
2022-08-02 12:38:02 +00:00
|
|
|
%{_libdir}/libpoppler.so.123*
|
2005-03-02 14:52:52 +00:00
|
|
|
|
|
|
|
%files devel
|
2007-10-12 15:29:02 +00:00
|
|
|
%{_libdir}/pkgconfig/poppler.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/
|
2005-03-02 14:52:52 +00:00
|
|
|
|
2008-01-29 13:57:44 +00:00
|
|
|
%files glib
|
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
|
|
|
|
%{_libdir}/pkgconfig/poppler-glib.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
|
|
|
|
2017-02-17 15:28:24 +00:00
|
|
|
%files glib-doc
|
|
|
|
%license COPYING
|
|
|
|
%{_datadir}/gtk-doc/
|
|
|
|
|
2013-08-19 15:03:10 +00:00
|
|
|
%files qt5
|
|
|
|
%{_libdir}/libpoppler-qt5.so.1*
|
|
|
|
|
|
|
|
%files qt5-devel
|
|
|
|
%{_libdir}/libpoppler-qt5.so
|
|
|
|
%{_libdir}/pkgconfig/poppler-qt5.pc
|
|
|
|
%{_includedir}/poppler/qt5/
|
|
|
|
|
2022-01-14 15:55:27 +00:00
|
|
|
%if 0%{?qt6}
|
2022-01-14 13:42:35 +00:00
|
|
|
%files qt6
|
|
|
|
%{_libdir}/libpoppler-qt6.so.3*
|
|
|
|
|
|
|
|
%files qt6-devel
|
|
|
|
%{_libdir}/libpoppler-qt6.so
|
|
|
|
%{_libdir}/pkgconfig/poppler-qt6.pc
|
|
|
|
%{_includedir}/poppler/qt6/
|
|
|
|
%endif
|
|
|
|
|
2010-04-30 14:51:00 +00:00
|
|
|
%files cpp
|
|
|
|
%{_libdir}/libpoppler-cpp.so.0*
|
|
|
|
|
|
|
|
%files cpp-devel
|
|
|
|
%{_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
|
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
|
|
|
|
2005-03-02 14:52:52 +00:00
|
|
|
%changelog
|
2022-08-02 12:38:02 +00:00
|
|
|
* Tue Aug 2 2022 Marek Kasik <mkasik@redhat.com> - 22.08.0-1
|
|
|
|
- Update to 22.08.0
|
|
|
|
- Resolves: #2049336
|
|
|
|
|
2022-07-22 15:13:34 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 22.01.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-15 08:03:39 +00:00
|
|
|
* Wed Jun 15 2022 Marek Kasik <mkasik@redhat.com> - 22.01.0-5
|
|
|
|
- Don't run out of file for Hints
|
|
|
|
- Resolves: #2090965
|
|
|
|
|
2022-05-20 22:16:08 +00:00
|
|
|
* Fri May 20 2022 Sandro Mani <manisandro@gmail.com> - 22.01.0-4
|
|
|
|
- Rebuild for gdal-3.5.0 and/or openjpeg-2.5.0
|
|
|
|
|
2022-01-21 09:16:24 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 22.01.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-14 13:42:35 +00:00
|
|
|
* Fri Jan 14 2022 Sandro Mani <manisandro@gmail.com> - 22.01.0-2
|
|
|
|
- Enable qt6
|
|
|
|
|
2022-01-13 15:03:36 +00:00
|
|
|
* Thu Jan 13 2022 Marek Kasik <mkasik@redhat.com> - 22.01.0-1
|
|
|
|
- Update to 22.01.0
|
|
|
|
- Resolves: #2000346
|
|
|
|
|
2021-08-02 11:57:47 +00:00
|
|
|
* Mon Aug 2 2021 Marek Kasik <mkasik@redhat.com> - 21.08.0-1
|
|
|
|
- Update to 21.08.0
|
|
|
|
- Resolves: #1923798, #1988844
|
|
|
|
|
2021-07-26 15:47:55 +00:00
|
|
|
* Mon Jul 26 2021 Marek Kasik <mkasik@redhat.com> - 21.07.0-2
|
|
|
|
- Disable qt6 frontend as it doesn't build on s390x
|
|
|
|
- Resolves: #1923798
|
|
|
|
|
2021-07-26 15:29:56 +00:00
|
|
|
* Mon Jul 26 2021 Marek Kasik <mkasik@redhat.com> - 21.07.0-1
|
|
|
|
- Update to 21.07.0
|
|
|
|
- Add requirement of boost for performance gain in splash
|
|
|
|
- Add qt6 subpackages
|
|
|
|
- Resolves: #1923798
|
|
|
|
|
2021-07-23 03:52:59 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 21.01.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-01 14:17:20 +00:00
|
|
|
* Tue Jun 1 2021 Marek Kasik <mkasik@redhat.com> - 21.01.0-7
|
|
|
|
- Fix showing of non-ASCII characters in annotations
|
|
|
|
- Resolves: #1958673
|
|
|
|
|
2021-03-30 18:38:58 +00:00
|
|
|
* Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 21.01.0-6
|
|
|
|
- Rebuilt for removed libstdc++ symbol (#1937698)
|
|
|
|
|
2021-02-09 17:30:24 +00:00
|
|
|
* Tue Feb 9 2021 Marek Kasik <mkasik@redhat.com> - 21.01.0-5
|
|
|
|
- Obsolete Qt4 frontend
|
|
|
|
- Resolves: #1926010
|
|
|
|
|
2021-01-27 08:25:34 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 21.01.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-15 09:47:05 +00:00
|
|
|
* Fri Jan 15 2021 Marek Kasik <mkasik@redhat.com> - 21.01.0-3
|
|
|
|
- Improve the previous fix
|
|
|
|
- Resolves: #1915776
|
|
|
|
|
2021-01-13 17:21:32 +00:00
|
|
|
* Wed Jan 13 2021 Marek Kasik <mkasik@redhat.com> - 21.01.0-2
|
|
|
|
- Fix multilib property of poppler-glib
|
|
|
|
- by using the same build directory for all architectures
|
|
|
|
- Resolves: #1915776
|
|
|
|
|
2021-01-11 17:30:03 +00:00
|
|
|
* Mon Jan 11 2021 Marek Kasik <mkasik@redhat.com> - 21.01.0-1
|
|
|
|
- Update to 21.01.0
|
|
|
|
- Remove the Qt4 frontend
|
|
|
|
- Resolves: #1673727
|
|
|
|
|
2020-12-07 16:07:48 +00:00
|
|
|
* Mon Dec 07 2020 Marek Kasik <mkasik@redhat.com> - 0.90.0-8
|
|
|
|
- Build Qt4 frontend on Fedora only
|
|
|
|
|
2020-10-31 19:29:15 +00:00
|
|
|
* Sat Oct 31 2020 Jeff Law <law@redhat.com> - 0.90.0-7
|
|
|
|
- Fix bogus volatiles caught by gcc-11
|
|
|
|
|
2020-08-04 10:29:56 +00:00
|
|
|
* Tue Aug 04 2020 Marek Kasik <mkasik@redhat.com> - 0.90.0-6
|
|
|
|
- Align poppler with
|
|
|
|
- https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds
|
|
|
|
- Resolves: #1865248
|
|
|
|
|
2020-08-01 07:12:11 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.90.0-5
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-28 22:50:59 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.90.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-10 18:16:06 +00:00
|
|
|
* Fri Jul 10 2020 Marek Kasik <mkasik@redhat.com> - 0.90.0-3
|
|
|
|
- Fix some other issues.
|
|
|
|
- Resolves: #1673727
|
|
|
|
|
2020-07-10 17:31:03 +00:00
|
|
|
* Fri Jul 10 2020 Marek Kasik <mkasik@redhat.com> - 0.90.0-2
|
|
|
|
- Compile poppler with position independent code turned on.
|
|
|
|
- Otherwise it doesn't build on Fedora 33.
|
|
|
|
- Resolves: #1673727
|
|
|
|
|
2020-07-09 14:53:50 +00:00
|
|
|
* Wed Jul 08 2020 Marek Kasik <mkasik@redhat.com> - 0.90.0-1
|
|
|
|
- Update to 0.90.0
|
|
|
|
- Resolves: #1673727
|
|
|
|
|
2020-01-30 09:32:32 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.84.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-17 11:32:20 +00:00
|
|
|
* Fri Jan 17 2020 Marek Kasik <mkasik@redhat.com> - 0.84.0-1
|
|
|
|
- Update to 0.84.0
|
|
|
|
- Resolves: #1673727
|
|
|
|
|
2019-12-20 15:00:44 +00:00
|
|
|
* Fri Dec 20 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-15
|
|
|
|
- Check scaled dimensions for 0
|
|
|
|
- Resolves: #1785416
|
|
|
|
|
2019-07-24 14:33:30 +00:00
|
|
|
* Wed Jul 24 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-14
|
|
|
|
- Ignore dict Length if it is broken
|
|
|
|
- Resolves: #1732342
|
|
|
|
|
2019-05-30 15:26:29 +00:00
|
|
|
* Thu May 30 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-13
|
|
|
|
- Don't read outside of image buffer in PSOutputDev
|
|
|
|
- Resolves: #1696640
|
|
|
|
|
2019-05-30 14:33:33 +00:00
|
|
|
* Thu May 30 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-12
|
|
|
|
- SplashXPathScanner::clipAALine: Fix crash on broken file
|
|
|
|
- Resolves: #1696640
|
|
|
|
|
2019-05-30 13:47:55 +00:00
|
|
|
* Thu May 30 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-11
|
|
|
|
- Restrict filling of overlapping boxes in Splash
|
|
|
|
- Resolves: #1696640
|
|
|
|
|
2019-05-30 13:19:02 +00:00
|
|
|
* Wed May 29 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-10
|
|
|
|
- Fail gracefully if not all components of JPEG2000Stream
|
|
|
|
- have the same size
|
|
|
|
- Resolves: #1713585
|
|
|
|
|
2019-04-17 11:03:33 +00:00
|
|
|
* Wed Apr 17 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-9
|
|
|
|
- Fix infinite loop in broken files
|
|
|
|
- Resolves: #1699863
|
|
|
|
|
2019-04-01 11:28:03 +00:00
|
|
|
* Mon Apr 1 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-8
|
|
|
|
- Constrain number of cycles in rescale filter
|
|
|
|
- Compute correct coverage values for box filter
|
|
|
|
- Resolves: #1686803
|
|
|
|
|
2019-04-01 10:53:31 +00:00
|
|
|
* Mon Apr 1 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-7
|
|
|
|
- Fix stack overflow on broken file
|
|
|
|
- Resolves: #1691725
|
|
|
|
|
2019-03-11 08:30:55 +00:00
|
|
|
* Mon Mar 11 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-6
|
|
|
|
- Fix possible crash on broken files in ImageStream::getLine()
|
|
|
|
- Resolves: #1683633
|
|
|
|
|
2019-03-08 17:18:28 +00:00
|
|
|
* Fri Mar 8 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-5
|
|
|
|
- Synchronize previous patch with upstream
|
|
|
|
- Related: #1665274
|
|
|
|
|
2019-02-20 16:39:09 +00:00
|
|
|
* Wed Feb 20 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-4
|
|
|
|
- Check Catalog from XRef for being a Dict
|
|
|
|
- Resolves: #1665274
|
|
|
|
|
2019-02-20 15:15:50 +00:00
|
|
|
* Wed Feb 20 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-3
|
|
|
|
- Defend against requests for negative XRef indices
|
|
|
|
- Resolves: #1672420
|
|
|
|
|
2019-02-02 04:38:14 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.73.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-25 19:05:03 +00:00
|
|
|
* Fri Jan 25 2019 Marek Kasik <mkasik@redhat.com> - 0.73.0-1
|
|
|
|
- Update to 0.73.0
|
|
|
|
|
2019-01-22 13:38:16 +00:00
|
|
|
* Tue Jan 22 2019 Marek Kasik <mkasik@redhat.com> - 0.67.0-10
|
|
|
|
- Avoid global display profile state becoming an uncontrolled
|
|
|
|
- memory leak
|
|
|
|
- Resolves: #1646549
|
|
|
|
|
2019-01-22 09:46:15 +00:00
|
|
|
* Mon Jan 21 2019 Marek Kasik <mkasik@redhat.com> - 0.67.0-9
|
|
|
|
- Do not try to parse into unallocated XRef entry
|
|
|
|
- Resolves: #1665268
|
|
|
|
|
2019-01-22 09:47:39 +00:00
|
|
|
* Mon Jan 21 2019 Marek Kasik <mkasik@redhat.com> - 0.67.0-8
|
|
|
|
- Move the fileSpec.dictLookup call inside fileSpec.isDict if
|
|
|
|
- Resolves: #1665264
|
|
|
|
|
2019-01-21 13:01:29 +00:00
|
|
|
* Mon Jan 21 2019 Marek Kasik <mkasik@redhat.com> - 0.67.0-7
|
|
|
|
- Do not try to construct invalid rich media annotation assets
|
|
|
|
- Resolves: #1665260
|
|
|
|
|
2018-11-15 14:46:40 +00:00
|
|
|
* Thu Nov 15 2018 Marek Kasik <mkasik@redhat.com> - 0.67.0-6
|
|
|
|
- Check for valid file name of embedded file
|
|
|
|
- Resolves: #1649451
|
|
|
|
|
2018-11-15 13:39:57 +00:00
|
|
|
* Thu Nov 15 2018 Marek Kasik <mkasik@redhat.com> - 0.67.0-5
|
|
|
|
- Check for valid embedded file before trying to save it
|
|
|
|
- Resolves: #1649441
|
|
|
|
|
2018-11-15 12:53:49 +00:00
|
|
|
* Thu Nov 15 2018 Marek Kasik <mkasik@redhat.com> - 0.67.0-4
|
|
|
|
- Check for stream before calling stream methods
|
|
|
|
- when saving an embedded file
|
|
|
|
- Resolves: #1649436
|
|
|
|
|
2018-11-12 16:42:16 +00:00
|
|
|
* Mon Nov 12 2018 Marek Kasik <mkasik@redhat.com> - 0.67.0-3
|
|
|
|
- Avoid cycles in PDF parsing
|
|
|
|
- Resolves: #1626620
|
|
|
|
|
2018-10-17 09:52:20 +00:00
|
|
|
* Wed Oct 17 2018 Marek Kasik <mkasik@redhat.com> - 0.67.0-2
|
|
|
|
- Fix crash on missing embedded file
|
|
|
|
- Resolves: #1569334
|
|
|
|
|
2018-08-14 00:32:06 +00:00
|
|
|
* Tue Aug 14 2018 Marek Kasik <mkasik@redhat.com> - 0.67.0-1
|
|
|
|
- Update to 0.67.0
|
|
|
|
- Resolves: #1568641
|
|
|
|
|
2018-08-07 12:21:05 +00:00
|
|
|
* Tue Aug 7 2018 Marek Kasik <mkasik@redhat.com> - 0.63.0-8
|
|
|
|
- Fix tiling patterns when pattern cell is too far
|
|
|
|
- Resolves: #1557355
|
|
|
|
|
2018-07-31 09:06:18 +00:00
|
|
|
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 0.63.0-7
|
|
|
|
- Rebuild with fixed binutils
|
|
|
|
|
2018-07-27 12:55:20 +00:00
|
|
|
* Fri Jul 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.63.0-6
|
|
|
|
- Rebuild for new binutils
|
|
|
|
|
2018-07-26 15:34:44 +00:00
|
|
|
* Thu Jul 26 2018 Marek Kasik <mkasik@redhat.com> - 0.63.0-5
|
|
|
|
- Fix crash when Object has negative number (CVE-2018-13988)
|
|
|
|
- Resolves: #1607461
|
|
|
|
|
2018-07-23 12:00:51 +00:00
|
|
|
* Mon Jul 23 2018 Marek Kasik <mkasik@redhat.com> - 0.63.0-4
|
|
|
|
- Use /usr/bin/python3 explicitly
|
|
|
|
- https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3#Transition_Steps
|
|
|
|
- Resolves: #1605490
|
|
|
|
|
2018-07-13 22:44:04 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.63.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-28 13:33:06 +00:00
|
|
|
* Mon May 28 2018 Marek Kasik <mkasik@redhat.com> - 0.63.0-2
|
|
|
|
- Fix infinite recursion (CVE-2017-18267)
|
|
|
|
- Resolves: #1578780
|
|
|
|
|
2018-03-23 14:26:51 +00:00
|
|
|
* Fri Mar 23 2018 Marek Kasik <mkasik@redhat.com> - 0.63.0-1
|
|
|
|
- Update to 0.63.0
|
|
|
|
- Resolves: #1558001
|
|
|
|
|
2018-03-07 17:34:22 +00:00
|
|
|
* Wed Mar 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.62.0-2
|
|
|
|
- BR: gcc-c++, use %%ldconfig_scriptlets %%make_build %%make_install
|
|
|
|
|
2018-02-14 15:52:19 +00:00
|
|
|
* Wed Feb 14 2018 David Tardon <dtardon@redhat.com> - 0.62.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2018-02-09 05:34:27 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.61.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-14 07:38:41 +00:00
|
|
|
* Tue Nov 14 2017 David Tardon <dtardon@redhat.com> - 0.61.1-1
|
|
|
|
- new upstream release
|
|
|
|
|
2017-11-06 08:25:39 +00:00
|
|
|
* Mon Nov 06 2017 David Tardon <dtardon@redhat.com> - 0.61.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2017-10-24 19:08:09 +00:00
|
|
|
* Tue Oct 24 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.60.1-2
|
|
|
|
- -qt5: drop hard-coded versioned dependency
|
|
|
|
|
2017-10-04 08:10:00 +00:00
|
|
|
* Wed Oct 04 2017 David Tardon <dtardon@redhat.com> - 0.60.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2017-09-25 09:59:06 +00:00
|
|
|
* Mon Sep 25 2017 Caolán McNamara <caolanm@redhat.com> - 0.59.0-2
|
2017-09-25 09:57:56 +00:00
|
|
|
- Resolves: rhbz#1494583 CVE-2017-14520
|
|
|
|
|
2017-09-04 08:03:32 +00:00
|
|
|
* Mon Sep 04 2017 David Tardon <dtardon@redhat.com> - 0.59.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2017-08-02 11:01:46 +00:00
|
|
|
* Thu Aug 03 2017 David Tardon <dtardon@redhat.com> - 0.57.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2017-08-03 06:16:47 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 08:55:31 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-12 14:03:07 +00:00
|
|
|
* Wed Jul 12 2017 Caolán McNamara <caolanm@redhat.com> - 0.56.0-2
|
|
|
|
- Resolves: rhbz#1459067 CVE-2017-7515 CVE-2017-9775 CVE-2017-9776 CVE-2017-9865
|
|
|
|
|
2017-06-23 16:33:15 +00:00
|
|
|
* Fri Jun 23 2017 David Tardon <dtardon@redhat.com> - 0.56.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2017-05-30 13:53:29 +00:00
|
|
|
* Tue May 30 2017 Caolán McNamara <caolanm@redhat.com> - 0.55.0-2
|
2017-05-30 13:27:53 +00:00
|
|
|
- Resolves: rhbz#1456828 CVE-2017-7511 Null pointer deference
|
|
|
|
|
2017-05-23 09:10:50 +00:00
|
|
|
* Tue May 23 2017 David Tardon <dtardon@redhat.com> - 0.55.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2017-03-20 19:08:03 +00:00
|
|
|
* Mon Mar 20 2017 David Tardon <dtardon@redhat.com> - 0.53.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2017-02-17 09:08:28 +00:00
|
|
|
* Fri Feb 17 2017 David Tardon <dtardon@redhat.com> - 0.52.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2017-02-11 07:44:47 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.51.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-16 11:47:28 +00:00
|
|
|
* Mon Jan 16 2017 Caolán McNamara <caolanm@redhat.com> - 0.51.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2016-12-16 14:39:35 +00:00
|
|
|
* Fri Dec 16 2016 David Tardon <dtardon@redhat.com> - 0.50.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2016-11-22 14:58:11 +00:00
|
|
|
* Tue Nov 22 2016 David Tardon <dtardon@redhat.com> - 0.49.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2016-10-21 11:10:56 +00:00
|
|
|
* Fri Oct 21 2016 Marek Kasik <mkasik@redhat.com> - 0.48.0-1
|
|
|
|
- Update to 0.48.0
|
|
|
|
- Resolves: #1359555
|
|
|
|
|
2016-09-26 11:58:47 +00:00
|
|
|
* Mon Sep 26 2016 Marek Kasik <mkasik@redhat.com> - 0.45.0-2
|
|
|
|
- Don't crash when calling cmsGetColorSpace()
|
|
|
|
- Resolves: #1363669
|
|
|
|
|
2016-07-18 11:37:14 +00:00
|
|
|
* Mon Jul 18 2016 Marek Kasik <mkasik@redhat.com> - 0.45.0-1
|
|
|
|
- Update to 0.45.0
|
|
|
|
- Resolves: #1338421
|
|
|
|
|
2016-07-11 16:43:01 +00:00
|
|
|
* Mon Jul 11 2016 Marek Kasik <mkasik@redhat.com> - 0.43.0-2
|
|
|
|
- Restore the current position of char also in output device
|
|
|
|
- Related: #1352717
|
|
|
|
|
2016-05-03 12:08:35 +00:00
|
|
|
* Tue May 3 2016 Marek Kasik <mkasik@redhat.com> - 0.43.0-1
|
|
|
|
- Update to 0.43.0
|
|
|
|
- Resolves: #1318462
|
|
|
|
|
2016-02-26 11:57:57 +00:00
|
|
|
* Fri Feb 26 2016 Marek Kasik <mkasik@redhat.com> - 0.41.0-1
|
|
|
|
- Update to 0.41.0
|
|
|
|
- Resolves: #1309145
|
|
|
|
|
2016-02-04 18:20:46 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-22 14:14:21 +00:00
|
|
|
* Fri Jan 22 2016 Marek Kasik <mkasik@redhat.com> - 0.40.0-1
|
|
|
|
- Update to 0.40.0
|
|
|
|
- Resolves: #1251781
|
|
|
|
|
2015-07-22 14:23:30 +00:00
|
|
|
* Wed Jul 22 2015 Marek Kasik <mkasik@redhat.com> - 0.34.0-1
|
|
|
|
- Update to 0.34.0
|
|
|
|
- Resolves: #1241305
|
|
|
|
|
2015-06-18 15:39:16 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-05 12:29:31 +00:00
|
|
|
* Fri Jun 5 2015 Marek Kasik <mkasik@redhat.com> - 0.33.0-1
|
|
|
|
- Update to 0.33.0
|
|
|
|
- Resolves: #1190427
|
|
|
|
|
2015-05-02 14:49:36 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.30.0-5
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-03-26 16:05:01 +00:00
|
|
|
* Thu Mar 26 2015 Marek Kasik <mkasik@redhat.com> - 0.30.0-4
|
|
|
|
- Respect orientation when selecting words
|
|
|
|
- Resolves: #1185007
|
|
|
|
|
2015-02-21 21:24:01 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.30.0-3
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2015-01-23 10:48:27 +00:00
|
|
|
* Fri Jan 23 2015 Marek Kasik <mkasik@redhat.com> - 0.30.0-2
|
|
|
|
- Use libopenjpeg2 instead of libopenjpeg
|
|
|
|
|
2015-01-23 10:46:47 +00:00
|
|
|
* Fri Jan 23 2015 Marek Kasik <mkasik@redhat.com> - 0.30.0-1
|
|
|
|
- Update to 0.30.0
|
|
|
|
- Resolves: #1171056
|
|
|
|
|
2015-01-20 15:15:18 +00:00
|
|
|
* Tue Jan 20 2015 Marek Kasik <mkasik@redhat.com> - 0.28.1-3
|
|
|
|
- Revert previous commit (It needs poppler-0.30.0)
|
|
|
|
|
2015-01-20 15:05:23 +00:00
|
|
|
* Tue Jan 20 2015 Marek Kasik <mkasik@redhat.com> - 0.28.1-2
|
|
|
|
- Use libopenjpeg2 instead of libopenjpeg
|
|
|
|
|
2014-11-27 14:49:33 +00:00
|
|
|
* Fri Nov 14 2014 Marek Kasik <mkasik@redhat.com> - 0.28.1-1
|
|
|
|
- Update to 0.28.1
|
|
|
|
- Resolves: #1147443
|
|
|
|
|
2014-08-27 08:13:18 +00:00
|
|
|
* Wed Aug 27 2014 Marek Kasik <mkasik@redhat.com> - 0.26.4-1
|
|
|
|
- Update to 0.26.4
|
|
|
|
|
2014-08-17 19:35:04 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-30 15:03:45 +00:00
|
|
|
* Wed Jul 30 2014 Marek Kasik <mkasik@redhat.com> - 0.26.3-1
|
|
|
|
- Update to 0.26.3
|
|
|
|
|
2014-07-22 18:21:20 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.26.2-2
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-27 11:32:34 +00:00
|
|
|
* Fri Jun 27 2014 Marek Kasik <mkasik@redhat.com> - 0.26.2-1
|
|
|
|
- Update to 0.26.2
|
|
|
|
|
2014-06-07 16:48:32 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-13 11:53:11 +00:00
|
|
|
* Tue May 13 2014 Marek Kasik <mkasik@redhat.com> - 0.26.0-1
|
|
|
|
- Update to 0.26.0
|
|
|
|
|
2014-01-03 13:26:03 +00:00
|
|
|
* Fri Jan 3 2014 Marek Kasik <mkasik@redhat.com> - 0.24.3-3
|
|
|
|
- Use correct format string
|
|
|
|
- Resolves: #1048202
|
|
|
|
|
2013-11-11 13:24:19 +00:00
|
|
|
* Mon Nov 11 2013 Rex Dieter <rdieter@fedoraproject.org> 0.24.3-2
|
|
|
|
- rebuild (qt5 qreal/arm)
|
|
|
|
|
2013-10-29 11:04:08 +00:00
|
|
|
* Tue Oct 29 2013 Marek Kasik <mkasik@redhat.com> - 0.24.3-1
|
|
|
|
- Update to 0.24.3
|
|
|
|
- Resolves: #1023712
|
|
|
|
|
2013-10-18 14:23:22 +00:00
|
|
|
* Fri Oct 18 2013 Rex Dieter <rdieter@fedoraproject.org> - 0.24.2-4
|
|
|
|
- fix mocversiongrep configure checks (so Qt 5.2 works)
|
|
|
|
- %%configure --disable-silent-rules
|
|
|
|
|
2013-10-18 13:22:32 +00:00
|
|
|
* Fri Oct 18 2013 Rex Dieter <rdieter@fedoraproject.org> 0.24.2-3
|
|
|
|
- undo ExcludeArch: ppc ppc64 (qt5-qtbase-5.1.1-6+ fixed)
|
|
|
|
|
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
|