Hello community, here is the log from the commit of package notmuch for openSUSE:Factory checked in at 2020-05-05 19:06:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/notmuch (Old) and /work/SRC/openSUSE:Factory/.notmuch.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "notmuch" Tue May 5 19:06:45 2020 rev:26 rq:800306 version:0.29.3 Changes: -------- --- /work/SRC/openSUSE:Factory/notmuch/notmuch.changes 2020-03-11 18:55:30.447679203 +0100 +++ /work/SRC/openSUSE:Factory/.notmuch.new.2738/notmuch.changes 2020-05-05 19:07:05.858899246 +0200 @@ -1,0 +2,7 @@ +Tue May 5 08:54:01 UTC 2020 - Dan Čermák <[email protected]> + +- Add missing BuildRequire info and drop obsoleted macros: + %install_info, %install_info_prereq and %install_info_delete were deprecated + in favor of file triggers => drop these from the spec + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ notmuch.spec ++++++ --- /var/tmp/diff_new_pack.MJ0Ypz/_old 2020-05-05 19:07:07.066901749 +0200 +++ /var/tmp/diff_new_pack.MJ0Ypz/_new 2020-05-05 19:07:07.066901749 +0200 @@ -30,13 +30,12 @@ Source4: notmuch.keyring BuildRequires: libxapian-devel # info pages +BuildRequires: info BuildRequires: makeinfo BuildRequires: pkgconfig BuildRequires: python3-Sphinx BuildRequires: pkgconfig(gmime-3.0) BuildRequires: pkgconfig(talloc) -Requires(post): %{install_info_prereq} -Requires(preun): %{install_info_prereq} %{bcond_without python3} %{bcond_without emacs} @@ -59,7 +58,7 @@ BuildRequires: libgcrypt-cavs BuildRequires: man BuildRequires: valgrind-devel -%endif # {with tests} +%endif %if %{with emacs} BuildRequires: emacs-el BuildRequires: emacs-nox @@ -211,16 +210,16 @@ # upstream knows about that %ifarch %{power64} export NOTMUCH_SKIP_TESTS="T360-symbol-hiding" -%endif # power64 +%endif # FIXME: why does this test fail only on armv7l? %ifarch %{arm} export NOTMUCH_SKIP_TESTS="T600-named-queries" -%endif # arm +%endif # FIXME: T357-index-decryption throws std::bad_alloc on Leap 15.0 & 15.1 %if 0%{?sle_version} >= 150000 && 0%{?is_opensuse} export NOTMUCH_SKIP_TESTS="T357-index-decryption ${NOTMUCH_SKIP_TESTS}" -%endif # Leap 15.x +%endif # FIXME: these two tests use gdb which prints warnings with gdb <= 8 and # python 3.8 thereby breaking the diff @@ -236,15 +235,11 @@ make %{?_smp_mflags} check fi -%endif # {with tests} +%endif +# {with tests} %post -n libnotmuch%{libversion} -p /sbin/ldconfig %postun -n libnotmuch%{libversion} -p /sbin/ldconfig -%post doc -%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz - -%preun doc -%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %files %doc AUTHORS NEWS README
