Hello community,

here is the log from the commit of package icc-examin for openSUSE:Leap:15.2 
checked in at 2020-02-21 10:52:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/icc-examin (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.icc-examin.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icc-examin"

Fri Feb 21 10:52:40 2020 rev:12 rq:777473 version:0.56

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/icc-examin/icc-examin.changes  2020-01-15 
15:11:54.142123135 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.icc-examin.new.26092/icc-examin.changes       
2020-02-21 10:53:08.147391571 +0100
@@ -1,0 +2,5 @@
+Sun Dec  8 08:52:21 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Fix factory build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ icc-examin.spec ++++++
--- /var/tmp/diff_new_pack.ZuSlS8/_old  2020-02-21 10:53:08.443392220 +0100
+++ /var/tmp/diff_new_pack.ZuSlS8/_new  2020-02-21 10:53:08.443392220 +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