Hello community,
here is the log from the commit of package shared-color-profiles for
openSUSE:Factory
checked in at Wed Sep 28 14:45:47 CEST 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++
/mounts/work_src_done/STABLE/shared-color-profiles/shared-color-profiles.changes
2011-07-01 14:14:45.000000000 +0200
@@ -0,0 +1,46 @@
+-------------------------------------------------------------------
+Fri Jul 1 14:10:38 CEST 2011 - [email protected]
+
+- Add shared-color-profiles-extra and AdobeICCProfiles Suggests to
+ main package, to help people find additional profiles.
+
+-------------------------------------------------------------------
+Tue May 3 10:02:22 CEST 2011 - [email protected]
+
+- Update to version 0.1.4:
+ + Ensure all profiles have an embedded profile ID
+- Changes from version 0.1.3:
+ + Rename the Oyranos profiles to Oysonar to fix reported license
+ violation
+
+-------------------------------------------------------------------
+Sat Oct 2 00:26:26 CEST 2010 - [email protected]
+
+- Update to version 0.1.2:
+ + Add several other RGB colorspaces generated using Argyll and
+ LCMS2 using data from the SCARSE project
+ + Add the Yamma abstract profiles
+ + Add two further gray profiles from the Oyranos project
+
+-------------------------------------------------------------------
+Wed Apr 7 13:37:37 CEST 2010 - [email protected]
+
+- Update to version 0.1.1:
+ + Add the Public Domain Fogra27L CMYK Coated Press ICC profile
+ + Add some profiles from Oyranos with a zlib licence
+- Create an extra subpackage for the Oyranos data, since it's
+ really big.
+
+-------------------------------------------------------------------
+Wed Feb 10 15:48:33 CET 2010 - [email protected]
+
+- Clean up spec file.
+- Make package noarch.
+- Put the LICENSE and README files from Argyll with other similar
+ files.
+
+-------------------------------------------------------------------
+Thu Jan 21 01:31:58 UTC 2010 - [email protected]
+
+- Initial package
+
calling whatdependson for head-i586
New:
----
shared-color-profiles-0.1.4.tar.bz2
shared-color-profiles.changes
shared-color-profiles.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ shared-color-profiles.spec ++++++
#
# spec file for package shared-color-profiles
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Luis Medinas, Portugal
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: shared-color-profiles
Version: 0.1.4
Release: 1
License: GPLv2+
Group: System/GUI/Other
Summary: Color profiles for color management
Url: http://github.com/hughsie/shared-color-profile
Source: %{name}-%{version}.tar.bz2
Suggests: %{name}-extra
Suggests: AdobeICCProfiles
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
The shared-color-profiles package contains various profiles which are
useful for programs that are color management aware.
%package extra
Summary: Additional color profiles for color management
License: Zlib
Requires: %{name} = %{version}
%description extra
This package contains additional color profiles for color management.
Those profiles are less commonly used and are usually not required. They
may be useful for CMYK soft-proofing or for extra device support.
%prep
%setup -q
%build
%configure
%install
%makeinstall
# Install the Argyll LICENSE and README with other similar files
rm %{buildroot}%{_datadir}/shared-color-profiles/Argyll/{LICENSE,README}
cp profiles/Argyll/LICENSE LICENSE.Argyll
cp profiles/Argyll/README README.Argyll
# Install the Oysonar LICENSE and README with other similar files
rm %{buildroot}%{_datadir}/shared-color-profiles/Oysonar/{LICENSE,README}
cp profiles/Oysonar/LICENSE LICENSE.Oysonar
cp profiles/Oysonar/README README.Oysonar
# Install the Yamma LICENSE and README with other similar files
rm %{buildroot}%{_datadir}/shared-color-profiles/Yamma/{LICENSE,README}
cp profiles/Yamma/LICENSE LICENSE.Yamma
cp profiles/Yamma/README README.Yamma
%clean
rm -rf %{buildroot}
%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS
%dir %{_datadir}/color
%dir %{_datadir}/color/icc/
%{_datadir}/color/icc/*.ic?
# Argyll
%doc LICENSE.Argyll README.Argyll
%dir %{_datadir}/color/icc/Argyll
%{_datadir}/color/icc/Argyll/*.ic?
# Yamma
%doc LICENSE.Yamma README.Yamma
%dir %{_datadir}/color/icc/Yamma
%{_datadir}/color/icc/Yamma/*.ic?
%files extra
%defattr(-, root, root)
# Oysonar
%doc LICENSE.Oysonar README.Oysonar
%dir %{_datadir}/color/icc/Oysonar
%{_datadir}/color/icc/Oysonar/*.ic?
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]