Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2013-08-16 12:27:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and      /work/SRC/openSUSE:Factory/.colord.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "colord"

Changes:
--------
--- /work/SRC/openSUSE:Factory/colord/colord.changes    2013-07-11 
13:27:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes       2013-08-16 
12:27:22.000000000 +0200
@@ -1,0 +2,38 @@
+Tue Jul 30 16:24:33 UTC 2013 - [email protected]
+
+- Update to version 1.1.1:
+  + Notes:
+    - This release bumps the soname of libcolord as long deprecated
+      methods have finally been removed.
+    - This unstable branch is full of new features and experimental
+      code.
+    - The colord.conf file has been removed and features are now
+      autodetected at runtime where possible or specified in
+      configure.
+  + New Features:
+    - Add a shim libcolordcompat library with some helpers for
+      ArgyllCMS.
+    - Add SystemVendor and SystemModel string properties to the
+      main interface.
+    - Add the sub-command import-profile to colormgr.
+    - libcolord:
+      . Add cd_icc_save_data() so that we can set _ICC_PROFILE.
+      . Add cd_icc_save_default() to save a profile to the default
+        location.
+      . Add functionality to set and get the profile
+        characterization data.
+      . Add methods to create a profile using CdClient with a CdIcc
+        object.
+    - List the required parameters in the 'colormgr --help' output.
+    - Remove the AlwaysUseXrandrName config option and auto-detect
+      it at runtime.
+    - Show the viewing conditions when dumping the ICC profile.
+  + Bugs fixed:
+    - Add a quirk for ThinkPads so that we show 'ThinkPad T510'
+      rather than '4384BR2'.
+    - Add optional installed tests.
+    - Allow colormgr to take an object path or an ID as input.
+    - Allow the user to specify a non-qualified path when using
+      FindProfileByFilename.
+
+-------------------------------------------------------------------

Old:
----
  colord-1.0.2.tar.xz

New:
----
  colord-1.1.1.tar.xz

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

Other differences:
------------------
++++++ colord.spec ++++++
--- /var/tmp/diff_new_pack.mLPGWC/_old  2013-08-16 12:27:23.000000000 +0200
+++ /var/tmp/diff_new_pack.mLPGWC/_new  2013-08-16 12:27:23.000000000 +0200
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:           colord
-Version:        1.0.2
+Version:        1.1.1
 Release:        0
 Summary:        System Daemon for Managing Color Devices
 License:        GPL-2.0+
@@ -36,12 +36,12 @@
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.25.9
 BuildRequires:  pkgconfig(gio-unix-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(gusb) >= 0.1.1
-BuildRequires:  pkgconfig(lcms2) >= 2.2
+BuildRequires:  pkgconfig(lcms2) >= 2.4
 BuildRequires:  pkgconfig(libsystemd-login) >= 44
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.103
 BuildRequires:  pkgconfig(sqlite3)
@@ -58,22 +58,22 @@
 It is used by gnome-color-manager for system integration and use when
 there are no users logged in.
 
-%package -n libcolord1
+%package -n libcolord2
 Summary:        System Daemon for Managing Color Devices -- Library
 Group:          System/Libraries
 Suggests:       %{name}
 
-%description -n libcolord1
+%description -n libcolord2
 colord is a system activated daemon that maps devices to color profiles.
 It is used by gnome-color-manager for system integration and use when
 there are no users logged in.
 
-%package -n libcolorhug1
+%package -n libcolorhug2
 Summary:        System Daemon for Managing Color Devices -- Library
 Group:          System/Libraries
 Suggests:       %{name}
 
-%description -n libcolorhug1
+%description -n libcolorhug2
 colord is a system activated daemon that maps devices to color profiles.
 It is used by gnome-color-manager for system integration and use when
 there are no users logged in.
@@ -105,8 +105,8 @@
 %package -n libcolord-devel
 Summary:        System Daemon for Managing Color Devices -- Development Files
 Group:          Development/Languages/C and C++
-Requires:       libcolord1 = %{version}
-Requires:       libcolorhug1 = %{version}
+Requires:       libcolord2 = %{version}
+Requires:       libcolorhug2 = %{version}
 Requires:       typelib-1_0-ColorHug-1_0 = %{version}
 Requires:       typelib-1_0-Colord-1_0 = %{version}
 
@@ -158,21 +158,20 @@
 %postun
 %glib2_gsettings_schema_postun
 
-%post -n libcolord1 -p /sbin/ldconfig
+%post -n libcolord2 -p /sbin/ldconfig
 
-%postun -n libcolord1 -p /sbin/ldconfig
+%postun -n libcolord2 -p /sbin/ldconfig
 
-%post -n libcolorhug1 -p /sbin/ldconfig
+%post -n libcolorhug2 -p /sbin/ldconfig
 
-%postun -n libcolorhug1 -p /sbin/ldconfig
+%postun -n libcolorhug2 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc AUTHORS ChangeLog COPYING NEWS
 %{_unitdir}/colord.service
 %{_udevrulesdir}/*.rules
 %attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
-%config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_datadir}/bash-completion/completions/colormgr
 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
 %{_bindir}/cd-create-profile
@@ -192,7 +191,6 @@
 %{_datadir}/polkit-1/actions/org.freedesktop.color.policy
 %{_mandir}/man1/cd-create-profile.1%{?ext_man}
 %{_mandir}/man1/cd-fix-profile.1%{?ext_man}
-%{_mandir}/man1/colord.conf.1%{?ext_man}
 %{_mandir}/man1/colormgr.1%{?ext_man}
 %dir /etc/apparmor.d/
 %config /etc/apparmor.d/usr.lib.colord
@@ -202,12 +200,12 @@
 # These should not be here.. this is ugly (fdo#60733)
 #{_libdir}/lib*private.*
 
-%files -n libcolord1
+%files -n libcolord2
 %defattr(-, root, root)
 %{_libdir}/libcolord.so.*
 %{_libdir}/libcolordprivate.so.*
 
-%files -n libcolorhug1
+%files -n libcolorhug2
 %defattr(-,root,root)
 %{_libdir}/libcolorhug.so.*
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.mLPGWC/_old  2013-08-16 12:27:23.000000000 +0200
+++ /var/tmp/diff_new_pack.mLPGWC/_new  2013-08-16 12:27:23.000000000 +0200
@@ -1 +1 @@
-libcolord1
+libcolord2

++++++ colord-1.0.2.tar.xz -> colord-1.1.1.tar.xz ++++++
++++ 52555 lines of diff (skipped)

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

Reply via email to