Accepting request 630121 from KDE:Applications

Update to 18.08.0

OBS-URL: https://build.opensuse.org/request/show/630121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbackup?expand=0&rev=5
This commit is contained in:
2018-08-24 15:05:04 +00:00
committed by Git OBS Bridge
4 changed files with 50 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9c2d2b74e9fbc7bea1974be30bc5bee06694136c0ef75ea5707a05269ee8d54
size 344572

3
kbackup-18.08.0.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69aaed4598785d8bcf4840e218e878885843fcdfc464f2e7d96ed6ccdb99d592
size 350636

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Aug 16 22:02:27 UTC 2018 - christophe@krop.fr
- 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 - lbeltrame@kde.org
- 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
-------------------------------------------------------------------
Fri Jul 13 04:49:51 UTC 2018 - lbeltrame@kde.org

View File

@@ -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(KF5WidgetsAddons)
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 @@ Although GUI based, it also offers an automated, GUI-less mode.
%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