Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package akregator for openSUSE:Factory checked in at 2021-09-04 22:32:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akregator (Old) and /work/SRC/openSUSE:Factory/.akregator.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akregator" Sat Sep 4 22:32:49 2021 rev:66 rq:915824 version:21.08.1 Changes: -------- --- /work/SRC/openSUSE:Factory/akregator/akregator.changes 2021-08-16 10:06:15.671477308 +0200 +++ /work/SRC/openSUSE:Factory/.akregator.new.1899/akregator.changes 2021-09-04 22:34:09.508056334 +0200 @@ -1,0 +2,9 @@ +Wed Sep 1 12:37:35 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.08.1 +- No code change since 21.08.0 + +------------------------------------------------------------------- Old: ---- akregator-21.08.0.tar.xz akregator-21.08.0.tar.xz.sig New: ---- akregator-21.08.1.tar.xz akregator-21.08.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akregator.spec ++++++ --- /var/tmp/diff_new_pack.ye0CEe/_old 2021-09-04 22:34:10.068057076 +0200 +++ /var/tmp/diff_new_pack.ye0CEe/_new 2021-09-04 22:34:10.072057081 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: akregator -Version: 21.08.0 +Version: 21.08.1 Release: 0 Summary: RSS Feed Reader License: GPL-2.0-or-later ++++++ akregator-21.08.0.tar.xz -> akregator-21.08.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-21.08.0/CMakeLists.txt new/akregator-21.08.1/CMakeLists.txt --- old/akregator-21.08.0/CMakeLists.txt 2021-08-05 07:17:53.000000000 +0200 +++ new/akregator-21.08.1/CMakeLists.txt 2021-08-27 23:14:28.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.18.0") +set(PIM_VERSION "5.18.1") project(akregator VERSION ${PIM_VERSION}) set(KF5_MIN_VERSION "5.83.0") -set(RELEASE_SERVICE_VERSION "21.08.0") +set(RELEASE_SERVICE_VERSION "21.08.1") find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -42,13 +42,13 @@ set(QT_REQUIRED_VERSION "5.15.0") -set(KONTACTINTERFACE_LIB_VERSION "5.18.0") -set(KPIMTEXTEDIT_LIB_VERSION "5.18.0") -set(LIBGRANTLEETHEME_LIB_VERSION "5.18.0") -set(LIBKDEPIM_LIB_VERSION "5.18.0") -set(LIBKLEO_LIB_VERSION "5.18.0") -set(MESSAGELIB_LIB_VERSION "5.18.0") -set(PIMCOMMON_LIB_VERSION "5.18.0") +set(KONTACTINTERFACE_LIB_VERSION "5.18.1") +set(KPIMTEXTEDIT_LIB_VERSION "5.18.1") +set(LIBGRANTLEETHEME_LIB_VERSION "5.18.1") +set(LIBKDEPIM_LIB_VERSION "5.18.1") +set(LIBKLEO_LIB_VERSION "5.18.1") +set(MESSAGELIB_LIB_VERSION "5.18.1") +set(PIMCOMMON_LIB_VERSION "5.18.1") option(KDEPIM_KUSERFEEDBACK "Enable user feedback support (experimental)" FALSE) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-21.08.0/po/cs/akregator.po new/akregator-21.08.1/po/cs/akregator.po --- old/akregator-21.08.0/po/cs/akregator.po 2021-08-06 02:23:08.000000000 +0200 +++ new/akregator-21.08.1/po/cs/akregator.po 2021-08-31 02:37:12.000000000 +0200 @@ -17,7 +17,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 21.04.2\n" +"X-Generator: Lokalize 21.04.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-21.08.0/po/fr/akregator.po new/akregator-21.08.1/po/fr/akregator.po --- old/akregator-21.08.0/po/fr/akregator.po 2021-08-06 02:23:08.000000000 +0200 +++ new/akregator-21.08.1/po/fr/akregator.po 2021-08-31 02:37:12.000000000 +0200 @@ -27,7 +27,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 21.04.2\n" +"X-Generator: Lokalize 21.07.90\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-21.08.0/po/it/akregator.po new/akregator-21.08.1/po/it/akregator.po --- old/akregator-21.08.0/po/it/akregator.po 2021-08-06 02:23:08.000000000 +0200 +++ new/akregator-21.08.1/po/it/akregator.po 2021-08-31 02:37:12.000000000 +0200 @@ -16,7 +16,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 21.04.2\n" +"X-Generator: Lokalize 21.08.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-21.08.0/po/zh_CN/akregator.po new/akregator-21.08.1/po/zh_CN/akregator.po --- old/akregator-21.08.0/po/zh_CN/akregator.po 2021-08-06 02:23:08.000000000 +0200 +++ new/akregator-21.08.1/po/zh_CN/akregator.po 2021-08-31 02:37:12.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-22 00:17+0000\n" -"PO-Revision-Date: 2021-07-26 13:49\n" +"PO-Revision-Date: 2021-08-30 11:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-21.08.0/src/data/org.kde.akregator.appdata.xml new/akregator-21.08.1/src/data/org.kde.akregator.appdata.xml --- old/akregator-21.08.0/src/data/org.kde.akregator.appdata.xml 2021-08-05 07:17:53.000000000 +0200 +++ new/akregator-21.08.1/src/data/org.kde.akregator.appdata.xml 2021-08-27 23:14:28.000000000 +0200 @@ -203,9 +203,9 @@ <binary>akregator</binary> </provides> <releases> + <release version="5.18.1" date="2021-09-02"/> <release version="5.18.0" date="2021-08-12"/> <release version="5.17.3" date="2021-07-08"/> <release version="5.17.2" date="2021-06-10"/> - <release version="5.17.1" date="2021-05-13"/> </releases> </component>