Hello community,

here is the log from the commit of package knotifyconfig for openSUSE:Factory 
checked in at 2014-06-10 14:36:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2014-05-14 20:27:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.knotifyconfig.new/knotifyconfig.changes 
2014-06-10 14:36:59.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Jun  1 18:02:31 UTC 2014 - [email protected]
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+    http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+
+-------------------------------------------------------------------

Old:
----
  knotifyconfig-4.99.0.tar.xz

New:
----
  baselibs.conf
  knotifyconfig-4.100.0.tar.xz

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

Other differences:
------------------
++++++ knotifyconfig.spec ++++++
--- /var/tmp/diff_new_pack.d2LYb4/_old  2014-06-10 14:37:00.000000000 +0200
+++ /var/tmp/diff_new_pack.d2LYb4/_new  2014-06-10 14:37:00.000000000 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5NotifyConfig5
 Name:           knotifyconfig
-Version:        4.99.0
+Version:        4.100.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.13
+BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel >= %{_kf5_version}
 BuildRequires:  kcompletion-devel >= %{_kf5_version}
@@ -49,7 +49,8 @@
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source0:        knotifyconfig-%{version}.tar.xz
+Source:         
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,6 +60,7 @@
 %package -n %lname
 Summary:        Configuration dialog for desktop notifications
 Group:          System/GUI/KDE
+Recommends:     %lname-lang = %{version}
 
 %description -n %lname
 KNotifyConfig provides a configuration dialog for desktop notifications which
@@ -77,6 +79,7 @@
 KNotifyConfig provides a configuration dialog for desktop notifications which
 can be embedded in your application. Development files.
 
+%lang_package -n %lname
 %prep
 %setup -q
 
@@ -88,10 +91,14 @@
   %kf5_makeinstall -C build
   %fdupes -s %{buildroot}
 
+  %find_lang %{name}5
+
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%files -n %lname-lang -f %{name}5.lang
+
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING*

++++++ baselibs.conf ++++++
libKF5NotifyConfig5
knotifyconfig-devel
        requires "libKF5NotifyConfig5-<targettype> = <version>"
++++++ knotifyconfig-4.99.0.tar.xz -> knotifyconfig-4.100.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-4.99.0/CMakeLists.txt 
new/knotifyconfig-4.100.0/CMakeLists.txt
--- old/knotifyconfig-4.99.0/CMakeLists.txt     2014-05-05 02:35:15.000000000 
+0200
+++ new/knotifyconfig-4.100.0/CMakeLists.txt    2014-06-01 14:29:07.000000000 
+0200
@@ -3,12 +3,12 @@
 project(KNotifyConfig)
 
 # Dependencies
-find_package(ECM 0.0.13 REQUIRED NO_MODULE)
+find_package(ECM 0.0.14 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.2.0")
-set(KF5_VERSION "4.99.0") # handled by release scripts
-set(KF5_DEP_VERSION "4.99.0") # handled by release scripts
+set(KF5_VERSION "4.100.0") # handled by release scripts
+set(KF5_DEP_VERSION "4.100.0") # handled by release scripts
 
 # Required Qt5 components to build this framework
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets DBus)
@@ -40,6 +40,9 @@
 
 # Subdirectories
 add_definitions(-DTRANSLATION_DOMAIN=\"knotifyconfig5\")
+if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
+    ki18n_install(po)
+endif()
 add_subdirectory(src)
 if(BUILD_TESTING)
   add_subdirectory(tests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-4.99.0/po/nds/knotifyconfig5.po 
new/knotifyconfig-4.100.0/po/nds/knotifyconfig5.po
--- old/knotifyconfig-4.99.0/po/nds/knotifyconfig5.po   2014-05-05 
02:35:15.000000000 +0200
+++ new/knotifyconfig-4.100.0/po/nds/knotifyconfig5.po  2014-06-01 
14:29:07.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-27 20:56+0000\n"
-"PO-Revision-Date: 2014-03-11 23:48+0100\n"
+"PO-Revision-Date: 2014-05-11 00:55+0200\n"
 "Last-Translator: Sönke Dibbern <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
 "Language: nds\n"
@@ -70,8 +70,8 @@
 "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>Leggt fast, wodennig Jovie en Begeefnis vörlesen schall. Wenn Du \"Egen "
-"Text vörlesen\" utsöchst, giff em na't Ingaavfeld in. Du kannst dor disse "
+"<qt>Leggt fast, wodennig Jovie en Begeefnis vörlesen schall. Wenn Du „Egen "
+"Text vörlesen“ utsöchst, giff em na't Ingaavfeld in. Du kannst dor disse "
 "Platzhollers binnen bruken:<dl><dt>%e</dt><dd>Begeefnisnaam</dd><dt>%a</"
 "dt><dd>Programm, wat dat Begeefnis loosstüert hett</dd><dt>%m</dt><dd>De "
 "Naricht, de dat Programm loosstüert hett</dd></dl></qt>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-4.99.0/po/uk/knotifyconfig5.po 
new/knotifyconfig-4.100.0/po/uk/knotifyconfig5.po
--- old/knotifyconfig-4.99.0/po/uk/knotifyconfig5.po    2014-05-05 
02:35:15.000000000 +0200
+++ new/knotifyconfig-4.100.0/po/uk/knotifyconfig5.po   2014-06-01 
14:29:07.000000000 +0200
@@ -381,7 +381,7 @@
 
 #~ msgid "Password must be at least 1 character long"
 #~ msgid_plural "Password must be at least %1 characters long"
-#~ msgstr[0] "Довжина пароля повинна бути щонайменше %1 символ"
+#~ msgstr[0] "Довжина пароля повинна бути щонайменше один символ"
 #~ msgstr[1] "Довжина пароля повинна бути щонайменше %1 символи"
 #~ msgstr[2] "Довжина пароля повинна бути щонайменше %1 символів"
 #~ msgstr[3] "Довжина пароля повинна бути щонайменше один символ"
@@ -4110,7 +4110,7 @@
 
 #~ msgid "1 match found."
 #~ msgid_plural "%1 matches found."
-#~ msgstr[0] "Знайдено %1 відповідний варіант."
+#~ msgstr[0] "Знайдено 1 відповідний варіант."
 #~ msgstr[1] "Знайдено %1 відповідних варіанта."
 #~ msgstr[2] "Знайдено %1 відповідних варіантів."
 #~ msgstr[3] "Знайдено 1 відповідний варіант."
@@ -4358,7 +4358,7 @@
 
 #~ msgid "but your pattern only defines 1 capture."
 #~ msgid_plural "but your pattern only defines %1 captures."
-#~ msgstr[0] "в той час, як взірець визначає тільки %1 захоплення."
+#~ msgstr[0] "в той час, як взірець визначає тільки одне захоплення."
 #~ msgstr[1] "в той час, як взірець визначає тільки %1 захоплення."
 #~ msgstr[2] "в той час, як взірець визначає тільки %1 захоплень."
 #~ msgstr[3] "в той час, як взірець визначає тільки одне захоплення."
@@ -6361,7 +6361,7 @@
 #~ msgid_plural ""
 #~ "The shortcut '%2' conflicts with the following key combinations:\n"
 #~ msgstr[0] ""
-#~ "Клавіатурне скорочення «%2» суперечить наступним комбінаціям клавіш:\n"
+#~ "Клавіатурне скорочення «%2» суперечить наступній комбінації клавіш:\n"
 #~ msgstr[1] ""
 #~ "Клавіатурне скорочення «%2» суперечить наступним комбінаціям клавіш:\n"
 #~ msgstr[2] ""
@@ -6372,7 +6372,7 @@
 #~ msgctxt "%1 is the number of shortcuts with which there is a conflict"
 #~ msgid "Conflict with Registered Global Shortcut"
 #~ msgid_plural "Conflict with Registered Global Shortcuts"
-#~ msgstr[0] "Конфлікт з зареєстрованими загальними скороченнями"
+#~ msgstr[0] "Конфлікт з зареєстрованим загальним скороченням"
 #~ msgstr[1] "Конфлікт з зареєстрованими загальними скороченнями"
 #~ msgstr[2] "Конфлікт з зареєстрованими загальними скороченнями"
 #~ msgstr[3] "Конфлікт з зареєстрованим загальним скороченням"
@@ -6380,7 +6380,7 @@
 #~ msgctxt "%1 is the number of conflicts"
 #~ msgid "Shortcut Conflict"
 #~ msgid_plural "Shortcut Conflicts"
-#~ msgstr[0] "Конфлікти скорочень"
+#~ msgstr[0] "Конфлікт скорочень"
 #~ msgstr[1] "Конфлікти скорочень"
 #~ msgstr[2] "Конфлікти скорочень"
 #~ msgstr[3] "Конфлікт скорочень"
@@ -7080,7 +7080,7 @@
 
 #~ msgid "&Send File"
 #~ msgid_plural "&Send Files"
-#~ msgstr[0] "&Надіслати файли"
+#~ msgstr[0] "&Надіслати файл"
 #~ msgstr[1] "&Надіслати файли"
 #~ msgstr[2] "&Надіслати файли"
 #~ msgstr[3] "&Надіслати файл"
@@ -7690,7 +7690,7 @@
 
 #~ msgid "&Show Blocked Popup Window"
 #~ msgid_plural "&Show %1 Blocked Popup Windows"
-#~ msgstr[0] "&Показати %1 заблокований вигульк"
+#~ msgstr[0] "&Показати заблокований вигульк"
 #~ msgstr[1] "&Показати %1 заблоковані вигульки"
 #~ msgstr[2] "&Показати %1 заблокованих вигульків"
 #~ msgstr[3] "&Показати заблокований вигульк"
@@ -8758,7 +8758,7 @@
 
 #~ msgid "Loading one preview"
 #~ msgid_plural "Loading %1 previews"
-#~ msgstr[0] "Завантаження %1 ескізу"
+#~ msgstr[0] "Завантаження ескізу"
 #~ msgstr[1] "Завантаження %1 ескізів"
 #~ msgstr[2] "Завантаження %1 ескізів"
 #~ msgstr[3] "Завантаження ескізу"
@@ -8881,14 +8881,14 @@
 #~ msgctxt "fan as in supporter"
 #~ msgid "1 fan"
 #~ msgid_plural "%1 fans"
-#~ msgstr[0] "%1 прихильник"
+#~ msgstr[0] "1 прихильник"
 #~ msgstr[1] "%1 прихильники"
 #~ msgstr[2] "%1 прихильників"
 #~ msgstr[3] "1 прихильник"
 
 #~ msgid "1 download"
 #~ msgid_plural "%1 downloads"
-#~ msgstr[0] "%1 звантаження"
+#~ msgstr[0] "1 звантаження"
 #~ msgstr[1] "%1 звантаження"
 #~ msgstr[2] "%1 звантажень"
 #~ msgstr[3] "1 звантаження"
@@ -8940,7 +8940,7 @@
 #~ msgid_plural ""
 #~ "The server does not recognize any of the categories to which you are "
 #~ "trying to upload: %2"
-#~ msgstr[0] "Серверу невідомі категорії вашого вивантаження: %2"
+#~ msgstr[0] "Серверу невідома категорія вашого вивантаження: %2"
 #~ msgstr[1] "Серверу невідома категорія ваших вивантажень: %2"
 #~ msgstr[2] "Серверу невідома категорія ваших вивантажень: %2"
 #~ msgstr[3] "Серверу невідома категорія вашого вивантаження: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-4.99.0/po/x-test/knotifyconfig5.po 
new/knotifyconfig-4.100.0/po/x-test/knotifyconfig5.po
--- old/knotifyconfig-4.99.0/po/x-test/knotifyconfig5.po        2014-05-05 
02:35:15.000000000 +0200
+++ new/knotifyconfig-4.100.0/po/x-test/knotifyconfig5.po       1970-01-01 
01:00:00.000000000 +0100
@@ -1,110 +0,0 @@
-# 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.
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: knotifyconfig5\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2014-04-27 20:56+0000\n"
-"PO-Revision-Date: 2014-04-27 21:05+0000\n"
-"Last-Translator: transxx.py program <[email protected]>\n"
-"Language-Team: KDE Test Language <[email protected]>\n"
-"Language: x-test\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#. i18n: ectx: property (text), widget (QCheckBox, Sound_check)
-#: knotifyconfigactionswidgetbase.ui:16
-msgid "Play a &sound"
-msgstr "xxPlay a &soundxx"
-
-#. i18n: ectx: property (toolTip), widget (KUrlRequester, Sound_select)
-#: knotifyconfigactionswidgetbase.ui:42
-msgid "Select the sound to play"
-msgstr "xxSelect the sound to playxx"
-
-#. i18n: ectx: property (text), widget (QCheckBox, Popup_check)
-#: knotifyconfigactionswidgetbase.ui:49
-msgid "Show a message in a &popup"
-msgstr "xxShow a message in a &popupxx"
-
-#. i18n: ectx: property (text), widget (QCheckBox, Logfile_check)
-#: knotifyconfigactionswidgetbase.ui:56
-msgid "Log to a file"
-msgstr "xxLog to a filexx"
-
-#. i18n: ectx: property (text), widget (QCheckBox, Taskbar_check)
-#: knotifyconfigactionswidgetbase.ui:76
-msgid "Mark &taskbar entry"
-msgstr "xxMark &taskbar entryxx"
-
-#. i18n: ectx: property (text), widget (QCheckBox, Execute_check)
-#: knotifyconfigactionswidgetbase.ui:83
-msgid "Run &command"
-msgstr "xxRun &commandxx"
-
-#. i18n: ectx: property (toolTip), widget (KUrlRequester, Execute_select)
-#: knotifyconfigactionswidgetbase.ui:99
-msgid "Select the command to run"
-msgstr "xxSelect the command to runxx"
-
-#. i18n: ectx: property (text), widget (QCheckBox, KTTS_check)
-#: knotifyconfigactionswidgetbase.ui:106
-msgid "Sp&eech"
-msgstr "xxSp&eechxx"
-
-#. i18n: ectx: property (whatsThis), widget (KComboBox, KTTS_combo)
-#. i18n: ectx: property (whatsThis), widget (KLineEdit, KTTS_select)
-#: knotifyconfigactionswidgetbase.ui:119 knotifyconfigactionswidgetbase.ui:141
-#, 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>"
-msgstr ""
-"xx<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>xx"
-
-#. i18n: ectx: property (text), item, widget (KComboBox, KTTS_combo)
-#: knotifyconfigactionswidgetbase.ui:123
-msgid "Speak Event Message"
-msgstr "xxSpeak Event Messagexx"
-
-#. i18n: ectx: property (text), item, widget (KComboBox, KTTS_combo)
-#: knotifyconfigactionswidgetbase.ui:128
-msgid "Speak Event Name"
-msgstr "xxSpeak Event Namexx"
-
-#. i18n: ectx: property (text), item, widget (KComboBox, KTTS_combo)
-#: knotifyconfigactionswidgetbase.ui:133
-msgid "Speak Custom Text"
-msgstr "xxSpeak Custom Textxx"
-
-#: knotifyconfigwidget.cpp:101
-msgid "Configure Notifications"
-msgstr "xxConfigure Notificationsxx"
-
-#: knotifyeventlist.cpp:90
-msgctxt "State of the notified event"
-msgid "State"
-msgstr "xxStatexx"
-
-#: knotifyeventlist.cpp:90
-msgctxt "Title of the notified event"
-msgid "Title"
-msgstr "xxTitlexx"
-
-#: knotifyeventlist.cpp:90
-msgctxt "Description of the notified event"
-msgid "Description"
-msgstr "xxDescriptionxx"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-4.99.0/tests/CMakeLists.txt 
new/knotifyconfig-4.100.0/tests/CMakeLists.txt
--- old/knotifyconfig-4.99.0/tests/CMakeLists.txt       2014-05-05 
02:35:15.000000000 +0200
+++ new/knotifyconfig-4.100.0/tests/CMakeLists.txt      2014-06-01 
14:29:07.000000000 +0200
@@ -7,16 +7,16 @@
 find_package(Qt5Test ${REQUIRED_QT_VERSION} REQUIRED)
 set_package_properties(Qt5Test PROPERTIES PURPOSE "Required for tests")
 
-find_package(KF5ConfigWidgets ${KF5_VERSION} REQUIRED)
+find_package(KF5ConfigWidgets ${KF5_DEP_VERSION} REQUIRED)
 set_package_properties(KF5ConfigWidgets PROPERTIES PURPOSE "Required for 
tests")
 
-find_package(KF5Notifications ${KF5_VERSION} REQUIRED)
+find_package(KF5Notifications ${KF5_DEP_VERSION} REQUIRED)
 set_package_properties(KF5Notifications PROPERTIES PURPOSE "Required for 
tests")
 
-find_package(KF5WidgetsAddons ${KF5_VERSION} REQUIRED)
+find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
 set_package_properties(KF5WidgetsAddons PROPERTIES PURPOSE "Required for 
tests")
 
-find_package(KF5XmlGui ${KF5_VERSION} REQUIRED)
+find_package(KF5XmlGui ${KF5_DEP_VERSION} REQUIRED)
 set_package_properties(KF5XmlGui PROPERTIES PURPOSE "Required for tests")
 
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to