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.changes    2017-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 <aloi...@gmx.com>
+
+- 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


Reply via email to