Hello community, here is the log from the commit of package kde-print-manager for openSUSE:Factory checked in at 2016-05-29 03:08:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kde-print-manager (Old) and /work/SRC/openSUSE:Factory/.kde-print-manager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde-print-manager" Changes: -------- --- /work/SRC/openSUSE:Factory/kde-print-manager/kde-print-manager.changes 2016-03-29 09:57:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kde-print-manager.new/kde-print-manager.changes 2016-05-29 03:08:45.000000000 +0200 @@ -1,0 +2,24 @@ +Sat May 7 10:20:56 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.1 + * KDE Applications 16.04.1 + * https://www.kde.org/announcements/announce-applications-16.04.1.php + + +------------------------------------------------------------------- +Sun Apr 17 05:59:23 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.0 + * KDE Applications 16.04.0 + * https://www.kde.org/announcements/announce-applications-16.04.0.php + + +------------------------------------------------------------------- +Mon Apr 11 06:36:28 UTC 2016 - [email protected] + +- Update to KDE Applications 16.03.90 + * KDE Applications 16.04.0 RC + * https://www.kde.org/announcements/announce-applications-16.04-rc.php + + +------------------------------------------------------------------- Old: ---- print-manager-15.12.3.tar.xz New: ---- print-manager-16.04.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kde-print-manager.spec ++++++ --- /var/tmp/diff_new_pack.AFdpZB/_old 2016-05-29 03:08:47.000000000 +0200 +++ /var/tmp/diff_new_pack.AFdpZB/_new 2016-05-29 03:08:47.000000000 +0200 @@ -21,7 +21,7 @@ Summary: A new print manager for KDE License: GPL-2.0+ Group: System/GUI/KDE -Version: 15.12.3 +Version: 16.04.1 Release: 0 Source: print-manager-%{version}.tar.xz BuildRequires: cups ++++++ print-manager-15.12.3.tar.xz -> print-manager-16.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/print-manager-15.12.3/CMakeLists.txt new/print-manager-16.04.1/CMakeLists.txt --- old/print-manager-15.12.3/CMakeLists.txt 2016-02-02 22:56:31.000000000 +0100 +++ new/print-manager-16.04.1/CMakeLists.txt 2016-04-30 15:16:17.000000000 +0200 @@ -13,7 +13,7 @@ include(KDEInstallDirs) include(KDECMakeSettings) -include(KDECompilerSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) include(ECMPackageConfigHelpers) include(ECMOptionalAddSubdirectory) @@ -31,7 +31,7 @@ find_package(CUPS "1.5" REQUIRED) find_package(KF5 REQUIRED Config ConfigWidgets CoreAddons DBusAddons IconThemes I18n KCMUtils KIO - Notifications Plasma WidgetsAddons WindowSystem ItemViews) + Notifications Plasma WidgetsAddons WindowSystem) add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0) add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/print-manager-15.12.3/add-printer/CMakeLists.txt new/print-manager-16.04.1/add-printer/CMakeLists.txt --- old/print-manager-15.12.3/add-printer/CMakeLists.txt 2016-02-02 22:56:31.000000000 +0100 +++ new/print-manager-16.04.1/add-printer/CMakeLists.txt 2016-04-30 15:16:17.000000000 +0200 @@ -41,7 +41,6 @@ KF5::KIOCore KF5::KIOWidgets KF5::ConfigCore - KF5::ItemViews ${CUPS_LIB} kcupslib ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/print-manager-15.12.3/add-printer/PageAddPrinter.cpp new/print-manager-16.04.1/add-printer/PageAddPrinter.cpp --- old/print-manager-15.12.3/add-printer/PageAddPrinter.cpp 2016-02-02 22:56:31.000000000 +0100 +++ new/print-manager-16.04.1/add-printer/PageAddPrinter.cpp 2016-04-30 15:16:17.000000000 +0200 @@ -27,8 +27,6 @@ #include <QPointer> #include <QDebug> -#include <KCategorizedSortFilterProxyModel> -#include <KCategoryDrawer> #include <KIconLoader> PageAddPrinter::PageAddPrinter(QWidget *parent) : diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/print-manager-15.12.3/add-printer/org.kde.AddPrinter.desktop new/print-manager-16.04.1/add-printer/org.kde.AddPrinter.desktop --- old/print-manager-15.12.3/add-printer/org.kde.AddPrinter.desktop 2016-02-02 22:56:31.000000000 +0100 +++ new/print-manager-16.04.1/add-printer/org.kde.AddPrinter.desktop 2016-04-30 15:16:17.000000000 +0200 @@ -1,5 +1,6 @@ [Desktop Entry] Name=Add Printer +Name[ar]=أضف طابعة Name[ast]=Amestar imprentadora Name[ca]=Afegeix una impressora Name[ca@valencia]=Afig una impressora @@ -33,6 +34,7 @@ Name[zh_CN]=添加打印机 Name[zh_TW]=新增印表機 Comment=Tool for adding new printers +Comment[ar]=أداة لإضافة طابعات جديدة Comment[ast]=Ferramienta p'amestar imprentadores nueves Comment[ca]=Eina per afegir impressores noves Comment[ca@valencia]=Eina per afegir impressores noves diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/print-manager-15.12.3/configure-printer/org.kde.ConfigurePrinter.desktop new/print-manager-16.04.1/configure-printer/org.kde.ConfigurePrinter.desktop --- old/print-manager-15.12.3/configure-printer/org.kde.ConfigurePrinter.desktop 2016-02-02 22:56:31.000000000 +0100 +++ new/print-manager-16.04.1/configure-printer/org.kde.ConfigurePrinter.desktop 2016-04-30 15:16:17.000000000 +0200 @@ -1,5 +1,6 @@ [Desktop Entry] Name=Configure Printer +Name[ar]=اضبط الطّابعة Name[ast]=Configurar imprentadora Name[ca]=Configuració de la impressora Name[ca@valencia]=Configuració de la impressora @@ -33,6 +34,7 @@ Name[zh_CN]=配置打印机 Name[zh_TW]=設定印表機 Comment=Configure your printer +Comment[ar]=اضبط طابعتك Comment[ast]=Configura la to imprentadora Comment[ca]=Configura la impressora Comment[ca@valencia]=Configura la impressora diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/print-manager-15.12.3/plasmoid/package/metadata.desktop new/print-manager-16.04.1/plasmoid/package/metadata.desktop --- old/print-manager-15.12.3/plasmoid/package/metadata.desktop 2016-02-02 22:56:31.000000000 +0100 +++ new/print-manager-16.04.1/plasmoid/package/metadata.desktop 2016-04-30 15:16:17.000000000 +0200 @@ -1,5 +1,6 @@ [Desktop Entry] Name=Printers +Name[ar]=الطّابعات Name[ast]=Imprentadores Name[bg]=Принтери Name[bs]=Štampači @@ -51,6 +52,7 @@ Name[zh_CN]=打印机 Name[zh_TW]=印表機 Comment=List print jobs and manage them +Comment[ar]=اسرد مهام الطّباعة وأدرها Comment[ast]=Llista los trabayos d'imprentación y xestiónalos Comment[bg]=Показване и управление на задачите за печат Comment[bs]=Prikaz i upravljanje poslovima štampe @@ -78,7 +80,7 @@ Comment[nb]=List utskriftsjobber og håndter dem Comment[nds]=Druckopgaven oplisten un plegen Comment[nl]=Toon afdruktaken en beheer ze -Comment[pl]=Wyświetla wykaz zadań drukowania i zarządza nimi +Comment[pl]=Stan i obsługa drukarek Comment[pt]=Imprimir as tarefas de impressão e geri-las Comment[pt_BR]=Lista e gerencia os trabalhos de impressão Comment[ro]=Enumeră sarcinile de imprimare și le gestionează diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/print-manager-15.12.3/print-manager-kded/printmanager.desktop new/print-manager-16.04.1/print-manager-kded/printmanager.desktop --- old/print-manager-15.12.3/print-manager-kded/printmanager.desktop 2016-02-02 22:56:31.000000000 +0100 +++ new/print-manager-16.04.1/print-manager-kded/printmanager.desktop 2016-04-30 15:16:17.000000000 +0200 @@ -7,6 +7,7 @@ X-KDE-Kded-phase=1 Name=Print Manager +Name[ar]=مدير الطّباعة Name[ast]=Xestor d'imprentadores Name[bg]=Управление на принтери Name[bs]=Menadžer štampe @@ -54,7 +55,8 @@ Name[zh_CN]=打印机管理器 Name[zh_TW]=列印管理員 Comment=Inform when a new printer is detected, and print problems -Comment[ast]=Informa cuando se deteuta una imiprentadora nueva, y amuesa problemes +Comment[ar]=يخطرك عند اكتشاف طابعة جديدة، وعند حدوث مشكلة في الطّباعة +Comment[ast]=Informa cuando se deteuta una imprentadora nueva, y amuesa problemes Comment[bg]=Известяване при засичане на нов принтер и проблеми с печата Comment[bs]=Informiši ako je novi štampač prepoznat i prikaži probleme Comment[ca]=Informa quan es detecta una impressora nova, dels problemes de la impressió @@ -84,7 +86,7 @@ Comment[pl]=Informuje o wykryciu nowej drukarki i o problemach z wydrukiem Comment[pt]=Informar quando detectar uma nova impressora ou erros de impressão Comment[pt_BR]=Informa quando uma nova impressora for detectada ou ocorrerem erros de impressão -Comment[ro]=Informează cînd este descoperită o nouă imprimantă, notifică problemele de tipărire +Comment[ro]=Informează când este descoperită o nouă imprimantă, notifică problemele de tipărire Comment[ru]=Сообщает об обнаружении новых принтеров и проблем с печатью Comment[sk]=Informuje, keď sa nájde nová tlačiareň, a vytlačí problémy Comment[sl]=Obveščanje o zaznavi novih tiskalnikov in težav s tiskanjem diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/print-manager-15.12.3/print-manager-kded/printmanager.notifyrc new/print-manager-16.04.1/print-manager-kded/printmanager.notifyrc --- old/print-manager-15.12.3/print-manager-kded/printmanager.notifyrc 2016-02-02 22:56:31.000000000 +0100 +++ new/print-manager-16.04.1/print-manager-kded/printmanager.notifyrc 2016-04-30 15:16:17.000000000 +0200 @@ -1,6 +1,7 @@ [Global] IconName=printer Name=printmanager +Name[ar]=printmanager Name[ast]=printmanager Name[bg]=printmanager Name[bs]=printmanager @@ -48,6 +49,7 @@ Name[zh_CN]=打印管理器 Name[zh_TW]=列印管理員 Comment=Notifies when a new printer is detected +Comment[ar]=يخطرك عند اكتشاف طابعة جديدة Comment[ast]=Notifica cuando se deteuta una imprentadora nueva Comment[bg]=Уведомява при засичане на нов принтер Comment[bs]=Informiše kada je novi printer prepoznat @@ -95,6 +97,7 @@ [Event/GetReady] Name=A New Printer was detected +Name[ar]=اكتُشفت طابعة جديدة Name[ast]=Deteutóse una imprentadora nueva Name[bg]=Засечен е нов принтер Name[bs]=Novi printer je prepoznat @@ -145,6 +148,7 @@ [Event/NewPrinterNotification] Name=The New Printer was added +Name[ar]=أُضيفت طابعة جديدة Name[ast]=Amestóse la imprentadora nueva Name[bg]=Новият принтер беше добавен Name[bs]=Novi printer je dodan diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/print-manager-15.12.3/printer-manager-kcm/kcm_printer_manager.desktop new/print-manager-16.04.1/printer-manager-kcm/kcm_printer_manager.desktop --- old/print-manager-15.12.3/printer-manager-kcm/kcm_printer_manager.desktop 2016-02-02 22:56:31.000000000 +0100 +++ new/print-manager-16.04.1/printer-manager-kcm/kcm_printer_manager.desktop 2016-04-30 15:16:17.000000000 +0200 @@ -11,6 +11,7 @@ Categories=Qt;KDE;X-KDE-settings-hardware; Name=Printers +Name[ar]=الطّابعات Name[ast]=Imprentadores Name[bg]=Принтери Name[bs]=Štampači @@ -63,6 +64,7 @@ Name[zh_TW]=印表機 Comment=Configure your printers +Comment[ar]=اضبط طابعاتك Comment[ast]=Configura les tos imprentadores Comment[bg]=Настройване на вашите принтери Comment[bs]=Konfigurišite štampače diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/print-manager-15.12.3/printqueue/org.kde.PrintQueue.desktop new/print-manager-16.04.1/printqueue/org.kde.PrintQueue.desktop --- old/print-manager-15.12.3/printqueue/org.kde.PrintQueue.desktop 2016-02-02 22:56:31.000000000 +0100 +++ new/print-manager-16.04.1/printqueue/org.kde.PrintQueue.desktop 2016-04-30 15:16:17.000000000 +0200 @@ -1,5 +1,6 @@ [Desktop Entry] Name=Print Queue +Name[ar]=صفّ الطّباعة Name[ast]=Cola d'imprentación Name[ca]=Cua de la impressió Name[ca@valencia]=Cua de la impressió @@ -33,6 +34,7 @@ Name[zh_CN]=打印序列 Name[zh_TW]=列印佇列 Comment=View the print jobs +Comment[ar]=اعرض مهامّ الطّباعة Comment[ast]=Ve los trabayos d'imprentación Comment[ca]=Visualitza els treballs de la impressió Comment[ca@valencia]=Visualitza els treballs de la impressió
