Hello community,

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

Package is "knotifyconfig"

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes      
2015-03-16 09:32:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.knotifyconfig.new/knotifyconfig.changes 
2015-04-13 20:26:12.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Apr  4 14:40:51 UTC 2015 - [email protected]
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Drop no longer needed Requires of the devel subpackage:
+  ki18n-devel and kio-devel
+
+-------------------------------------------------------------------

Old:
----
  knotifyconfig-5.8.0.tar.xz

New:
----
  knotifyconfig-5.9.0.tar.xz

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

Other differences:
------------------
++++++ knotifyconfig.spec ++++++
--- /var/tmp/diff_new_pack.cT01gy/_old  2015-04-13 20:26:13.000000000 +0200
+++ /var/tmp/diff_new_pack.cT01gy/_new  2015-04-13 20:26:13.000000000 +0200
@@ -16,34 +16,35 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5NotifyConfig5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           knotifyconfig
-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:  kbookmarks-devel >= %{kf5_version}
-BuildRequires:  kcompletion-devel >= %{kf5_version}
-BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
-BuildRequires:  kdbusaddons-devel >= %{kf5_version}
+BuildRequires:  kbookmarks-devel >= %{_tar_path}
+BuildRequires:  kcompletion-devel >= %{_tar_path}
+BuildRequires:  kconfigwidgets-devel >= %{_tar_path}
+BuildRequires:  kcoreaddons-devel >= %{_tar_path}
+BuildRequires:  kdbusaddons-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:  knotifications-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:  knotifications-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}
 BuildRequires:  phonon4qt5-devel
-BuildRequires:  solid-devel >= %{kf5_version}
+BuildRequires:  solid-devel >= %{_tar_path}
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
@@ -62,7 +63,9 @@
 %package -n %lname
 Summary:        Configuration dialog for desktop notifications
 Group:          System/GUI/KDE
+%if %{with lang}
 Recommends:     %lname-lang = %{version}
+%endif
 
 %description -n %lname
 KNotifyConfig provides a configuration dialog for desktop notifications which
@@ -73,8 +76,6 @@
 Group:          Development/Libraries/KDE
 Requires:       %lname = %{version}
 Requires:       extra-cmake-modules
-Requires:       ki18n-devel >= %{kf5_version}
-Requires:       kio-devel >= %{kf5_version}
 Requires:       pkgconfig(Qt5Widgets) >= 5.2.0
 
 %description devel
@@ -91,15 +92,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)

++++++ knotifyconfig-5.8.0.tar.xz -> knotifyconfig-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.8.0/CMakeLists.txt 
new/knotifyconfig-5.9.0/CMakeLists.txt
--- old/knotifyconfig-5.8.0/CMakeLists.txt      2015-03-07 15:47:57.000000000 
+0100
+++ new/knotifyconfig-5.9.0/CMakeLists.txt      2015-04-04 14:10:24.000000000 
+0200
@@ -3,12 +3,12 @@
 project(KNotifyConfig)
 
 # Dependencies
-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")
-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
 
 # Required Qt5 components to build this framework
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets DBus)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.8.0/KF5NotifyConfigConfig.cmake.in 
new/knotifyconfig-5.9.0/KF5NotifyConfigConfig.cmake.in
--- old/knotifyconfig-5.8.0/KF5NotifyConfigConfig.cmake.in      2015-03-07 
15:47:57.000000000 +0100
+++ new/knotifyconfig-5.9.0/KF5NotifyConfigConfig.cmake.in      2015-04-04 
14:10:24.000000000 +0200
@@ -1,8 +1,5 @@
 @PACKAGE_INIT@
 
-find_dependency(KF5I18n "@KF5_DEP_VERSION@")
-find_dependency(KF5KIO "@KF5_DEP_VERSION@")
-
 find_dependency(Qt5Widgets "@REQUIRED_QT_VERSION@")
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5NotifyConfigTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.8.0/po/de/knotifyconfig5.po 
new/knotifyconfig-5.9.0/po/de/knotifyconfig5.po
--- old/knotifyconfig-5.8.0/po/de/knotifyconfig5.po     2015-03-07 
15:47:57.000000000 +0100
+++ new/knotifyconfig-5.9.0/po/de/knotifyconfig5.po     2015-04-04 
14:10:24.000000000 +0200
@@ -4,7 +4,7 @@
 # Stephan Johach <[email protected]>, 2004, 2005, 2006, 2007.
 # Georg Schuster <[email protected]>, 2005.
 # Thomas Reitelbach <[email protected]>, 2005, 2006, 2007, 2008, 2009.
-# Burkhard Lück <[email protected]>, 2006, 2007, 2009, 2010, 2011, 2012, 
2013, 2014.
+# Burkhard Lück <[email protected]>, 2006, 2007, 2009, 2010, 2011, 2012, 
2013, 2014, 2015.
 # Frederik Schwarzer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013.
 # Johannes Obermayr <[email protected]>, 2010.
 # Panagiotis Papadopoulos <[email protected]>, 2010.
@@ -14,7 +14,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-02-18 08:40+0000\n"
-"PO-Revision-Date: 2014-02-27 08:40+0100\n"
+"PO-Revision-Date: 2015-03-09 21:31+0100\n"
 "Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\n"
@@ -66,13 +66,7 @@
 
 #. i18n: ectx: property (whatsThis), widget (KComboBox, TTS_combo)
 #: knotifyconfigactionswidgetbase.ui:119
-#, fuzzy, no-c-format
-#| msgid ""
-#| "<qt>Specifies how Jovie should speak the event when received.  If you "
-#| "select \"Speak custom text\", enter the text in the box.  You may use the "
-#| "following substitution strings in the text:<dl><dt>%e</dt><dd>Name of the "
-#| "event</dd><dt>%a</dt><dd>Application that sent the event</dd><dt>%m</"
-#| "dt><dd>The message sent by the application</dd></dl></qt>"
+#, no-c-format
 msgid ""
 "<qt>Specifies how knotify should speak the event when received.  If you "
 "select \"Speak custom text\", enter the text in the box.  You may use the "
@@ -80,7 +74,7 @@
 "event</dd><dt>%a</dt><dd>Application that sent the event</dd><dt>%m</"
 "dt><dd>The message sent by the application</dd></dl></qt>"
 msgstr ""
-"<qt>Gibt an, wie Jovie das Ereignis beim Eintreffen ankündigen soll. Wenn "
+"<qt>Gibt an, wie KNotify das Ereignis beim Eintreffen ankündigen soll. Wenn "
 "Sie „Benutzerdefinierten Text ausgeben“ auswählen, geben Sie diesen in das "
 "Eingabefeld ein. Sie können dabei die folgenden Ersetzungszeichen verwenden:"
 "<dl><dt>%e</dt><dd>Name des Ereignisses</dd><dt>%a</dt><dd>Anwendung, die "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.8.0/po/gl/knotifyconfig5.po 
new/knotifyconfig-5.9.0/po/gl/knotifyconfig5.po
--- old/knotifyconfig-5.8.0/po/gl/knotifyconfig5.po     2015-03-07 
15:47:57.000000000 +0100
+++ new/knotifyconfig-5.9.0/po/gl/knotifyconfig5.po     2015-04-04 
14:10:24.000000000 +0200
@@ -9,14 +9,15 @@
 # Marce Villarino <[email protected]>, 2009, 2010, 2011, 2012.
 # Xosé <[email protected]>, 2010.
 # Marce Villarino <[email protected]>, 2011, 2012, 2013, 2014.
+# Adrián Chaves Fernández <[email protected]>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-02-18 08:40+0000\n"
-"PO-Revision-Date: 2014-01-06 15:27+0100\n"
-"Last-Translator: Marce Villarino <[email protected]>\n"
-"Language-Team: Galician <[email protected]>\n"
+"PO-Revision-Date: 2015-03-14 06:38+0100\n"
+"Last-Translator: Adrián Chaves Fernández <[email protected]>\n"
+"Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -69,13 +70,7 @@
 
 #. i18n: ectx: property (whatsThis), widget (KComboBox, TTS_combo)
 #: knotifyconfigactionswidgetbase.ui:119
-#, fuzzy, no-c-format
-#| msgid ""
-#| "<qt>Specifies how Jovie should speak the event when received.  If you "
-#| "select \"Speak custom text\", enter the text in the box.  You may use the "
-#| "following substitution strings in the text:<dl><dt>%e</dt><dd>Name of the "
-#| "event</dd><dt>%a</dt><dd>Application that sent the event</dd><dt>%m</"
-#| "dt><dd>The message sent by the application</dd></dl></qt>"
+#, no-c-format
 msgid ""
 "<qt>Specifies how knotify should speak the event when received.  If you "
 "select \"Speak custom text\", enter the text in the box.  You may use the "
@@ -83,7 +78,7 @@
 "event</dd><dt>%a</dt><dd>Application that sent the event</dd><dt>%m</"
 "dt><dd>The message sent by the application</dd></dl></qt>"
 msgstr ""
-"<qt>Indica como debe ler Jovie o acontecemento cando o reciba. Se escolle "
+"<qt>Indica como debe ler knotify o acontecemento cando o reciba. Se escolle "
 "«Ler textos personalizados», indique o texto no campo. Pode usar os "
 "seguintes caracteres de substitución no texto:<dl><dt>%e</dt> <dd>O nome do "
 "acontecemento</dd><dt>%a</dt><dd>O programa que envía o acontecemento</dd> "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.8.0/po/sl/knotifyconfig5.po 
new/knotifyconfig-5.9.0/po/sl/knotifyconfig5.po
--- old/knotifyconfig-5.8.0/po/sl/knotifyconfig5.po     2015-03-07 
15:47:57.000000000 +0100
+++ new/knotifyconfig-5.9.0/po/sl/knotifyconfig5.po     2015-04-04 
14:10:24.000000000 +0200
@@ -11,13 +11,13 @@
 # Andrej Vernekar <[email protected]>, 2005, 2007, 2008, 2009, 2010.
 # Jure Repinc <[email protected]>, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 
2012, 2013.
 # Andrej Vernekar <[email protected]>, 2008, 2011, 2012.
-# Andrej Mernik <[email protected]>, 2012, 2013.
+# Andrej Mernik <[email protected]>, 2012, 2013, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-02-18 08:40+0000\n"
-"PO-Revision-Date: 2013-11-26 18:31+0100\n"
+"PO-Revision-Date: 2015-04-03 10:03+0200\n"
 "Last-Translator: Andrej Mernik <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
 "Language: sl\n"
@@ -70,13 +70,7 @@
 
 #. i18n: ectx: property (whatsThis), widget (KComboBox, TTS_combo)
 #: knotifyconfigactionswidgetbase.ui:119
-#, fuzzy, no-c-format
-#| msgid ""
-#| "<qt>Specifies how Jovie should speak the event when received.  If you "
-#| "select \"Speak custom text\", enter the text in the box.  You may use the "
-#| "following substitution strings in the text:<dl><dt>%e</dt><dd>Name of the "
-#| "event</dd><dt>%a</dt><dd>Application that sent the event</dd><dt>%m</"
-#| "dt><dd>The message sent by the application</dd></dl></qt>"
+#, no-c-format
 msgid ""
 "<qt>Specifies how knotify should speak the event when received.  If you "
 "select \"Speak custom text\", enter the text in the box.  You may use the "
@@ -84,7 +78,7 @@
 "event</dd><dt>%a</dt><dd>Application that sent the event</dd><dt>%m</"
 "dt><dd>The message sent by the application</dd></dl></qt>"
 msgstr ""
-"<qt>Določa, kako Jovie izgovori dogodke, ko jih sprejme. Če izberete "
+"<qt>Določa, kako knotify izgovori dogodke, ko jih sprejme. Če izberete "
 "»Izgovori besedilo po meri«, vnesite besedilo v polje. V besedilu lahko "
 "uporabite naslednje vsebnike:<dl><dt>%e</dt><dd>Ime dogodka</dd><dt>%a</"
 "dt><dd>Program, ki je poslal dogodek</dd><dt>%m</dt><dd>Sporočilo, ki ga je "


Reply via email to