Hello community,

here is the log from the commit of package knotifyconfig for openSUSE:Factory 
checked in at 2019-04-19 21:23:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knotifyconfig (Old)
 and      /work/SRC/openSUSE:Factory/.knotifyconfig.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knotifyconfig"

Fri Apr 19 21:23:41 2019 rev:65 rq:695241 version:5.57.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes      
2019-03-21 09:47:35.986879576 +0100
+++ /work/SRC/openSUSE:Factory/.knotifyconfig.new.5536/knotifyconfig.changes    
2019-04-19 21:23:42.187822186 +0200
@@ -1,0 +2,10 @@
+Sun Apr 14 20:21:44 UTC 2019 - [email protected]
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- Changes since 5.56.0:
+  * Allow selecting only supported audio files (kde#405470)
+
+-------------------------------------------------------------------

Old:
----
  knotifyconfig-5.56.0.tar.xz

New:
----
  knotifyconfig-5.57.0.tar.xz

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

Other differences:
------------------
++++++ knotifyconfig.spec ++++++
--- /var/tmp/diff_new_pack.F2EXAJ/_old  2019-04-19 21:23:42.771822929 +0200
+++ /var/tmp/diff_new_pack.F2EXAJ/_new  2019-04-19 21:23:42.771822929 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5NotifyConfig5
-%define _tar_path 5.56
+%define _tar_path 5.57
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           knotifyconfig
-Version:        5.56.0
+Version:        5.57.0
 Release:        0
 Summary:        Configuration dialog for desktop notifications
 License:        LGPL-2.1-or-later

++++++ knotifyconfig-5.56.0.tar.xz -> knotifyconfig-5.57.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.56.0/.gitignore 
new/knotifyconfig-5.57.0/.gitignore
--- old/knotifyconfig-5.56.0/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/knotifyconfig-5.57.0/.gitignore 2019-04-07 09:30:54.000000000 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.56.0/CMakeLists.txt 
new/knotifyconfig-5.57.0/CMakeLists.txt
--- old/knotifyconfig-5.56.0/CMakeLists.txt     2019-03-02 14:45:43.000000000 
+0100
+++ new/knotifyconfig-5.57.0/CMakeLists.txt     2019-04-07 09:30:54.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.56.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
 project(KNotifyConfig VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.56.0  NO_MODULE)
+find_package(ECM 5.57.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.56.0/po/id/knotifyconfig5.po 
new/knotifyconfig-5.57.0/po/id/knotifyconfig5.po
--- old/knotifyconfig-5.56.0/po/id/knotifyconfig5.po    2019-03-02 
14:45:43.000000000 +0100
+++ new/knotifyconfig-5.57.0/po/id/knotifyconfig5.po    2019-04-07 
09:30:54.000000000 +0200
@@ -16,7 +16,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 18.12.1\n"
 
 #. i18n: ectx: property (text), widget (QCheckBox, Sound_check)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.56.0/po/te/knotifyconfig5.po 
new/knotifyconfig-5.57.0/po/te/knotifyconfig5.po
--- old/knotifyconfig-5.56.0/po/te/knotifyconfig5.po    2019-03-02 
14:45:43.000000000 +0100
+++ new/knotifyconfig-5.57.0/po/te/knotifyconfig5.po    2019-04-07 
09:30:54.000000000 +0200
@@ -22,8 +22,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Lokalize 1.5\n"
-"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : "
-"4;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 
 #. i18n: ectx: property (text), widget (QCheckBox, Sound_check)
 #: knotifyconfigactionswidgetbase.ui:16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.56.0/po/zh_CN/knotifyconfig5.po 
new/knotifyconfig-5.57.0/po/zh_CN/knotifyconfig5.po
--- old/knotifyconfig-5.56.0/po/zh_CN/knotifyconfig5.po 2019-03-02 
14:45:43.000000000 +0100
+++ new/knotifyconfig-5.57.0/po/zh_CN/knotifyconfig5.po 2019-04-07 
09:30:54.000000000 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-08-16 09:05+0200\n"
-"PO-Revision-Date: 2019-02-20 23:16\n"
+"PO-Revision-Date: 2019-03-07 09:22\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifyconfig-5.56.0/src/knotifyconfigactionswidget.cpp 
new/knotifyconfig-5.57.0/src/knotifyconfigactionswidget.cpp
--- old/knotifyconfig-5.56.0/src/knotifyconfigactionswidget.cpp 2019-03-02 
14:45:43.000000000 +0100
+++ new/knotifyconfig-5.57.0/src/knotifyconfigactionswidget.cpp 2019-04-07 
09:30:54.000000000 +0200
@@ -35,6 +35,8 @@
     if (!soundDirs.isEmpty()) {
         m_ui.Sound_select->setStartDir(QUrl::fromLocalFile(soundDirs.last()));
     }
+    
m_ui.Sound_select->setMimeTypeFilters({QStringLiteral("audio/x-vorbis+ogg"),
+                                           QStringLiteral("audio/x-wav")});
 
     
m_ui.Sound_play->setIcon(QIcon::fromTheme(QStringLiteral("media-playback-start")));
     
m_ui.Sound_check->setIcon(QIcon::fromTheme(QStringLiteral("media-playback-start")));


Reply via email to