Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcharselect for openSUSE:Factory 
checked in at 2021-04-24 23:07:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcharselect (Old)
 and      /work/SRC/openSUSE:Factory/.kcharselect.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcharselect"

Sat Apr 24 23:07:31 2021 rev:120 rq:887632 version:21.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes  2021-03-08 
15:12:18.825711897 +0100
+++ /work/SRC/openSUSE:Factory/.kcharselect.new.12324/kcharselect.changes       
2021-04-24 23:08:09.723310716 +0200
@@ -1,0 +2,24 @@
+Fri Apr 16 16:11:35 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04
+- No code change since 21.03.90
+
+-------------------------------------------------------------------
+Fri Apr  9 17:40:01 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.90
+  * New feature release
+- No code change since 21.03.80
+
+-------------------------------------------------------------------
+Sun Mar 21 13:27:43 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.80
+  * New feature release
+- Changes since 20.12.3:
+  * Use autorcc directly
+
+-------------------------------------------------------------------

Old:
----
  kcharselect-20.12.3.tar.xz
  kcharselect-20.12.3.tar.xz.sig

New:
----
  kcharselect-21.04.0.tar.xz
  kcharselect-21.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ kcharselect.spec ++++++
--- /var/tmp/diff_new_pack.RgNo11/_old  2021-04-24 23:08:10.975312486 +0200
+++ /var/tmp/diff_new_pack.RgNo11/_new  2021-04-24 23:08:10.979312491 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kcharselect
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,17 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kcharselect
-Version:        20.12.3
+Version:        21.04.0
 Release:        0
 Summary:        KDE Character Selector
 License:        GPL-2.0-or-later
 Group:          Productivity/Other
-URL:            https://www.kde.org
+URL:            https://apps.kde.org/kcharselect
 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
 BuildRequires:  kf5-filesystem
 BuildRequires:  update-desktop-files
@@ -37,14 +41,10 @@
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(Qt5Core) >= 5.2.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 Recommends:     %{name}-lang
 
 %description
@@ -53,7 +53,7 @@
 %lang_package
 
 %prep
-%setup -q -n kcharselect-%{version}
+%autosetup -p1 -n kcharselect-%{version}
 
 %build
   %cmake_kf5 -d build
@@ -68,12 +68,10 @@
   %suse_update_desktop_file org.kde.kcharselect Utility Accessibility
 
 %files
-%dir %{_kf5_htmldir}
-%dir %{_kf5_htmldir}/en
 %doc %lang(en) %{_kf5_htmldir}/en/*/
 %{_kf5_applicationsdir}/*.desktop
-%{_kf5_bindir}/kcharselect
 %{_kf5_appstreamdir}/org.kde.kcharselect.appdata.xml
+%{_kf5_bindir}/kcharselect
 
 %if %{with lang}
 %files lang -f %{name}.lang


++++++ kcharselect-20.12.3.tar.xz -> kcharselect-21.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-20.12.3/CMakeLists.txt 
new/kcharselect-21.04.0/CMakeLists.txt
--- old/kcharselect-20.12.3/CMakeLists.txt      2021-03-02 01:40:47.000000000 
+0100
+++ new/kcharselect-21.04.0/CMakeLists.txt      2021-04-16 10:39:39.000000000 
+0200
@@ -1,9 +1,9 @@
 cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
 
 # KDE Application Version, managed by release script
-set(RELEASE_SERVICE_VERSION_MAJOR "20")
-set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MAJOR "21")
+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(kcharselect VERSION ${RELEASE_SERVICE_VERSION})
@@ -39,9 +39,7 @@
 
 add_definitions(-DQT_NO_FOREACH)
 
-
-set(kcharselect_SRCS kcharselectdia.cc main.cc )
-qt5_add_resources(kcharselect_SRCS kcharselect.qrc)
+set(kcharselect_SRCS kcharselectdia.cc main.cc kcharselect.qrc)
 
 add_executable(kcharselect ${kcharselect_SRCS})
 
@@ -58,7 +56,7 @@
 ########### install files ###############
 
 install( PROGRAMS org.kde.kcharselect.desktop  DESTINATION 
${KDE_INSTALL_APPDIR})
-install(FILES org.kde.kcharselect.appdata.xml DESTINATION 
${CMAKE_INSTALL_METAINFODIR})
+install(FILES org.kde.kcharselect.appdata.xml DESTINATION 
${KDE_INSTALL_METAINFODIR})
 
 add_subdirectory(doc)
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-20.12.3/org.kde.kcharselect.appdata.xml 
new/kcharselect-21.04.0/org.kde.kcharselect.appdata.xml
--- old/kcharselect-20.12.3/org.kde.kcharselect.appdata.xml     2021-02-25 
00:17:40.000000000 +0100
+++ new/kcharselect-21.04.0/org.kde.kcharselect.appdata.xml     2021-04-14 
17:12:19.000000000 +0200
@@ -103,7 +103,7 @@
     <p>
       You can browse characters by their category or quickly find a certain 
character by searching for its name.
     </p>
-    <p xml:lang="ca">Podeu navegar pels car??cters per categoria o trobar 
r??pidament un car??cter determinat mitjan??ant la cerca pel seu nom.</p>
+    <p xml:lang="ca">Podeu navegar pels car??cters per categoria o trobar 
r??pidament un car??cter determinat mitjan??ant la cerca del seu nom.</p>
     <p xml:lang="ca-valencia">Podeu navegar pels car??cters per categoria o 
trobar r??pidament un car??cter determinat mitjan??ant la cerca pel seu nom.</p>
     <p xml:lang="de">Sie k??nnen Zeichen nach Kategorien durchsehen oder 
direkt ein bestimmtes Zeichen finden, indem Sie den Namen suchen.</p>
     <p xml:lang="el">???????????????? ???? ???????????????????????? ?????????? 
???????????????????? ???? ???????? ?????? ?????????????????? ???????? ?? ???? 
???????????? ?????????????? ???????? ???????????????? ?????????????????? 
?????????????????????? ???? ?????????? ??????.</p>
@@ -244,9 +244,9 @@
   </provides>
   <launchable type="desktop-id">org.kde.kcharselect.desktop</launchable>
   <releases>
+    <release version="21.04.0" date="2021-04-22"/>
     <release version="20.12.3" date="2021-03-04"/>
     <release version="20.12.2" date="2021-02-04"/>
     <release version="20.12.1" date="2021-01-07"/>
-    <release version="20.12.0" date="2020-12-10"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-20.12.3/org.kde.kcharselect.desktop 
new/kcharselect-21.04.0/org.kde.kcharselect.desktop
--- old/kcharselect-20.12.3/org.kde.kcharselect.desktop 2021-02-25 
00:17:40.000000000 +0100
+++ new/kcharselect-21.04.0/org.kde.kcharselect.desktop 2021-04-14 
17:12:19.000000000 +0200
@@ -2,6 +2,7 @@
 GenericName=Character Selector
 GenericName[af]=Karakter Kiesser
 GenericName[ar]=?????????? ??????????????
+GenericName[ast]=Seleutor de car??uteres
 GenericName[bg]=?????????? ???? ??????????
 GenericName[br]=Dibaber arouezenn
 GenericName[bs]=Bira?? znakova
@@ -80,6 +81,7 @@
 Name=KCharSelect
 Name[af]=Kcharselect
 Name[ar]=?????????? ????????????
+Name[ast]=KCharSelect
 Name[bg]=CharSelect
 Name[br]=KCharSelect
 Name[bs]=KCharSelect
@@ -151,6 +153,7 @@
 Name[zh_TW]=KDE ????????????
 Comment=Browse all unicode characters
 Comment[ar]=?????????? ?????? ?????????? ??????????????
+Comment[ast]=Restola tolos car??uteres d'Unicode
 Comment[ca]=Navega per tots els car??cters Unicode
 Comment[ca@valencia]=Navega per tots els car??cters Unicode
 Comment[cs]=Prohl????en?? v??ech znak?? unicode
@@ -169,6 +172,7 @@
 Comment[id]=Telusuri semua karakter unicode
 Comment[it]=Sfoglia tutti i caratteri unicode
 Comment[ko]=?????? ???????????? ?????? ??????
+Comment[lt]=Nar??yti visus unikodo simbolius
 Comment[nl]=Door alle unicode tekens bladeren
 Comment[nn]=Bla gjennom alle Unicode-teikn
 Comment[pl]=Przegl??daj wszystkie znaki unikodu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-20.12.3/po/hu/kcharselect.po 
new/kcharselect-21.04.0/po/hu/kcharselect.po
--- old/kcharselect-20.12.3/po/hu/kcharselect.po        2021-03-02 
01:40:45.000000000 +0100
+++ new/kcharselect-21.04.0/po/hu/kcharselect.po        2021-04-16 
10:39:39.000000000 +0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2020-04-20 03:32+0200\n"
 "PO-Revision-Date: 2020-12-20 12:47+0100\n"
 "Last-Translator: Krist??f Kiszel <[email protected]>\n"
-"Language-Team: Hungarian <[email protected]>\n"
+"Language-Team: Hungarian <[email protected]>\n"
 "Language: hu\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/kcharselect-20.12.3/po/it/kcharselect.po 
new/kcharselect-21.04.0/po/it/kcharselect.po
--- old/kcharselect-20.12.3/po/it/kcharselect.po        2021-03-02 
01:40:45.000000000 +0100
+++ new/kcharselect-21.04.0/po/it/kcharselect.po        2021-04-16 
10:39:39.000000000 +0200
@@ -9,7 +9,7 @@
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-04-20 03:32+0200\n"
 "PO-Revision-Date: 2016-09-07 10:26+0200\n"
-"Last-Translator: Vincenzo Reale <[email protected]>\n"
+"Last-Translator: Vincenzo Reale <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
 "Language: it\n"
 "MIME-Version: 1.0\n"
@@ -26,7 +26,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected],,"
+msgstr "[email protected],,"
 
 #: kcharselectdia.cc:128 kcharselectdia.cc:138
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-20.12.3/po/lt/kcharselect.po 
new/kcharselect-21.04.0/po/lt/kcharselect.po
--- old/kcharselect-20.12.3/po/lt/kcharselect.po        2021-03-02 
01:40:45.000000000 +0100
+++ new/kcharselect-21.04.0/po/lt/kcharselect.po        2021-04-16 
10:39:39.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-04-20 03:32+0200\n"
-"PO-Revision-Date: 2017-07-31 07:15+0200\n"
+"PO-Revision-Date: 2020-11-17 00:14+0200\n"
 "Last-Translator: Mindaugas Baranauskas <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
 "Language: lt\n"
@@ -19,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n"
 "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Poedit 2.4.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -34,7 +34,7 @@
 #: kcharselectdia.cc:128 kcharselectdia.cc:138
 #, kde-format
 msgid "&To Clipboard"
-msgstr "?? i??karpin??"
+msgstr "?? &i??karpin??"
 
 #: kcharselectdia.cc:144
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-20.12.3/po/zh_CN/kcharselect.po 
new/kcharselect-21.04.0/po/zh_CN/kcharselect.po
--- old/kcharselect-20.12.3/po/zh_CN/kcharselect.po     2021-03-02 
01:40:46.000000000 +0100
+++ new/kcharselect-21.04.0/po/zh_CN/kcharselect.po     2021-04-16 
10:39:39.000000000 +0200
@@ -6,7 +6,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-04-20 03:32+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-27 17:31\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to