Hello community,

here is the log from the commit of package kbackup for openSUSE:Factory checked 
in at 2018-08-24 17:05:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kbackup (Old)
 and      /work/SRC/openSUSE:Factory/.kbackup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kbackup"

Fri Aug 24 17:05:04 2018 rev:5 rq:630121 version:18.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbackup/kbackup.changes  2018-07-19 
22:51:06.370736788 +0200
+++ /work/SRC/openSUSE:Factory/.kbackup.new/kbackup.changes     2018-08-24 
17:05:11.150148431 +0200
@@ -1,0 +2,26 @@
+Thu Aug 16 22:02:27 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:
+  * None
+
+-------------------------------------------------------------------
+Thu Jul 26 13:00:34 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:
+  * Remove unneeded QT definitions
+  * Remove some deprecated method
+  * Make it compile with strict compile flags
+  * Fix includes
+  * Use nullptr
+  * fix releaseinfo
+- Build with gcc7 on Leap 42.3
+
+-------------------------------------------------------------------

Old:
----
  kbackup-18.04.3.tar.xz

New:
----
  kbackup-18.08.0.tar.xz

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

Other differences:
------------------
++++++ kbackup.spec ++++++
--- /var/tmp/diff_new_pack.J5l89M/_old  2018-08-24 17:05:11.906149328 +0200
+++ /var/tmp/diff_new_pack.J5l89M/_new  2018-08-24 17:05:11.906149328 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:           kbackup
-Version:        18.04.3
+Version:        18.08.0
 Release:        0
 Summary:        Backup program based on KDE Frameworks 5
 License:        GPL-2.0-only
 Group:          System/GUI/KDE
 URL:            http://www.kde.org
-Source0:        
http://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.0.0
 BuildRequires:  karchive-devel
 BuildRequires:  kf5-filesystem
@@ -39,6 +39,15 @@
 BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Widgets)
+# 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
 
 %description
 kbackup is a backup program based on KDE Frameworks 5. It allows backing
@@ -52,6 +61,16 @@
 %setup -q
 
 %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
   %make_jobs
 

++++++ kbackup-18.04.3.tar.xz -> kbackup-18.08.0.tar.xz ++++++
++++ 10899 lines of diff (skipped)


Reply via email to