Hello community,
here is the log from the commit of package bash-completion for openSUSE:Factory
checked in at 2020-06-25 16:47:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bash-completion (Old)
and /work/SRC/openSUSE:Factory/.bash-completion.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bash-completion"
Thu Jun 25 16:47:32 2020 rev:49 rq:816779 version:2.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/bash-completion/bash-completion.changes
2020-05-14 23:24:37.300958353 +0200
+++
/work/SRC/openSUSE:Factory/.bash-completion.new.3060/bash-completion.changes
2020-06-25 16:47:47.820980106 +0200
@@ -1,0 +2,11 @@
+Tue Jun 23 13:01:29 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Modify qdbus-qt5.patch: only modify Makefile.am; Makefile.in is
+ auto-generated based on the .am file.
+- Add libtool BuildRequires and explicitly call autoreconf: unless
+ we do this, there is a chance that the build modifies the above
+ mentioned .am and .in files with different timestamps, which in
+ turn triggers an implicit autoreconf. Without libtool present
+ though, this will fail.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bash-completion.spec ++++++
--- /var/tmp/diff_new_pack.5jWEGn/_old 2020-06-25 16:47:48.796981890 +0200
+++ /var/tmp/diff_new_pack.5jWEGn/_new 2020-06-25 16:47:48.800981898 +0200
@@ -60,6 +60,7 @@
BuildRequires: asciidoc
BuildRequires: libxslt-tools
%endif
+BuildRequires: libtool
BuildRequires: pkg-config
%if %build_core
BuildRequires: cmake
@@ -113,6 +114,7 @@
%patch13 -b .p13 -p1
%build
+autoreconf -fiv
%configure
%if %build_core
make %{?_smp_mflags}
++++++ qdbus-qt5.patch ++++++
--- /var/tmp/diff_new_pack.5jWEGn/_old 2020-06-25 16:47:48.884982052 +0200
+++ /var/tmp/diff_new_pack.5jWEGn/_new 2020-06-25 16:47:48.884982052 +0200
@@ -15,27 +15,6 @@
+complete -F _qdbus qdbus qdbus-qt5 dcop
# ex: filetype=sh
-Index: bash-completion-2.10/completions/Makefile.in
-===================================================================
---- bash-completion-2.10.orig/completions/Makefile.in
-+++ bash-completion-2.10/completions/Makefile.in
-@@ -892,6 +892,7 @@ CLEANFILES = \
- pyvenv-3.6 \
- pyvenv-3.7 \
- pyvenv-3.8 \
-+ qdbus-qt5 \
- qemu-kvm \
- qemu-system-i386 \
- qemu-system-x86_64 \
-@@ -1324,7 +1325,7 @@ symlinks: $(DATA)
- $(ss) pyvenv \
- pyvenv-3.4 pyvenv-3.5 pyvenv-3.6 pyvenv-3.7 pyvenv-3.8
- $(ss) qdbus \
-- dcop
-+ dcop qdbus-qt5
- $(ss) qemu \
- qemu-kvm qemu-system-i386 qemu-system-x86_64
- $(ss) quota \
Index: bash-completion-2.10/completions/Makefile.am
===================================================================
--- bash-completion-2.10.orig/completions/Makefile.am