Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package konversation for openSUSE:Factory 
checked in at 2021-12-13 20:39:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konversation (Old)
 and      /work/SRC/openSUSE:Factory/.konversation.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konversation"

Mon Dec 13 20:39:46 2021 rev:73 rq:937992 version:21.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/konversation/konversation.changes        
2021-11-06 18:16:01.556822292 +0100
+++ /work/SRC/openSUSE:Factory/.konversation.new.2520/konversation.changes      
2021-12-13 20:41:06.456460906 +0100
@@ -1,0 +2,30 @@
+Fri Dec  3 19:22:25 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.0/
+- No code change since 21.11.90
+
+-------------------------------------------------------------------
+Sat Nov 27 10:11:19 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.11.90
+  * New feature release
+- No code change since 21.11.80
+
+-------------------------------------------------------------------
+Sat Nov 13 17:55:47 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.11.80
+  * New feature release
+- Changes since 21.08.3:
+  * Honor XDG_DATA_HOME for logfiles
+  * Make setupUi public
+  * Remove teardown function since there will only be one main menu
+  * Give QMenus explicit parents
+  * Add .kde-ci.yml
+  * Port away from deprecated KShortcutsDialog::configure() method
+  * Fix uptime reporting with 0 minutes
+
+-------------------------------------------------------------------

Old:
----
  konversation-21.08.3.tar.xz
  konversation-21.08.3.tar.xz.sig

New:
----
  konversation-21.12.0.tar.xz
  konversation-21.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ konversation.spec ++++++
--- /var/tmp/diff_new_pack.XdpkSr/_old  2021-12-13 20:41:09.848461322 +0100
+++ /var/tmp/diff_new_pack.XdpkSr/_new  2021-12-13 20:41:09.856461323 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           konversation
-Version:        21.08.3
+Version:        21.12.0
 Release:        0
 Summary:        A graphical IRC client by KDE
 License:        GPL-2.0-or-later

++++++ 0001-Use-qdbus-qt5-on-openSUSE.patch ++++++
--- /var/tmp/diff_new_pack.XdpkSr/_old  2021-12-13 20:41:09.880461326 +0100
+++ /var/tmp/diff_new_pack.XdpkSr/_new  2021-12-13 20:41:09.880461326 +0100
@@ -11,31 +11,31 @@
  data/scripts/uptime                                | 10 +++++-----
  5 files changed, 9 insertions(+), 9 deletions(-)
 
-diff --git a/data/scripting_support/python/konversation/dbus.py 
b/data/scripting_support/python/konversation/dbus.py
-index 163cfc63..c0940453 100644
---- a/data/scripting_support/python/konversation/dbus.py
-+++ b/data/scripting_support/python/konversation/dbus.py
-@@ -83,4 +83,4 @@ except IndexError:
+Index: 
konversation-19.11.70git.20210805T200048~063aab07/data/scripting_support/python/konversation/dbus.py
+===================================================================
+--- 
konversation-19.11.70git.20210805T200048~063aab07.orig/data/scripting_support/python/konversation/dbus.py
  2021-08-05 20:00:48.000000000 +0200
++++ 
konversation-19.11.70git.20210805T200048~063aab07/data/scripting_support/python/konversation/dbus.py
       2021-08-07 16:26:04.303264685 +0200
+@@ -83,4 +83,4 @@
  
  default_message_prefix = ''
  
 -_dbus_command = ('qdbus', 'org.kde.konversation', '/irc')
 +_dbus_command = ('qdbus-qt5', 'org.kde.konversation', '/irc')
-diff --git a/data/scripts/fortune b/data/scripts/fortune
-index 71379cc0..e68b2a08 100755
---- a/data/scripts/fortune
-+++ b/data/scripts/fortune
-@@ -51,4 +51,4 @@ while (<FORTUNES>) {
+Index: konversation-19.11.70git.20210805T200048~063aab07/data/scripts/fortune
+===================================================================
+--- 
konversation-19.11.70git.20210805T200048~063aab07.orig/data/scripts/fortune     
   2021-08-05 20:00:48.000000000 +0200
++++ konversation-19.11.70git.20210805T200048~063aab07/data/scripts/fortune     
2021-08-07 16:26:04.303264685 +0200
+@@ -51,4 +51,4 @@
      }
  }
  close(FORTUNES);
 -exec 'qdbus', 'org.kde.konversation', '/irc', 'say', $SERVER, $TARGET, 
$MESSAGE;
 +exec 'qdbus-qt5', 'org.kde.konversation', '/irc', 'say', $SERVER, $TARGET, 
$MESSAGE;
-diff --git a/data/scripts/media b/data/scripts/media
-index a0a7dbaf..708a11dd 100755
---- a/data/scripts/media
-+++ b/data/scripts/media
-@@ -62,7 +62,7 @@ preferred_media = {
+Index: konversation-19.11.70git.20210805T200048~063aab07/data/scripts/media
+===================================================================
+--- konversation-19.11.70git.20210805T200048~063aab07.orig/data/scripts/media  
2021-08-05 20:00:48.000000000 +0200
++++ konversation-19.11.70git.20210805T200048~063aab07/data/scripts/media       
2021-08-07 16:26:04.303264685 +0200
+@@ -62,7 +62,7 @@
  # 'qdbus' command installed by Qt. If you need to you can change this here,
  # but beware that the output format of the alternate command has to match that
  # of 'qdbus'.
@@ -44,11 +44,11 @@
  
  # If one of the title, album or artist metadata fields contains a character
  # listed in FIXUP_CHARS, or if a string matching the regular expression given
-diff --git a/data/scripts/sayclip b/data/scripts/sayclip
-index 37cb550b..1ab29565 100755
---- a/data/scripts/sayclip
-+++ b/data/scripts/sayclip
-@@ -21,7 +21,7 @@ except ImportError:
+Index: konversation-19.11.70git.20210805T200048~063aab07/data/scripts/sayclip
+===================================================================
+--- 
konversation-19.11.70git.20210805T200048~063aab07.orig/data/scripts/sayclip     
   2021-08-05 20:00:48.000000000 +0200
++++ konversation-19.11.70git.20210805T200048~063aab07/data/scripts/sayclip     
2021-08-07 16:26:04.303264685 +0200
+@@ -21,7 +21,7 @@
      sys.exit("This script is intended to be run from within Konversation.")
  
  try:
@@ -57,11 +57,11 @@
  except subprocess.CalledProcessError:
      konversation.dbus.error(i18n("Unable to retrieve clipboard contents from 
Klipper."), exit=True)
  
-diff --git a/data/scripts/uptime b/data/scripts/uptime
-index 764239de..5ff30ac9 100755
---- a/data/scripts/uptime
-+++ b/data/scripts/uptime
-@@ -19,7 +19,7 @@ if($PLATFORM eq "FreeBSD") {
+Index: konversation-19.11.70git.20210805T200048~063aab07/data/scripts/uptime
+===================================================================
+--- konversation-19.11.70git.20210805T200048~063aab07.orig/data/scripts/uptime 
2021-08-05 20:00:48.000000000 +0200
++++ konversation-19.11.70git.20210805T200048~063aab07/data/scripts/uptime      
2021-08-07 16:26:04.303264685 +0200
+@@ -19,7 +19,7 @@
  } else {
        $UPTIME = `cat /proc/uptime`;
        if (not $UPTIME) {
@@ -70,8 +70,8 @@
        }
        @uparray = split(/\./, $UPTIME);
      $seconds = $uparray[0];
-@@ -40,15 +40,15 @@ if($seconds > 60)
-       $minutes = int($seconds/60);
+@@ -42,15 +42,15 @@
+       $minutes = 0
  }
  if( $days && $hours ) {
 -      exec 'qdbus', 'org.kde.konversation', '/irc', 'say', $SERVER, $TARGET, 
"Uptime: $days days, $hours hours and $minutes minutes";
@@ -90,7 +90,4 @@
 +      exec 'qdbus-qt5', 'org.kde.konversation', '/irc', 'say', $SERVER, 
$TARGET, "Uptime: $minutes minutes";
  }
  
--- 
-2.31.1
-
 


++++++ konversation-21.08.3.tar.xz -> konversation-21.12.0.tar.xz ++++++
++++ 50466 lines of diff (skipped)

Reply via email to