SHA256
1
0
forked from pool/kfloppy

KDE Applications 20.03.80

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfloppy?expand=0&rev=118
This commit is contained in:
Christophe Giboudeaux 2020-03-28 13:57:34 +00:00 committed by Git OBS Bridge
parent a8db662736
commit 85890a59e0
6 changed files with 41 additions and 26 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drWIACgkQ29LOiT4t
HIdhpwf/exc7ukdJxZGq9Sdyjfrr4IMecIf6ffhbuzRxJ1UjwvzTDOofpdoKfSh6
Pn4efdCJoo9+7HNBYTvUId94iOD7CVioSckj9jVBLR3ki/SAivSMqcLCZuAPyu0W
NsRtNtWhOlzBDTLMmBoq95HeBcZD2pDdKFTStggg7taPAsz305zsMgSGLRr9UkHw
Q84rdgyN2nWfKmRIJnmiqTJHbrPJXp/89f2PUWEcCrDOIEDYXr8LzwDh7ucrr0zA
7uYuKo0ZcMVv7b2uRjknBleuRHRtxURL8iB00XQ0jzonIgvxl5MZjvM6aLCaH8L9
1NTdxH/HW8DWqIjYAFmO05qG10uYHQ==
=J+cP
-----END PGP SIGNATURE-----

3
kfloppy-20.03.80.tar.xz Normal file
View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vAYACgkQOmpNuDnq
ptfoUxAAnR/9aeC0WwEFVxTJbFmz4ar9afmdNNI336myc5ZNxRE6UDS/nPeXTqcp
xsFxh9yHlS8f09vYFo45DBVCpbSF8sbWzfJCJFJArEHjtxdcqendU5TuZ9ahZ3rk
jigl0vrTu4ml0dVYBEYFi/9xRGLKBdBohznzAh5lWYf2eBbCGRXqoWDst+M98r7w
XSlaV2ezstyj8GxcS5RDZxuBuHVSsw9NCSd/eE64r5ejEfnuF4iTyK/Ex+Ervl4G
99tFen0SZhbHBBmgKOgVaJJA0fGLUrDGcwD1pVN3AhiZlykUb7Fc2R1OhIvxip6l
GemtrVls/A4tw5/SlT6qpILoUA5cQI4dXx8VyqTr38tW0i04qSYIEsQtxXpp/47K
FwBQ9bmf8/9ObfV6RQ86EBK+0rmyG0A9MjwpRrvMQDRkVkNlrCCUA/mzii32lN1Y
YzmqURmew0yF3UuiAHhdjsIC10BcZwfcO4p0tYCSO39BaAcx05KsJ3QwdK5qTPCP
l6amXVC5tfDNJuhVvbsh6xM45HFT1Q418X0KljFyGhg4uQ+pXFLSTHFXKtkPHD8R
ox8dEBbeZDtPEtLy2p4XUcAdoXGxvfF+b3q7Ye9DNZv8XHEqb6/Qeykzc5ONDXBb
68oVKNBTXJlzxRxv0a4T++1F4EZl7pVANdejxlG6jicQpL1H/+E=
=JgHJ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Mar 22 09:16:57 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* avoid string compare if first one matched
* avoid possible QStringList detach
* remove pointless endl on debug message
* Make it compiles against qt5.15 (endl other other use Qt:: namespace now)
* Fix minor EBN issue and typo
-------------------------------------------------------------------
Thu Mar 5 20:36:04 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package kfloppy
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,37 +21,33 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kfloppy
Version: 19.12.3
Version: 20.03.80
Release: 0
Summary: Floppy Formatter
License: GPL-2.0-only
Group: System/GUI/KDE
URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5Widgets)
%if %{with lang}
Recommends: %{name}-lang
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Recommends: %{name}-lang
%description
KDE Floppy Disk Utility
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n kfloppy-%{version}