Hello community,

here is the log from the commit of package kdesdk-scripts for openSUSE:Factory 
checked in at 2019-10-28 16:49:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesdk-scripts (Old)
 and      /work/SRC/openSUSE:Factory/.kdesdk-scripts.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesdk-scripts"

Mon Oct 28 16:49:15 2019 rev:23 rq:737739 version:19.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesdk-scripts/kdesdk-scripts.changes    
2019-09-11 10:28:42.975412552 +0200
+++ /work/SRC/openSUSE:Factory/.kdesdk-scripts.new.2990/kdesdk-scripts.changes  
2019-10-28 16:49:16.716923144 +0100
@@ -1,0 +2,11 @@
+Fri Oct 11 07:46:08 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.2.php
+- Changes since 19.08.1:
+  * Fix unwanted removal of /* before emacs mode line, which broke compilation
+  * Fix script for the case of multiple .rc files in the same line
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kdesdk-scripts.spec ++++++
--- /var/tmp/diff_new_pack.WNnRiu/_old  2019-10-28 16:49:17.172923724 +0100
+++ /var/tmp/diff_new_pack.WNnRiu/_new  2019-10-28 16:49:17.172923724 +0100
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without  lang
 Name:           kdesdk-scripts
-Version:        19.08.1
+Version:        19.08.2
 Release:        0
 Summary:        Scripts for KDE software development
 License:        GPL-2.0-only AND GFDL-1.2-only


++++++ kde-dev-scripts-19.08.1.tar.xz -> kde-dev-scripts-19.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-dev-scripts-19.08.1/kf5/bundle_data_files.pl 
new/kde-dev-scripts-19.08.2/kf5/bundle_data_files.pl
--- old/kde-dev-scripts-19.08.1/kf5/bundle_data_files.pl        2019-07-15 
13:11:53.000000000 +0200
+++ new/kde-dev-scripts-19.08.2/kf5/bundle_data_files.pl        2019-09-28 
13:53:52.000000000 +0200
@@ -20,10 +20,10 @@
 my @l = map {
   my $orig = $_;
 
-  if (/install\s*\(\s*FILES \s*([\w\-\/\s]*\.rc)\s*DESTINATION 
\s*\$\{KDE_INSTALL_KXMLGUI5DIR\}\/(\w+)/i) {
-      $xmlgui_files = $1;
+  if (/install\s*\(\s*FILES \s*((?:[\w\-\/]*\.rc\s*)*)\s*DESTINATION 
\s*\$\{KDE_INSTALL_KXMLGUI5DIR\}\/(\w+)/i) {
+      $xmlgui_files = "$1";
       my $appname = $2;
-      print STDERR "Found xmlgui files " . $xmlgui_files . " in $appname\n";
+      print STDERR "Found xmlgui files $xmlgui_files in $appname\n";
       $filesForApp{$appname} = $xmlgui_files;
       $_ = ""; # delete line
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-dev-scripts-19.08.1/uncrustify-kf5 
new/kde-dev-scripts-19.08.2/uncrustify-kf5
--- old/kde-dev-scripts-19.08.1/uncrustify-kf5  2019-07-15 13:11:53.000000000 
+0200
+++ new/kde-dev-scripts-19.08.2/uncrustify-kf5  2019-09-28 13:53:52.000000000 
+0200
@@ -82,7 +82,7 @@
 grep '^\S* \S*::.*) {$' $files && echo "WARNING: check for wrong '{' placement 
in method definitions, in above grep results"
 
 # Remove old emacs mode-lines
-perl -pi -e '$_ = "" if /c-basic-offset: [1-8]/' $files
+perl -pi -e 's/ *-\*- c-basic-offset: [1-8] -\*-//' $files
 
 # Remove old kate mode-lines
 perl -pi -e '$_ = "" if /kate: .*indent-width/ || /kate:.*tab-width/' $files


Reply via email to