Hello community, here is the log from the commit of package kolor-manager for openSUSE:Factory checked in at 2012-03-26 11:02:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kolor-manager (Old) and /work/SRC/openSUSE:Factory/.kolor-manager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kolor-manager", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/kolor-manager/kolor-manager.changes 2012-02-16 14:57:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kolor-manager.new/kolor-manager.changes 2012-03-26 11:02:37.000000000 +0200 @@ -1,0 +2,15 @@ +Sat Mar 24 15:20:26 UTC 2012 - [email protected] + +- Add kolor-manager-gcc47.patch: Fix build with gcc 4.7. + +------------------------------------------------------------------- +Tue Mar 06 13:01:00 UTC 2012 - Kai-Uwe Behrmann <[email protected]> - 691cd53c + +- update to recent git + +------------------------------------------------------------------- +Mon Feb 27 13:01:00 UTC 2012 - Kai-Uwe Behrmann <[email protected]> - df2beb5e + +- update to recent git + +------------------------------------------------------------------- Old: ---- kolor-manager-r1252330.tar.bz2 kolor-manager_fix-const-char-and-coding-style.patch New: ---- kolor-manager-691cd53c.tar.bz2 kolor-manager-gcc47.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kolor-manager.spec ++++++ --- /var/tmp/diff_new_pack.iymm2g/_old 2012-03-26 11:02:38.000000000 +0200 +++ /var/tmp/diff_new_pack.iymm2g/_new 2012-03-26 11:02:38.000000000 +0200 @@ -16,7 +16,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild # These macros are not present on the target distribution and are provided explicitly here %define make_jobs %{__make} %{?_smp_mflags} VERBOSE=1 @@ -36,24 +35,29 @@ Name: kolor-manager BuildRequires: liboyranos-alpha-devel %if 0%{?suse_version} -BuildRequires: libkde4-devel libtool +BuildRequires: libkde4-devel +BuildRequires: libtool %endif %if 0%{?fedora} -BuildRequires: gcc-c++ kdelibs-devel libtool ltdl-devel +BuildRequires: gcc-c++ +BuildRequires: kdelibs-devel +BuildRequires: libtool +BuildRequires: ltdl-devel %endif %if 0%{?mandriva_version} -BuildRequires: kdelibs4-devel libtool-devel +BuildRequires: kdelibs4-devel +BuildRequires: libtool-devel %endif -License: BSD-2-Clause Url: http://www.freedesktop.org/wiki/OpenIcc -Group: System/GUI/KDE BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Colour Management Frontend for KDE -Version: r1252330 +License: BSD-2-Clause +Group: System/GUI/KDE +Version: 691cd53c Release: 0 Source: %{name}-%{version}.tar.bz2 +Patch0: kolor-manager-gcc47.patch %kde4_runtime_requires -Patch0: kolor-manager_fix-const-char-and-coding-style.patch Requires: oyranos ++++++ kolor-manager-r1252330.tar.bz2 -> kolor-manager-691cd53c.tar.bz2 ++++++ ++++ 2941 lines of diff (skipped) ++++++ kolor-manager-gcc47.patch ++++++ Index: kolor-manager-691cd53c/devices/kmdevices.cpp =================================================================== --- kolor-manager-691cd53c.orig/devices/kmdevices.cpp +++ kolor-manager-691cd53c/devices/kmdevices.cpp @@ -48,6 +48,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE PO #include <oyranos_icc.h> #include <alpha/oyranos_alpha.h> #include <alpha/oyranos_cmm.h> +#include <unistd.h> //for usleep() #define CONFIG_REGISTRATION ("//" OY_TYPE_STD "/config/command") -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
