Update to 0.43.0

Resolves: #1318462
This commit is contained in:
Marek Kasik 2016-05-03 14:08:35 +02:00
parent 3da53d164a
commit cb7e802898
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
/poppler-0.34.0.tar.xz
/poppler-0.40.0.tar.xz
/poppler-0.41.0.tar.xz
/poppler-0.43.0.tar.xz

View File

@ -1,6 +1,6 @@
Summary: PDF rendering library
Name: poppler
Version: 0.41.0
Version: 0.43.0
Release: 1%{?dist}
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
Group: Development/Libraries
@ -26,6 +26,7 @@ BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(QtGui) pkgconfig(QtXml)
BuildRequires: pkgconfig(Qt5Gui) pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(libtiff-4)
BuildRequires: pkgconfig(nss) >= 3.0.0
%description
@ -213,7 +214,7 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
%files
%defattr(-,root,root,-)
%doc COPYING README
%{_libdir}/libpoppler.so.58*
%{_libdir}/libpoppler.so.60*
%files devel
%defattr(-,root,root,-)
@ -282,6 +283,10 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
%changelog
* Tue May 3 2016 Marek Kasik <mkasik@redhat.com> - 0.43.0-1
- Update to 0.43.0
- Resolves: #1318462
* Fri Feb 26 2016 Marek Kasik <mkasik@redhat.com> - 0.41.0-1
- Update to 0.41.0
- Resolves: #1309145

View File

@ -1 +1 @@
849a8bd6af5794efb961b70418414e5a poppler-0.41.0.tar.xz
1d2b001663119855cdfbc0713dbfb9c6 poppler-0.43.0.tar.xz