Hello community,

here is the log from the commit of package squashfs for openSUSE:Factory 
checked in at 2019-03-22 14:55:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/squashfs (Old)
 and      /work/SRC/openSUSE:Factory/.squashfs.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "squashfs"

Fri Mar 22 14:55:49 2019 rev:36 rq:687414 version:4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/squashfs/squashfs.changes        2018-08-07 
09:40:40.613059090 +0200
+++ /work/SRC/openSUSE:Factory/.squashfs.new.25356/squashfs.changes     
2019-03-22 14:55:51.230007892 +0100
@@ -1,0 +2,12 @@
+Thu Mar 21 00:00:00 CET 2019 - dste...@suse.cz
+
+- Use | instead of / that can be part of -L or -I options.
+
+-------------------------------------------------------------------
+Wed Mar 20 15:51:14 UTC 2019 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Use / as sed command delimiter. Comma can actually show up in
+  optflags (think -Wl,…), which then breaks the sed command line
+  parsing.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ squashfs.spec ++++++
--- /var/tmp/diff_new_pack.vRVV62/_old  2019-03-22 14:55:51.934007479 +0100
+++ /var/tmp/diff_new_pack.vRVV62/_new  2019-03-22 14:55:51.938007477 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package squashfs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -54,7 +54,7 @@
 %patch4 -p1
 
 %build
-sed -i -e "s,-O2,%{optflags}," squashfs-tools/Makefile
+sed -i -e "s|-O2|%{optflags}|" squashfs-tools/Makefile
 make %{?_smp_mflags} -C squashfs-tools XZ_SUPPORT=1 LZO_SUPPORT=1 \
 %if %{?suse_version} > 1315
    LZ4_SUPPORT=1


Reply via email to