commit icc-examin for openSUSE:Factory

2019-12-09 Thread root
Hello community,

here is the log from the commit of package icc-examin for openSUSE:Factory 
checked in at 2019-12-09 21:34:41

Comparing /work/SRC/openSUSE:Factory/icc-examin (Old)
 and  /work/SRC/openSUSE:Factory/.icc-examin.new.4691 (New)


Package is "icc-examin"

Mon Dec  9 21:34:41 2019 rev:5 rq:755045 version:0.56

Changes:

--- /work/SRC/openSUSE:Factory/icc-examin/icc-examin.changes2017-07-23 
12:15:56.402691177 +0200
+++ /work/SRC/openSUSE:Factory/.icc-examin.new.4691/icc-examin.changes  
2019-12-09 21:34:44.322109605 +0100
@@ -1,0 +2,5 @@
+Sun Dec  8 08:52:21 UTC 2019 - Luigi Baldoni 
+
+- Fix factory build
+
+---



Other differences:
--
++ icc-examin.spec ++
--- /var/tmp/diff_new_pack.2NCHRH/_old  2019-12-09 21:34:45.074109309 +0100
+++ /var/tmp/diff_new_pack.2NCHRH/_new  2019-12-09 21:34:45.074109309 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icc-examin
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,9 +20,9 @@
 Version:0.56
 Release:0
 Summary:ICC profile viewer and colour visualisation
-License:(GPL-2.0+ AND SUSE-FLTK) AND BSD-2-Clause
+License:(GPL-2.0-or-later AND SUSE-FLTK) AND BSD-2-Clause
 Group:  Productivity/Graphics/Other
-Url:http://www.oyranos.org/icc-examin
+URL:http://www.oyranos.org/icc-examin
 Source: %{name}_%{version}.orig.tar.bz2
 Patch0: icc-examin-gcc7.patch
 BuildRequires:  cmake
@@ -39,6 +39,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  xdg-utils
+BuildRequires:  xorg-x11-devel
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(ftgl)
@@ -55,6 +56,7 @@
 BuildRequires:  pkgconfig(xpm)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xrender)
+BuildRequires:  pkgconfig(xxf86vm)
 BuildRequires:  pkgconfig(zlib)
 Requires:   oyranos
 Requires:   oyranos-monitor
@@ -81,7 +83,8 @@
 %patch0 -p1
 
 %build
-%cmake
+%cmake \
+   -DOpenGL_GL_PREFERENCE=GLVND
 make %{?_smp_mflags}
 
 %install
@@ -90,16 +93,19 @@
 find %{buildroot} -type f -name "*.ttf" -delete -print
 %suse_update_desktop_file -n  iccexamin # some openSUSE magic
 
+%if 0%{?suse_version} <1500
 %post
 %mime_database_post
 
 %postun
 %mime_database_postun
+%endif
 
 %files lang -f %{name}.lang
 
 %files
-%doc AUTHORS COPYING ChangeLog.md README.md
+%license COPYING
+%doc AUTHORS ChangeLog.md README.md
 %{_bindir}/iccexamin
 %{_datadir}/applications/iccexamin.desktop
 %{_datadir}/pixmaps/iccexamin.svg




commit icc-examin for openSUSE:Factory

2017-07-23 Thread root
Hello community,

here is the log from the commit of package icc-examin for openSUSE:Factory 
checked in at 2017-07-23 12:15:49

Comparing /work/SRC/openSUSE:Factory/icc-examin (Old)
 and  /work/SRC/openSUSE:Factory/.icc-examin.new (New)


Package is "icc-examin"

Sun Jul 23 12:15:49 2017 rev:4 rq:511935 version:0.56

Changes:

--- /work/SRC/openSUSE:Factory/icc-examin/icc-examin.changes2017-02-03 
17:42:37.414897445 +0100
+++ /work/SRC/openSUSE:Factory/.icc-examin.new/icc-examin.changes   
2017-07-23 12:15:56.402691177 +0200
@@ -1,0 +2,8 @@
+Fri Jul 21 15:25:06 UTC 2017 - tchva...@suse.com
+
+- Fix building with gcc7 icc-examin-gcc7.patch
+- Switch to upstream %cmake system directly without wrapper
+- Make sure all deps are detected properly
+- Switch to lcms2 only and drop lcms1
+
+---

New:

  icc-examin-gcc7.patch



Other differences:
--
++ icc-examin.spec ++
--- /var/tmp/diff_new_pack.ItsKKM/_old  2017-07-23 12:15:56.926617170 +0200
+++ /var/tmp/diff_new_pack.ItsKKM/_new  2017-07-23 12:15:56.930616605 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package icc-examin
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,103 +16,57 @@
 #
 
 
-%define pixmapdir   %{_datadir}/pixmaps
-%define desktopdir  %{_datadir}/applications
 Name:   icc-examin
 Version:0.56
 Release:0
 Summary:ICC profile viewer and colour visualisation
-License:(GPL-2.0+ and SUSE-FLTK) and BSD-2-Clause
+License:(GPL-2.0+ AND SUSE-FLTK) AND BSD-2-Clause
 Group:  Productivity/Graphics/Other
 Url:http://www.oyranos.org/icc-examin
 Source: %{name}_%{version}.orig.tar.bz2
-Obsoletes:  icc_examin <= 0.54
-Provides:   icc_examin == %{version}
+Patch0: icc-examin-gcc7.patch
+BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
+BuildRequires:  expat
 BuildRequires:  fltk-devel
-%if 0%{?centos_version} == 0
-BuildRequires:  ftgl-devel
-%endif
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
+BuildRequires:  gettext-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  liboyranos-devel
 BuildRequires:  libpng-devel
-BuildRequires:  libtiff-devel
 BuildRequires:  libtool
-BuildRequires:  libxml2-devel
 BuildRequires:  pkgconfig
-BuildRequires:  shared-mime-info
+BuildRequires:  update-desktop-files
+BuildRequires:  xdg-utils
+BuildRequires:  pkgconfig(fontconfig)
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(ftgl)
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glu)
+BuildRequires:  pkgconfig(lcms2)
+BuildRequires:  pkgconfig(libtiff-4)
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(oyranos)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xcm)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xpm)
+BuildRequires:  pkgconfig(xrandr)
+BuildRequires:  pkgconfig(xrender)
+BuildRequires:  pkgconfig(zlib)
 Requires:   oyranos
 Requires:   oyranos-monitor
 Requires:   oyranos-profile-graph
 Requires:   oyranos-ui-fltk
-%if 0%{?suse_version}
-Recommends: oyranos-qcmsevents
-BuildRequires:  Mesa-devel
-BuildRequires:  expat
-BuildRequires:  fontconfig-devel
-BuildRequires:  freetype2-devel
-BuildRequires:  gcc-c++
-BuildRequires:  gettext-devel
-BuildRequires:  libXcm-devel
-BuildRequires:  libjpeg-devel
-BuildRequires:  liblcms-devel
-BuildRequires:  libpng-devel
-BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
-BuildRequires:  xdg-utils
-BuildRequires:  xorg-x11-libX11-devel
-BuildRequires:  xorg-x11-libXext-devel
-BuildRequires:  xorg-x11-libXpm-devel
-BuildRequires:  xorg-x11-libXrender-devel
-BuildRequires:  zlib-devel
-Recommends: freefont
+Requires(post): shared-mime-info
+Requires(postun): shared-mime-info
 Recommends: %{name}-lang
-%endif
-%if 0%{?suse_version}
-BuildRequires:  pkgconfig(glu)
-%endif
-%if 0%{?fedora_version} > 0
-BuildRequires:  Mesa
-BuildRequires:  Mesa-devel
-BuildRequires:  fltk
-BuildRequires:  fltk-devel
-BuildRequires:  fltk-fluid
-BuildRequires:  libXmu-devel
-BuildRequires:  libXpm-devel
-BuildRequires:  libXxf86vm-devel
-BuildRequires:  libqt4-devel
-BuildRequires:  xdg-utils
-BuildRequires:  xorg-x11-Mesa-devel
-BuildRequires:  xorg-x11-devel
-%endif
-
-%if 0%{?rhel_version} >= 600
-BuildRequires:  Mesa
-BuildRequires:  Mesa-devel
-BuildRequires:  fltk
-BuildRequires:  fltk-devel
-BuildRequires:  fltk-fluid
-BuildRequires:  

commit icc-examin for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package icc-examin for openSUSE:Factory 
checked in at 2017-01-27 11:04:52

Comparing /work/SRC/openSUSE:Factory/icc-examin (Old)
 and  /work/SRC/openSUSE:Factory/.icc-examin.new (New)


Package is "icc-examin"

Changes:

--- /work/SRC/openSUSE:Factory/icc-examin/icc-examin.changes2014-05-16 
07:56:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.icc-examin.new/icc-examin.changes   
2017-02-03 17:42:37.414897445 +0100
@@ -1,0 +2,41 @@
+Thu Dec 22 12:00:00 UTC 2016 - k...@gmx.de - 0.56
+
+- Update to 0.56
+- support -2 and -4 version options
+- use oyProfile_FromName() and support ID and wildcard loading
+- switch to cmake build system
+- support Hi-DPI monitors on Linux and OS X
+- do not touch observed files (automatic ID calculation)
+- fix lots of clang compile warnings
+- fix compiling with newer ColorSync
+- improve config GUI detection (Synnefo)
+
+---
+Mon Jan 19 18:45:39 UTC 2015 - p.drou...@gmail.com
+
+- Large specfile cleanup
+- Remove obsolete conditional macros
+- Remove depreciated AUTHORS section
+- Remove useless lib* requirements as devel packages already need them
+  * xorg-x11, xorg-x11-libXext, xorg-x11-libXpm, libXrender
+- Remove unneeded dependencies
+  * gcc, Mesa, gettext, xorg-x11-devel, xorg-x11-fonts-devel,
+xorg-x11-libICE, xorg-x11-libICE-devel, xorg-x11-libSM,
+xorg-x11-libSM-devel, xorg-x11-libX11, xorg-x11-libXau, 
+xorg-x11-libXau-devel, xorg-x11-libXdmcp, xorg-x11-libXdmcp-devel, 
+xorg-x11-libXext, xorg-x11-libXfixes, xorg-x11-libXfixes-devel, 
+xorg-x11-libXmu, xorg-x11-libXmu-devel, xorg-x11-libXp, 
+xorg-x11-libXp-devel, xorg-x11-libXprintUtil, 
+xorg-x11-libXprintUtil-devel, xorg-x11-libXt, xorg-x11-libXt-devel,
+xorg-x11-libXv, xorg-x11-libXv-devel, xorg-x11-libfontenc, 
+xorg-x11-libfontenc-devel, xorg-x11-libs, xorg-x11-libxkbfile, 
+xorg-x11-libxkbfile-devel, xorg-x11-proto-devel, xorg-x11-util-devel, 
+xorg-x11-xtrans-devel
+- Split out translation files
+
+---
+Thu May 15 18:00:00 UTC 2014 - k...@gmx.de
+
+- require oyranos and oy-profile-graph
+
+---

Old:

  icc-examin-0.55.tar.bz2
  icc-examin_0.55-1.debian.tar.gz
  icc-examin_0.55-1.dsc
  icc-examin_0.55.orig.tar.bz2

New:

  icc-examin_0.56-1.debian.tar.gz
  icc-examin_0.56-1.dsc
  icc-examin_0.56.orig.tar.bz2



Other differences:
--
++ icc-examin.spec ++
--- /var/tmp/diff_new_pack.1XZGxR/_old  2017-02-03 17:42:37.994815362 +0100
+++ /var/tmp/diff_new_pack.1XZGxR/_new  2017-02-03 17:42:37.994815362 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icc-examin
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,20 @@
 %define pixmapdir   %{_datadir}/pixmaps
 %define desktopdir  %{_datadir}/applications
 Name:   icc-examin
-Version:0.55
+Version:0.56
 Release:0
 Summary:ICC profile viewer and colour visualisation
 License:(GPL-2.0+ and SUSE-FLTK) and BSD-2-Clause
 Group:  Productivity/Graphics/Other
 Url:http://www.oyranos.org/icc-examin
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}_%{version}.orig.tar.bz2
 Obsoletes:  icc_examin <= 0.54
 Provides:   icc_examin == %{version}
 BuildRequires:  desktop-file-utils
 BuildRequires:  fltk-devel
+%if 0%{?centos_version} == 0
 BuildRequires:  ftgl-devel
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  libjpeg-devel
@@ -41,18 +43,17 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  pkgconfig
 BuildRequires:  shared-mime-info
+Requires:   oyranos
 Requires:   oyranos-monitor
+Requires:   oyranos-profile-graph
 Requires:   oyranos-ui-fltk
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1010
-BuildRequires:  Mesa
+%if 0%{?suse_version}
+Recommends: oyranos-qcmsevents
 BuildRequires:  Mesa-devel
 BuildRequires:  expat
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
-BuildRequires:  gcc
 BuildRequires:  gcc-c++
-BuildRequires:  gettext
 BuildRequires:  gettext-devel
 BuildRequires:  libXcm-devel
 BuildRequires:  libjpeg-devel
@@ -61,97 +62,78 @@
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  xdg-utils
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-d