Switch from LCMS to LCMS2

Resolves: #975465
This commit is contained in:
Marek Kasik 2013-06-20 15:02:10 +02:00
parent 6014730e1e
commit 7cb6f17b09

View File

@ -1,7 +1,7 @@
Summary: PDF rendering library
Name: poppler
Version: 0.22.1
Release: 4%{?dist}
Release: 5%{?dist}
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
Group: Development/Libraries
URL: http://poppler.freedesktop.org/
@ -18,7 +18,7 @@ BuildRequires: openjpeg-devel >= 1.3-5
BuildRequires: pkgconfig(cairo) >= 1.10.0
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(lcms)
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(QtGui) pkgconfig(QtXml)
BuildRequires: pkgconfig(libtiff-4)
@ -247,6 +247,10 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
%changelog
* Thu Jun 20 2013 Marek Kasik <mkasik@redhat.com> 0.22.1-5
- Switch from LCMS to LCMS2
- Resolves: #975465
* Wed Jun 5 2013 Marek Kasik <mkasik@redhat.com> 0.22.1-4
- Fix changelog dates