Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dolphin-plugins for openSUSE:Factory 
checked in at 2023-09-15 22:02:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dolphin-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.dolphin-plugins.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dolphin-plugins"

Fri Sep 15 22:02:47 2023 rev:122 rq:1111100 version:23.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dolphin-plugins/dolphin-plugins.changes  
2023-08-31 13:46:48.510561949 +0200
+++ 
/work/SRC/openSUSE:Factory/.dolphin-plugins.new.1766/dolphin-plugins.changes    
    2023-09-15 22:05:19.476812312 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 11:55:22 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.1/
+- No code change since 23.08.0
+- Update package description (boo#1214802)
+
+-------------------------------------------------------------------

Old:
----
  dolphin-plugins-23.08.0.tar.xz
  dolphin-plugins-23.08.0.tar.xz.sig

New:
----
  dolphin-plugins-23.08.1.tar.xz
  dolphin-plugins-23.08.1.tar.xz.sig

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

Other differences:
------------------
++++++ dolphin-plugins.spec ++++++
--- /var/tmp/diff_new_pack.bJ0Qob/_old  2023-09-15 22:05:20.664854790 +0200
+++ /var/tmp/diff_new_pack.bJ0Qob/_new  2023-09-15 22:05:20.664854790 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           dolphin-plugins
-Version:        23.08.0
+Version:        23.08.1
 Release:        0
 Summary:        Version control plugins for Dolphin
 License:        GPL-2.0-or-later
@@ -51,6 +51,7 @@
 Dolphin file manager specific version control plugins that:
 - Show the version state of a file by an emblem + color
 - Provide a context menu with version control specific actions
+- Provide context menu actions to mount ISO disk images
 
 %lang_package
 


++++++ dolphin-plugins-23.08.0.tar.xz -> dolphin-plugins-23.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dolphin-plugins-23.08.0/CMakeLists.txt 
new/dolphin-plugins-23.08.1/CMakeLists.txt
--- old/dolphin-plugins-23.08.0/CMakeLists.txt  2023-08-16 23:13:18.000000000 
+0200
+++ new/dolphin-plugins-23.08.1/CMakeLists.txt  2023-09-09 10:49:44.000000000 
+0200
@@ -3,7 +3,7 @@
 # Release service version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "23")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-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}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dolphin-plugins-23.08.0/mountiso/mountisoaction.json 
new/dolphin-plugins-23.08.1/mountiso/mountisoaction.json
--- old/dolphin-plugins-23.08.0/mountiso/mountisoaction.json    2023-08-16 
23:13:18.000000000 +0200
+++ new/dolphin-plugins-23.08.1/mountiso/mountisoaction.json    2023-09-09 
10:49:44.000000000 +0200
@@ -15,7 +15,7 @@
         "Name[en_GB]": "Mount ISO and disk images",
         "Name[eo]": "Munti ISO- kaj disk-binaraĵojn",
         "Name[es]": "Montar imágenes ISO y de disco",
-        "Name[eu]": "ISO eta disko irudiak muntatzea",
+        "Name[eu]": "Muntatu ISO eta disko irudiak",
         "Name[fi]": "Liitä ja irrota ISO-levykuva",
         "Name[fr]": "Monter des images « ISO » et de disque",
         "Name[gl]": "Monta imaxes ISO e de disco",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dolphin-plugins-23.08.0/org.kde.dolphin-plugins.metainfo.xml 
new/dolphin-plugins-23.08.1/org.kde.dolphin-plugins.metainfo.xml
--- old/dolphin-plugins-23.08.0/org.kde.dolphin-plugins.metainfo.xml    
2023-08-16 23:13:18.000000000 +0200
+++ new/dolphin-plugins-23.08.1/org.kde.dolphin-plugins.metainfo.xml    
2023-09-09 10:49:44.000000000 +0200
@@ -142,9 +142,9 @@
   </categories>
   <icon type="stock">system-file-manager</icon>
   <releases>
+    <release version="23.08.1" date="2023-09-14"/>
     <release version="23.08.0" date="2023-08-24"/>
     <release version="23.04.3" date="2023-07-06"/>
     <release version="23.04.2" date="2023-06-08"/>
-    <release version="23.04.1" date="2023-05-11"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dolphin-plugins-23.08.0/po/zh_CN/fileviewbazaarplugin.po 
new/dolphin-plugins-23.08.1/po/zh_CN/fileviewbazaarplugin.po
--- old/dolphin-plugins-23.08.0/po/zh_CN/fileviewbazaarplugin.po        
2023-08-16 23:13:18.000000000 +0200
+++ new/dolphin-plugins-23.08.1/po/zh_CN/fileviewbazaarplugin.po        
2023-09-09 10:49:44.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-12 00:49+0000\n"
-"PO-Revision-Date: 2023-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dolphin-plugins-23.08.0/po/zh_CN/fileviewgitplugin.po 
new/dolphin-plugins-23.08.1/po/zh_CN/fileviewgitplugin.po
--- old/dolphin-plugins-23.08.0/po/zh_CN/fileviewgitplugin.po   2023-08-16 
23:13:18.000000000 +0200
+++ new/dolphin-plugins-23.08.1/po/zh_CN/fileviewgitplugin.po   2023-09-09 
10:49:44.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-08-05 00:47+0000\n"
-"PO-Revision-Date: 2023-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dolphin-plugins-23.08.0/po/zh_CN/fileviewhgplugin.po 
new/dolphin-plugins-23.08.1/po/zh_CN/fileviewhgplugin.po
--- old/dolphin-plugins-23.08.0/po/zh_CN/fileviewhgplugin.po    2023-08-16 
23:13:18.000000000 +0200
+++ new/dolphin-plugins-23.08.1/po/zh_CN/fileviewhgplugin.po    2023-09-09 
10:49:44.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-17 00:49+0000\n"
-"PO-Revision-Date: 2023-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dolphin-plugins-23.08.0/po/zh_CN/fileviewsvnplugin.po 
new/dolphin-plugins-23.08.1/po/zh_CN/fileviewsvnplugin.po
--- old/dolphin-plugins-23.08.0/po/zh_CN/fileviewsvnplugin.po   2023-08-16 
23:13:18.000000000 +0200
+++ new/dolphin-plugins-23.08.1/po/zh_CN/fileviewsvnplugin.po   2023-09-09 
10:49:44.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-03-12 00:46+0000\n"
-"PO-Revision-Date: 2023-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dolphin-plugins-23.08.0/po/zh_CN/mountisoaction.po 
new/dolphin-plugins-23.08.1/po/zh_CN/mountisoaction.po
--- old/dolphin-plugins-23.08.0/po/zh_CN/mountisoaction.po      2023-08-16 
23:13:18.000000000 +0200
+++ new/dolphin-plugins-23.08.1/po/zh_CN/mountisoaction.po      2023-09-09 
10:49:44.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-07 00:49+0000\n"
-"PO-Revision-Date: 2023-08-02 12:43\n"
+"PO-Revision-Date: 2023-09-02 02:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to