Hello community,

here is the log from the commit of package speech-dispatcher for 
openSUSE:Factory checked in at 2020-04-07 10:26:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/speech-dispatcher (Old)
 and      /work/SRC/openSUSE:Factory/.speech-dispatcher.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "speech-dispatcher"

Tue Apr  7 10:26:13 2020 rev:36 rq:791700 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher.changes      
2020-04-04 12:20:11.267663488 +0200
+++ 
/work/SRC/openSUSE:Factory/.speech-dispatcher.new.3248/speech-dispatcher.changes
    2020-04-07 10:26:20.778164363 +0200
@@ -1,0 +2,7 @@
+Mon Apr  6 08:39:59 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Fix build; don't attempt remove %{_datadir}/info/dir if the build
+  did not create it (can depend onn if other packages bring info
+  into the buildroot).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ speech-dispatcher.spec ++++++
--- /var/tmp/diff_new_pack.oCflLe/_old  2020-04-07 10:26:21.422165078 +0200
+++ /var/tmp/diff_new_pack.oCflLe/_new  2020-04-07 10:26:21.426165083 +0200
@@ -201,8 +201,8 @@
 # Remove config files that we don't need a second time
 # but then user can not create its own configuration, because here is default, 
while in /etc is system-wide
 # %%{__rm} -r %%{buildroot}%%{_datadir}/speech-dispatcher/conf/
-# Remove %{_infodir}/dir file
-rm %{buildroot}%{_infodir}/dir
+# Remove %{_infodir}/dir file if it exists
+test -d %{buildroot}%{_infodir}/dir && rm %{buildroot}%{_infodir}/dir
 %find_lang %{name}
 
 # Deduplicate python bytecode


Reply via email to