Accepting request 723658 from KDE:Applications

Applications 19.08.0 (forwarded request 723532 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/723658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio_audiocd?expand=0&rev=91
This commit is contained in:
Dominique Leuenberger 2019-08-16 13:38:02 +00:00 committed by Git OBS Bridge
commit e22179e2d4
6 changed files with 55 additions and 6 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

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

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxngACgkQ29LOiT4t
HIfDRAf/aoPQOCZmJ4NzWAxdbRlVk61JJik9xPwVt2tlINEsurCn85z+Y+I3IkwG
dHid7iSRAN2gb2wbTs1PCubjxxVW/GtOvIvLmuurFPQ6bOF9yiWKmrLMZy570FSR
O1BdW7VuGnMWfuUdVF2vuHIpqkGvIq6spfkbVoi7tDY25YsePaDAMEQjxooNIOhf
I86d/zSQk4p3ALRyO+H+8uHPBF8CwwOxwL3lLhyhoxNAJc2n1cruYsSP/0m5rJRR
8qKW5VzE9vPP0wxm0S0tl8/8xQQj2KUa0plO6RoijCzAbfLfq9vs6U9CwP4/aXCQ
/VzO+AD+1vrz2KhD+wfHkXzQNvq9LA==
=t804
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Fri Aug 9 12:27:06 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:49 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
- Changes since 19.07.80:
* No code changes since 19.07.80
-------------------------------------------------------------------
Tue Jul 23 11:59:01 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:
* Get rid of obsolete QString::null
* Fix typo, remove extra QByteArray() (thanks to Albert Astals Cid)
* Use new logging category directory when ECM>=5.59
* Use new syntax
* Make audiocd:/ conformant with other KIO from KF5 by adding JSON file
-------------------------------------------------------------------
Sat Jul 13 07:26:35 UTC 2019 - lbeltrame@kde.org

View File

@ -16,18 +16,23 @@
#
%define rname audiocd-kio
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kio_audiocd
Version: 19.04.3
Version: 19.08.0
Release: 0
Summary: KDE I/O Slave for Audio CDs
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org
Source0: audiocd-kio-%{version}.tar.xz
Source: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: alsa-devel
BuildRequires: cdparanoia-devel
BuildRequires: extra-cmake-modules
@ -62,7 +67,7 @@ This package contains the development files for the audiocd kio slave
%endif
%prep
%setup -q -n audiocd-kio-%{version}
%setup -q -n %{rname}-%{version}
%build
%cmake_kf5 -d build