poppler/poppler.spec

641 lines
25 KiB
RPMSpec
Raw Normal View History

Name: poppler
Epoch: 1
Version: 22.06.0
Release: 1mamba
Summary: PDF rendering library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://poppler.freedesktop.org/
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libcairo-devel
BuildRequires: libcurl-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libglib-devel
BuildRequires: libjpeg-devel
BuildRequires: liblcms2-devel
BuildRequires: libnspr-devel
BuildRequires: libnss-devel
BuildRequires: libopenjpeg-devel
BuildRequires: libpng-devel
BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel
BuildRequires: libz-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: qt6-qtbase-devel
## AUTOBUILDREQ-END
BuildRequires: libcares-devel
BuildRequires: libidn-devel
BuildRequires: libssh2-devel
BuildRequires: vim
%description
Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort.
By design, xpdf depends on very few libraries. This is a strong feature and reasonable design goal. However, with poppler we would like to replace parts of xpdf that are now available as standard components of modern Unix desktop environments.
%package -n lib%{name}
Group: System/Libraries
Summary: A PDF rendering library
Provides: poppler = %{?epoch:%epoch:}%{version}-%{release}
Requires: poppler-data
%description -n lib%{name}
Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort.
By design, xpdf depends on very few libraries. This is a strong feature and reasonable design goal. However, with poppler we would like to replace parts of xpdf that are now available as standard components of modern Unix desktop environments.
%package -n lib%{name}-cpp
Group: System/Libraries
Summary: A PDF rendering library - c++ backend
%description -n lib%{name}-cpp
Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort.
By design, xpdf depends on very few libraries. This is a strong feature and reasonable design goal. However, with poppler we would like to replace parts of xpdf that are now available as standard components of modern Unix desktop environments.
This package provides the c++ backend.
%package -n lib%{name}-cpp-devel
Group: Development/Libraries
Summary: A PDF rendering library - c++ backend
Requires: lib%{name}-cpp = %{?epoch:%epoch:}%{version}-%{release}
Requires: lib%{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-cpp-devel
Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort.
By design, xpdf depends on very few libraries. This is a strong feature and reasonable design goal. However, with poppler we would like to replace parts of xpdf that are now available as standard components of modern Unix desktop environments.
This package contains static libraries and header files needed for development with the c++ backend.
%package -n lib%{name}-qt5
Group: System/Libraries
Summary: A PDF rendering library - Qt5 backend
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Provides: poppler-qt5 = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-qt5
Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort.
By design, xpdf depends on very few libraries. This is a strong feature and reasonable design goal. However, with poppler we would like to replace parts of xpdf that are now available as standard components of modern Unix desktop environments.
This package provides the Qt5 backend version.
%package -n lib%{name}-qt5-devel
Group: Development/Libraries
Summary: A PDF rendering library - QT5 backend
Requires: lib%{name}-qt5 = %{?epoch:%epoch:}%{version}-%{release}
Requires: lib%{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-qt5-devel
Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort.
By design, xpdf depends on very few libraries. This is a strong feature and reasonable design goal. However, with poppler we would like to replace parts of xpdf that are now available as standard components of modern Unix desktop environments.
This package contains static libraries and header files needed for development.
%package -n lib%{name}-qt6
Group: System/Libraries
Summary: A PDF rendering library - Qt6 backend
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-qt6
Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort.
By design, xpdf depends on very few libraries. This is a strong feature and reasonable design goal. However, with poppler we would like to replace parts of xpdf that are now available as standard components of modern Unix desktop environments.
This package provides the Qt6 backend version.
%package -n lib%{name}-qt6-devel
Group: Development/Libraries
Summary: A PDF rendering library - Qt6 backend
Requires: lib%{name}-qt6 = %{?epoch:%epoch:}%{version}-%{release}
Requires: lib%{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-qt6-devel
Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort.
By design, xpdf depends on very few libraries. This is a strong feature and reasonable design goal. However, with poppler we would like to replace parts of xpdf that are now available as standard components of modern Unix desktop environments.
This package contains static libraries and header files needed for development.
%package -n lib%{name}-glib
Group: System/Libraries
Summary: A PDF rendering library - glib backend
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-glib
Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort.
By design, xpdf depends on very few libraries. This is a strong feature and reasonable design goal. However, with poppler we would like to replace parts of xpdf that are now available as standard components of modern Unix desktop environments.
This package provides the glib backend.
%package -n lib%{name}-glib-devel
Group: Development/Libraries
Summary: A PDF rendering library - glib backend
Requires: lib%{name}-glib = %{?epoch:%epoch:}%{version}-%{release}
Requires: lib%{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-glib-devel
Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort.
By design, xpdf depends on very few libraries. This is a strong feature and reasonable design goal. However, with poppler we would like to replace parts of xpdf that are now available as standard components of modern Unix desktop environments.
This package contains static libraries and header files needed for development.
%package -n lib%{name}-devel
Group: Development/Libraries
Summary: A PDF rendering library based on the xpdf-3.0 code base
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Provides: poppler-devel = %{?epoch:%epoch:}%{version}-%{release}
Requires: pkgconfig
%description -n lib%{name}-devel
Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort.
By design, xpdf depends on very few libraries. This is a strong feature and reasonable design goal. However, with poppler we would like to replace parts of xpdf that are now available as standard components of modern Unix desktop environments.
This package contains static libraries and header files needed for development.
%package -n lib%{name}-tools
Group: Applications/Publishing
Summary: Programs for manipulating PDF format files
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Provides: poppler-tools = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-tools
This package package contains various programs for manipulating PDF format files.
%package -n lib%{name}-apidocs
Summary: Poppler API documentation
Group: Documentation
Requires: gtk-doc
%description -n lib%{name}-apidocs
Poppler API documentation.
%debug_package
%prep
%setup -q
%build
%cmake -d build \
-DENABLE_XPDF_HEADERS=ON \
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
-DENABLE_GTK_DOC=ON
%make
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall -C build
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%post -n lib%{name}-qt5 -p /sbin/ldconfig
%postun -n lib%{name}-qt5 -p /sbin/ldconfig
%post -n lib%{name}-qt6 -p /sbin/ldconfig
%postun -n lib%{name}-qt6 -p /sbin/ldconfig
%post -n lib%{name}-glib -p /sbin/ldconfig
%postun -n lib%{name}-glib -p /sbin/ldconfig
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%files -n lib%{name}
%defattr (-,root,root)
%{_libdir}/libpoppler.so.*
%doc AUTHORS COPYING
%files -n lib%{name}-devel
%defattr (-,root,root)
%dir %{_includedir}/poppler
%{_includedir}/poppler/*.h
%dir %{_includedir}/poppler/fofi
%{_includedir}/poppler/fofi/*
%dir %{_includedir}/poppler/goo
%{_includedir}/poppler/goo/*
%dir %{_includedir}/poppler/splash
%{_includedir}/poppler/splash/*
%{_libdir}/libpoppler.so
%{_libdir}/pkgconfig/poppler.pc
%doc ChangeLog NEWS README-XPDF
%files -n lib%{name}-cpp
%defattr (-,root,root)
%{_libdir}/libpoppler-cpp.so.*
%files -n lib%{name}-cpp-devel
%defattr (-,root,root)
%{_libdir}/libpoppler-cpp.so
%{_libdir}/pkgconfig/poppler-cpp.pc
%dir %{_includedir}/poppler/cpp
%{_includedir}/poppler/cpp/*
%files -n lib%{name}-qt5
%defattr (-,root,root)
%{_libdir}/libpoppler-qt5.so.*
%files -n lib%{name}-qt5-devel
%defattr (-,root,root)
%dir %{_includedir}/poppler/qt5
%{_includedir}/poppler/qt5/*
%{_libdir}/libpoppler-qt5.so
%{_libdir}/pkgconfig/poppler-qt5.pc
%files -n lib%{name}-qt6
%defattr (-,root,root)
%{_libdir}/libpoppler-qt6.so.*
%files -n lib%{name}-qt6-devel
%defattr (-,root,root)
%dir %{_includedir}/poppler/qt6
%{_includedir}/poppler/qt6/*
%{_libdir}/libpoppler-qt6.so
%{_libdir}/pkgconfig/poppler-qt6.pc
%files -n lib%{name}-glib
%defattr (-,root,root)
%{_libdir}/libpoppler-glib.so.*
%files -n lib%{name}-glib-devel
%defattr (-,root,root)
%dir %{_includedir}/poppler/glib
%{_includedir}/poppler/glib/*
%{_libdir}/libpoppler-glib.so
%{_datadir}/gir-1.0/Poppler-*.gir
%{_libdir}/girepository-*/Poppler-*.typelib
%{_libdir}/pkgconfig/poppler-glib.pc
#%{_libdir}/pkgconfig/poppler-cairo.pc
%files -n lib%{name}-tools
%defattr (-,root,root)
%{_bindir}/pdfattach
%{_bindir}/pdfdetach
%{_bindir}/pdfseparate
%{_bindir}/pdftocairo
%{_bindir}/pdfunite
%{_bindir}/pdffonts
%{_bindir}/pdfimages
%{_bindir}/pdfinfo
%{_bindir}/pdfsig
#%{_bindir}/pdftoabw
%{_bindir}/pdftohtml
%{_bindir}/pdftoppm
%{_bindir}/pdftops
%{_bindir}/pdftotext
%{_mandir}/man1/pdfattach.1*
%{_mandir}/man1/pdffonts.*
%{_mandir}/man1/pdfimages.*
%{_mandir}/man1/pdfinfo.*
%{_mandir}/man1/pdfsig.*
%{_mandir}/man1/pdftohtml.*
%{_mandir}/man1/pdftoppm.*
%{_mandir}/man1/pdftops.*
%{_mandir}/man1/pdftotext.*
%{_mandir}/man1/pdfdetach.1*
%{_mandir}/man1/pdfseparate.1*
%{_mandir}/man1/pdftocairo.1*
%{_mandir}/man1/pdfunite.1*
%files -n lib%{name}-apidocs
%defattr(-,root,root)
%dir %{_datadir}/gtk-doc/html/poppler
%{_datadir}/gtk-doc/html/poppler/*
%changelog
* Fri Jun 03 2022 Automatic Build System <autodist@mambasoft.it> 22.06.0-1mamba
- automatic version update by autodist
* Thu May 05 2022 Automatic Build System <autodist@mambasoft.it> 22.05.0-1mamba
- automatic version update by autodist
* Tue May 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.04.0-1mamba
- update to 22.04.0
* Tue Feb 02 2021 Automatic Build System <autodist@mambasoft.it> 21.02.0-1mamba
- automatic version update by autodist
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 21.01.0-1mamba
- automatic version update by autodist
* Wed Oct 07 2020 Automatic Build System <autodist@mambasoft.it> 20.10.0-1mamba
- automatic version update by autodist
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 20.09.0-1mamba
- automatic version update by autodist
* Tue Aug 25 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
- automatic version update by autodist
* Tue Jul 14 2020 Automatic Build System <autodist@mambasoft.it> 0.90.1-1mamba
- automatic version update by autodist
* Sat Jul 04 2020 Automatic Build System <autodist@mambasoft.it> 0.90.0-1mamba
- automatic version update by autodist
* Sat May 02 2020 Automatic Build System <autodist@mambasoft.it> 0.88.0-1mamba
- automatic version update by autodist
* Tue Mar 31 2020 Automatic Build System <autodist@mambasoft.it> 0.87.0-1mamba
- automatic version update by autodist
* Sat Mar 07 2020 Automatic Build System <autodist@mambasoft.it> 0.86.1-1mamba
- automatic version update by autodist
* Sat Feb 01 2020 Automatic Build System <autodist@mambasoft.it> 0.85.0-1mamba
- automatic version update by autodist
* Sat Jan 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.84.0-2mamba
- rebuilt with ENABLE_UNSTABLE_API_ABI_HEADERS=ON
* Sat Jan 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.84.0-1mamba
- update to 0.84.0
- added debug_package, removed conflicting old postplug update file
* Thu Nov 14 2019 Automatic Build System <autodist@mambasoft.it> 0.82.0-1mamba
- automatic version update by autodist
* Thu Aug 29 2019 Automatic Build System <autodist@mambasoft.it> 0.80.0-1mamba
- automatic version update by autodist
* Sun Aug 26 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.67.0-3mamba
- rebuilt with -DENABLE_XPDF_HEADERS=ON and -DENABLE_GTK_DOC=ON
* Tue Aug 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.67.0-2mamba
- added -cpp and -cpp-devel packages
* Sun Aug 19 2018 Automatic Build System <autodist@mambasoft.it> 0.67.0-1mamba
- automatic version update by autodist
* Sat Sep 23 2017 Automatic Build System <autodist@mambasoft.it> 0.59.0-1mamba
- automatic version update by autodist
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 0.57.0-1mamba
- automatic version update by autodist
* Sat Mar 04 2017 Automatic Build System <autodist@mambasoft.it> 0.52.0-1mamba
- automatic version update by autodist
* Wed Jan 25 2017 Automatic Build System <autodist@mambasoft.it> 0.51.0-1mamba
- automatic version update by autodist
* Sat Dec 17 2016 Automatic Build System <autodist@mambasoft.it> 0.50.0-1mamba
- automatic version update by autodist
* Thu Dec 01 2016 Automatic Build System <autodist@mambasoft.it> 0.49.0-1mamba
- automatic version update by autodist
* Fri Aug 19 2016 Automatic Build System <autodist@mambasoft.it> 0.47.0-1mamba
- automatic version update by autodist
* Mon Aug 08 2016 Automatic Build System <autodist@mambasoft.it> 0.46.0-1mamba
- automatic version update by autodist
* Sat Apr 23 2016 Automatic Build System <autodist@mambasoft.it> 0.42.0-1mamba
- automatic version update by autodist
* Thu Feb 18 2016 Automatic Build System <autodist@mambasoft.it> 0.41.0-1mamba
- automatic version update by autodist
* Wed Feb 03 2016 Automatic Build System <autodist@mambasoft.it> 0.40.0-1mamba
- automatic version update by autodist
* Mon Jan 25 2016 Automatic Build System <autodist@mambasoft.it> 0.39.0-1mamba
- automatic version update by autodist
* Fri Oct 02 2015 Automatic Build System <autodist@mambasoft.it> 0.36.0-1mamba
- automatic version update by autodist
* Thu May 28 2015 Automatic Build System <autodist@mambasoft.it> 0.33.0-1mamba
- automatic version update by autodist
* Sat Mar 28 2015 Automatic Build System <autodist@mambasoft.it> 0.32.0-1mamba
- automatic update by autodist
* Tue Feb 17 2015 Automatic Build System <autodist@mambasoft.it> 0.31.0-1mamba
- automatic update by autodist
* Mon Jan 19 2015 Automatic Build System <autodist@mambasoft.it> 0.30.0-1mamba
- automatic update by autodist
* Tue Dec 16 2014 Automatic Build System <autodist@mambasoft.it> 0.29.0-1mamba
- automatic update by autodist
* Tue Nov 11 2014 Automatic Build System <autodist@mambasoft.it> 0.28.1-1mamba
- automatic version update by autodist
* Sun Sep 28 2014 Automatic Build System <autodist@mambasoft.it> 0.26.5-1mamba
- automatic version update by autodist
* Sun Aug 24 2014 Automatic Build System <autodist@mambasoft.it> 0.26.4-1mamba
- automatic version update by autodist
* Sun Jul 27 2014 Automatic Build System <autodist@mambasoft.it> 0.26.3-1mamba
- automatic version update by autodist
* Sat Jun 28 2014 Automatic Build System <autodist@mambasoft.it> 0.26.2-1mamba
- automatic version update by autodist
* Tue May 27 2014 Automatic Build System <autodist@mambasoft.it> 0.26.1-1mamba
- automatic version update by autodist
* Fri May 09 2014 Automatic Build System <autodist@mambasoft.it> 0.26.0-1mamba
- automatic version update by autodist
* Sat Jan 04 2014 Automatic Build System <autodist@mambasoft.it> 0.24.5-1mamba
- automatic version update by autodist
* Sun Dec 01 2013 Automatic Build System <autodist@mambasoft.it> 0.24.4-1mamba
- automatic version update by autodist
* Fri Nov 01 2013 Automatic Build System <autodist@mambasoft.it> 0.24.3-1mamba
- automatic version update by autodist
* Tue Oct 01 2013 Automatic Build System <autodist@mambasoft.it> 0.24.2-1mamba
- automatic update by autodist
* Wed Aug 28 2013 Automatic Build System <autodist@mambasoft.it> 0.24.1-1mamba
- automatic update by autodist
* Sun Aug 11 2013 Automatic Build System <autodist@mambasoft.it> 0.24.0-1mamba
- update to 0.24.0
* Sat Jul 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22.5-1mamba
- update to 0.22.5
- bump epoch up (downgrade) to fix wrong update to unstable release
- also add postplug update script to force removal of older packages (broken postun script)
* Tue Jun 11 2013 Automatic Build System <autodist@mambasoft.it> 0.23.2-1mamba
- update to 0.23.2
* Sat May 25 2013 Automatic Build System <autodist@mambasoft.it> 0.22.4-1mamba
- automatic version update by autodist
* Sat Apr 13 2013 Automatic Build System <autodist@mambasoft.it> 0.22.3-1mamba
- automatic version update by autodist
* Tue Mar 19 2013 Automatic Build System <autodist@mambasoft.it> 0.22.2-1mamba
- automatic version update by autodist
* Mon Feb 11 2013 Automatic Build System <autodist@mambasoft.it> 0.22.1-1mamba
- automatic version update by autodist
* Wed Jan 09 2013 Automatic Build System <autodist@mambasoft.it> 0.22.0-1mamba
- automatic version update by autodist
* Tue Nov 27 2012 Automatic Build System <autodist@mambasoft.it> 0.21.2-1mamba
- automatic version update by autodist
* Sat Nov 10 2012 Automatic Build System <autodist@mambasoft.it> 0.21.1-1mamba
- automatic version update by autodist
* Tue Oct 16 2012 Automatic Build System <autodist@mambasoft.it> 0.21.0-1mamba
- automatic version update by autodist
* Sat Sep 29 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.4-1mamba
- update to 0.20.4
* Sun Aug 19 2012 Automatic Build System <autodist@mambasoft.it> 0.20.3-1mamba
- automatic version update by autodist
* Sun Aug 05 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.2-1mamba
- update to 0.20.2
- should fix printing broken in 0.20.1, see http://bot24.blogspot.it/2012/07/linux-bug-426552-upgrade-to-poppler.html
* Wed Jun 13 2012 Automatic Build System <autodist@mambasoft.it> 0.20.1-1mamba
- automatic version update by autodist
* Sun Jun 26 2011 Automatic Build System <autodist@mambasoft.it> 0.17.1-1mamba
- automatic update by autodist
* Fri Feb 18 2011 Automatic Build System <autodist@mambasoft.it> 0.16.2-1mamba
- automatic update by autodist
* Fri Jul 02 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.0-3mamba
- rebuilt with libpng 1.4
- added --enable-libcurl
* Tue Jun 29 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.0-2mamba
- disable build of legacy libpoppler3
* Tue Jun 29 2010 Automatic Build System <autodist@mambasoft.it> 0.14.0-1mamba
- automatic update by autodist
* Sat Jun 05 2010 Automatic Build System <autodist@mambasoft.it> 0.13.4-1mamba
- automatic update by autodist
* Thu Dec 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.2-2mamba
- tools: removed conflict with xpdf
* Wed Dec 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.2-1mamba
- update to 0.12.2
* Mon Aug 31 2009 Automatic Build System <autodist@mambasoft.it> 0.11.3-1mamba
- automatic update by autodist
* Mon Aug 10 2009 Automatic Build System <autodist@mambasoft.it> 0.11.2-1mamba
- automatic update by autodist
* Sat Jul 04 2009 Automatic Build System <autodist@mambasoft.it> 0.11.1-1mamba
- automatic update by autodist
* Fri May 29 2009 Automatic Build System <autodist@mambasoft.it> 0.11.0-1mamba
- automatic update by autodist
* Tue Apr 28 2009 Automatic Build System <autodist@mambasoft.it> 0.10.6-1mamba
- automatic update by autodist
* Thu Apr 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.5-1mamba
- automatic update by autodist
* Mon Mar 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.4-1mamba
- automatic update by autodist
* Sat Jan 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.2-1mamba
- automatic update by autodist
* Wed Dec 03 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.1-1mamba
- update to 0.10.1
- remove libpoppler3-qt4 package, same lib API as libpoppler-qt4
* Sat Oct 11 2008 Aleph0 <aleph0@openmamba.org> 0.10.0-1mamba
- update to 0.10.0
- poppler-data update to 0.2.1
- add missing %%defattr directive
- add build requirements for libopenjpeg-devel
- new compatibility packages libpoppler3, and libpoppler3-qt4
* Thu Aug 28 2008 Aleph0 <aleph0@openmamba.org> 0.8.6-2mamba
- create devel packages for libpoppler-qt3 and libpoppler-qt4
* Thu Aug 28 2008 Aleph0 <aleph0@openmamba.org> 0.8.6-1mamba
- update to 0.8.6
- do not build the (now unused) libpoppler0, and libpoppler1 libraries
* Thu May 08 2008 Aleph0 <aleph0@openmamba.org> 0.8.2-1mamba
- update to 0.8.2
- new compatibility packages libpoppler2, libpoppler2-qt3 and libpoppler2-qt4
* Mon Mar 03 2008 Aleph0 <aleph0@openmamba.org> 0.6.4-1mamba
- update to 0.6.4
* Fri Jan 11 2008 Aleph0 <aleph0@openmamba.org> 0.6.3-1mamba
- update to 0.6.3
- update poppler-data to 0.2.0
* Wed Nov 21 2007 Aleph0 <aleph0@openmamba.org> 0.6.2-1mamba
- update to 0.6.2
- update poppler-data to 0.1.1
- fix CVE-2007-4352, CVE-2007-5392 and CVE-2007-5393
* Tue Nov 06 2007 Aleph0 <aleph0@openmamba.org> 0.6.1-1mamba
- update to 0.6.1
- added libpoppler1 and libpoppler1-qt3 subpackages
* Sat Feb 24 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.4-4qilnx
- enable xpdf headers installation
- added libpoppler0-qt3 subpackage
- removed duplicates of libpoppler0 in libpoppler
* Wed Jan 17 2007 Davide Madrisan <davide.madrisan@qilinux.it> 0.5.4-3qilnx
- new subpackage apidocs with API documentation
* Mon Jan 01 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.4-2qilnx
- rebuilt with Xorg 7.1
* Mon Nov 06 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.5.4-1qilnx
- update to version 0.5.4 by autospec
- created new package %{name}-tools
- added gtk-doc documentation to devel subpackage
- added bindings for QT4
- created the compatibility package libpoppler0
* Thu Apr 27 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.4.5-1qilnx
- update to version 0.4.5 by autospec
- this version include a fix for CVE-2006-0301
* Fri Feb 03 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.4.4-2qilnx
- security update for CVE-2006-0301 (qibug#123)
- new package libpoppler-qt
* Fri Jan 20 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.4.4-1qilnx
- update to version 0.4.4 by autospec
- also fixes the security issues CVE-2005-364[4,5,7] (qibug#114)
* Thu Dec 15 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.4.3-1qilnx
- update to version 0.4.3 by autospec
- also fixes the security issues CVE-2005-3191 and CAN-2005-2097 (qibug#90)
* Thu Sep 01 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.4.1-1qilnx
- update to version 0.4.1 by autospec
- several specfile fixes
* Wed Jun 22 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.3.3-2qilnx
- rebuild and moved from devel-contrib repository to devel repository
* Wed Jun 22 2005 Matteo Bernasconi <voyagernm@virgilio.it> 0.3.3-1qilnx
- first build