Hello community, here is the log from the commit of package colorhug-client for openSUSE:Factory checked in at 2013-04-26 15:39:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/colorhug-client (Old) and /work/SRC/openSUSE:Factory/.colorhug-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "colorhug-client", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/colorhug-client/colorhug-client.changes 2012-11-02 17:32:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.colorhug-client.new/colorhug-client.changes 2013-04-26 15:39:54.000000000 +0200 @@ -1,0 +2,46 @@ +Tue Apr 23 09:19:40 UTC 2013 - [email protected] + +- Update to version 0.1.14: + + New Features: + - Compile the GtkBuilder files as a GResources to speed up + startup. + - Add a 'ccmx-upload' command to colorhug-cmd. + - Allow the user to easily generate a CCMX correction matrix. + + Bugfixes: + - Use the UTF-8 'รข rather than '...' in UI code. + - Sort the profiles by name in colorhug-ccmx. + - Don't use the deprecated INCLUDES in Makefile.am. + - Never use -Werror when building. + - Fix two difficult to translate strings. + - Use an external libcolorhug if it exists rather than the + internal copy. +- Changes from version 0.1.13: + + New Features: + - Add various demo programs for resetting the ColorHug. + - Add a utility program to interface with the ColorHug Spectro. + - Add client support for getting the device ambient + temperature. + - Add commands to read and write from the SRAM. + - Add defines for the ColorHug Spectro. + - Allow the user to flash an Intel HEX file from the command + line. + - Show the spectro temperature in the power utility. + + Bugfixes: + - Add self-test to the list of completion commands. + - Add the ChSha1 symbol to the introspection data. + - Add the missing GObjectIntrospection markup to ChDeviceQueue. + - Cope with device errors without aborting when taking a raw + measurement. + - Don't return flashing success when the device failed to + re-appear. + - Fix flashing firmware with libusbx 1.0.13. + - Fix make check when a ColorHug Spectro is inserted. + - Fix the example to work when firmware > 1.2.0 is used. + - Fix up the remaining introspection warnings. + - Increase the device reset timeout for slow USB hubs. + - Only require colord-gtk when building the debugging tools. + - Remove some dead code spotted by coverity. +- Drop libcolorhug1 and libcolorhug-devel sub-packages: the library + was moved to colord. + +------------------------------------------------------------------- Old: ---- colorhug-client-0.1.12.tar.xz New: ---- colorhug-client-0.1.14.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ colorhug-client.spec ++++++ --- /var/tmp/diff_new_pack.yZZFV9/_old 2013-04-26 15:40:03.000000000 +0200 +++ /var/tmp/diff_new_pack.yZZFV9/_new 2013-04-26 15:40:03.000000000 +0200 @@ -1,4 +1,7 @@ -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# spec file for package colorhug-client +# +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -8,25 +11,27 @@ # 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/ +# Name: colorhug-client -Version: 0.1.12 -Summary: Tools for the Hughski Colorimeter +Version: 0.1.14 Release: 0 +Summary: Tools for the Hughski Colorimeter License: GPL-2.0+ +Group: Productivity/Graphics/Other Url: http://www.hughski.com/ Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz -Group: Productivity/Graphics/Other -BuildRequires: update-desktop-files -BuildRequires: xz BuildRequires: docbook-utils BuildRequires: intltool +BuildRequires: update-desktop-files +BuildRequires: xz BuildRequires: pkgconfig(colord) >= 0.1.20 -BuildRequires: pkgconfig(colord-gtk) >= 0.1.20 +BuildRequires: pkgconfig(colord-gtk) >= 0.1.24 BuildRequires: pkgconfig(gio-2.0) >= 2.25.9 -BuildRequires: pkgconfig(glib-2.0) >= 2.28.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.31.10 BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.0 @@ -44,21 +49,6 @@ the firmware on the sensor or to access the sensor from command line scripts. -%package -n libcolorhug1 -Summary: Library for the Hughski Colorimeter -Group: System/Libraries - -%description -n libcolorhug1 -A library to access the Hughski Colorimeter - -%package -n libcolorhug-devel -Summary: Development files for libcolorhug -Group: Development/Libraries/C and C++ -Requires: libcolorhug1 = %{version} - -%description -n libcolorhug-devel -Development files for libcolorhug - %lang_package %prep %setup -q @@ -69,7 +59,6 @@ %install %make_install -find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %suse_update_desktop_file -u -r -G 'CCMX Loader' colorhug-ccmx Graphics Color %suse_update_desktop_file -u -r -G 'Firmware Updater' colorhug-flash Graphics Color %find_lang %{name} @@ -84,10 +73,6 @@ %desktop_database_postun %icon_theme_cache_postun -%post -n libcolorhug1 -p /sbin/ldconfig - -%postun -n libcolorhug1 -p /sbin/ldconfig - %files %defattr(-,root,root,-) %doc README AUTHORS NEWS COPYING @@ -107,17 +92,6 @@ %{_mandir}/man1/*.1%{?ext_man} %config %{_sysconfdir}/bash_completion.d/*-completion.bash -%files -n libcolorhug1 -%defattr(-,root,root) -%{_libdir}/libcolorhug.so.1 -%{_libdir}/libcolorhug.so.1.0.2 - -%files -n libcolorhug-devel -%defattr(-,root,root) -%{_includedir}/libcolorhug/ -%{_libdir}/libcolorhug.so -%{_libdir}/pkgconfig/colorhug.pc - %files lang -f %{name}.lang %changelog ++++++ colorhug-client-0.1.12.tar.xz -> colorhug-client-0.1.14.tar.xz ++++++ ++++ 41885 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
