Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rocs for openSUSE:Factory checked in at 2022-10-15 16:37:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rocs (Old) and /work/SRC/openSUSE:Factory/.rocs.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rocs" Sat Oct 15 16:37:09 2022 rev:150 rq:1010873 version:22.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/rocs/rocs.changes 2022-09-09 18:29:01.601188864 +0200 +++ /work/SRC/openSUSE:Factory/.rocs.new.2275/rocs.changes 2022-10-15 16:40:08.130539552 +0200 @@ -1,0 +2,8 @@ +Tue Oct 11 14:33:56 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 22.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.2/ + +------------------------------------------------------------------- Old: ---- rocs-22.08.1.tar.xz rocs-22.08.1.tar.xz.sig New: ---- rocs-22.08.2.tar.xz rocs-22.08.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rocs.spec ++++++ --- /var/tmp/diff_new_pack.5CbFO9/_old 2022-10-15 16:40:08.638540773 +0200 +++ /var/tmp/diff_new_pack.5CbFO9/_new 2022-10-15 16:40:08.638540773 +0200 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: rocs -Version: 22.08.1 +Version: 22.08.2 Release: 0 Summary: Graph Theory IDE License: GPL-2.0-or-later ++++++ rocs-22.08.1.tar.xz -> rocs-22.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-22.08.1/CMakeLists.txt new/rocs-22.08.2/CMakeLists.txt --- old/rocs-22.08.1/CMakeLists.txt 2022-09-03 00:07:03.000000000 +0200 +++ new/rocs-22.08.2/CMakeLists.txt 2022-10-10 21:55:27.000000000 +0200 @@ -12,7 +12,7 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "22") set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "1") +set(RELEASE_SERVICE_VERSION_MICRO "2") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(rocs LANGUAGES CXX VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-22.08.1/org.kde.rocs.appdata.xml new/rocs-22.08.2/org.kde.rocs.appdata.xml --- old/rocs-22.08.1/org.kde.rocs.appdata.xml 2022-09-03 00:07:03.000000000 +0200 +++ new/rocs-22.08.2/org.kde.rocs.appdata.xml 2022-10-10 21:55:27.000000000 +0200 @@ -147,9 +147,9 @@ <binary>rocs</binary> </provides> <releases> + <release version="22.08.2" date="2022-10-13"/> <release version="22.08.1" date="2022-09-08"/> <release version="22.08.0" date="2022-08-18"/> <release version="22.04.3" date="2022-07-07"/> - <release version="22.04.2" date="2022-06-09"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-22.08.1/po/fr/rocs.po new/rocs-22.08.2/po/fr/rocs.po --- old/rocs-22.08.1/po/fr/rocs.po 2022-09-06 02:04:50.000000000 +0200 +++ new/rocs-22.08.2/po/fr/rocs.po 2022-10-11 06:49:52.000000000 +0200 @@ -3,7 +3,7 @@ # Julien Richard-Foy <[email protected]>, 2009, 2010. # Anne-Marie Mahfouf <[email protected]>, 2009, 2012. # xavier <[email protected]>, 2012, 2013, 2021. -# Thomas Vergnaud <[email protected]>, 2015, 2016. +# Thomas Vergnaud <[email protected]>, 2015, 2016, 2022. # Vincent Pinon <[email protected]>, 2017. # Simon Depiets <[email protected]>, 2018, 2019. # @@ -12,15 +12,15 @@ "Project-Id-Version: rocs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-10-24 00:14+0000\n" -"PO-Revision-Date: 2021-10-25 09:37+0200\n" -"Last-Translator: Xavier Besnard <[email protected]>\n" +"PO-Revision-Date: 2022-10-09 17:31+0200\n" +"Last-Translator: Thomas Vergnaud <[email protected]>\n" "Language-Team: French <[email protected]>\n" "Language: fr\n" "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" -"X-Generator: Lokalize 21.08.1\n" +"X-Generator: Lokalize 21.12.3\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -34,7 +34,7 @@ msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "" -"[email protected], [email protected], [email protected], " +"[email protected], [email protected], [email protected], " "[email protected]" #: main.cpp:27 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-22.08.1/po/it/libgraphtheory.po new/rocs-22.08.2/po/it/libgraphtheory.po --- old/rocs-22.08.1/po/it/libgraphtheory.po 2022-09-06 02:04:50.000000000 +0200 +++ new/rocs-22.08.2/po/it/libgraphtheory.po 2022-10-11 06:49:52.000000000 +0200 @@ -5,21 +5,22 @@ # Federico Zenith <[email protected]>, 2010, 2011, 2012, 2013. # Pino Toscano <[email protected]>, 2010, 2015, 2016, 2017, 2019. # Valter Mura <[email protected]>, 2022. +# Vincenzo Reale <[email protected]>, 2022. # msgid "" msgstr "" "Project-Id-Version: libgraphtheory\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-06-30 00:41+0000\n" -"PO-Revision-Date: 2022-07-23 12:47+0200\n" -"Last-Translator: Valter Mura <[email protected]>\n" +"PO-Revision-Date: 2022-09-12 15:36+0200\n" +"Last-Translator: Vincenzo Reale <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" "Language: it\n" "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" -"X-Generator: Lokalize 22.04.0\n" +"X-Generator: Lokalize 22.08.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -263,10 +264,9 @@ #. i18n: ectx: property (text), item, widget (QComboBox, comboBoxMethod) #: editorplugins/assignvalues/assignvalueswidget.ui:86 -#, fuzzy, kde-format -#| msgid "Enumerate" +#, kde-format msgid "Enumerate Alpha" -msgstr "Numera" +msgstr "Elencato in ordine alfabetico" #. i18n: ectx: property (text), item, widget (QComboBox, comboBoxMethod) #: editorplugins/assignvalues/assignvalueswidget.ui:91 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-22.08.1/po/zh_CN/libgraphtheory.po new/rocs-22.08.2/po/zh_CN/libgraphtheory.po --- old/rocs-22.08.1/po/zh_CN/libgraphtheory.po 2022-09-06 02:04:50.000000000 +0200 +++ new/rocs-22.08.2/po/zh_CN/libgraphtheory.po 2022-10-11 06:49:52.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-06-30 00:41+0000\n" -"PO-Revision-Date: 2022-08-20 14:20\n" +"PO-Revision-Date: 2022-10-02 15:52\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-22.08.1/po/zh_CN/rocs.po new/rocs-22.08.2/po/zh_CN/rocs.po --- old/rocs-22.08.1/po/zh_CN/rocs.po 2022-09-06 02:04:50.000000000 +0200 +++ new/rocs-22.08.2/po/zh_CN/rocs.po 2022-10-11 06:49:52.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-10-24 00:14+0000\n" -"PO-Revision-Date: 2022-08-20 14:20\n" +"PO-Revision-Date: 2022-10-02 15:52\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
