Hello community,

here is the log from the commit of package blinken for openSUSE:Factory checked 
in at 2020-04-29 20:46:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blinken (Old)
 and      /work/SRC/openSUSE:Factory/.blinken.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blinken"

Wed Apr 29 20:46:01 2020 rev:117 rq:796847 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/blinken/blinken.changes  2020-03-12 
23:01:23.719064607 +0100
+++ /work/SRC/openSUSE:Factory/.blinken.new.2738/blinken.changes        
2020-04-29 20:46:17.220201420 +0200
@@ -1,0 +2,27 @@
+Thu Apr 23 12:21:50 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+-------------------------------------------------------------------
+Sun Apr  5 20:29:36 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+-------------------------------------------------------------------
+Sun Mar 22 09:16:32 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- No code change since 19.12.3
+
+-------------------------------------------------------------------

Old:
----
  blinken-19.12.3.tar.xz
  blinken-19.12.3.tar.xz.sig

New:
----
  blinken-20.04.0.tar.xz
  blinken-20.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ blinken.spec ++++++
--- /var/tmp/diff_new_pack.gEQEF2/_old  2020-04-29 20:46:19.096205187 +0200
+++ /var/tmp/diff_new_pack.gEQEF2/_new  2020-04-29 20:46:19.100205196 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package blinken
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,18 +21,16 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           blinken
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        Simon Says Game
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/Other
 URL:            https://edu.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
+BuildRequires:  perl
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DBusAddons)
@@ -40,24 +38,22 @@
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  perl
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
 %if %{with lang}
-Recommends:     %{name}-lang
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
 %endif
+Recommends:     %{name}-lang
 
 %description
 A memory enhancement game.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++++++ blinken-19.12.3.tar.xz -> blinken-20.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-19.12.3/CMakeLists.txt 
new/blinken-20.04.0/CMakeLists.txt
--- old/blinken-19.12.3/CMakeLists.txt  2020-03-03 01:09:03.000000000 +0100
+++ new/blinken-20.04.0/CMakeLists.txt  2020-04-17 02:21:35.000000000 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
 
 # KDE Application Version, managed by release script
-set(KDE_APPLICATIONS_VERSION_MAJOR "19")
-set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
-set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
+set(RELEASE_SERVICE_VERSION_MAJOR "20")
+set(RELEASE_SERVICE_VERSION_MINOR "04")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
-project(blinken VERSION ${KDE_APPLICATIONS_VERSION})
+project(blinken VERSION ${RELEASE_SERVICE_VERSION})
 
 # minimal Qt requirement
 set(QT_MIN_VERSION "5.9.0")
@@ -36,10 +36,7 @@
 
 # global include directories
 include_directories (${CMAKE_CURRENT_BINARY_DIR})
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000)
-endif()
+
 
 add_subdirectory( doc )
 add_subdirectory( src ) 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-19.12.3/org.kde.blinken.appdata.xml 
new/blinken-20.04.0/org.kde.blinken.appdata.xml
--- old/blinken-19.12.3/org.kde.blinken.appdata.xml     2020-03-01 
10:31:44.000000000 +0100
+++ new/blinken-20.04.0/org.kde.blinken.appdata.xml     2020-04-15 
11:00:20.000000000 +0200
@@ -108,6 +108,7 @@
       <caption xml:lang="de">Blinken spielen</caption>
       <caption xml:lang="en-GB">Playing Blinken</caption>
       <caption xml:lang="es">Jugando a Blinken</caption>
+      <caption xml:lang="et">Blinkenis mängimine</caption>
       <caption xml:lang="fr">Partie de Blinken en cours</caption>
       <caption xml:lang="gl">Xogando a Blinken</caption>
       <caption xml:lang="id">Memainkan Blinken</caption>
@@ -129,7 +130,7 @@
     <binary>blinken</binary>
   </provides>
   <releases>
-    <release version="19.12.3" date="2020-03-05"/>
+    <release version="20.04.0" date="2020-04-23"/>
     <release version="19.12.2" date="2020-02-06"/>
     <release version="19.12.1" date="2020-01-09"/>
     <release version="19.12.0" date="2019-12-12"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-19.12.3/po/ca/blinken.po 
new/blinken-20.04.0/po/ca/blinken.po
--- old/blinken-19.12.3/po/ca/blinken.po        2020-03-03 01:09:02.000000000 
+0100
+++ new/blinken-20.04.0/po/ca/blinken.po        2020-04-17 02:21:30.000000000 
+0200
@@ -1,8 +1,8 @@
 # Translation of blinken.po to Catalan
-# Copyright (C) 2005-2018 This_file_is_part_of_KDE
+# Copyright (C) 2005-2020 This_file_is_part_of_KDE
 #
 # Albert Astals Cid <aa...@kde.org>, 2005, 2006.
-# Josep Ma. Ferrer <txe...@gmail.com>, 2007, 2010.
+# Josep Ma. Ferrer <txe...@gmail.com>, 2007, 2010, 2020.
 # Orestes Mas Casals <ores...@tsc.upc.edu>, 2007, 2008, 2009, 2011, 2012.
 # Antoni Bella Pérez <antonibel...@yahoo.com>, 2017, 2018.
 msgid ""
@@ -10,8 +10,8 @@
 "Project-Id-Version: blinken\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-06-02 02:58+0200\n"
-"PO-Revision-Date: 2018-12-17 17:12+0100\n"
-"Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
+"PO-Revision-Date: 2020-03-31 19:09+0100\n"
+"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -219,6 +219,7 @@
 msgid "Level 2"
 msgstr "Nivell 2"
 
+# skip-rule: t-int_sp
 #: highscoredialog.cpp:154
 #, kde-format
 msgctxt "@title:group High scores Level ? tab tible"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-19.12.3/po/ca@valencia/blinken.po 
new/blinken-20.04.0/po/ca@valencia/blinken.po
--- old/blinken-19.12.3/po/ca@valencia/blinken.po       2020-03-03 
01:09:02.000000000 +0100
+++ new/blinken-20.04.0/po/ca@valencia/blinken.po       2020-04-17 
02:21:30.000000000 +0200
@@ -1,8 +1,8 @@
 # Translation of blinken.po to Catalan (Valencian)
-# Copyright (C) 2005-2018 This_file_is_part_of_KDE
+# Copyright (C) 2005-2020 This_file_is_part_of_KDE
 #
 # Albert Astals Cid <aa...@kde.org>, 2005, 2006.
-# Josep Ma. Ferrer <txe...@gmail.com>, 2007, 2010.
+# Josep Ma. Ferrer <txe...@gmail.com>, 2007, 2010, 2020.
 # Orestes Mas Casals <ores...@tsc.upc.edu>, 2007, 2008, 2009, 2011, 2012.
 # Antoni Bella Pérez <antonibel...@yahoo.com>, 2017, 2018.
 msgid ""
@@ -10,8 +10,8 @@
 "Project-Id-Version: blinken\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-06-02 02:58+0200\n"
-"PO-Revision-Date: 2018-12-17 17:12+0100\n"
-"Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
+"PO-Revision-Date: 2020-03-31 19:09+0100\n"
+"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
@@ -219,6 +219,7 @@
 msgid "Level 2"
 msgstr "Nivell 2"
 
+# skip-rule: t-int_sp
 #: highscoredialog.cpp:154
 #, kde-format
 msgctxt "@title:group High scores Level ? tab tible"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-19.12.3/po/de/docs/blinken/index.docbook 
new/blinken-20.04.0/po/de/docs/blinken/index.docbook
--- old/blinken-19.12.3/po/de/docs/blinken/index.docbook        2020-03-03 
01:09:03.000000000 +0100
+++ new/blinken-20.04.0/po/de/docs/blinken/index.docbook        2020-04-17 
02:21:34.000000000 +0200
@@ -419,8 +419,7 @@
 >Übersetzung Thomas Reitelbach<email
 >t...@erdfunkstelle.de</email
 ></para
-> 
-&underFDL; &underGPL; </chapter>
+> &underFDL; &underGPL; </chapter>
 
 &documentation.index;
 </book>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-19.12.3/po/en_GB/blinken.po 
new/blinken-20.04.0/po/en_GB/blinken.po
--- old/blinken-19.12.3/po/en_GB/blinken.po     2020-03-03 01:09:02.000000000 
+0100
+++ new/blinken-20.04.0/po/en_GB/blinken.po     2020-04-17 02:21:30.000000000 
+0200
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2019-06-02 02:58+0200\n"
 "PO-Revision-Date: 2011-01-12 12:03+0000\n"
 "Last-Translator: Andrew Coles <andrew_co...@yahoo.co.uk>\n"
-"Language-Team: British English <kde-i18n-...@lists.kde.org>\n"
+"Language-Team: British English <kde-l10n-en...@kde.org>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-19.12.3/po/ml/blinken.po 
new/blinken-20.04.0/po/ml/blinken.po
--- old/blinken-19.12.3/po/ml/blinken.po        2020-03-03 01:09:02.000000000 
+0100
+++ new/blinken-20.04.0/po/ml/blinken.po        2020-04-17 02:21:32.000000000 
+0200
@@ -8,8 +8,8 @@
 "Project-Id-Version: kappfinder\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-06-02 02:58+0200\n"
-"PO-Revision-Date: 2008-07-05 23:33+0530\n"
-"Last-Translator: സ്മിത.ബി.ആര്‍  <smitha...@gmail.com>\n"
+"PO-Revision-Date: 2019-12-12 21:31+0000\n"
+"Last-Translator: Vivek KJ Pazhedath <vivekkj2...@gmail.com>\n"
 "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം 
Computing|കമ്പ്യൂട്ടിങ്ങ്  <smc-"
 "disc...@googlegroups.com>\n"
 "Language: ml\n"
@@ -17,9 +17,9 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.4\n"
-"X-Poedit-Language: Malayalam\n"
+"X-Generator: Weblate 3.9.1\n"
 "X-Poedit-Country: INDIA\n"
+"X-Poedit-Language: Malayalam\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -29,7 +29,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "smitha...@gmail.com"
+msgstr "shijualexonl...@gmail.com,snalle...@dataone.in,vivekkj2...@gmail.com"
 
 #: blinken.cpp:73
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-19.12.3/po/nb/blinken.po 
new/blinken-20.04.0/po/nb/blinken.po
--- old/blinken-19.12.3/po/nb/blinken.po        2020-03-03 01:09:02.000000000 
+0100
+++ new/blinken-20.04.0/po/nb/blinken.po        2020-04-17 02:21:32.000000000 
+0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2019-06-02 02:58+0200\n"
 "PO-Revision-Date: 2011-01-13 15:19+0100\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
-"Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
+"Language-Team: Norwegian Bokmål <l10n...@lister.huftis.org>\n"
 "Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-19.12.3/po/nn/blinken.po 
new/blinken-20.04.0/po/nn/blinken.po
--- old/blinken-19.12.3/po/nn/blinken.po        2020-03-03 01:09:02.000000000 
+0100
+++ new/blinken-20.04.0/po/nn/blinken.po        2020-04-17 02:21:32.000000000 
+0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-06-02 02:58+0200\n"
 "PO-Revision-Date: 2016-01-29 22:27+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
-"Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
+"Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-19.12.3/po/zh_CN/blinken.po 
new/blinken-20.04.0/po/zh_CN/blinken.po
--- old/blinken-19.12.3/po/zh_CN/blinken.po     2020-03-03 01:09:02.000000000 
+0100
+++ new/blinken-20.04.0/po/zh_CN/blinken.po     2020-04-17 02:21:33.000000000 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-06-02 02:58+0200\n"
-"PO-Revision-Date: 2020-01-20 21:57\n"
+"PO-Revision-Date: 2020-03-25 19:57\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-19.12.3/src/CMakeLists.txt 
new/blinken-20.04.0/src/CMakeLists.txt
--- old/blinken-19.12.3/src/CMakeLists.txt      2020-03-01 10:31:44.000000000 
+0100
+++ new/blinken-20.04.0/src/CMakeLists.txt      2020-04-15 11:00:20.000000000 
+0200
@@ -1,7 +1,7 @@
 
 ########### next target ###############
 
-ecm_setup_version(${KDE_APPLICATIONS_VERSION} VARIABLE_PREFIX BLINKEN 
VERSION_HEADER blinken_version.h)
+ecm_setup_version(${RELEASE_SERVICE_VERSION} VARIABLE_PREFIX BLINKEN 
VERSION_HEADER blinken_version.h)
 
 set(blinken_SRCS 
    main.cpp 


Reply via email to