Accepting request 756209 from KDE:Applications
KDE Applications 19.12.0 OBS-URL: https://build.opensuse.org/request/show/756209 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kde-print-manager?expand=0&rev=56
This commit is contained in:
commit
6e010f1b32
Binary file not shown.
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 10 06:39:17 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
- Update to 19.12.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/releases/19.12.0
|
||||||
|
- Changes since 19.11.90:
|
||||||
|
* Update Appstream for new release
|
||||||
|
* Fix crash when cups returns jobs with duplicate id (kde#326289)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 30 09:12:36 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
- Update to 19.11.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/releases/19.12-rc
|
||||||
|
- No code change since 19.11.80
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 24 13:30:09 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
- Update to 19.11.80
|
||||||
|
* New feature release
|
||||||
|
- Too many changes to list here.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 7 23:13:40 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
Thu Nov 7 23:13:40 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kde-print-manager
|
# spec file for package kde-print-manager
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
# Copyright (c) 24.9.90 Raymond Wooninck <tittiatcoke@gmail.com>
|
# Copyright (c) 24.9.90 Raymond Wooninck <tittiatcoke@gmail.com>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,20 +18,20 @@
|
|||||||
|
|
||||||
|
|
||||||
%define rname print-manager
|
%define rname print-manager
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.60.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# 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}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kde-print-manager
|
Name: kde-print-manager
|
||||||
Version: 19.08.3
|
Version: 19.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A print manager for KDE
|
Summary: A print manager for KDE
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Source1: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
|
||||||
Source2: applications.keyring
|
Source2: applications.keyring
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cups
|
BuildRequires: cups
|
||||||
@ -40,28 +40,27 @@ BuildRequires: cups-client
|
|||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
BuildRequires: cups-pk-helper
|
BuildRequires: cups-pk-helper
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kcmutils-devel
|
|
||||||
BuildRequires: kcompletion-devel
|
|
||||||
BuildRequires: kconfig-devel
|
|
||||||
BuildRequires: kconfigwidgets-devel
|
|
||||||
BuildRequires: kcoreaddons-devel
|
|
||||||
BuildRequires: kdbusaddons-devel
|
|
||||||
BuildRequires: ki18n-devel
|
|
||||||
BuildRequires: kiconthemes-devel
|
|
||||||
BuildRequires: kio-devel
|
|
||||||
BuildRequires: knotifications-devel
|
|
||||||
BuildRequires: kwidgetsaddons-devel
|
|
||||||
BuildRequires: kwindowsystem-devel
|
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: plasma-framework-devel
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: cmake(KF5Completion)
|
||||||
BuildRequires: pkgconfig(Qt5DBus)
|
BuildRequires: cmake(KF5Config)
|
||||||
BuildRequires: pkgconfig(Qt5Designer)
|
BuildRequires: cmake(KF5ConfigWidgets)
|
||||||
BuildRequires: pkgconfig(Qt5Gui)
|
BuildRequires: cmake(KF5CoreAddons)
|
||||||
BuildRequires: pkgconfig(Qt5Network)
|
BuildRequires: cmake(KF5DBusAddons)
|
||||||
BuildRequires: pkgconfig(Qt5Qml)
|
BuildRequires: cmake(KF5I18n)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: cmake(KF5IconThemes)
|
||||||
|
BuildRequires: cmake(KF5KCMUtils)
|
||||||
|
BuildRequires: cmake(KF5KIO)
|
||||||
|
BuildRequires: cmake(KF5Notifications)
|
||||||
|
BuildRequires: cmake(KF5Plasma)
|
||||||
|
BuildRequires: cmake(KF5WidgetsAddons)
|
||||||
|
BuildRequires: cmake(KF5WindowSystem)
|
||||||
|
BuildRequires: cmake(Qt5Core)
|
||||||
|
BuildRequires: cmake(Qt5DBus)
|
||||||
|
BuildRequires: cmake(Qt5Designer)
|
||||||
|
BuildRequires: cmake(Qt5Gui)
|
||||||
|
BuildRequires: cmake(Qt5Network)
|
||||||
|
BuildRequires: cmake(Qt5Qml)
|
||||||
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Conflicts: kde4-print-manager
|
Conflicts: kde4-print-manager
|
||||||
Obsoletes: kde4-print-manager < %{version}
|
Obsoletes: kde4-print-manager < %{version}
|
||||||
@ -104,6 +103,7 @@ This project is a replacement for the previous printing management of KDE.
|
|||||||
%{_kf5_applicationsdir}/org.kde.ConfigurePrinter.desktop
|
%{_kf5_applicationsdir}/org.kde.ConfigurePrinter.desktop
|
||||||
%{_kf5_applicationsdir}/org.kde.PrintQueue.desktop
|
%{_kf5_applicationsdir}/org.kde.PrintQueue.desktop
|
||||||
%{_kf5_appstreamdir}/org.kde.plasma.printmanager.appdata.xml
|
%{_kf5_appstreamdir}/org.kde.plasma.printmanager.appdata.xml
|
||||||
|
%{_kf5_appstreamdir}/org.kde.print-manager.metainfo.xml
|
||||||
%{_kf5_bindir}/configure-printer
|
%{_kf5_bindir}/configure-printer
|
||||||
%{_kf5_bindir}/kde-add-printer
|
%{_kf5_bindir}/kde-add-printer
|
||||||
%{_kf5_bindir}/kde-print-queue
|
%{_kf5_bindir}/kde-print-queue
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c6420dfa711fc68a6d681d27521eac3c9f1060e57f048594b43f2941a78320ee
|
|
||||||
size 245476
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/PUACgkQ29LOiT4t
|
|
||||||
HIejvwf/cR9qjQKYnQ/T9hWJADmEFjThtu74/iSxut3sexzR/1hZVIr06uphpSnK
|
|
||||||
PRl5/lWnnHOeMOCQHPS1kxaSUMsg6VzOy/rp2PfA9N2GDYc8u7lt6UeIHUuBDjnE
|
|
||||||
/IlbL8TLJeI9dMcTcIOX/ybBK1L0+28rrqcZ92A6cmxG+kuNwtoCOo/VfoSa/p2M
|
|
||||||
/VNNspwDrFEyEMWXWSpcyw+p2BeBxWQA9vpl2pAy6kQmsecfjepyrYDPXZA0ukQ+
|
|
||||||
7LGZj+mSabH7qiSoXbn+j/q0xl+FivmWU8Wuy9dRdNEJcoP/em80fNl95Qfan5ec
|
|
||||||
Ztu7r1KMZPZUTjd/q6FYgjaZuIu6DA==
|
|
||||||
=Ad+1
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
print-manager-19.12.0.tar.xz
Normal file
3
print-manager-19.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:166b9eef8eb94b0a9cbf257807c4432bef0489d7e2c401865a3fd028426797a5
|
||||||
|
size 250916
|
11
print-manager-19.12.0.tar.xz.sig
Normal file
11
print-manager-19.12.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puLIACgkQ29LOiT4t
|
||||||
|
HIcCEAf/VePUwYDFHZW46RAm0jSIbtWPBt3nt246yTxcjsDS9FQIWJfahyF5Ft8Q
|
||||||
|
yZtPrPBExdTGwmsVITQmKFD/eSXR1GH+Bi5gDekDEskorlsVtgAclWFuKhL2zjgK
|
||||||
|
IPlRPr9JAtnyULvTdZMtHvtXP5DmZRU/KyZUMUBrSz2uyEYjtpHQFiY9AXH0d/fE
|
||||||
|
lbp2sU6JcFV+6eKAyKRomA3mkBKabCzSImESypj1DpGLamOwRE4Z9/CilZw76Syv
|
||||||
|
4dIMI//yN4oZBUy+Jawqff4KmAMPY9YXJ93Fr3e5pbKj3iZ6t7p8LP4CYSj0nduQ
|
||||||
|
N4FUrArxv3BeBbf2bUlYoTHbkQ/Lug==
|
||||||
|
=0fB4
|
||||||
|
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user