Accepting request 723659 from KDE:Applications

Applications 19.08.0 (forwarded request 723532 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/723659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kipi-plugins?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-08-16 13:45:54 +00:00 committed by Git OBS Bridge
parent eb27bce95d
commit b4a9aec3f1
6 changed files with 61 additions and 14 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxoUACgkQ29LOiT4t
HIeUuAf/WYtpau3Jl8/xJ5m+u3NYsvcIB1fd7QWu72wVF5hGnAqJ85rX1bCg8S6d
epG1HiE06hsC0MHZwCTfd9i8FpxSSlqS47sXz9bYdu1/bU27EUUzg26Q9GPztEaF
gihLhE2yULNVFPBixX8cGzAoQBv6TOm3sPtNsHW9ZPjFPES4VWw8K9DVD4+0MQQQ
hP2ODUo2pJSX4Z3PWU0YaXGfBq6vt2XMlZ7QKdjNs4HCufk7peubFtSQAieDflNr
dMBjmtsnv2MimqBC93wvZfGAZfcl0j4FDScEi6nyz7a7tEztjlQJnH7KobO25AEP
y2mfljB9XJ3aXOeIggsl1qTGqgDwXg==
=t4Ud
-----END PGP SIGNATURE-----

View File

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

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Fri Aug 9 08:31:04 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 19.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.0.php
- No code change since 19.07.90
-------------------------------------------------------------------
Tue Aug 06 16:50:52 UTC 2019 - lbeltrame@kde.org
- Update to 19.07.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
- No code changes since 19.07.80
-------------------------------------------------------------------
Thu Jul 25 18:34:31 UTC 2019 - wbauer@tmo.at
- Update to 19.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
- Changes since 5.9.1:
* Code comments: update link to existing page with related info
* Remove deprecated method
* Already defined in default flags
* Remove obsolete/unused method
* cmake: Remove unused MacroUtils.cmake module
* Use FeatureSummary instead of local MacroUtils.cmake
* cmake: Remove MacroLocalLibs.cmake module
* Drop use of DETECT_LIBKVKONTAKTE
* Drop use of DETECT_LIBMEDIAWIKI
* Drop use of DETECT_LIBKIPI macro and move relevant part to CMakeLists.txt
* Simplify optional Qt5/KF5 deps, drop ENABLE_KIO
* Raise KF5_MIN_VERSION to 5.18.0 and use for ECM
* run-clang-tidy.py -header-filter='.*' -checks='-*,modernize-use-nullptr' -fix
- Remove conditionals for no longer supported distribution versions
-------------------------------------------------------------------
Fri Apr 19 12:19:21 UTC 2019 - wbauer@tmo.at

View File

@ -18,13 +18,17 @@
%bcond_without lang
Name: kipi-plugins
Version: 5.9.1
Version: 19.08.0
Release: 0
Summary: KDE Plug-Ins for Image Manipulation
License: GPL-2.0-or-later
Group: Productivity/Graphics/Other
URL: https://www.kde.org/
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: karchive-devel
BuildRequires: kconfig-devel
@ -52,10 +56,6 @@ Obsoletes: kipi-plugins5 < %{version}
Provides: kipi-plugins5 = %{version}
Obsoletes: kipi-plugin-icons < %{version}
Provides: kipi-plugin-icons = %{version}
%if 0%{?suse_version} < 1500
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
BuildRequires: gcc7-c++
%endif
%description
A set of plug-ins for the KDE KIPI interface, used by some KDE imaging
@ -74,11 +74,6 @@ sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" common/libkipiplugins/tools/kpversion.
rm -f po/*/kipiplugin_vkontakte.po
%build
%if 0%{?suse_version} < 1500
# gcc 4.8.5 is too old
export CC=gcc-7
export CXX=g++-7
%endif
%cmake_kf5 -d build
%make_jobs VERBOSE=1