Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2020-10-13 15:41:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rocs (Old)
 and      /work/SRC/openSUSE:Factory/.rocs.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rocs"

Tue Oct 13 15:41:23 2020 rev:125 rq:840742 version:20.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rocs/rocs.changes        2020-09-09 
18:05:19.683382916 +0200
+++ /work/SRC/openSUSE:Factory/.rocs.new.3486/rocs.changes      2020-10-13 
15:43:06.821384133 +0200
@@ -1,0 +2,11 @@
+Fri Oct  9 05:45:32 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-10-apps-update
+- Changes since 20.08.1:
+  * Add kdoctools_install call previously added by release tools
+  * Improve i18n tooling
+
+-------------------------------------------------------------------

Old:
----
  rocs-20.08.1.tar.xz
  rocs-20.08.1.tar.xz.sig

New:
----
  rocs-20.08.2.tar.xz
  rocs-20.08.2.tar.xz.sig

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

Other differences:
------------------
++++++ rocs.spec ++++++
--- /var/tmp/diff_new_pack.CM1ANa/_old  2020-10-13 15:43:07.589384464 +0200
+++ /var/tmp/diff_new_pack.CM1ANa/_new  2020-10-13 15:43:07.593384465 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           rocs
-Version:        20.08.1
+Version:        20.08.2
 Release:        0
 Summary:        Graph Theory IDE
 License:        GPL-2.0-or-later


++++++ rocs-20.08.1.tar.xz -> rocs-20.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-20.08.1/CMakeLists.txt 
new/rocs-20.08.2/CMakeLists.txt
--- old/rocs-20.08.1/CMakeLists.txt     2020-09-01 08:17:53.000000000 +0200
+++ new/rocs-20.08.2/CMakeLists.txt     2020-10-08 16:46:31.000000000 +0200
@@ -28,7 +28,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "20")
 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}")
 
 find_package(ECM 5.15.0 REQUIRED NO_MODULE)
@@ -97,11 +97,11 @@
     ecm_optional_add_subdirectory(doc)
 endif()
 
+ki18n_install(po)
+if (KF5DocTools_FOUND)
+    kdoctools_install(po)
+endif()
 set_package_properties(Boost PROPERTIES DESCRIPTION "Boost C++ Libraries" URL 
"https://www.boost.org";)
 feature_summary(WHAT ALL)
 
 install(FILES org.kde.rocs.appdata.xml DESTINATION 
${CMAKE_INSTALL_METAINFODIR})
-ki18n_install(po)
-if (KF5DocTools_FOUND)
- kdoctools_install(po)
-endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-20.08.1/po/ca/libgraphtheory.po 
new/rocs-20.08.2/po/ca/libgraphtheory.po
--- old/rocs-20.08.1/po/ca/libgraphtheory.po    2020-09-01 08:17:49.000000000 
+0200
+++ new/rocs-20.08.2/po/ca/libgraphtheory.po    2020-10-08 19:13:57.000000000 
+0200
@@ -7,7 +7,7 @@
 # Antoni Bella Pérez <antonibel...@yahoo.com>, 2013, 2015, 2019, 2020.
 msgid ""
 msgstr ""
-"Project-Id-Version: libgraphtheory\n"
+"Project-Id-Version: rocs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-24 08:05+0200\n"
 "PO-Revision-Date: 2020-08-02 12:27+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-20.08.1/po/ca@valencia/libgraphtheory.po 
new/rocs-20.08.2/po/ca@valencia/libgraphtheory.po
--- old/rocs-20.08.1/po/ca@valencia/libgraphtheory.po   2020-09-01 
08:17:49.000000000 +0200
+++ new/rocs-20.08.2/po/ca@valencia/libgraphtheory.po   2020-10-08 
19:13:57.000000000 +0200
@@ -7,7 +7,7 @@
 # Antoni Bella Pérez <antonibel...@yahoo.com>, 2013, 2015, 2019, 2020.
 msgid ""
 msgstr ""
-"Project-Id-Version: libgraphtheory\n"
+"Project-Id-Version: rocs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-24 08:05+0200\n"
 "PO-Revision-Date: 2020-08-02 12:27+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-20.08.1/po/de/libgraphtheory.po 
new/rocs-20.08.2/po/de/libgraphtheory.po
--- old/rocs-20.08.1/po/de/libgraphtheory.po    2020-09-01 08:17:50.000000000 
+0200
+++ new/rocs-20.08.2/po/de/libgraphtheory.po    2020-10-08 19:13:57.000000000 
+0200
@@ -1,4 +1,4 @@
-# Burkhard Lück <lu...@hube-lueck.de>, 2009, 2011, 2012, 2013, 2014, 2015, 
2016, 2019.
+# Burkhard Lück <lu...@hube-lueck.de>, 2009, 2011, 2012, 2013, 2014, 2015, 
2016, 2019, 2020.
 # Frederik Schwarzer <schwar...@kde.org>, 2009, 2010, 2011, 2012, 2013, 2014, 
2016.
 # Panagiotis Papadopoulos <pano...@gmx.net>, 2010, 2011.
 # Peter Rüthemann <peter.ruethem...@gmail.com>, 2010.
@@ -7,14 +7,14 @@
 "Project-Id-Version: rocs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-24 08:05+0200\n"
-"PO-Revision-Date: 2019-08-04 15:37+0200\n"
+"PO-Revision-Date: 2020-09-17 16:15+0200\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 18.12.3\n"
+"X-Generator: Lokalize 19.04.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -779,6 +779,8 @@
 "<br><br> Check <a href='https://doc.qt.io/qt-5/deployment-plugins.html'>this "
 "link</a> for further information."
 msgstr ""
+"<br><br> Unter dieser <a href='https://doc.qt.io/qt-5/deployment-plugins.";
+"html'>Verknüpfung</a> finden Sie weitere Informationen."
 
 #: fileformats/gml/gmlfileformat.cpp:59
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-20.08.1/po/ro/libgraphtheory.po 
new/rocs-20.08.2/po/ro/libgraphtheory.po
--- old/rocs-20.08.1/po/ro/libgraphtheory.po    2020-09-01 08:17:51.000000000 
+0200
+++ new/rocs-20.08.2/po/ro/libgraphtheory.po    2020-10-08 19:13:58.000000000 
+0200
@@ -1,20 +1,19 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
+# Sergiu Bivol <ser...@cip.md>, 2010.
 #
-# Sergiu Bivol <sergiu.bi...@jurnaltv.md>, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-24 08:05+0200\n"
 "PO-Revision-Date: 2010-01-20 00:03+0200\n"
-"Last-Translator: Sergiu Bivol <sergiu.bi...@jurnaltv.md>\n"
+"Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
 "Language-Team: Română <kde-i18n...@kde.org>\n"
 "Language: ro\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.0\n"
 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2;\n"
 
@@ -26,7 +25,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "ser...@ase.md"
+msgstr "ser...@cip.md"
 
 #: dialogs/edgeproperties.cpp:39
 #, fuzzy, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-20.08.1/po/ro/rocs.po 
new/rocs-20.08.2/po/ro/rocs.po
--- old/rocs-20.08.1/po/ro/rocs.po      2020-09-01 08:17:51.000000000 +0200
+++ new/rocs-20.08.2/po/ro/rocs.po      2020-10-08 19:13:58.000000000 +0200
@@ -1,20 +1,19 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
+# Sergiu Bivol <ser...@cip.md>, 2010, 2012.
 #
-# Sergiu Bivol <sergiu.bi...@jurnaltv.md>, 2010, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-09 02:51+0100\n"
 "PO-Revision-Date: 2012-12-22 11:56+0200\n"
-"Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
+"Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
 "Language: ro\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2;\n"
 
@@ -26,7 +25,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "ser...@ase.md"
+msgstr "ser...@cip.md"
 
 #: main.cpp:38
 #, fuzzy, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-20.08.1/po/zh_CN/libgraphtheory.po 
new/rocs-20.08.2/po/zh_CN/libgraphtheory.po
--- old/rocs-20.08.1/po/zh_CN/libgraphtheory.po 2020-09-01 08:17:52.000000000 
+0200
+++ new/rocs-20.08.2/po/zh_CN/libgraphtheory.po 2020-10-08 19:13:59.000000000 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-24 08:05+0200\n"
-"PO-Revision-Date: 2020-08-12 20:42\n"
+"PO-Revision-Date: 2020-09-23 12:20\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-20.08.1/po/zh_CN/rocs.po 
new/rocs-20.08.2/po/zh_CN/rocs.po
--- old/rocs-20.08.1/po/zh_CN/rocs.po   2020-09-01 08:17:52.000000000 +0200
+++ new/rocs-20.08.2/po/zh_CN/rocs.po   2020-10-08 19:13:59.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-09 02:51+0100\n"
-"PO-Revision-Date: 2020-08-12 20:42\n"
+"PO-Revision-Date: 2020-09-23 12:20\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to