Hello community,

here is the log from the commit of package gwenview5 for openSUSE:Factory 
checked in at 2018-08-22 14:12:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gwenview5 (Old)
 and      /work/SRC/openSUSE:Factory/.gwenview5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gwenview5"

Wed Aug 22 14:12:01 2018 rev:38 rq:630111 version:18.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gwenview5/gwenview5.changes      2018-07-18 
22:40:01.253729375 +0200
+++ /work/SRC/openSUSE:Factory/.gwenview5.new/gwenview5.changes 2018-08-22 
14:12:03.629172640 +0200
@@ -1,0 +2,34 @@
+Thu Aug 16 22:01:18 UTC 2018 - [email protected]
+
+- Update to 18.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.0.php
+- Changes since 18.07.80:
+  * Fix video controls volume slider not vertically centered sometimes 
(kde#390929)
+  * Disable setImageData for dragging of unmodified images 
+  * Make sure, a newly saved image is selected in ContextManager 
+  * Keep crop handles inside selection rectangle 
+  * Remove crosshair cursor from crop tool 
+  * Fix crosshair cursor not showing in red eye reduction tool (kde#321933)
+  * Propagate unused mouse press events in edit tools 
+  * Reactivate size slider in Red Eye Reduction tool 
+  * Propagate unused mouse wheel events in edit tools 
+  * Fix image smoothing sometimes not getting applied (kde#396736)
+
+-------------------------------------------------------------------
+Sat Jul 28 22:49:44 UTC 2018 - [email protected]
+
+- Build with gcc7 on Leap 42.3, it doesn't compile with 4.8 anymore
+
+-------------------------------------------------------------------
+Thu Jul 26 13:00:29 UTC 2018 - [email protected]
+
+- Update to 18.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+- Changes since 18.04.3:
+  * Too many changes to list here
+
+-------------------------------------------------------------------

Old:
----
  gwenview-18.04.3.tar.xz

New:
----
  gwenview-18.08.0.tar.xz

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

Other differences:
------------------
++++++ gwenview5.spec ++++++
--- /var/tmp/diff_new_pack.74Pl49/_old  2018-08-22 14:12:04.201173996 +0200
+++ /var/tmp/diff_new_pack.74Pl49/_new  2018-08-22 14:12:04.205174006 +0200
@@ -19,17 +19,18 @@
 %bcond_without lang
 
 Name:           gwenview5
-Version:        18.04.3
+Version:        18.08.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
-Summary:        Image Viewer for KDE
+%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+Summary:        Image Viewer by KDE
 License:        GPL-2.0-or-later
 Group:          Productivity/Graphics/Viewers
 Url:            http://www.kde.org
 Source:         gwenview-%{version}.tar.xz
 BuildRequires:  baloo5-devel
+BuildRequires:  cfitsio-devel
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  kactivities5-devel
 BuildRequires:  kconfig-devel
@@ -55,11 +56,18 @@
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
+# Needed for 42.3
+%if 0%{?suse_version} < 1330
+# It does not build with the default compiler (GCC 4.8) on Leap 42.x
+%if 0%{?sle_version} < 120300
+BuildRequires:  gcc6-c++
+%else
+BuildRequires:  gcc7-c++
+%endif
+%endif
 Provides:       gwenview = %{version}
 Obsoletes:      gwenview < %{version}
-%if %{with lang}
 Recommends:     %{name}-lang
-%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -67,14 +75,22 @@
 window and a file list window, providing navigation of file
 hierarchies.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n gwenview-%{version}
 
 %build
+  %if 0%{?suse_version} < 1330
+    # It does not build with the default compiler (GCC 4.8) on Leap 42.x
+    %if 0%{?sle_version} < 120300
+      export CC=gcc-6
+      export CXX=g++-6
+    %else
+      export CC=gcc-7
+      export CXX=g++-7
+    %endif
+  %endif
   %cmake_kf5 -d build -- -DGWENVIEW_SEMANTICINFO_BACKEND="Baloo"
   %make_jobs
 
@@ -111,6 +127,7 @@
 %{_kf5_sharedir}/solid/actions/gwenview_*.desktop
 %dir %{_kf5_sharedir}/kconf_update/
 %{_kf5_sharedir}/kconf_update/gwenview.upd
+%{_kf5_sharedir}/kconf_update/gwenview-imageview-alphabackgroundmode-update.pl
 
 %if %{with lang}
 %files lang -f %{name}.lang

++++++ gwenview-18.04.3.tar.xz -> gwenview-18.08.0.tar.xz ++++++
++++ 75899 lines of diff (skipped)


Reply via email to