Hello community, here is the log from the commit of package kdesignerplugin for openSUSE:Factory checked in at 2018-11-14 14:33:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesignerplugin (Old) and /work/SRC/openSUSE:Factory/.kdesignerplugin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesignerplugin" Wed Nov 14 14:33:29 2018 rev:60 rq:648507 version:5.52.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes 2018-10-22 11:10:43.539904816 +0200 +++ /work/SRC/openSUSE:Factory/.kdesignerplugin.new/kdesignerplugin.changes 2018-11-14 14:33:37.859312211 +0100 @@ -1,0 +2,10 @@ +Sun Nov 11 19:48:04 UTC 2018 - [email protected] + +- Update to 5.52.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.52.0.php +- Changes since 5.51.0: + * Reference product "KF5" in widget metadata, instead of "KDE" + +------------------------------------------------------------------- Old: ---- kdesignerplugin-5.51.0.tar.xz New: ---- kdesignerplugin-5.52.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesignerplugin.spec ++++++ --- /var/tmp/diff_new_pack.XLKLDi/_old 2018-11-14 14:33:38.867311230 +0100 +++ /var/tmp/diff_new_pack.XLKLDi/_new 2018-11-14 14:33:38.871311226 +0100 @@ -16,14 +16,14 @@ # -%define _tar_path 5.51 +%define _tar_path 5.52 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kdesignerplugin -Version: 5.51.0 +Version: 5.52.0 Release: 0 Summary: Integrating KDE frameworks widgets with Qt Designer License: LGPL-2.1-or-later ++++++ kdesignerplugin-5.51.0.tar.xz -> kdesignerplugin-5.52.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.51.0/CMakeLists.txt new/kdesignerplugin-5.52.0/CMakeLists.txt --- old/kdesignerplugin-5.51.0/CMakeLists.txt 2018-10-08 10:13:13.000000000 +0200 +++ new/kdesignerplugin-5.52.0/CMakeLists.txt 2018-11-03 19:00:14.000000000 +0100 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.51.0") # handled by release scripts -set(KF5_DEP_VERSION "5.51.0") # handled by release scripts +set(KF5_VERSION "5.52.0") # handled by release scripts +set(KF5_DEP_VERSION "5.52.0") # handled by release scripts project(KDesignerPlugin VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.51.0 NO_MODULE) +find_package(ECM 5.52.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.51.0/po/ast/kdesignerplugin5_qt.po new/kdesignerplugin-5.52.0/po/ast/kdesignerplugin5_qt.po --- old/kdesignerplugin-5.51.0/po/ast/kdesignerplugin5_qt.po 2018-10-08 10:13:13.000000000 +0200 +++ new/kdesignerplugin-5.52.0/po/ast/kdesignerplugin5_qt.po 1970-01-01 01:00:00.000000000 +0100 @@ -1,69 +0,0 @@ -# enolp <[email protected]>, 2016. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"PO-Revision-Date: 2016-12-20 21:39+0100\n" -"Last-Translator: enolp <[email protected]>\n" -"Language-Team: Asturian <[email protected]>\n" -"Language: ast\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Qt-Contexts: true\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" - -#: kgendesignerplugin.cpp:88 -msgctxt "main|" -msgid "Builds Qt widget plugins from an ini style description file." -msgstr "" -"Constrúi complementos de widgets Qt dende un ficheru de descripción " -"d'estilos ini." - -#: kgendesignerplugin.cpp:95 -msgctxt "main|" -msgid "Input file." -msgstr "Ficheru d'entrada." - -#: kgendesignerplugin.cpp:96 -msgctxt "main|" -msgid "Output file." -msgstr "Ficheru de salida." - -#: kgendesignerplugin.cpp:97 -msgctxt "main|" -msgid "" -"Name of the plugin class to generate (deprecated, use PluginName in the " -"input file)." -msgstr "" -"Nome de la clas del complementu a xenerar (anticuao, usar PluginName nel " -"ficheru d'entrada)." - -#: kgendesignerplugin.cpp:98 -msgctxt "main|" -msgid "" -"Default widget group name to display in designer (deprecated, use " -"DefaultGroup in the input file)." -msgstr "" -"Nome del grupu de widgets por defeutu p'amosar nel diseñador (anticuao, usar " -"DefaultGroup nel ficheru d'entrada)." - -#: kgendesignerplugin.cpp:101 -msgctxt "kgendesignerplugin about data|" -msgid "kgendesignerplugin" -msgstr "kgendesignerplugin" - -#: kgendesignerplugin.cpp:105 -msgctxt "kgendesignerplugin about data|" -msgid "(C) 2004-2005 Ian Reinhart Geiser" -msgstr "(C) 2004-2005 Ian Reinhart Geiser" - -#: kgendesignerplugin.cpp:109 -msgctxt "kgendesignerplugin about data|" -msgid "Ian Reinhart Geiser" -msgstr "Ian Reinhart Geiser" - -#: kgendesignerplugin.cpp:110 -msgctxt "kgendesignerplugin about data|" -msgid "Daniel Molkentin" -msgstr "Daniel Molkentin" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.51.0/po/zh_CN/kdesignerplugin5_qt.po new/kdesignerplugin-5.52.0/po/zh_CN/kdesignerplugin5_qt.po --- old/kdesignerplugin-5.51.0/po/zh_CN/kdesignerplugin5_qt.po 2018-10-08 10:13:13.000000000 +0200 +++ new/kdesignerplugin-5.52.0/po/zh_CN/kdesignerplugin5_qt.po 2018-11-03 19:00:14.000000000 +0100 @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2018-09-28 19:47\n" -"Last-Translator: guoyunhe <[email protected]>\n" +"PO-Revision-Date: 2018-10-09 18:39\n" +"Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.51.0/src/kde.widgets new/kdesignerplugin-5.52.0/src/kde.widgets --- old/kdesignerplugin-5.51.0/src/kde.widgets 2018-10-08 10:13:13.000000000 +0200 +++ new/kdesignerplugin-5.52.0/src/kde.widgets 2018-11-03 19:00:14.000000000 +0100 @@ -5,328 +5,328 @@ [KActionSelector] IncludeFile=kactionselector.h ToolTip=A widget for selecting and arranging actions/objects -Group=Views (KDE) +Group=Views (KF5) # KWidgetsAddons [KMessageWidget] IncludeFile=kmessagewidget.h ToolTip=Display an information or error message in an animated bubble. -Group=Display (KDE) +Group=Display (KF5) ConstructorArgs=(parent) # KWidgetsAddons [KAnimatedButton] IncludeFile=kanimatedbutton.h ToolTip=An extended version of QToolButton which can display an animated icon. -Group=Display (KDE) +Group=Display (KF5) ConstructorArgs=(parent) # KWidgetsAddons [KCapacityBar] IncludeFile=kcapacitybar.h -ToolTip=Capacity Bar (KDE) +ToolTip=Capacity Bar (KF5) ConstructorArgs=(KCapacityBar::DrawTextOutline, parent) -Group=Display (KDE) +Group=Display (KF5) # KItemViews [KCategorizedView] -ToolTip=Categorized Item View (KDE) +ToolTip=Categorized Item View (KF5) WhatsThis=Item view for listing items in a categorized fashion optionally. -Group=Views (KDE) +Group=Views (KF5) # KWidgetsAddons [KCharSelect] -ToolTip=Character Selection Widget (KDE) +ToolTip=Character Selection Widget (KF5) WhatsThis=A widget that allows selection a character out ot a table -Group=Graphics (KDE) +Group=Graphics (KF5) ConstructorArgs=(parent, 0) # KWidgetsAddons [KCollapsibleGroupBox] IncludeFile=kcollapsiblegroupbox.h ToolTip=A group box which can be expanded and collapsed -Group=Display (KDE) +Group=Display (KF5) IsContainer=true ConstructorArgs=(parent) # KWidgetsAddons [KColorButton] -ToolTip=Color Chooser Button (KDE) +ToolTip=Color Chooser Button (KF5) WhatsThis=A button that allows selecting a color -Group=Graphics (KDE) +Group=Graphics (KF5) # KWidgetsAddons [KColorCombo] -ToolTip=Color Combo Box (KDE) -Group=Graphics (KDE) +ToolTip=Color Combo Box (KF5) +Group=Graphics (KF5) # KCompletion [KComboBox] -ToolTip=Combo Box (KDE) -Group=Input (KDE) +ToolTip=Combo Box (KF5) +Group=Input (KF5) # KWidgetsAddons [KDatePicker] -ToolTip=A date selection widget (KDE) +ToolTip=A date selection widget (KF5) WhatsThis=Provides a widget for calendar date input -Group=Date/Time (KDE) +Group=Date/Time (KF5) # KWidgetsAddons [KDateComboBox] -ToolTip=This widget can be used to display or edit the date. (KDE) +ToolTip=This widget can be used to display or edit the date. (KF5) IncludeFile=kdatecombobox.h -Group=Date/Time (KDE) +Group=Date/Time (KF5) # KWidgetsAddons [KTimeComboBox] -ToolTip=This widget can be used to display or edit the time. (KDE) +ToolTip=This widget can be used to display or edit the time. (KF5) IncludeFile=ktimecombobox.h -Group=Date/Time (KDE) +Group=Date/Time (KF5) # KWidgetsAddons [KDateTimeEdit] -ToolTip=This widget can be used to display or edit the date and time. (KDE) +ToolTip=This widget can be used to display or edit the date and time. (KF5) IncludeFile=kdatetimeedit.h -Group=Date/Time (KDE) +Group=Date/Time (KF5) # KWidgetsAddons [KEditListWidget] -ToolTip=Fullfeatured edit box with buttons (KDE) -Group=Views (KDE) +ToolTip=Fullfeatured edit box with buttons (KF5) +Group=Views (KF5) # KItemViews [KFilterProxySearchLine] IncludeFile=kfilterproxysearchline.h ToolTip=Filter proxy search line WhatsThis=A search line widget which works on a QSortFilterProxyModel -Group=Input (KDE) +Group=Input (KF5) # KWidgetsAddons [KFontChooser] IncludeFile=kfontchooser.h IconSet=kfontcombo.png -ToolTip=Font Chooser (KDE) +ToolTip=Font Chooser (KF5) WhatsThis=A font type, size and style selection widget complete with preview -Group=Input (KDE) +Group=Input (KF5) # KWidgetsAddons [KFontRequester] IncludeFile=kfontrequester.h -ToolTip=Font Requester (KDE) +ToolTip=Font Requester (KF5) WhatsThis=A compact font selection and preview widget -Group=Input (KDE) +Group=Input (KF5) # KWidgetsAddons [KGradientSelector] IncludeFile=kselector.h -ToolTip=Gradient Color Selector (KDE) -Group=Input (KDE) +ToolTip=Gradient Color Selector (KF5) +Group=Input (KF5) # KCompletion [KHistoryComboBox] IncludeFile=khistorycombobox.h -ToolTip=A combobox for offering a history and completion (KDE) +ToolTip=A combobox for offering a history and completion (KF5) WhatsThis=A combobox which implements a history like a unix shell -Group=Input (KDE) +Group=Input (KF5) # KIconThemes [KIconButton] IncludeFile=kiconbutton.h -ToolTip=Button for selecting an icon (KDE) -Group=Buttons (KDE) +ToolTip=Button for selecting an icon (KF5) +Group=Buttons (KF5) # KIOFileWidgets [KImageFilePreview] IncludeFile=kimagefilepreview.h ToolTip=A widget that provides a image preview of a URL -Group=Display (KDE) +Group=Display (KF5) ConstructorArgs=(parent) # KXmlGui [KKeySequenceWidget] -ToolTip=QKeySequence picker widget. (KDE) +ToolTip=QKeySequence picker widget. (KF5) WhatsThis=A widget to pick a QKeySequence. IncludeFile=kkeysequencewidget.h -Group=Buttons (KDE) +Group=Buttons (KF5) # KConfigWidgets [KLanguageButton] -ToolTip=Language Button (KDE) -WhatsThis=KDE's language button. +ToolTip=Language Button (KF5) +WhatsThis=A pushbutton for language selection from a popup list. IncludeFile=klanguagebutton.h -Group=Buttons (KDE) +Group=Buttons (KF5) # KWidgetsAddons [KLed] -ToolTip=LED Widget (KDE) +ToolTip=LED Widget (KF5) WhatsThis=A widget showing a light emitter diode -Group=Display (KDE) +Group=Display (KF5) # KCompletion [KLineEdit] -ToolTip=Line Edit (KDE) -Group=Input (KDE) +ToolTip=Line Edit (KF5) +Group=Input (KF5) # KItemViews [KListWidgetSearchLine] -ToolTip=QListWidget Search Line (KDE) -Group=Input (KDE) +ToolTip=QListWidget Search Line (KF5) +Group=Input (KF5) ConstructorArgs=(parent, 0) # KWidgetsAddons [KMultiTabBar] -ToolTip=Multi Tab Bar Widget (KDE) +ToolTip=Multi Tab Bar Widget (KF5) WhatsThis=A Widget for horizontal and vertical tabs. ConstructorArgs=(KMultiTabBar::Left, parent) -Group=Display (KDE) +Group=Display (KF5) # KWidgetsAddons [KNewPasswordWidget] ToolTip=A password input widget WhatsThis=This widget allows the user to enter a new password. -Group=Input (KDE) +Group=Input (KF5) # KWidgetsAddons [KPageView] -ToolTip=Paged View (KDE) +ToolTip=Paged View (KF5) WhatsThis=A base class which can handle multiple pages. -Group=Views (KDE) +Group=Views (KF5) # KWidgetsAddons [KPageWidget] -ToolTip=Paged Widget (KDE) +ToolTip=Paged Widget (KF5) WhatsThis=Page widget with many layouts (faces). -Group=Views (KDE) +Group=Views (KF5) # KWidgetsAddons [KPasswordLineEdit] -ToolTip=A Password LineEdit (KDE) +ToolTip=A Password LineEdit (KF5) WhatsThis=A Custom LineEdit which allows to show password -Group=Input (KDE) +Group=Input (KF5) # KWidgetsAddons [KPixmapRegionSelectorWidget] IncludeFile=kpixmapregionselectorwidget.h -ToolTip=Pixmap Region Selector (KDE) -Group=Graphics (KDE) +ToolTip=Pixmap Region Selector (KF5) +Group=Graphics (KF5) # KWidgetsAddons [KPixmapSequenceWidget] -ToolTip=Pixmap Sequence Widget (KDE) +ToolTip=Pixmap Sequence Widget (KF5) WhatsThis=A simple widget showing a fixed size pixmap sequence. -Group=Display (KDE) +Group=Display (KF5) # KPlotting [KPlotWidget] IncludeFile=kplotwidget.h ToolTip=A plot widget WhatsThis=A widget for easily making 2-dimensional plots -Group=Plot (KDE) +Group=Plot (KF5) # KWidgetsAddons [KRatingWidget] IncludeFile=kratingwidget.h -ToolTip=Rating value display (KDE) +ToolTip=Rating value display (KF5) WhatsThis=Displays a rating as a range of stars or other arbitrary pixmaps. -Group=Display (KDE) +Group=Display (KF5) # KTextWidgets [KRichTextEdit] IncludeFile=krichtextedit.h -ToolTip=Rich Text Editor (KDE) -Group=Input (KDE) +ToolTip=Rich Text Editor (KF5) +Group=Input (KF5) # KTextWidgets [KRichTextWidget] IncludeFile=krichtextwidget.h -ToolTip=Rich Text Widget (KDE) -Group=Input (KDE) +ToolTip=Rich Text Widget (KF5) +Group=Input (KF5) # KWidgetsAddons [KRuler] -ToolTip=Measuring Ruler Widget (KDE) +ToolTip=Measuring Ruler Widget (KF5) WhatsThis=A measuring ruler widget as seen in KWord for page widths and heights -Group=Display (KDE) +Group=Display (KF5) # KWidgetsAddons [KSeparator] IncludeFile=kseparator.h ToolTip=Standard horizontal or vertical separator. -Group=Display (KDE) +Group=Display (KF5) # KXmlGui [KShortcutsEditor] -ToolTip=Shortcuts editor widget. (KDE) +ToolTip=Shortcuts editor widget. (KF5) WhatsThis=A widget to edit a list of shortcuts. IncludeFile=kshortcutseditor.h -Group=Input (KDE) +Group=Input (KF5) # KXmlGui [KShortcutWidget] -ToolTip=Shortcut picker widget. (KDE) +ToolTip=Shortcut picker widget. (KF5) WhatsThis=A widget to pick a KShortcut. IncludeFile=kshortcutwidget.h -Group=Buttons (KDE) +Group=Buttons (KF5) # KWidgetsAddons [KSqueezedTextLabel] -ToolTip=A QLabel that squeezes its text (KDE) +ToolTip=A QLabel that squeezes its text (KF5) WhatsThis=If the text is too long to fit into the label it is divided into remaining left and right parts which are separated by three dots ConstructorArgs=("KSqueezedTextLabel", parent) -Group=Display (KDE) +Group=Display (KF5) # KTextWidgets [KTextEdit] -ToolTip=Improved QTextEdit (KDE) +ToolTip=Improved QTextEdit (KF5) WhatsThis=An improved version of the QTextEdit with mail or system browser invocation support -Group=Input (KDE) +Group=Input (KF5) [KPluralHandlingSpinBox] -ToolTip=A QSpinBox with plural handling for the suffix (KDE) +ToolTip=A QSpinBox with plural handling for the suffix (KF5) WhatsThis=A QSpinBox with plural handling for the suffix -Group=Input (KDE) +Group=Input (KF5) # KWidgetsAddons [KTitleWidget] ToolTip=Title box with label and icon WhatsThis=A styled frame to be used in title positions in dialogs and other widgets -Group=Display (KDE) +Group=Display (KF5) # KItemViews [KTreeWidgetSearchLine] -ToolTip=QTreeWidget Search Line (KDE) -Group=Input (KDE) +ToolTip=QTreeWidget Search Line (KF5) +Group=Input (KF5) ConstructorArgs=(parent, 0) # KItemViews [KTreeWidgetSearchLineWidget] -ToolTip=QTreeWidget Search Line Widget (KDE) +ToolTip=QTreeWidget Search Line Widget (KF5) IncludeFile=ktreewidgetsearchlinewidget.h -Group=Input (KDE) +Group=Input (KF5) ConstructorArgs=(parent, 0) # KIOWidgets [KUrlComboRequester] -ToolTip=URL Requester (KDE) +ToolTip=URL Requester (KF5) WhatsThis=A widget holding a combobox and a pushbutton. A "file open" dialog opened when clicking on the pushbutton IncludeFile=kurlrequester.h -Group=Input (KDE) +Group=Input (KF5) # KWidgetsAddons [KUrlLabel] -ToolTip=URL Label (KDE) +ToolTip=URL Label (KF5) ConstructorArgs=("KUrlLabel", QString(), parent) -Group=Display (KDE) +Group=Display (KF5) # KIOWidgets [KUrlRequester] -ToolTip=URL Requester (KDE) +ToolTip=URL Requester (KF5) WhatsThis=A widget holding a lineedit and a pushbutton. A "file open" dialog opened when clicking on the pushbutton -Group=Input (KDE) +Group=Input (KF5) # Sonnet [Sonnet::DictionaryComboBox] IncludeFile=sonnet/dictionarycombobox.h ToolTip=Dictionary Combobox WhatsThis=A combobox to select a dictionary for spellchecking -Group=Sonnet (KDE) +Group=Sonnet (KF5)
