commit kdesignerplugin for openSUSE:Factory
2 Sep
2015
2 Sep
'15
05:45
Hello community, here is the log from the commit of package kdesignerplugin for openSUSE:Factory checked in at 2015-09-02 07:45:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesignerplugin (Old) and /work/SRC/openSUSE:Factory/.kdesignerplugin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kdesignerplugin" Changes: -------- --- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes 2015-07-14 17:23:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdesignerplugin.new/kdesignerplugin.changes 2015-09-02 07:45:05.000000000 +0200 @@ -1,0 +2,11 @@ +Tue Aug 4 19:20:21 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.13.0 + * The Qt version requirement has been bumped from 5.2 to 5.3 + * Debug output has been ported to categorized output, for less + noise by default + * Docbook documentation has been reviewed and updated + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.13.0.php + +------------------------------------------------------------------- Old: ---- kdesignerplugin-5.12.0.tar.xz New: ---- kdesignerplugin-5.13.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesignerplugin.spec ++++++ --- /var/tmp/diff_new_pack.JG7dgp/_old 2015-09-02 07:45:06.000000000 +0200 +++ /var/tmp/diff_new_pack.JG7dgp/_new 2015-09-02 07:45:06.000000000 +0200 @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.12 +%define _tar_path 5.13 Name: kdesignerplugin -Version: 5.12.0 +Version: 5.13.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -43,10 +43,10 @@ BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: kxmlgui-devel >= %{_tar_path} %if %{with lang} -BuildRequires: libqt5-linguist-devel >= 5.2.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0 %endif -BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Designer) >= 5.2.0 +BuildRequires: cmake(Qt5Core) >= 5.3.0 +BuildRequires: cmake(Qt5Designer) >= 5.3.0 %if %{with lang} Recommends: %{name}-lang = %{version} %endif @@ -68,7 +68,7 @@ Group: Development/Libraries/KDE Requires: %{name} = %{version} Requires: extra-cmake-modules -Requires: pkgconfig(Qt5Core) >= 5.2.0 +Requires: cmake(Qt5Core) >= 5.3.0 %description devel This framework provides plugins for Qt Designer that allow it to display ++++++ kdesignerplugin-5.12.0.tar.xz -> kdesignerplugin-5.13.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.12.0/CMakeLists.txt new/kdesignerplugin-5.13.0/CMakeLists.txt --- old/kdesignerplugin-5.12.0/CMakeLists.txt 2015-07-05 11:00:39.000000000 +0200 +++ new/kdesignerplugin-5.13.0/CMakeLists.txt 2015-08-04 12:53:29.000000000 +0200 @@ -3,7 +3,7 @@ project(KDesignerPlugin) include(FeatureSummary) -find_package(ECM 5.12.0 NO_MODULE) +find_package(ECM 5.13.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) @@ -15,7 +15,7 @@ include(KDECMakeSettings) -set(REQUIRED_QT_VERSION 5.2.0) +set(REQUIRED_QT_VERSION 5.3.0) find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) find_package(Qt5Designer ${REQUIRED_QT_VERSION} NO_MODULE) set_package_properties(Qt5Designer PROPERTIES @@ -25,8 +25,8 @@ include(ECMPoQmTools) -set(KF5_VERSION "5.12.0") # handled by release scripts -set(KF5_DEP_VERSION "5.12.0") # handled by release scripts +set(KF5_VERSION "5.13.0") # handled by release scripts +set(KF5_DEP_VERSION "5.13.0") # handled by release scripts find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED) find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED) find_package(KF5DocTools ${KF5_DEP_VERSION} REQUIRED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.12.0/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook new/kdesignerplugin-5.13.0/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook --- old/kdesignerplugin-5.12.0/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook 2015-07-05 11:00:39.000000000 +0200 +++ new/kdesignerplugin-5.13.0/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook 2015-08-04 12:53:29.000000000 +0200 @@ -25,7 +25,8 @@ </affiliation> </author> <date>2014-05-28</date> - <releaseinfo>5.0</releaseinfo> + <releaseinfo>Frameworks 5.0</releaseinfo> + <productname>KDE Frameworks</productname> </refentryinfo> <refmeta> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.12.0/po/ast/kdesignerplugin5_qt.po new/kdesignerplugin-5.13.0/po/ast/kdesignerplugin5_qt.po --- old/kdesignerplugin-5.12.0/po/ast/kdesignerplugin5_qt.po 2015-07-05 11:00:39.000000000 +0200 +++ new/kdesignerplugin-5.13.0/po/ast/kdesignerplugin5_qt.po 2015-08-04 12:53:29.000000000 +0200 @@ -7,8 +7,8 @@ "Project-Id-Version: kdelibs4-1\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-03-23 01:50+0000\n" -"PO-Revision-Date: 2015-06-30 16:42+0100\n" -"Last-Translator: Enol P. <enolp@softastur.org>\n" +"PO-Revision-Date: 2015-07-11 16:23+0100\n" +"Last-Translator: enolp <enolp@softastur.org>\n" "Language-Team: Asturian <alminsitradores@softastur.org>\n" "Language: ast_ES\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.12.0/po/fr/kdesignerplugin5_qt.po new/kdesignerplugin-5.13.0/po/fr/kdesignerplugin5_qt.po --- old/kdesignerplugin-5.12.0/po/fr/kdesignerplugin5_qt.po 2015-07-05 11:00:39.000000000 +0200 +++ new/kdesignerplugin-5.13.0/po/fr/kdesignerplugin5_qt.po 2015-08-04 12:53:29.000000000 +0200 @@ -24,10 +24,10 @@ "PO-Revision-Date: 2014-07-02 13:50+0200\n" "Last-Translator: Sebastien Renard <renard@kde.org>\n" "Language-Team: French <kde-francophone@kde.org>\n" -"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 1.5\n" "X-Environment: kde\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.12.0/po/nl/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook new/kdesignerplugin-5.13.0/po/nl/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook --- old/kdesignerplugin-5.12.0/po/nl/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook 2015-07-05 11:00:39.000000000 +0200 +++ new/kdesignerplugin-5.13.0/po/nl/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook 2015-08-04 12:53:29.000000000 +0200 @@ -40,7 +40,9 @@ <date >2014-05-28</date> <releaseinfo ->5.0</releaseinfo> +>Frameworks 5.0</releaseinfo> + <productname +>KDE Frameworks</productname> </refentryinfo> <refmeta> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.12.0/po/sv/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook new/kdesignerplugin-5.13.0/po/sv/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook --- old/kdesignerplugin-5.12.0/po/sv/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook 2015-07-05 11:00:39.000000000 +0200 +++ new/kdesignerplugin-5.13.0/po/sv/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook 2015-08-04 12:53:29.000000000 +0200 @@ -40,7 +40,9 @@ <date >2014-05-28</date> <releaseinfo ->5.0</releaseinfo> +>Ramverk 5.0</releaseinfo> + <productname +>KDE Ramverk</productname> </refentryinfo> <refmeta> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.12.0/po/uk/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook new/kdesignerplugin-5.13.0/po/uk/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook --- old/kdesignerplugin-5.12.0/po/uk/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook 2015-07-05 11:00:39.000000000 +0200 +++ new/kdesignerplugin-5.13.0/po/uk/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook 2015-08-04 12:53:29.000000000 +0200 @@ -40,7 +40,9 @@ <date >28 травня 2014 року</date> <releaseinfo ->5.0</releaseinfo> +>Frameworks 5.0</releaseinfo> + <productname +>KDE Frameworks</productname> </refentryinfo> <refmeta>
3411
Age (days ago)
3411
Last active (days ago)
0 comments
1 participants
participants (1)
-
root@hilbert.suse.de