Hello community,
here is the log from the commit of package bash-completion for openSUSE:Factory
checked in at 2020-05-14 23:24:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bash-completion (Old)
and /work/SRC/openSUSE:Factory/.bash-completion.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bash-completion"
Thu May 14 23:24:30 2020 rev:48 rq:802888 version:2.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/bash-completion/bash-completion.changes
2020-04-25 20:10:52.207862683 +0200
+++
/work/SRC/openSUSE:Factory/.bash-completion.new.2738/bash-completion.changes
2020-05-14 23:24:37.300958353 +0200
@@ -1,0 +2,5 @@
+Tue May 12 08:20:39 UTC 2020 - Dirk Mueller <[email protected]>
+
+- fix extra tokens at the end of %endif directive build errors
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bash-completion.spec ++++++
--- /var/tmp/diff_new_pack.jLGvkR/_old 2020-05-14 23:24:38.924961897 +0200
+++ /var/tmp/diff_new_pack.jLGvkR/_new 2020-05-14 23:24:38.928961906 +0200
@@ -59,7 +59,7 @@
%if %build_doc
BuildRequires: asciidoc
BuildRequires: libxslt-tools
-%endif %build_doc
+%endif
BuildRequires: pkg-config
%if %build_core
BuildRequires: cmake
@@ -83,7 +83,7 @@
This package contains the package configuration file of the
package bash-completion.
-%endif %build_core
+%endif
%if %build_doc
%package doc
Summary: The Documentation of Programmable Completion for Bash
@@ -95,7 +95,7 @@
This package contains the package documentation file of the
package bash-completion.
-%endif %build_doc
+%endif
%prep
%setup -q
%patch0 -b .p0
@@ -116,13 +116,13 @@
%configure
%if %build_core
make %{?_smp_mflags}
-%endif %build_core
+%endif
%if %build_doc
pushd doc
mkdir html
a2x -D html -d book -f xhtml --asciidoc-opts="--unsafe" main.txt
popd
-%endif %build_doc
+%endif
%install
%if %build_core
@@ -155,7 +155,7 @@
rm -vf %{buildroot}%{_datadir}/bash-completion/completions/bts
# Seems to be broken (boo#1161136)
rm -vf %{buildroot}%{_datadir}/bash-completion/completions/_adb
-%endif %build_core
+%endif
%if %build_doc
pushd doc
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/html
@@ -163,7 +163,7 @@
popd
install -m 0644 AUTHORS %{buildroot}%{_defaultdocdir}/%{name}/
install -m 0644 README.md %{buildroot}%{_defaultdocdir}/%{name}/README
-%endif %build_doc
+%endif
%if %build_core
%files
@@ -173,7 +173,7 @@
%exclude %{_defaultdocdir}/%{name}/AUTHORS
%exclude %{_defaultdocdir}/%{name}/README
%exclude %{_defaultdocdir}/%{name}/html/
-%endif %build_doc
+%endif
%{_datadir}/bash-completion
%{_datadir}/cmake/bash-completion
%config %{_sysconfdir}/profile.d/bash_completion.sh
@@ -186,7 +186,7 @@
# Own this directory to prevent it.
%dir %{_datadir}/bash-completion
-%endif %build_core
+%endif
%if %build_doc
%files doc
%defattr(-,root,root)
@@ -195,6 +195,6 @@
%{_defaultdocdir}/%{name}/README
%{_defaultdocdir}/%{name}/html/
-%endif %build_doc
+%endif
%changelog