Hello community,
here is the log from the commit of package bundle-lang-common for
openSUSE:Factory checked in at 2017-08-25 11:21:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bundle-lang-common (Old)
and /work/SRC/openSUSE:Factory/.bundle-lang-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bundle-lang-common"
Fri Aug 25 11:21:14 2017 rev:229 rq: version:13.2
Changes:
--------
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change
bundle-lang-other.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bundle-lang-common.spec ++++++
--- /var/tmp/diff_new_pack.Nyq2Ze/_old 2017-08-25 11:21:21.066814221 +0200
+++ /var/tmp/diff_new_pack.Nyq2Ze/_new 2017-08-25 11:21:21.086811403 +0200
@@ -3351,7 +3351,7 @@
if test common = kde; then
# pretty evil hack to keep the symlinks working
- langs=`cd %{buildroot}%{_datadir}/doc-bundle/kde/HTML && ls -1d *`
+ langs=`(cd %{buildroot}%{_datadir}/doc-bundle/kde/HTML 2>/dev/null && ls -1d
*) || echo ""`
for lang in $langs; do
ln -s %{_datadir}/doc/kde/HTML/$lang/common
%{buildroot}%{_datadir}/doc-bundle/kde/HTML/$lang/common
echo %{_datadir}/doc-bundle/kde/HTML/$lang/common >> filelist.$lang
++++++ bundle-lang-gnome.spec ++++++
--- /var/tmp/diff_new_pack.Nyq2Ze/_old 2017-08-25 11:21:21.186797317 +0200
+++ /var/tmp/diff_new_pack.Nyq2Ze/_new 2017-08-25 11:21:21.206794500 +0200
@@ -7201,7 +7201,7 @@
if test gnome = kde; then
# pretty evil hack to keep the symlinks working
- langs=`cd %{buildroot}%{_datadir}/doc-bundle/kde/HTML && ls -1d *`
+ langs=`(cd %{buildroot}%{_datadir}/doc-bundle/kde/HTML 2>/dev/null && ls -1d
*) || echo ""`
for lang in $langs; do
ln -s %{_datadir}/doc/kde/HTML/$lang/common
%{buildroot}%{_datadir}/doc-bundle/kde/HTML/$lang/common
echo %{_datadir}/doc-bundle/kde/HTML/$lang/common >> filelist.$lang
++++++ bundle-lang-kde.spec ++++++
--- /var/tmp/diff_new_pack.Nyq2Ze/_old 2017-08-25 11:21:21.294782103 +0200
+++ /var/tmp/diff_new_pack.Nyq2Ze/_new 2017-08-25 11:21:21.306780413 +0200
@@ -10941,7 +10941,7 @@
if test kde = kde; then
# pretty evil hack to keep the symlinks working
- langs=`cd %{buildroot}%{_datadir}/doc-bundle/kde/HTML && ls -1d *`
+ langs=`(cd %{buildroot}%{_datadir}/doc-bundle/kde/HTML 2>/dev/null && ls -1d
*) || echo ""`
for lang in $langs; do
ln -s %{_datadir}/doc/kde/HTML/$lang/common
%{buildroot}%{_datadir}/doc-bundle/kde/HTML/$lang/common
echo %{_datadir}/doc-bundle/kde/HTML/$lang/common >> filelist.$lang
++++++ bundle-lang.spec.in ++++++
--- /var/tmp/diff_new_pack.Nyq2Ze/_old 2017-08-25 11:21:21.602738716 +0200
+++ /var/tmp/diff_new_pack.Nyq2Ze/_new 2017-08-25 11:21:21.602738716 +0200
@@ -60,7 +60,7 @@
if test @SPEC@ = kde; then
# pretty evil hack to keep the symlinks working
- langs=`cd %{buildroot}%{_datadir}/doc-bundle/kde/HTML && ls -1d *`
+ langs=`(cd %{buildroot}%{_datadir}/doc-bundle/kde/HTML 2>/dev/null && ls -1d
*) || echo ""`
for lang in $langs; do
ln -s %{_datadir}/doc/kde/HTML/$lang/common
%{buildroot}%{_datadir}/doc-bundle/kde/HTML/$lang/common
echo %{_datadir}/doc-bundle/kde/HTML/$lang/common >> filelist.$lang