Hello community,

here is the log from the commit of package kconfigwidgets for openSUSE:Factory 
checked in at 2015-04-13 20:24:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kconfigwidgets (Old)
 and      /work/SRC/openSUSE:Factory/.kconfigwidgets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kconfigwidgets"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kconfigwidgets/kconfigwidgets.changes    
2015-03-16 09:29:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kconfigwidgets.new/kconfigwidgets.changes       
2015-04-13 20:24:14.000000000 +0200
@@ -1,0 +2,8 @@
+Sat Apr  4 14:40:39 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
+- Drop kguiaddons-devel and ki18n-devel Requires from devel subpackage
+
+-------------------------------------------------------------------

Old:
----
  kconfigwidgets-5.8.0.tar.xz

New:
----
  kconfigwidgets-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kconfigwidgets.spec ++++++
--- /var/tmp/diff_new_pack.LzrjIY/_old  2015-04-13 20:24:14.000000000 +0200
+++ /var/tmp/diff_new_pack.LzrjIY/_new  2015-04-13 20:24:14.000000000 +0200
@@ -16,24 +16,25 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5ConfigWidgets5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kconfigwidgets
-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:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kauth-devel >= %{kf5_version}
-BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kconfig-devel >= %{kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
-BuildRequires:  kdoctools-devel >= %{kf5_version}
+BuildRequires:  kauth-devel >= %{_tar_path}
+BuildRequires:  kcodecs-devel >= %{_tar_path}
+BuildRequires:  kconfig-devel >= %{_tar_path}
+BuildRequires:  kcoreaddons-devel >= %{_tar_path}
+BuildRequires:  kdoctools-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kguiaddons-devel >= %{kf5_version}
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
+BuildRequires:  kguiaddons-devel >= %{_tar_path}
+BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
@@ -54,7 +55,9 @@
 Group:          System/GUI/KDE
 Obsoletes:      libKF5ConfigWidgets4
 Conflicts:      kdelibs4support < 5.3.0
+%if %{with lang}
 Recommends:     %lname-lang = %{version}
+%endif
 
 %description -n %lname
 KConfigWidgets provides easy-to-use classes to create configuration dialogs, as
@@ -65,12 +68,10 @@
 Group:          Development/Libraries/KDE
 Requires:       %lname = %{version}
 Requires:       extra-cmake-modules >= 1.7.0
-Requires:       kauth-devel >= %{kf5_version}
-Requires:       kcodecs-devel >= %{kf5_version}
-Requires:       kconfig-devel >= %{kf5_version}
-Requires:       kguiaddons-devel >= %{kf5_version}
-Requires:       ki18n-devel >= %{kf5_version}
-Requires:       kwidgetsaddons-devel >= %{kf5_version}
+Requires:       kauth-devel >= %{_tar_path}
+Requires:       kcodecs-devel >= %{_tar_path}
+Requires:       kconfig-devel >= %{_tar_path}
+Requires:       kwidgetsaddons-devel >= %{_tar_path}
 
 %description devel
 KConfigWidgets provides easy-to-use classes to create configuration dialogs, as
@@ -86,15 +87,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5
+%if %{with lang}
+%find_lang %{name}5
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++++++ kconfigwidgets-5.8.0.tar.xz -> kconfigwidgets-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.8.0/CMakeLists.txt 
new/kconfigwidgets-5.9.0/CMakeLists.txt
--- old/kconfigwidgets-5.8.0/CMakeLists.txt     2015-03-07 15:39:32.000000000 
+0100
+++ new/kconfigwidgets-5.9.0/CMakeLists.txt     2015-04-04 14:02:00.000000000 
+0200
@@ -2,7 +2,7 @@
 
 project(KConfigWidgets)
 
-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})
 
 set(REQUIRED_QT_VERSION "5.2.0")
@@ -15,8 +15,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-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
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCONFIGWIDGETS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kconfigwidgets_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.8.0/KF5ConfigWidgetsConfig.cmake.in 
new/kconfigwidgets-5.9.0/KF5ConfigWidgetsConfig.cmake.in
--- old/kconfigwidgets-5.8.0/KF5ConfigWidgetsConfig.cmake.in    2015-03-07 
15:39:32.000000000 +0100
+++ new/kconfigwidgets-5.9.0/KF5ConfigWidgetsConfig.cmake.in    2015-04-04 
14:02:00.000000000 +0200
@@ -3,8 +3,6 @@
 find_dependency(KF5Auth "@KF5_DEP_VERSION@")
 find_dependency(KF5Codecs "@KF5_DEP_VERSION@")
 find_dependency(KF5Config "@KF5_DEP_VERSION@")
-find_dependency(KF5GuiAddons "@KF5_DEP_VERSION@")
-find_dependency(KF5I18n "@KF5_DEP_VERSION@")
 find_dependency(KF5WidgetsAddons "@KF5_DEP_VERSION@")
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5ConfigWidgetsTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.8.0/po/ca/kf5_entry.desktop 
new/kconfigwidgets-5.9.0/po/ca/kf5_entry.desktop
--- old/kconfigwidgets-5.8.0/po/ca/kf5_entry.desktop    2015-03-07 
15:39:32.000000000 +0100
+++ new/kconfigwidgets-5.9.0/po/ca/kf5_entry.desktop    2015-04-04 
14:02:00.000000000 +0200
@@ -87,7 +87,7 @@
 Name[tr]=Katalanca
 Name[tt]=Каталон
 Name[ug]=كاتالانچە
-Name[uk]=Каталонська
+Name[uk]=Каталанська
 Name[uz]=Katalancha
 Name[uz@cyrillic]=Каталанча
 Name[vi]=Catalan
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.8.0/po/cs/kconfigwidgets5.po 
new/kconfigwidgets-5.9.0/po/cs/kconfigwidgets5.po
--- old/kconfigwidgets-5.8.0/po/cs/kconfigwidgets5.po   2015-03-07 
15:39:32.000000000 +0100
+++ new/kconfigwidgets-5.9.0/po/cs/kconfigwidgets5.po   2015-04-04 
14:02:00.000000000 +0200
@@ -481,12 +481,12 @@
 #: ktipdialog.cpp:255
 msgctxt "@title"
 msgid "Did you know...?\n"
-msgstr ""
+msgstr "Věděli jste...?\n"
 
 #: ktipdialog.cpp:307
 msgctxt "@option:check"
 msgid "&Show tips on startup"
-msgstr ""
+msgstr "Zobrazovat tipy při &spuštění"
 
 #: ktipdialog.cpp:312
 msgctxt "@action:button Goes to previous tip"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.8.0/po/de/kconfigwidgets5.po 
new/kconfigwidgets-5.9.0/po/de/kconfigwidgets5.po
--- old/kconfigwidgets-5.8.0/po/de/kconfigwidgets5.po   2015-03-07 
15:39:32.000000000 +0100
+++ new/kconfigwidgets-5.9.0/po/de/kconfigwidgets5.po   2015-04-04 
14:02:00.000000000 +0200
@@ -4,7 +4,7 @@
 # Stephan Johach <hun...@gmx.de>, 2004, 2005, 2006, 2007.
 # Georg Schuster <gschus...@utanet.at>, 2005.
 # Thomas Reitelbach <t...@erdfunkstelle.de>, 2005, 2006, 2007, 2008, 2009.
-# Burkhard Lück <lu...@hube-lueck.de>, 2006, 2007, 2009, 2010, 2011, 2012, 
2013, 2014.
+# Burkhard Lück <lu...@hube-lueck.de>, 2006, 2007, 2009, 2010, 2011, 2012, 
2013, 2014, 2015.
 # Frederik Schwarzer <schwar...@kde.org>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013.
 # Johannes Obermayr <johannesoberm...@gmx.de>, 2010.
 # Panagiotis Papadopoulos <pano...@gmx.net>, 2010.
@@ -14,7 +14,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-02-28 09:34+0000\n"
-"PO-Revision-Date: 2014-02-27 08:40+0100\n"
+"PO-Revision-Date: 2015-03-09 21:26+0100\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
 "Language: de\n"
@@ -51,8 +51,6 @@
 msgstr "Autom. feststellen"
 
 #: kconfigdialog.cpp:45
-#, fuzzy
-#| msgid "Configure"
 msgctxt "@title:window"
 msgid "Configure"
 msgstr "Einrichten"
@@ -479,36 +477,26 @@
 msgstr "Über &KDE"
 
 #: ktipdialog.cpp:239
-#, fuzzy
-#| msgid "Tip of the Day"
 msgctxt "@title:window"
 msgid "Tip of the Day"
 msgstr "Tipp des Tages"
 
 #: ktipdialog.cpp:255
-#, fuzzy
-#| msgid "Did you know...?\n"
 msgctxt "@title"
 msgid "Did you know...?\n"
 msgstr "Wussten Sie schon ...?\n"
 
 #: ktipdialog.cpp:307
-#, fuzzy
-#| msgid "&Show tips on startup"
 msgctxt "@option:check"
 msgid "&Show tips on startup"
 msgstr "Tipps beim &Start anzeigen"
 
 #: ktipdialog.cpp:312
-#, fuzzy
-#| msgid "&Previous"
 msgctxt "@action:button Goes to previous tip"
 msgid "&Previous"
 msgstr "&Zurück"
 
 #: ktipdialog.cpp:317
-#, fuzzy
-#| msgid "&Next"
 msgctxt "@action:button Goes to next tip, opposite to previous"
 msgid "&Next"
 msgstr "&Weiter"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.8.0/po/gl/kconfigwidgets5.po 
new/kconfigwidgets-5.9.0/po/gl/kconfigwidgets5.po
--- old/kconfigwidgets-5.8.0/po/gl/kconfigwidgets5.po   2015-03-07 
15:39:32.000000000 +0100
+++ new/kconfigwidgets-5.9.0/po/gl/kconfigwidgets5.po   2015-04-04 
14:02:00.000000000 +0200
@@ -9,14 +9,15 @@
 # Marce Villarino <mvillar...@kde-espana.es>, 2009, 2010, 2011, 2012.
 # Xosé <xoseca...@gmail.com>, 2010.
 # Marce Villarino <mvillar...@kde-espana.es>, 2011, 2012, 2013, 2014.
+# Adrián Chaves Fernández <adriyeticha...@gmail.com>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-02-28 09:34+0000\n"
-"PO-Revision-Date: 2014-01-06 15:27+0100\n"
-"Last-Translator: Marce Villarino <mvillar...@kde-espana.org>\n"
-"Language-Team: Galician <proxe...@trasno.net>\n"
+"PO-Revision-Date: 2015-03-14 06:26+0100\n"
+"Last-Translator: Adrián Chaves Fernández <adriyeticha...@gmail.com>\n"
+"Language-Team: Galician <kde-i18n-...@kde.org>\n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -54,8 +55,6 @@
 msgstr "Detectar automaticamente"
 
 #: kconfigdialog.cpp:45
-#, fuzzy
-#| msgid "Configure"
 msgctxt "@title:window"
 msgid "Configure"
 msgstr "Configurar"
@@ -481,36 +480,26 @@
 msgstr "Acerca de &KDE"
 
 #: ktipdialog.cpp:239
-#, fuzzy
-#| msgid "Tip of the Day"
 msgctxt "@title:window"
 msgid "Tip of the Day"
 msgstr "Consello do día"
 
 #: ktipdialog.cpp:255
-#, fuzzy
-#| msgid "Did you know...?\n"
 msgctxt "@title"
 msgid "Did you know...?\n"
 msgstr "Sabía que...?\n"
 
 #: ktipdialog.cpp:307
-#, fuzzy
-#| msgid "&Show tips on startup"
 msgctxt "@option:check"
 msgid "&Show tips on startup"
 msgstr "Mostrar os con&sellos ao iniciar"
 
 #: ktipdialog.cpp:312
-#, fuzzy
-#| msgid "&Previous"
 msgctxt "@action:button Goes to previous tip"
 msgid "&Previous"
 msgstr "&Anterior"
 
 #: ktipdialog.cpp:317
-#, fuzzy
-#| msgid "&Next"
 msgctxt "@action:button Goes to next tip, opposite to previous"
 msgid "&Next"
 msgstr "&Seguinte"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.8.0/po/sl/kconfigwidgets5.po 
new/kconfigwidgets-5.9.0/po/sl/kconfigwidgets5.po
--- old/kconfigwidgets-5.8.0/po/sl/kconfigwidgets5.po   2015-03-07 
15:39:32.000000000 +0100
+++ new/kconfigwidgets-5.9.0/po/sl/kconfigwidgets5.po   2015-04-04 
14:02:00.000000000 +0200
@@ -11,13 +11,13 @@
 # Andrej Vernekar <andrej.verne...@moj.net>, 2005, 2007, 2008, 2009, 2010.
 # Jure Repinc <j...@holodeck1.com>, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 
2012, 2013.
 # Andrej Vernekar <andrej.verner...@moj.net>, 2008, 2011, 2012.
-# Andrej Mernik <andr...@ubuntu.si>, 2012, 2013.
+# Andrej Mernik <andr...@ubuntu.si>, 2012, 2013, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-02-28 09:34+0000\n"
-"PO-Revision-Date: 2013-11-26 18:31+0100\n"
+"PO-Revision-Date: 2015-04-03 10:01+0200\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
 "Language: sl\n"
@@ -57,8 +57,6 @@
 msgstr "Samodejna zaznava"
 
 #: kconfigdialog.cpp:45
-#, fuzzy
-#| msgid "Configure"
 msgctxt "@title:window"
 msgid "Configure"
 msgstr "Nastavi"
@@ -485,36 +483,26 @@
 msgstr "O &KDE"
 
 #: ktipdialog.cpp:239
-#, fuzzy
-#| msgid "Tip of the Day"
 msgctxt "@title:window"
 msgid "Tip of the Day"
 msgstr "Namig dneva"
 
 #: ktipdialog.cpp:255
-#, fuzzy
-#| msgid "Did you know...?\n"
 msgctxt "@title"
 msgid "Did you know...?\n"
 msgstr "Ali ste vedeli ...?\n"
 
 #: ktipdialog.cpp:307
-#, fuzzy
-#| msgid "&Show tips on startup"
 msgctxt "@option:check"
 msgid "&Show tips on startup"
 msgstr "&Pokaži namige ob zagonu"
 
 #: ktipdialog.cpp:312
-#, fuzzy
-#| msgid "&Previous"
 msgctxt "@action:button Goes to previous tip"
 msgid "&Previous"
-msgstr "&Prejšnji"
+msgstr "&Predhodni"
 
 #: ktipdialog.cpp:317
-#, fuzzy
-#| msgid "&Next"
 msgctxt "@action:button Goes to next tip, opposite to previous"
 msgid "&Next"
 msgstr "&Naslednji"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.8.0/src/entry.desktop 
new/kconfigwidgets-5.9.0/src/entry.desktop
--- old/kconfigwidgets-5.8.0/src/entry.desktop  2015-03-07 15:39:32.000000000 
+0100
+++ new/kconfigwidgets-5.9.0/src/entry.desktop  2015-04-04 14:02:00.000000000 
+0200
@@ -10,6 +10,7 @@
 Name[es]=Inglés de EE. UU.
 Name[fi]=Amerikanenglanti
 Name[gd]=Beurla (SA)
+Name[gl]=Inglés americano
 Name[hu]=Angol (amerikai)
 Name[it]=Inglese US
 Name[ko]=미국 영어


Reply via email to