forked from pool/kde-print-manager
Accepting request 796918 from KDE:Applications
KDE release 20.04.0 OBS-URL: https://build.opensuse.org/request/show/796918 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kde-print-manager?expand=0&rev=60
This commit is contained in:
commit
824c1ae0d5
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 12:23:18 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
|
||||||
|
- Changes since 20.03.90:
|
||||||
|
* Fixes printer-manager error messages from exceeding window dimenssions (kde#415444)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 5 20:30:48 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
|
||||||
|
- Changes since 20.03.80:
|
||||||
|
* use httpAssembleURI not httpAssembleURIf
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 22 09:17:45 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:
|
||||||
|
* Fix authentication (kde#408512)
|
||||||
|
* [Applet] Fix list item margins (kde#360199)
|
||||||
|
* Update the GUI enabled/paused state if it changes externally
|
||||||
|
* [kded] Port plugin metadata to JSON
|
||||||
|
* Use URLs with transport encryption
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 20:36:52 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
Thu Mar 5 20:36:52 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
@ -23,17 +23,13 @@
|
|||||||
%{!?_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.12.3
|
Version: 20.04.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/release-service/%{version}/src/%{rname}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
|
||||||
%if %{with lang}
|
|
||||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
|
|
||||||
Source2: applications.keyring
|
|
||||||
%endif
|
|
||||||
BuildRequires: cups
|
BuildRequires: cups
|
||||||
BuildRequires: cups-backends
|
BuildRequires: cups-backends
|
||||||
BuildRequires: cups-client
|
BuildRequires: cups-client
|
||||||
@ -67,6 +63,10 @@ Obsoletes: kde4-print-manager < %{version}
|
|||||||
Obsoletes: print-manager5 < %{version}
|
Obsoletes: print-manager5 < %{version}
|
||||||
Provides: print-manager5 = %{version}
|
Provides: print-manager5 = %{version}
|
||||||
Provides: dbus(com.redhat.NewPrinterNotification)
|
Provides: dbus(com.redhat.NewPrinterNotification)
|
||||||
|
%if %{with lang}
|
||||||
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
|
||||||
|
Source2: applications.keyring
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This project is a replacement for the previous printing management of KDE.
|
This project is a replacement for the previous printing management of KDE.
|
||||||
@ -96,12 +96,12 @@ This project is a replacement for the previous printing management of KDE.
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README
|
%doc README
|
||||||
%dir %{_kf5_appstreamdir}/
|
|
||||||
%dir %{_kf5_plasmadir}
|
|
||||||
%dir %{_kf5_plasmadir}/plasmoids
|
%dir %{_kf5_plasmadir}/plasmoids
|
||||||
%{_kf5_applicationsdir}/org.kde.kde-add-printer.desktop
|
%dir %{_kf5_plugindir}/kf5
|
||||||
|
%dir %{_kf5_plugindir}/kf5/kded
|
||||||
%{_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_applicationsdir}/org.kde.kde-add-printer.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_appstreamdir}/org.kde.print-manager.metainfo.xml
|
||||||
%{_kf5_bindir}/configure-printer
|
%{_kf5_bindir}/configure-printer
|
||||||
@ -111,10 +111,9 @@ This project is a replacement for the previous printing management of KDE.
|
|||||||
%{_kf5_notifydir}/printmanager.notifyrc
|
%{_kf5_notifydir}/printmanager.notifyrc
|
||||||
%{_kf5_plasmadir}/plasmoids/org.kde.plasma.printmanager/
|
%{_kf5_plasmadir}/plasmoids/org.kde.plasma.printmanager/
|
||||||
%{_kf5_plugindir}/kcm_printer_manager.so
|
%{_kf5_plugindir}/kcm_printer_manager.so
|
||||||
%{_kf5_plugindir}/kded_printmanager.so
|
%{_kf5_plugindir}/kf5/kded/printmanager.so
|
||||||
%{_kf5_qmldir}/org/kde/plasma/printmanager/
|
%{_kf5_qmldir}/org/kde/plasma/printmanager/
|
||||||
%{_kf5_servicesdir}/kcm_printer_manager.desktop
|
%{_kf5_servicesdir}/kcm_printer_manager.desktop
|
||||||
%{_kf5_servicesdir}/kded/
|
|
||||||
%{_kf5_servicesdir}/plasma-applet-org.kde.plasma.printmanager.desktop
|
%{_kf5_servicesdir}/plasma-applet-org.kde.plasma.printmanager.desktop
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:74c13802a65136539b4542fec10fb248149a3324e8060e947a8f305ce665269a
|
|
||||||
size 251568
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drZ8ACgkQ29LOiT4t
|
|
||||||
HIc4CAf/XrFTNNLVpzHTeob8GINSZpH8jAHtDwMqGVzz0H43UPXVrbcFHxbn/Dk+
|
|
||||||
bvIJApEr6IvDDu70RIcWiR7iJ7+EV9R1z9yFvAUfvpI6u3bsytXxi5mdaxurVlZN
|
|
||||||
ol31NDBqdbX2AJ/9SviUSi7NFMRRr0gco11YOZE/+VJNPC2jqu4NR4mbxTRCBSXS
|
|
||||||
e/A27rFtv+Y+dNfDMLA7bqbUspktTdhUf6pPX2JKc+Hcq+22BflD6n55SE+psHZI
|
|
||||||
R/iA7KH4m8gwYkxNsieLqJ5EDoKbjP+S6yy13ySKaRekwq9IPqoz3VLjzCCiMRl9
|
|
||||||
b0T4KM0K/EcGyoGNvDg682+JSKiQFg==
|
|
||||||
=p4j0
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
print-manager-20.04.0.tar.xz
Normal file
3
print-manager-20.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca86d829287bd0beb6b716d788c774874c13efaaa0efc46c4ffe2a767e03577e
|
||||||
|
size 255588
|
11
print-manager-20.04.0.tar.xz.sig
Normal file
11
print-manager-20.04.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB/sACgkQ29LOiT4t
|
||||||
|
HIf5Vwf/ZzcSXtiqNKCBf/arYY40ts+s0KwdDbItc/C+GQskmd2H5xaje4wQQ1SZ
|
||||||
|
+/BmT/6s86Fa+ezj4r4S/Xjw4vji98DeNxsI5hJre/OPEh81p2Nme1vNrADuk0LC
|
||||||
|
uSUtxYXgTn5/vz/7h02U9svKi3gl4emXp4Fb3owhCdok8UfXMCxgjoupcezfwbub
|
||||||
|
3iI3dfRF1SWEBHJeg+iRJSrbNKGyBU5HLKz+obw5fykZu4tFMIVPUO+ll0pdOmkb
|
||||||
|
3GDTUSG5sBSyPAuZRvbkmfnm4W3VZD/LArMyqcK0mpsqqFIzwbYOlFWFF5EwEyP6
|
||||||
|
lAFtOBDycmQ7ZQ+iAkWhigyQMxjXng==
|
||||||
|
=snMO
|
||||||
|
-----END PGP SIGNATURE-----
|
Loading…
x
Reference in New Issue
Block a user