Hello community,

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

Package is "yodl"

Fri Mar 22 14:51:20 2019 rev:32 rq:687138 version:4.02.01

Changes:
--------
--- /work/SRC/openSUSE:Factory/yodl/yodl.changes        2019-01-03 
18:05:17.536211602 +0100
+++ /work/SRC/openSUSE:Factory/.yodl.new.25356/yodl.changes     2019-03-22 
14:51:25.754166635 +0100
@@ -1,0 +2,7 @@
+Wed Mar 20 13:57:02 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Use / as sed command delimiter. Comma can actually show up in
+  optflags (think -Wl,…), which then breaks the sed command line
+  parsing.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yodl.spec ++++++
--- /var/tmp/diff_new_pack.EJuEj8/_old  2019-03-22 14:51:26.222166356 +0100
+++ /var/tmp/diff_new_pack.EJuEj8/_new  2019-03-22 14:51:26.222166356 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yodl
 #
-# 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
@@ -22,7 +22,7 @@
 Summary:        Yet One-other Document Language
 License:        GPL-3.0-only
 Group:          Development/Tools/Doc Generators
-Url:            https://fbb-git.gitlab.io/yodl/
+URL:            https://fbb-git.gitlab.io/yodl/
 Source:         
https://gitlab.com/fbb-git/yodl/-/archive/%{version}/yodl-%{version}.tar.gz
 Patch0:         %{name}-doc-packages.patch
 BuildRequires:  bison
@@ -32,10 +32,9 @@
 BuildRequires:  grep
 BuildRequires:  icmake
 BuildRequires:  sed
-BuildRequires:  texlive-latex
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  texlive-collection-binextra
 BuildRequires:  texlive-collection-latex
+BuildRequires:  texlive-latex
 BuildRequires:  tex(a4.sty)
 BuildRequires:  tex(epsf.sty)
 BuildRequires:  tex(makecell.sty)
@@ -52,7 +51,7 @@
 %setup -q
 %patch0
 
-sed -i s,"#define COPT.*","#define COPT \"%{optflags}\"", ./yodl/build
+sed -i s/"#define COPT.*"/"#define COPT \"%{optflags}\""/ ./yodl/build
 
 %build
 pushd yodl


Reply via email to