Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Bootloader for openSUSE:Factory 
checked in at 2022-04-30 00:45:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Bootloader (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Bootloader.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Bootloader"

Sat Apr 30 00:45:04 2022 rev:199 rq:973230 version:0.939

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Bootloader/perl-Bootloader.changes  
2022-04-09 01:44:00.634762681 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Bootloader.new.1538/perl-Bootloader.changes    
    2022-04-30 00:45:46.222963500 +0200
@@ -1,0 +2,7 @@
+Wed Apr 27 14:22:43 UTC 2022 - wfe...@opensuse.org
+
+- merge gh#openSUSE/perl-bootloader#139
+- fix sysconfig parsing (bsc#1198828)
+- 0.939
+
+--------------------------------------------------------------------

Old:
----
  perl-Bootloader-0.938.tar.xz

New:
----
  perl-Bootloader-0.939.tar.xz

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

Other differences:
------------------
++++++ perl-Bootloader.spec ++++++
--- /var/tmp/diff_new_pack.48VNx9/_old  2022-04-30 00:45:46.770963976 +0200
+++ /var/tmp/diff_new_pack.48VNx9/_new  2022-04-30 00:45:46.778963982 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Bootloader
-Version:        0.938
+Version:        0.939
 Release:        0
 Requires:       coreutils
 Requires:       perl-base = %{perl_version}

++++++ perl-Bootloader-0.938.tar.xz -> perl-Bootloader-0.939.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.938/VERSION 
new/perl-Bootloader-0.939/VERSION
--- old/perl-Bootloader-0.938/VERSION   2022-04-07 14:06:21.000000000 +0200
+++ new/perl-Bootloader-0.939/VERSION   2022-04-27 16:22:43.000000000 +0200
@@ -1 +1 @@
-0.938
+0.939
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.938/changelog 
new/perl-Bootloader-0.939/changelog
--- old/perl-Bootloader-0.938/changelog 2022-04-07 14:06:21.000000000 +0200
+++ new/perl-Bootloader-0.939/changelog 2022-04-27 16:22:43.000000000 +0200
@@ -1,3 +1,7 @@
+2022-04-27:    0.939
+       - merge gh#openSUSE/perl-bootloader#139
+       - fix sysconfig parsing (bsc#1198828)
+
 2022-04-07:    0.938
        - merge gh#openSUSE/perl-bootloader#138
        - grub2/install: reset error code when passing through recover code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.938/pbl 
new/perl-Bootloader-0.939/pbl
--- old/perl-Bootloader-0.938/pbl       2022-04-07 14:06:21.000000000 +0200
+++ new/perl-Bootloader-0.939/pbl       2022-04-27 16:22:43.000000000 +0200
@@ -233,7 +233,7 @@
       if(/^([A-Z_]+)=(.*?)\s*$/) {
         my $key = $1;
         my $val = $2;
-        $val =~ s/^(["'])(.*)\1$/$2/g;
+        $val =~ s/^(["'])(.*?)\1.*/$2/;
         $ENV{"SYS__\U$file\E__$key"} = $val;
       }
     }

Reply via email to