forked from pool/kde-print-manager
KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kde-print-manager?expand=0&rev=126
This commit is contained in:
parent
e6111449f7
commit
ba80cde80d
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 06:22:14 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 05:56:57 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.11.80.php
|
||||
- Changes since 18.08.3:
|
||||
* Fix minor EBN issues
|
||||
* Show printer and job name if only one job is being printed
|
||||
* Hide printer applet if no printer is configured
|
||||
* Use binding for plasmoid tooltip
|
||||
* Use binding for applet state
|
||||
* Fix minor EBN issues
|
||||
* Use KCMShell import
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 20:43:35 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -17,18 +17,17 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kde-print-manager
|
||||
Version: 18.08.3
|
||||
Release: 0
|
||||
%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: kde-print-manager
|
||||
Version: 18.11.80
|
||||
Release: 0
|
||||
Summary: A print manager for KDE
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
URL: http://www.kde.org
|
||||
Source: print-manager-%{version}.tar.xz
|
||||
BuildRequires: cups
|
||||
BuildRequires: cups-backends
|
||||
@ -58,13 +57,12 @@ BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Network)
|
||||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
Recommends: %{name}-lang
|
||||
Conflicts: kde4-print-manager
|
||||
Obsoletes: kde4-print-manager < %{version}
|
||||
Obsoletes: print-manager5 < %{version}
|
||||
Provides: print-manager5 = %{version}
|
||||
Provides: dbus(com.redhat.NewPrinterNotification)
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This project is a replacement for the previous printing management of KDE.
|
||||
@ -92,8 +90,8 @@ This project is a replacement for the previous printing management of KDE.
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING
|
||||
%license COPYING
|
||||
%doc README
|
||||
%dir %{_kf5_appstreamdir}/
|
||||
%dir %{_kf5_plasmadir}
|
||||
%dir %{_kf5_plasmadir}/plasmoids
|
||||
@ -116,7 +114,7 @@ This project is a replacement for the previous printing management of KDE.
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfc579915e1b629b3f547fb5c65e31e0ad8b0540241b4d033acb80e908f28f55
|
||||
size 238796
|
3
print-manager-18.11.80.tar.xz
Normal file
3
print-manager-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d861ee7ccef947106c77dc8ad972cfd59296cd16938f35701ba7c2a2175f6867
|
||||
size 238800
|
Loading…
Reference in New Issue
Block a user