forked from pool/kfloppy
Accepting request 796928 from KDE:Applications
KDE release 20.04.0 OBS-URL: https://build.opensuse.org/request/show/796928 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfloppy?expand=0&rev=108
This commit is contained in:
commit
8c09b113a0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f384f9197d5066a5db978a9551665ae9a90b1f3afd1937f800ab61e376d3723
|
||||
size 199040
|
@ -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.04.0.tar.xz
Normal file
3
kfloppy-20.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfdd394c6a0a0e4aa5dea1f6a5cdc01da97217ab69cb9a9baa7e5d7ff7d16bc3
|
||||
size 198980
|
11
kfloppy-20.04.0.tar.xz.sig
Normal file
11
kfloppy-20.04.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB8YACgkQ29LOiT4t
|
||||
HId6Lgf/XkrGEEH32MXTvluMPDaCP83ci1iGalQ7abdRwrjzBeWY4WxjB0yaVakT
|
||||
phQiKtWAsKkhdr6leK+0w+qTvhlkLOp9ymVzWffiqTxFMmazCX8rKXmhVyOEOrEl
|
||||
L+EJgOm4t9OQGNUzR2+rFJRYaWSDUB0CVdMryNBsJCIEbPZiW8n/ANA7Eqn4FowA
|
||||
djMh97QRz9Ma7e1pDvEHTDenNGTe/NZVpiBDTLb9loJ9ffGmik0UGh2KO1VsryEQ
|
||||
hTGxaZ+3wzTVpNWsyF2hTnWpLbt4Kh+Zq+NTRJFyVpLf7RZ9YW4hC/UML0U/g4fR
|
||||
rArCtst2aSoT63U7o/eGPIXVLP8hrA==
|
||||
=wG/2
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 12:22:22 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 20.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/2020-04-apps-update
|
||||
- No code change since 20.03.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 5 20:30:02 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 20.03.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/20.04-rc
|
||||
- No code change since 20.03.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
18
kfloppy.spec
18
kfloppy.spec
@ -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.04.0
|
||||
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
|
||||
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/stable/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}
|
||||
|
Loading…
Reference in New Issue
Block a user