Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdesdk-scripts for openSUSE:Factory 
checked in at 2021-07-09 23:59:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesdk-scripts (Old)
 and      /work/SRC/openSUSE:Factory/.kdesdk-scripts.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesdk-scripts"

Fri Jul  9 23:59:08 2021 rev:44 rq:904917 version:21.04.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesdk-scripts/kdesdk-scripts.changes    
2021-06-12 20:08:48.969008564 +0200
+++ /work/SRC/openSUSE:Factory/.kdesdk-scripts.new.2625/kdesdk-scripts.changes  
2021-07-10 00:01:04.431715201 +0200
@@ -1,0 +2,10 @@
+Wed Jul  7 08:57:20 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04.3
+- Changes since 21.04.2:
+  * extractrc: Fix double-unescaping of `&amp;quot;`
+
+-------------------------------------------------------------------

Old:
----
  kde-dev-scripts-21.04.2.tar.xz
  kde-dev-scripts-21.04.2.tar.xz.sig

New:
----
  kde-dev-scripts-21.04.3.tar.xz
  kde-dev-scripts-21.04.3.tar.xz.sig

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

Other differences:
------------------
++++++ kdesdk-scripts.spec ++++++
--- /var/tmp/diff_new_pack.YPFBoG/_old  2021-07-10 00:01:05.055710348 +0200
+++ /var/tmp/diff_new_pack.YPFBoG/_new  2021-07-10 00:01:05.055710348 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without  lang
 Name:           kdesdk-scripts
-Version:        21.04.2
+Version:        21.04.3
 Release:        0
 Summary:        Scripts for KDE software development
 License:        GPL-2.0-only AND GFDL-1.2-only


++++++ kde-dev-scripts-21.04.2.tar.xz -> kde-dev-scripts-21.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-dev-scripts-21.04.2/extractrc 
new/kde-dev-scripts-21.04.3/extractrc
--- old/kde-dev-scripts-21.04.2/extractrc       2021-01-31 14:09:17.000000000 
+0100
+++ new/kde-dev-scripts-21.04.3/extractrc       2021-07-03 00:39:07.000000000 
+0200
@@ -144,8 +144,8 @@
     if (not $opt_no_unescape_xml) {
         $text =~ s/&lt;/</g;
         $text =~ s/&gt;/>/g;
-        $text =~ s/&amp;/&/g;
         $text =~ s/&quot;/"/g;
+        $text =~ s/&amp;/&/g;
     }
 
     return $text;

Reply via email to