Accepting request 1034437 from home:cgiboudeaux:branches:multimedia:libs
Update to 2.14 OBS-URL: https://build.opensuse.org/request/show/1034437 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lcms2?expand=0&rev=80
This commit is contained in:
parent
af2127d739
commit
fcb0e32b3a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d473e796e7b27c5af01bd6d1552d42b45b43457e7182ce9903f38bb748203b88
|
|
||||||
size 7276499
|
|
3
lcms2-2.14.tar.gz
Normal file
3
lcms2-2.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:28474ea6f6591c4d4cee972123587001a4e6e353412a41b3e9e82219818d5740
|
||||||
|
size 7406694
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 8 08:12:31 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 2.14:
|
||||||
|
* lcms2 now implements ICC specification 4.4
|
||||||
|
* New multi-threaded plug-in
|
||||||
|
* Several fixes to keep fuzzers happy
|
||||||
|
* Removed check on DLL when CMS_NO_REGISTER_KEYWORD is used
|
||||||
|
* Added more validation against broken profiles
|
||||||
|
* Added more help to several tools
|
||||||
|
* Revised documentation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 14 23:13:22 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Mon Feb 14 23:13:22 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
11
lcms2.spec
11
lcms2.spec
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: lcms2
|
Name: lcms2
|
||||||
Version: 2.13.1
|
Version: 2.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Little CMS Engine - A color managment library and tools
|
Summary: Little CMS Engine - A color management library and tools
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
URL: https://www.littlecms.com/
|
URL: https://www.littlecms.com/
|
||||||
@ -64,7 +64,7 @@ Summary: Libraries for the Little CMS Engine
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n liblcms2-2
|
%description -n liblcms2-2
|
||||||
Little CMS Engine - A color managment library and tools.
|
Little CMS Engine - A color management library and tools.
|
||||||
|
|
||||||
%package -n liblcms2-devel
|
%package -n liblcms2-devel
|
||||||
Summary: Include Files and Libraries Mandatory for Development
|
Summary: Include Files and Libraries Mandatory for Development
|
||||||
@ -79,9 +79,7 @@ to develop applications that require these.
|
|||||||
%package -n liblcms2-doc
|
%package -n liblcms2-doc
|
||||||
Summary: User and developer documentation for lcms2
|
Summary: User and developer documentation for lcms2
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
%if 0%{?suse_version} >= 1120
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
|
||||||
|
|
||||||
%description -n liblcms2-doc
|
%description -n liblcms2-doc
|
||||||
This package contains user and developer documentation for lcms2.
|
This package contains user and developer documentation for lcms2.
|
||||||
@ -103,8 +101,7 @@ export CXXFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# FIXME before submitting to factory
|
%make_build check
|
||||||
%make_build check || true
|
|
||||||
%make_build utils
|
%make_build utils
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user