Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package knotifyconfig for openSUSE:Factory 
checked in at 2022-10-11 18:00:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knotifyconfig (Old)
 and      /work/SRC/openSUSE:Factory/.knotifyconfig.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knotifyconfig"

Tue Oct 11 18:00:13 2022 rev:107 rq:1009014 version:5.99.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes      
2022-09-13 15:10:31.196833627 +0200
+++ /work/SRC/openSUSE:Factory/.knotifyconfig.new.2275/knotifyconfig.changes    
2022-10-11 18:02:11.785759551 +0200
@@ -1,0 +2,9 @@
+Sat Oct  1 15:55:59 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.99.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.99.0
+- No code change since 5.98.0
+
+-------------------------------------------------------------------

Old:
----
  knotifyconfig-5.98.0.tar.xz
  knotifyconfig-5.98.0.tar.xz.sig

New:
----
  knotifyconfig-5.99.0.tar.xz
  knotifyconfig-5.99.0.tar.xz.sig

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

Other differences:
------------------
++++++ knotifyconfig.spec ++++++
--- /var/tmp/diff_new_pack.GA17FU/_old  2022-10-11 18:02:12.357760475 +0200
+++ /var/tmp/diff_new_pack.GA17FU/_new  2022-10-11 18:02:12.365760488 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5NotifyConfig5
-%define _tar_path 5.98
+%define _tar_path 5.99
 # 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 released
 Name:           knotifyconfig
-Version:        5.98.0
+Version:        5.99.0
 Release:        0
 Summary:        Configuration dialog for desktop notifications
 License:        LGPL-2.1-or-later
@@ -85,18 +85,15 @@
 
 %install
 %kf5_makeinstall -C build
+
 %fdupes %{buildroot}
 
-%if %{with released}
-%find_lang %{name}5
-%endif
+%find_lang knotifyconfig5
 
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
 
-%if %{with released}
-%files -n %{lname}-lang -f %{name}5.lang
-%endif
+%files -n %{lname}-lang -f knotifyconfig5.lang
 
 %files -n %{lname}
 %license LICENSES/*


++++++ knotifyconfig-5.98.0.tar.xz -> knotifyconfig-5.99.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.98.0/CMakeLists.txt 
new/knotifyconfig-5.99.0/CMakeLists.txt
--- old/knotifyconfig-5.98.0/CMakeLists.txt     2022-09-05 14:11:30.000000000 
+0200
+++ new/knotifyconfig-5.99.0/CMakeLists.txt     2022-10-01 16:22:05.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.98.0") # handled by release scripts
-set(KF_DEP_VERSION "5.98.0") # handled by release scripts
+set(KF_VERSION "5.99.0") # handled by release scripts
+set(KF_DEP_VERSION "5.99.0") # handled by release scripts
 project(KNotifyConfig VERSION ${KF_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.98.0  NO_MODULE)
+find_package(ECM 5.99.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/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.98.0/po/ka/knotifyconfig5.po 
new/knotifyconfig-5.99.0/po/ka/knotifyconfig5.po
--- old/knotifyconfig-5.98.0/po/ka/knotifyconfig5.po    2022-09-05 
14:11:30.000000000 +0200
+++ new/knotifyconfig-5.99.0/po/ka/knotifyconfig5.po    2022-10-01 
16:22:05.000000000 +0200
@@ -15,7 +15,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Poedit 3.0.1\n"
 
 #. i18n: ectx: property (text), widget (QCheckBox, Sound_check)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.98.0/po/pl/knotifyconfig5.po 
new/knotifyconfig-5.99.0/po/pl/knotifyconfig5.po
--- old/knotifyconfig-5.98.0/po/pl/knotifyconfig5.po    2022-09-05 
14:11:30.000000000 +0200
+++ new/knotifyconfig-5.99.0/po/pl/knotifyconfig5.po    2022-10-01 
16:22:05.000000000 +0200
@@ -11,13 +11,13 @@
 # Marta Rybczy??ska <kde-i...@rybczynska.net>, 2007, 2008, 2009, 2010, 2011, 
2012, 2013.
 # Michal Rudolf <mic...@rudolf.waw.pl>, 2010.
 # Artur Ch??ond <eugenewo...@o2.pl>, 2010.
-# ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>, 2011, 2012, 2013, 2014, 
2015, 2017.
+# ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>, 2011, 2012, 2013, 2014, 
2015, 2017, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-13 02:23+0100\n"
-"PO-Revision-Date: 2017-10-14 07:22+0100\n"
+"PO-Revision-Date: 2022-09-23 11:14+0200\n"
 "Last-Translator: ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
 "Language: pl\n"
@@ -108,7 +108,7 @@
 ">\n"
 ">\n"
 ">\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 22.04.1\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 
@@ -140,7 +140,7 @@
 #: knotifyconfigactionswidgetbase.ui:88
 #, kde-format
 msgid "Mark &taskbar entry"
-msgstr "Oznacz elemen&t na pasku zada??"
+msgstr "&Oznacz zadanie na pasku zada??"
 
 #. i18n: ectx: property (text), widget (QCheckBox, Execute_check)
 #: knotifyconfigactionswidgetbase.ui:95
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.98.0/po/zh_CN/knotifyconfig5.po 
new/knotifyconfig-5.99.0/po/zh_CN/knotifyconfig5.po
--- old/knotifyconfig-5.98.0/po/zh_CN/knotifyconfig5.po 2022-09-05 
14:11:30.000000000 +0200
+++ new/knotifyconfig-5.99.0/po/zh_CN/knotifyconfig5.po 2022-10-01 
16:22:05.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-13 02:23+0100\n"
-"PO-Revision-Date: 2022-08-20 14:17\n"
+"PO-Revision-Date: 2022-09-20 01:56\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.98.0/src/CMakeLists.txt 
new/knotifyconfig-5.99.0/src/CMakeLists.txt
--- old/knotifyconfig-5.98.0/src/CMakeLists.txt 2022-09-05 14:11:30.000000000 
+0200
+++ new/knotifyconfig-5.99.0/src/CMakeLists.txt 2022-10-01 16:22:05.000000000 
+0200
@@ -53,7 +53,7 @@
   REQUIRED_HEADERS KNotifyConfig_HEADERS
 )
 
-install(TARGETS KF5NotifyConfig EXPORT KF5NotifyConfigTargets 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS KF5NotifyConfig EXPORT KF5NotifyConfigTargets 
${KF_INSTALL_TARGETS_DEFAULT_ARGS})
 
 ########### install files ###############
 install(FILES

Reply via email to