Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kbackup for openSUSE:Factory checked 
in at 2022-01-11 21:17:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kbackup (Old)
 and      /work/SRC/openSUSE:Factory/.kbackup.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kbackup"

Tue Jan 11 21:17:57 2022 rev:46 rq:944287 version:21.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbackup/kbackup.changes  2021-12-13 
20:47:38.168528971 +0100
+++ /work/SRC/openSUSE:Factory/.kbackup.new.1892/kbackup.changes        
2022-01-11 21:21:27.813051416 +0100
@@ -1,0 +2,9 @@
+Tue Jan  4 10:25:19 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.1/
+- No code change since 21.12.0
+
+-------------------------------------------------------------------

Old:
----
  kbackup-21.12.0.tar.xz
  kbackup-21.12.0.tar.xz.sig

New:
----
  kbackup-21.12.1.tar.xz
  kbackup-21.12.1.tar.xz.sig

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

Other differences:
------------------
++++++ kbackup.spec ++++++
--- /var/tmp/diff_new_pack.lia5YQ/_old  2022-01-11 21:21:28.269051737 +0100
+++ /var/tmp/diff_new_pack.lia5YQ/_new  2022-01-11 21:21:28.273051740 +0100
@@ -16,18 +16,18 @@
 #
 
 
-%bcond_without lang
+%bcond_without released
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Name:           kbackup
-Version:        21.12.0
+Version:        21.12.1
 Release:        0
 Summary:        Backup program based on KDE Frameworks 5
 License:        GPL-2.0-only
 Group:          System/GUI/KDE
 URL:            https://apps.kde.org/kbackup
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
 Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
@@ -63,7 +63,7 @@
 %install
 %kf5_makeinstall -C build
 
-%if %{with lang}
+%if %{with released}
   %find_lang %{name} --with-man --with-qt --all-name
   %{kf5_find_htmldocs}
 %endif
@@ -80,7 +80,7 @@
 %{_kf5_kxmlguidir}/kbackup/
 %{_mandir}/man1/kbackup.1.gz
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 


++++++ kbackup-21.12.0.tar.xz -> kbackup-21.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-21.12.0/CMakeLists.txt 
new/kbackup-21.12.1/CMakeLists.txt
--- old/kbackup-21.12.0/CMakeLists.txt  2021-12-02 22:44:14.000000000 +0100
+++ new/kbackup-21.12.1/CMakeLists.txt  2022-01-03 23:00:51.000000000 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "21")
 set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kbackup VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-21.12.0/po/ca@valencia/kbackup.po 
new/kbackup-21.12.1/po/ca@valencia/kbackup.po
--- old/kbackup-21.12.0/po/ca@valencia/kbackup.po       2021-12-03 
01:18:04.000000000 +0100
+++ new/kbackup-21.12.1/po/ca@valencia/kbackup.po       2022-01-04 
01:25:52.000000000 +0100
@@ -4,14 +4,14 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Antoni Bella P??rez <[email protected]>, 2018.
-# empar <[email protected]>, 2019.
+# Empar Montoro Mart??n <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kbackup\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-18 00:20+0000\n"
 "PO-Revision-Date: 2019-09-16 11:20+0200\n"
-"Last-Translator: empar <[email protected]>\n"
+"Last-Translator: Empar Montoro Mart??n <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-21.12.0/po/zh_CN/kbackup.po 
new/kbackup-21.12.1/po/zh_CN/kbackup.po
--- old/kbackup-21.12.0/po/zh_CN/kbackup.po     2021-12-03 01:18:04.000000000 
+0100
+++ new/kbackup-21.12.1/po/zh_CN/kbackup.po     2022-01-04 01:25:53.000000000 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-18 00:20+0000\n"
-"PO-Revision-Date: 2021-11-30 15:24\n"
+"PO-Revision-Date: 2021-12-22 14:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-21.12.0/src/org.kde.kbackup.appdata.xml 
new/kbackup-21.12.1/src/org.kde.kbackup.appdata.xml
--- old/kbackup-21.12.0/src/org.kde.kbackup.appdata.xml 2021-12-02 
22:44:14.000000000 +0100
+++ new/kbackup-21.12.1/src/org.kde.kbackup.appdata.xml 2022-01-03 
23:00:51.000000000 +0100
@@ -37,6 +37,7 @@
   <name xml:lang="zh-TW">KBackup</name>
   <summary>Create backups as .tar files to a local folder or remote 
URL</summary>
   <summary xml:lang="ca">Crea c??pies de seguretat com a fitxers .tar en una 
carpeta local o URL remot</summary>
+  <summary xml:lang="ca-valencia">Crea c??pies de seguretat com a fitxers .tar 
en una carpeta local o URL remot</summary>
   <summary xml:lang="de">Erstellt Sicherungen als ???.tar???-Dateien in einem 
lokalen Ordner oder einer entfernten URL</summary>
   <summary xml:lang="el">???????????????????? ?????????????????? 
???????????????????? ???? ???????????? .tar ???? ???????????? ???????????? ?? 
???? ?????????????????????????? URL</summary>
   <summary xml:lang="en-GB">Create backups as .tar files to a local folder or 
remote URL</summary>
@@ -63,7 +64,7 @@
       KBackup is an application which lets you back up your data in a simple, 
user friendly way
     </p>
     <p xml:lang="ca">El KBackup ??s una aplicaci?? que permet fer c??pies de 
seguretat de les dades d'una manera senzilla i f??cil d'emprar</p>
-    <p xml:lang="ca-valencia">El KBackup ??s una aplicaci?? que permet fer 
c??pies de seguretat de les dades d'una manera senzilla i amigable</p>
+    <p xml:lang="ca-valencia">El KBackup ??s una aplicaci?? que permet fer 
c??pies de seguretat de les dades d'una manera senzilla i f??cil d'emprar</p>
     <p xml:lang="de">KBackup ist ein Programm welches Datensicherung in einer 
benutzerfreundlichen Weise erm??glicht</p>
     <p xml:lang="el">???? KBackup ?????????? ?????? ???????????????? ?????? 
?????? ?????????????????? ???? ?????????????????????????? ???????????????? 
?????????????????? ???? ???????? ???????? ?????? ???????????? ?????? ?????????? 
??????????</p>
     <p xml:lang="en-GB">KBackup is an application which lets you back up your 
data in a simple, user friendly way</p>
@@ -225,9 +226,9 @@
     <binary>kbackup</binary>
   </provides>
   <releases>
+    <release version="21.12.1" date="2022-01-06"/>
+    <release version="21.12.0" date="2021-12-09"/>
     <release version="21.08.3" date="2021-11-04"/>
     <release version="21.08.2" date="2021-10-07"/>
-    <release version="21.08.1" date="2021-09-02"/>
-    <release version="21.08.0" date="2021-08-12"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbackup-21.12.0/src/org.kde.kbackup.desktop 
new/kbackup-21.12.1/src/org.kde.kbackup.desktop
--- old/kbackup-21.12.0/src/org.kde.kbackup.desktop     2021-12-02 
22:44:14.000000000 +0100
+++ new/kbackup-21.12.1/src/org.kde.kbackup.desktop     2022-01-03 
23:00:51.000000000 +0100
@@ -9,6 +9,7 @@
 Keywords=backup;archiving;
 Keywords[ar]=?????? ??????????????;??????????;
 Keywords[ca]=c??pia de seguretat;arxivament;
+Keywords[ca@valencia]=c??pia de seguretat;arxivament;
 Keywords[cs]=z??lohov??n??;archivov??n??;
 Keywords[da]=backup;arkivering;
 Keywords[de]=backup;archiving;sicherung;archivierung;
@@ -73,7 +74,7 @@
 GenericName=Backup Program
 GenericName[ar]=???????????? ?????????? ??????????????????
 GenericName[ca]=Programa de c??pies de seguretat
-GenericName[ca@valencia]=Programa per a les c??pies de seguretat
+GenericName[ca@valencia]=Programa de c??pies de seguretat
 GenericName[cs]=Program pro z??lohov??n??
 GenericName[da]=Backup-program
 GenericName[de]=Sicherungs-Programm

Reply via email to