Hello community,

here is the log from the commit of package juk for openSUSE:Factory checked in 
at 2020-11-10 13:40:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/juk (Old)
 and      /work/SRC/openSUSE:Factory/.juk.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "juk"

Tue Nov 10 13:40:45 2020 rev:106 rq:846628 version:20.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/juk/juk.changes  2020-10-13 15:33:39.573001993 
+0200
+++ /work/SRC/openSUSE:Factory/.juk.new.11331/juk.changes       2020-11-10 
13:47:31.791521780 +0100
@@ -1,0 +2,9 @@
+Thu Nov  5 22:45:35 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-11-apps-update
+- No code change since 20.08.2
+
+-------------------------------------------------------------------

Old:
----
  juk-20.08.2.tar.xz
  juk-20.08.2.tar.xz.sig

New:
----
  juk-20.08.3.tar.xz
  juk-20.08.3.tar.xz.sig

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

Other differences:
------------------
++++++ juk.spec ++++++
--- /var/tmp/diff_new_pack.C2ncxS/_old  2020-11-10 13:47:32.315520790 +0100
+++ /var/tmp/diff_new_pack.C2ncxS/_new  2020-11-10 13:47:32.319520782 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without  lang
 Name:           juk
-Version:        20.08.2
+Version:        20.08.3
 Release:        0
 Summary:        Jukebox
 License:        GPL-2.0-or-later


++++++ juk-20.08.2.tar.xz -> juk-20.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/juk-20.08.2/CMakeLists.txt 
new/juk-20.08.3/CMakeLists.txt
--- old/juk-20.08.2/CMakeLists.txt      2020-10-06 05:29:18.000000000 +0200
+++ new/juk-20.08.3/CMakeLists.txt      2020-11-03 01:37:09.000000000 +0100
@@ -4,7 +4,7 @@
 # https://community.kde.org/Guidelines_and_HOWTOs/Application_Versioning
 set (RELEASE_SERVICE_VERSION_MAJOR "20")
 set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "2")
+set (RELEASE_SERVICE_VERSION_MICRO "3")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(juk VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/juk-20.08.2/org.kde.juk.appdata.xml 
new/juk-20.08.3/org.kde.juk.appdata.xml
--- old/juk-20.08.2/org.kde.juk.appdata.xml     2020-10-03 14:26:10.000000000 
+0200
+++ new/juk-20.08.3/org.kde.juk.appdata.xml     2020-10-31 18:13:53.000000000 
+0100
@@ -534,9 +534,9 @@
     <binary>juk</binary>
   </provides>
   <releases>
+    <release version="20.08.3" date="2020-11-05"/>
     <release version="20.08.2" date="2020-10-08"/>
     <release version="20.08.1" date="2020-09-03"/>
     <release version="20.08.0" date="2020-08-13"/>
-    <release version="20.04.3" date="2020-07-09"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/juk-20.08.2/po/ia/juk.po new/juk-20.08.3/po/ia/juk.po
--- old/juk-20.08.2/po/ia/juk.po        2020-10-06 05:29:16.000000000 +0200
+++ new/juk-20.08.3/po/ia/juk.po        2020-11-03 01:37:08.000000000 +0100
@@ -7,15 +7,15 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-06 03:29+0100\n"
-"PO-Revision-Date: 2020-01-24 23:34+0100\n"
-"Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
+"PO-Revision-Date: 2020-10-15 17:36+0200\n"
+"Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
 "Language: ia\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 2.0\n"
+"X-Generator: Lokalize 20.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -1175,7 +1175,7 @@
 #: playlist.cpp:711
 #, kde-format
 msgid "Could not move these files to the Trash"
-msgstr "Non pot emover iste files in le corbe"
+msgstr "Non pote mover iste files in le corbe"
 
 #: playlist.cpp:1213
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/juk-20.08.2/po/pl/juk.po new/juk-20.08.3/po/pl/juk.po
--- old/juk-20.08.2/po/pl/juk.po        2020-10-06 05:29:16.000000000 +0200
+++ new/juk-20.08.3/po/pl/juk.po        2020-11-03 01:37:08.000000000 +0100
@@ -8,20 +8,20 @@
 # Marta Rybczyńska <kde-i...@rybczynska.net>, 2007, 2008.
 # Mateusz "Święty" Pogorzelski <vlogi...@o2.pl>, 2009.
 # Marta Rybczynska <kde-i...@rybczynska.net>, 2009.
-# Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>, 2012, 2013, 2014, 2016, 
2017, 2018, 2019.
+# Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>, 2012, 2013, 2014, 2016, 
2017, 2018, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: juk\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-06 03:29+0100\n"
-"PO-Revision-Date: 2019-08-10 06:54+0200\n"
+"PO-Revision-Date: 2020-10-17 05:24+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.07.70\n"
+"X-Generator: Lokalize 20.08.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"
 
@@ -107,10 +107,9 @@
 msgstr "Pokaż odtwarzany"
 
 #: coverdialog.cpp:37
-#, fuzzy, kde-format
-#| msgid "Artists"
+#, kde-format
 msgid "<All Artists>"
-msgstr "Wykonawcy"
+msgstr "<Wszyscy wykonawcy>"
 
 #: coverdialog.cpp:148
 #, kde-format
@@ -1603,10 +1602,9 @@
 msgstr "Wszystkie widoczne"
 
 #: searchwidget.cpp:203
-#, fuzzy, kde-format
-#| msgid "Edit Search..."
+#, kde-format
 msgid "Search..."
-msgstr "Zmień przeszukiwanie..."
+msgstr "Szukaj..."
 
 #: slider.cpp:236
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/juk-20.08.2/po/zh_CN/juk.po 
new/juk-20.08.3/po/zh_CN/juk.po
--- old/juk-20.08.2/po/zh_CN/juk.po     2020-10-06 05:29:17.000000000 +0200
+++ new/juk-20.08.3/po/zh_CN/juk.po     2020-11-03 01:37:08.000000000 +0100
@@ -12,7 +12,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-06 03:29+0100\n"
-"PO-Revision-Date: 2020-09-23 12:20\n"
+"PO-Revision-Date: 2020-10-08 19:23\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to