Hello community,

here is the log from the commit of package kdesignerplugin for openSUSE:Factory 
checked in at 2015-04-13 20:22:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-16 09:26:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdesignerplugin.new/kdesignerplugin.changes     
2015-04-13 20:22:56.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:31 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+-------------------------------------------------------------------

Old:
----
  kdesignerplugin-5.8.0.tar.xz

New:
----
  kdesignerplugin-5.9.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdesignerplugin.spec ++++++
--- /var/tmp/diff_new_pack.PwPNRa/_old  2015-04-13 20:22:56.000000000 +0200
+++ /var/tmp/diff_new_pack.PwPNRa/_new  2015-04-13 20:22:56.000000000 +0200
@@ -16,35 +16,40 @@
 #
 
 
-%define _tar_path 5.8
+%bcond_without lang
+%define _tar_path 5.9
 Name:           kdesignerplugin
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
-BuildRequires:  kbookmarks-devel >= %{kf5_version}
-BuildRequires:  kcompletion-devel >= %{kf5_version}
-BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
-BuildRequires:  kdbusaddons-devel >= %{kf5_version}
-BuildRequires:  kdewebkit-devel >= %{kf5_version}
-BuildRequires:  kdoctools-devel >= %{kf5_version}
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  kbookmarks-devel >= %{_tar_path}
+BuildRequires:  kcompletion-devel >= %{_tar_path}
+BuildRequires:  kconfigwidgets-devel >= %{_tar_path}
+BuildRequires:  kdbusaddons-devel >= %{_tar_path}
+BuildRequires:  kdewebkit-devel >= %{_tar_path}
+BuildRequires:  kdoctools-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kguiaddons-devel >= %{kf5_version}
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kiconthemes-devel >= %{kf5_version}
-BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  kitemviews-devel >= %{kf5_version}
-BuildRequires:  kplotting-devel >= %{kf5_version}
-BuildRequires:  kservice-devel >= %{kf5_version}
-BuildRequires:  ktextwidgets-devel >= %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
-BuildRequires:  kwindowsystem-devel >= %{kf5_version}
-BuildRequires:  kxmlgui-devel >= %{kf5_version}
+BuildRequires:  kguiaddons-devel >= %{_tar_path}
+BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  kiconthemes-devel >= %{_tar_path}
+BuildRequires:  kio-devel >= %{_tar_path}
+BuildRequires:  kitemviews-devel >= %{_tar_path}
+BuildRequires:  kplotting-devel >= %{_tar_path}
+BuildRequires:  kservice-devel >= %{_tar_path}
+BuildRequires:  ktextwidgets-devel >= %{_tar_path}
+BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
+BuildRequires:  kwindowsystem-devel >= %{_tar_path}
+BuildRequires:  kxmlgui-devel >= %{_tar_path}
+%if %{with lang}
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
+%endif
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Designer) >= 5.2.0
+%if %{with lang}
 Recommends:     %{name}-lang = %{version}
+%endif
 Summary:        Integrating KDE frameworks widgets with Qt Designer
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
@@ -82,19 +87,22 @@
 %install
   %kf5_makeinstall -C build
 
-  %find_lang %{name}5 --with-qt --without-mo
+%if %{with lang}
+%find_lang %{name}5 --with-qt --without-mo
+echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}5.lang
+echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}5.lang
+echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}5.lang
+echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}5.lang
+echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}5.lang
+%endif
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
+%if %{with lang}
 %files lang -f %{name}5.lang
-%defattr(-,root,root)
-%doc %lang(de) %{_kf5_mandir}/de
-%doc %lang(nl) %{_kf5_mandir}/nl
-%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
-%doc %lang(sv) %{_kf5_mandir}/sv
-%doc %lang(uk) %{_kf5_mandir}/uk
+%endif
 
 %files
 %defattr(-,root,root)

++++++ kdesignerplugin-5.8.0.tar.xz -> kdesignerplugin-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.8.0/CMakeLists.txt 
new/kdesignerplugin-5.9.0/CMakeLists.txt
--- old/kdesignerplugin-5.8.0/CMakeLists.txt    2015-03-07 15:41:49.000000000 
+0100
+++ new/kdesignerplugin-5.9.0/CMakeLists.txt    2015-04-04 14:04:00.000000000 
+0200
@@ -2,7 +2,7 @@
 
 project(KDesignerPlugin)
 
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.8.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.9.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.8.0/po/ast/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.9.0/po/ast/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.8.0/po/ast/kdesignerplugin5_qt.po     2015-03-07 
15:41:49.000000000 +0100
+++ new/kdesignerplugin-5.9.0/po/ast/kdesignerplugin5_qt.po     2015-04-04 
14:04:00.000000000 +0200
@@ -1,23 +1,23 @@
-# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 #
+# enolp <en...@softastur.org>, 2015.
 msgid ""
 msgstr ""
 "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: 2012-12-28 17:14+0100\n"
-"Last-Translator: ivarela <ivar...@ubuntu.com>\n"
-"Language-Team: asturian <kde-i18n-...@kde.org>\n"
-"Language: \n"
+"PO-Revision-Date: 2015-03-15 18:03+0100\n"
+"Last-Translator: enolp <en...@softastur.org>\n"
+"Language-Team: Asturian <kde-i18n-...@kde.org>\n"
+"Language: ast_ES\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Poedit-Language: asturian\n"
 "X-Qt-Contexts: true\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: kgendesignerplugin.cpp:84
 #, fuzzy
@@ -28,18 +28,14 @@
 "Crea complementos de widget de Qt dende un ficheru de descripción d'estilu."
 
 #: kgendesignerplugin.cpp:91
-#, fuzzy
-#| msgid "Input file"
 msgctxt "main|"
 msgid "Input file."
-msgstr "Ficheru d'entrada"
+msgstr "Ficheru d'entrada."
 
 #: kgendesignerplugin.cpp:92
-#, fuzzy
-#| msgid "Output file"
 msgctxt "main|"
 msgid "Output file."
-msgstr "Ficheru de salida"
+msgstr "Ficheru de salida."
 
 #: kgendesignerplugin.cpp:93
 #, fuzzy
@@ -60,27 +56,22 @@
 msgstr "Nome de grupu de widget predetermináu p'amosar nel diseñador"
 
 #: kgendesignerplugin.cpp:97
+#, fuzzy
 msgctxt "kgendesignerplugin about data|"
 msgid "kgendesignerplugin"
-msgstr ""
+msgstr "kgendesignerplugin"
 
 #: kgendesignerplugin.cpp:101
-#, fuzzy
-#| msgid "(C) 2004-2005 Ian Reinhart Geiser"
 msgctxt "kgendesignerplugin about data|"
 msgid "(C) 2004-2005 Ian Reinhart Geiser"
 msgstr "(C) 2004-2005 Ian Reinhart Geiser"
 
 #: kgendesignerplugin.cpp:105
-#, fuzzy
-#| msgid "Ian Reinhart Geiser"
 msgctxt "kgendesignerplugin about data|"
 msgid "Ian Reinhart Geiser"
 msgstr "Ian Reinhart Geiser"
 
 #: kgendesignerplugin.cpp:106
-#, fuzzy
-#| msgid "Daniel Molkentin"
 msgctxt "kgendesignerplugin about data|"
 msgid "Daniel Molkentin"
 msgstr "Daniel Molkentin"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.8.0/po/fr/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.9.0/po/fr/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.8.0/po/fr/kdesignerplugin5_qt.po      2015-03-07 
15:41:49.000000000 +0100
+++ new/kdesignerplugin-5.9.0/po/fr/kdesignerplugin5_qt.po      2015-04-04 
14:04:00.000000000 +0200
@@ -24,10 +24,10 @@
 "PO-Revision-Date: 2014-07-02 13:50+0200\n"
 "Last-Translator: Sebastien Renard <ren...@kde.org>\n"
 "Language-Team: French <kde-francoph...@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"


Reply via email to