Hello community, here is the log from the commit of package oyranos for openSUSE:Factory checked in at 2014-05-14 10:41:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oyranos (Old) and /work/SRC/openSUSE:Factory/.oyranos.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oyranos" Changes: -------- --- /work/SRC/openSUSE:Factory/oyranos/oyranos.changes 2013-08-12 16:19:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.oyranos.new/oyranos.changes 2014-05-14 10:41:03.000000000 +0200 @@ -1,0 +2,35 @@ +Mon May 11 08:00:00 UTC 2014 - [email protected] + +- try to fix fedora 20 build + +------------------------------------------------------------------- +Sun May 10 12:00:00 UTC 2014 - [email protected] + +- try to fix fedora build + +------------------------------------------------------------------- +Sun May 10 12:00:00 UTC 2014 - [email protected] - 0.9.5 + +- update to officiall release 0.9.5 +- improve oyranos-profile-graph 2D grapher tool +- improve device mapping to JSON serialisation +- support Elektra-0.8.5 as well as 0.7.x (Markus Raab) +- add scale filter +- add ICC named colour list reading +- save device link to file in oyranos-icc +- improved threading support +- update to actual GLee +- API break; avoid OY_COMPUTE flags ambiguity +- API break: reorder object types oyOBJECT_e +- API break: spell colour -> color affects many APIs +- API break: switch to _MoveInStruct naming convention for oyOption_s +- fix CUPS macro names (Andreas Sturmlechner) +- fix Oyranos can not find LCMS, LCMS2 and Exiv2 (Peter Sarvaš) +- fix potential crash in oyProfile_GetDevice() (Yiannis Belias) +- raw image display with lesser artefacts through lraw/lcm2 +- lcms/lcm2 modules: dlopen liblcms and liblcms2 +- lcm2 module support lcms-2.6 cmsContext API changes +- qarz module returns sRGB for non colour server profile +- oydi module fix color server activity detection + +------------------------------------------------------------------- @@ -199,2 +233,0 @@ - -* Mon Jan 03 2011 Kai-Uwe Behrmann Old: ---- oyranos-0.9.4.tar.bz2 oyranos_0.9.4-1.debian.tar.gz oyranos_0.9.4-1.dsc oyranos_0.9.4.orig.tar.bz2 New: ---- oyranos-0.9.5.tar.bz2 oyranos_0.9.5-1.debian.tar.gz oyranos_0.9.5-1.dsc oyranos_0.9.5.orig.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oyranos.spec ++++++ --- /var/tmp/diff_new_pack.jrEExP/_old 2014-05-14 10:41:05.000000000 +0200 +++ /var/tmp/diff_new_pack.jrEExP/_new 2014-05-14 10:41:05.000000000 +0200 @@ -1,8 +1,8 @@ # # spec file for package oyranos # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2011-2013 Kai-Uwe Behrmann <[email protected]> +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011-2014 Kai-Uwe Behrmann <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ # -Version: 0.9.4 +Version: 0.9.5 Release: 0 Source: oyranos-%{version}.tar.bz2 %define syscolordir /usr/share/color %define usercolordir ~/.config/color %define usercolordata ~/.local/share/color %define iccdirname icc -%define cmmsubpath colour/modules +%define cmmsubpath color/modules %define metasubpath oyranos %define settingsdirname settings %define targetdirname target @@ -49,6 +49,7 @@ %if 0%{?suse_version} > 0 BuildRequires: cairo-devel +BuildRequires: chrpath BuildRequires: cups-devel BuildRequires: doxygen BuildRequires: fltk @@ -56,9 +57,10 @@ BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: graphviz -BuildRequires: libXcm-devel >= 0.5.1 +BuildRequires: libXcm-devel >= 0.5.3 BuildRequires: libjpeg-devel BuildRequires: liblcms-devel +BuildRequires: liblcms2-devel BuildRequires: libpng-devel BuildRequires: libqt4-devel BuildRequires: libtiff-devel @@ -68,7 +70,6 @@ BuildRequires: xdg-utils BuildRequires: xorg-x11-Mesa BuildRequires: xorg-x11-Mesa-devel -BuildRequires: chrpath %endif %if 0%{?suse_version} > 910 @@ -155,7 +156,7 @@ BuildRequires: gettext BuildRequires: graphviz BuildRequires: lcms-devel -BuildRequires: libXcm-devel >= 0.5.1 +BuildRequires: libXcm-devel >= 0.5.3 BuildRequires: libjpeg BuildRequires: libjpeg-devel BuildRequires: libpng-devel @@ -177,6 +178,7 @@ BuildRequires: Mesa BuildRequires: Mesa-devel BuildRequires: cairo-devel +BuildRequires: chrpath BuildRequires: cups-devel BuildRequires: doxygen BuildRequires: exiv2-devel @@ -186,13 +188,13 @@ BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: graphviz -BuildRequires: libXcm-devel >= 0.5.1 +BuildRequires: lcms-devel +BuildRequires: lcms2-devel +BuildRequires: libXcm-devel >= 0.5.3 BuildRequires: libXmu-devel BuildRequires: libXxf86vm-devel BuildRequires: libjpeg BuildRequires: libjpeg-devel -BuildRequires: liblcms-devel -BuildRequires: liblcms2-devel BuildRequires: libpng-devel BuildRequires: libqt4-devel BuildRequires: libtiff-devel @@ -334,13 +336,13 @@ Group: System/Monitoring %description -Oyranos is a colour management system. +Oyranos is a color management system. Features: -o configuration for cross application colour agreement +o configuration for cross application color agreement o plugable and selectable modules (known as CMM's) o pixel conversions o profile handling -o named colours +o named colors o device profile assignment @@ -353,7 +355,6 @@ used components and libraries with divergine FOSS licenses: md5 L. Peter Deutsch - libXNVCtrl Nvidia FLMM Matthias Melcher lookup3 Bob Jenkins @@ -366,7 +367,7 @@ The documentation in html format is included. The object oriented Oyranos API's provide advanced access to ICC profiles, allow for filtering profile lists and provide -a CMM independent colour conversion API. Single colour lookups +a CMM independent color conversion API. Single color lookups are supported. These API's are to be considered for changing very frequently. @@ -380,7 +381,7 @@ Header files and libraries for development. The object oriented Oyranos API's provide advanced access to ICC profiles, allow for filtering profile lists and provide -a CMM independent colour conversion API. Single colour lookups +a CMM independent color conversion API. Single color lookups are supported. These API's are to be considered for changing very frequently. @@ -393,7 +394,7 @@ %description -n lib%{name}0-monitor The monitor support libraries of the -Oyranos colour management system. +Oyranos color management system. %description profile-graph The grapher renders a simple gamut @@ -401,20 +402,20 @@ %description -n lib%{name}0-cups CUPS device support for the -Oyranos colour management system. +Oyranos color management system. %if 0%{?suse_version} > 1130 || 0%{?fedora_version} > 0 %description -n lib%{name}0-lraw LibRaw device support for the -Oyranos colour management system. +Oyranos color management system. %endif %description ui-fltk The example configuration GUI. -Oyranos is a colour management system. +Oyranos is a color management system. %description qcmsevents -the applet shows if a colour server is running through a icon in +the applet shows if a color server is running through a icon in the system tray. %prep @@ -433,8 +434,6 @@ echo 'X-SuSE-translate=true' >> %{name}-profile-install.desktop desktop-file-install --dir=%{buildroot}/%{desktopdir} qcmsevents-applet.desktop desktop-file-install --dir=%{buildroot}/%{desktopdir} %{name}-profile-install.desktop -mkdir -p %{buildroot}/etc/xdg/autostart/ -cp -av %{name}-profile-install.desktop %{buildroot}/etc/xdg/autostart/%{name}-monitor-setup.desktop #fix rpath issues chrpath --delete %{buildroot}/%{_bindir}/oyranos-xforms-modules @@ -473,7 +472,7 @@ %{_libdir}/lib%{name}_modules.so.* %{_libdir}/lib%{name}_config.so.* %{_libdir}/lib%{name}.so.* -%dir %{_libdir}/colour/ +%dir %{_libdir}/color/ %dir %{_libdir}/%{cmmsubpath}/ %dir %{_libdir}/%{metasubpath}/ %{_libdir}/%{cmmsubpath}/lib%{name}_lcm* @@ -528,7 +527,7 @@ %files -n lib%{name}0-monitor %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README -%dir %{_libdir}/colour/ +%dir %{_libdir}/color/ %dir %{_libdir}/%{cmmsubpath}/ %{_libdir}/%{cmmsubpath}/lib%{name}_oyX1_cmm_module* %{_libdir}/%{cmmsubpath}/lib%{name}_oydi_cmm_module* @@ -536,7 +535,7 @@ %files -n lib%{name}0-cups %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README -%dir %{_libdir}/colour/ +%dir %{_libdir}/color/ %dir %{_libdir}/%{cmmsubpath}/ %{_libdir}/%{cmmsubpath}/lib%{name}_CUPS_cmm_module* @@ -544,7 +543,7 @@ %files -n lib%{name}0-lraw %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README -%dir %{_libdir}/colour/ +%dir %{_libdir}/color/ %dir %{_libdir}/%{cmmsubpath}/ %{_libdir}/%{cmmsubpath}/lib%{name}_lraw_cmm_module* %{_libdir}/%{cmmsubpath}/lib%{name}_oyRE_cmm_module* ++++++ oyranos-0.9.4.tar.bz2 -> oyranos-0.9.5.tar.bz2 ++++++ ++++ 151533 lines of diff (skipped) ++++++ oyranos_0.9.4-1.debian.tar.gz -> oyranos_0.9.5-1.debian.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/changelog new/debian/changelog --- old/debian/changelog 2013-01-19 11:17:48.000000000 +0100 +++ new/debian/changelog 2014-05-11 13:56:36.000000000 +0200 @@ -1,3 +1,11 @@ +oyranos (0.9.5-1) unstable; urgency=low + + * improve image comment in oy-icc + * remove non needed debian/shlibs.local + * deambiguate install of cmake file + + -- Kai-Uwe Behrmann (oy) <[email protected]> Tue, 05 Feb 2013 12:00:00 +0100 + oyranos (0.9.4-1) unstable; urgency=low * use available Lab from debian's icc-profile II diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/control new/debian/control --- old/debian/control 2013-01-19 11:17:48.000000000 +0100 +++ new/debian/control 2014-05-11 13:56:36.000000000 +0200 @@ -39,9 +39,9 @@ Architecture: any Depends: oyranos (= ${binary:Version}), ${misc:Depends} Description: Color Management System Development Files - The library allows one to match predictably input device colours to - output device colours across supporting applications. One goal - is to make colour management useful for all users in a automated + The library allows one to match predictably input device colors to + output device colors across supporting applications. One goal + is to make color management useful for all users in a automated fashion and regardless of any technical knowledge. Headers and development files for Oyranos. @@ -50,9 +50,9 @@ Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: Color Management System Programming Documentation - The library allows one to match predictably input device colours to - output device colours across supporting applications. One goal - is to make colour management useful for all users in a automated + The library allows one to match predictably input device colors to + output device colors across supporting applications. One goal + is to make color management useful for all users in a automated fashion and regardless of any technical knowledge. Oyranos API documentation. @@ -61,9 +61,9 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, icc-profiles-free Description: Color Management System Libraries - The library allows one to match predictably input device colours to - output device colours across supporting applications. One goal - is to make colour management useful for all users in a automated + The library allows one to match predictably input device colors to + output device colors across supporting applications. One goal + is to make color management useful for all users in a automated fashion and regardless of any technical knowledge. Oyranos Libraries. @@ -72,9 +72,9 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, xcalib Description: Color Management System Tools - The library allows one to match predictably input device colours to - output device colours across supporting applications. One goal - is to make colour management useful for all users in a automated + The library allows one to match predictably input device colors to + output device colors across supporting applications. One goal + is to make color management useful for all users in a automated fashion and regardless of any technical knowledge. Oyranos Tools. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/liboyranos0.dirs new/debian/liboyranos0.dirs --- old/debian/liboyranos0.dirs 2013-01-19 11:17:48.000000000 +0100 +++ new/debian/liboyranos0.dirs 2014-05-11 13:56:36.000000000 +0200 @@ -1,4 +1,4 @@ usr/lib -usr/lib/colour/ -usr/lib/colour/modules/ +usr/lib/color/ +usr/lib/color/modules/ usr/lib/oyranos/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/liboyranos0.install new/debian/liboyranos0.install --- old/debian/liboyranos0.install 2013-01-19 11:17:48.000000000 +0100 +++ new/debian/liboyranos0.install 2014-05-11 13:56:36.000000000 +0200 @@ -1,4 +1,4 @@ usr/lib/lib*.so.* -usr/lib/colour/modules/* -usr/lib/oyranos/* +usr/lib/color/modules/* +usr/lib/oyranos/lib* usr/share/locale/* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debian/shlibs.local new/debian/shlibs.local --- old/debian/shlibs.local 2013-01-19 11:17:48.000000000 +0100 +++ new/debian/shlibs.local 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -liboyranos 0.9.2 oyranos (>> 0.9.2-0), oyranos (<< 0.9.2-99) ++++++ oyranos_0.9.4-1.dsc -> oyranos_0.9.5-1.dsc ++++++ --- /work/SRC/openSUSE:Factory/oyranos/oyranos_0.9.4-1.dsc 2013-02-05 12:13:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.oyranos.new/oyranos_0.9.5-1.dsc 2014-05-14 10:41:03.000000000 +0200 @@ -2,7 +2,7 @@ Source: oyranos Binary: liboyranos-dev, oyranos-doc, liboyranos0, oyranos, oyranos-qcmsevents Architecture: any all -Version: 0.9.4-1 +Version: 0.9.5-1 Maintainer: Kai-Uwe Behrmann (oy) <[email protected]> Homepage: http://www.oyranos.org Standards-Version: 3.9.3 @@ -16,11 +16,11 @@ oyranos-doc deb doc optional oyranos-qcmsevents deb graphics optional Checksums-Sha1: - d4a427cddf813c9a9eefa0c8097e375f96f6cdbb 1632159 oyranos_0.9.4.orig.tar.bz2 - ecd15607b2b96de1d12a0cb111103132e6b80ce8 4641 oyranos_0.9.4-1.debian.tar.gz + 81c585cfbbc21ab743d04fe9265534fb49b5a280 1801586 oyranos_0.9.5.orig.tar.bz2 + a84b300c0a48aa10b8817473d273f40e0c4d42fb 4373 oyranos_0.9.5-1.debian.tar.gz Checksums-Sha256: - 4ea6003f282e731a05169b8c93b39c1865a8992c1dc064ae1ddf1f2c67fec2dc 1632159 oyranos_0.9.4.orig.tar.bz2 - 0f96b1adfb8f3daab2b244149bf874a781a3f376df53898b61e5256e2705096b 4641 oyranos_0.9.4-1.debian.tar.gz + 3fc0f9e6fc437d7218e59ce400b91af9ab2a1714fea8cb041a85b91f782e6463 1801586 oyranos_0.9.5.orig.tar.bz2 + f4efab8170b76cd3a6feafeba458251b1aaf9e3b220d37099fcf9230445f08d9 4373 oyranos_0.9.5-1.debian.tar.gz Files: - 595d359768b59c87a26ca00ca86f4c46 1632159 oyranos_0.9.4.orig.tar.bz2 - b751b3f350ccf1d25b5f982e7e6d94f0 4641 oyranos_0.9.4-1.debian.tar.gz + 05d065fadb828d9712beeb4178cfc5e2 1801586 oyranos_0.9.5.orig.tar.bz2 + 02f10319b9cfad2ec5c41a5bfdf0980b 4373 oyranos_0.9.5-1.debian.tar.gz ++++++ oyranos_0.9.4.orig.tar.bz2 -> oyranos_0.9.5.orig.tar.bz2 ++++++ ++++ 151533 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
