Hello community,

here is the log from the commit of package shared-color-profiles for 
openSUSE:Factory
checked in at Tue Oct 4 17:01:54 CEST 2011.



--------
--- openSUSE:Factory/shared-color-profiles/shared-color-profiles.changes        
2011-09-28 15:36:00.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/shared-color-profiles/shared-color-profiles.changes
    2011-09-29 15:28:50.000000000 +0200
@@ -1,0 +2,16 @@
+Thu Sep 29 13:16:38 UTC 2011 - [email protected]
+
+- Add color-filesystem BuildRequires and Requires to all
+  subpackages since it's now owning the directories we need.
+- Add icc-profiles Recommends, since this will bring in some useful
+  profiles.
+- Split argyll, fogra and yamma profiles in
+  icc-profiles-scp-argyll, icc-profiles-scp-fogra and
+  icc-profiles-scp-yamma subpackages, to follow the icc-profiles
+  naming convention.
+- Rename extra subpackage to icc-profiles-scp-oysonar to follow the
+  icc-profiles package naming convention. Add appropriate
+  Provides/Obsoletes.
+- Remove now unneeded %clean section.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ shared-color-profiles.spec ++++++
--- /var/tmp/diff_new_pack.zz6UFe/_old  2011-10-04 17:01:49.000000000 +0200
+++ /var/tmp/diff_new_pack.zz6UFe/_new  2011-10-04 17:01:49.000000000 +0200
@@ -16,46 +16,82 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           shared-color-profiles
 Version:        0.1.4
 Release:        1
+# FIXME: On version update, change <= in Obsoletes to < (last checked: 0.1.4)
 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
+# For directory ownership
+BuildRequires:  color-filesystem
+Requires:       color-filesystem
+Recommends:     icc-profiles
+Recommends:     icc-profiles-scp-argyll
+Recommends:     icc-profiles-scp-fogra
+Recommends:     icc-profiles-scp-yamma
 Suggests:       AdobeICCProfiles
+Suggests:       icc-profiles-scp-oysonar
 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}
+%package -n icc-profiles-scp-argyll
+Summary:        Argyll color profiles, with improved text
+License:        Public Domain
+Requires:       color-filesystem
+
+%description -n icc-profiles-scp-argyll
+This package contains the color profiles from Argyll, with strings
+updated for better integration in graphical user interfaces.
+
+%package -n icc-profiles-scp-fogra
+Summary:        FOGRA 27L color profile
+License:        Public Domain
+Requires:       color-filesystem
+
+%description -n icc-profiles-scp-fogra
+This package contains the FOGRA 27L color profile, used for offset
+printing.
 
+%package -n icc-profiles-scp-oysonar
+Summary:        Oyranos color profiles, changed for consistent style
+License:        Zlib
+Requires:       color-filesystem
+# Used to be called shared-color-profiles-extra in 11.4 and earlier
+Provides:       %{name}-extra = %{version}
+# FIXME: On version update, change <= in Obsoletes to < (was obsoleted while 
0.1.4)
+Obsoletes:      %{name}-extra <= %{version}
+
+%description -n icc-profiles-scp-oysonar
+This package contains the color profiles from Oyranos, with strings
+updated for better integration in graphical user interfaces.
 
-%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.
 
+%package -n icc-profiles-scp-yamma
+Summary:        Abstract color profiles
+License:        MIT
+Requires:       color-filesystem
+
+%description -n icc-profiles-scp-yamma
+This package contains abstract color profiles from the the separate+
+project.
+
 %prep
 %setup -q
 
-
 %build
 %configure
 
-
 %install
 %makeinstall
 # Install the Argyll LICENSE and README with other similar files
@@ -71,34 +107,33 @@
 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
+# IEC
+%{_datadir}/color/icc/AdobeGammaTest.icm
+%{_datadir}/color/icc/bluish.icc
+
+%files -n icc-profiles-scp-argyll
+%defattr(-, root, root)
 %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 -n icc-profiles-scp-fogra
+%defattr(-, root, root)
+%{_datadir}/color/icc/Fogra27L.icc
 
-%files extra
+%files -n icc-profiles-scp-oysonar
 %defattr(-, root, root)
-# Oysonar
 %doc LICENSE.Oysonar README.Oysonar
 %dir %{_datadir}/color/icc/Oysonar
 %{_datadir}/color/icc/Oysonar/*.ic?
 
-
+%files -n icc-profiles-scp-yamma
+%defattr(-, root, root)
+%doc LICENSE.Yamma README.Yamma
+%dir %{_datadir}/color/icc/Yamma
+%{_datadir}/color/icc/Yamma/*.ic?
 
 %changelog

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to