forked from pool/kfloppy
KDE Applications 19.08 Beta (take 2)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfloppy?expand=0&rev=98
This commit is contained in:
parent
dcca07cfc4
commit
878597723d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7f3a206b6f4cd03771d8fba94423bf749a2b8e6bb4dfd01f30502d1ab08f1d8e
|
|
||||||
size 198868
|
|
3
kfloppy-19.07.80.tar.xz
Normal file
3
kfloppy-19.07.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:657748585114a29cebe2cefafda7c95af1d51d569b51cbd6b5f6420be04e5eba
|
||||||
|
size 198972
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 11:59:00 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- 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 19.04.3:
|
||||||
|
* use KDE Applications version numbering
|
||||||
|
* Remove unused include
|
||||||
|
* CMake: fix version check and whitespace damage
|
||||||
|
* Install in new logging directory when we use kf5 5.59.0
|
||||||
|
* drop last remaining call to QString::null
|
||||||
|
* CMake: simplify version check
|
||||||
|
* define version number in CMakeLists.txt for easier maintenance
|
||||||
|
* Make it compile without deprecated method
|
||||||
|
* it's already define in default flags
|
||||||
|
* Use QString() directly
|
||||||
|
* Time to increase minimum cmake version
|
||||||
|
* Use new connect api
|
||||||
|
* It compiles fine without foreach
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 19 08:37:34 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
Fri Jul 19 08:37:34 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -21,12 +21,12 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kfloppy
|
Name: kfloppy
|
||||||
Version: 19.04.3
|
Version: 19.07.80
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Floppy Formatter
|
Summary: Floppy Formatter
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source0: kfloppy-%{version}.tar.xz
|
Source0: kfloppy-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kdoctools-devel
|
BuildRequires: kdoctools-devel
|
||||||
@ -68,11 +68,11 @@ KDE Floppy Disk Utility
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README TODO
|
%doc README TODO
|
||||||
|
%{_kf5_debugdir}/kfloppy.categories
|
||||||
%doc %lang(en) %{_kf5_htmldir}/en/kfloppy/
|
%doc %lang(en) %{_kf5_htmldir}/en/kfloppy/
|
||||||
|
%{_kf5_bindir}/kfloppy
|
||||||
%{_kf5_applicationsdir}/*.desktop
|
%{_kf5_applicationsdir}/*.desktop
|
||||||
%{_kf5_appstreamdir}/
|
%{_kf5_appstreamdir}/
|
||||||
%{_kf5_bindir}/kfloppy
|
|
||||||
%{_kf5_debugdir}/kfloppy.categories
|
|
||||||
%{_kf5_iconsdir}/hicolor/*/*/*.png
|
%{_kf5_iconsdir}/hicolor/*/*/*.png
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
|
Loading…
Reference in New Issue
Block a user