Update to new upstream RC version
This commit is contained in:
parent
7ce28aa21c
commit
0d5203c34c
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ lcms2-2.0a.tar.gz
|
|||||||
/lcms2-2.6rc3.tar.gz
|
/lcms2-2.6rc3.tar.gz
|
||||||
/lcms2-2.6.tar.gz
|
/lcms2-2.6.tar.gz
|
||||||
/lcms2-2.7rc1.tar.gz
|
/lcms2-2.7rc1.tar.gz
|
||||||
|
/lcms2-2.7rc3.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Name: lcms2
|
Name: lcms2
|
||||||
Version: 2.7
|
Version: 2.7
|
||||||
Release: 0.1rc1%{?dist}
|
Release: 0.1rc3%{?dist}
|
||||||
Summary: Color Management Engine
|
Summary: Color Management Engine
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.littlecms.com/
|
URL: http://www.littlecms.com/
|
||||||
Source0: http://www.littlecms.com/lcms2-2.7rc1.tar.gz
|
Source0: http://www.littlecms.com/lcms2-2.7rc3.tar.gz
|
||||||
|
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
@ -33,7 +33,7 @@ Provides: littlecms-devel = %{version}-%{release}
|
|||||||
Development files for LittleCMS.
|
Development files for LittleCMS.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n lcms2-2.7rc1
|
%setup -q -n lcms2-2.7rc3
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --program-suffix=2
|
%configure --disable-static --program-suffix=2
|
||||||
|
|
||||||
@ -80,6 +80,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 17 2015 Richard Hughes <richard@hughsie.com> - 2.7-0.1rc3
|
||||||
|
- Update to new upstream RC version.
|
||||||
|
|
||||||
* Thu Feb 05 2015 Richard Hughes <richard@hughsie.com> - 2.7-0.1rc1
|
* Thu Feb 05 2015 Richard Hughes <richard@hughsie.com> - 2.7-0.1rc1
|
||||||
- Update to new upstream version.
|
- Update to new upstream version.
|
||||||
- Added a flag to clip negative values in unbounded transforms
|
- Added a flag to clip negative values in unbounded transforms
|
||||||
|
Loading…
Reference in New Issue
Block a user