Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package b4 for openSUSE:Factory checked in 
at 2022-09-19 16:03:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/b4 (Old)
 and      /work/SRC/openSUSE:Factory/.b4.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "b4"

Mon Sep 19 16:03:46 2022 rev:25 rq:1004535 version:0.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/b4/b4.changes    2022-08-30 14:48:57.608040832 
+0200
+++ /work/SRC/openSUSE:Factory/.b4.new.2083/b4.changes  2022-09-19 
16:03:54.230241255 +0200
@@ -1,0 +2,12 @@
+Mon Sep 19 05:31:24 UTC 2022 - Jiri Slaby <jsl...@suse.cz>
+
+- Update to version 0.10.0:
+  * Developer-oriented features (prep, send, trailers commands)
+  * Patchwork integration
+  * The "trailer-order" setting now only reorders the trailers
+  * Web submission endpoint support for "b4 send"
+  * Adds a "trailers-ignore-from" configuration option
+  * Bugfixes and improved tests.
+- switch from _service to standard releases (they are often enough)
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  b4-0.9.0.obscpio
  b4.obsinfo

New:
----
  b4-0.10.0.tar.gz

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

Other differences:
------------------
++++++ b4.spec ++++++
--- /var/tmp/diff_new_pack.wYHDZZ/_old  2022-09-19 16:03:54.710242537 +0200
+++ /var/tmp/diff_new_pack.wYHDZZ/_new  2022-09-19 16:03:54.718242559 +0200
@@ -16,17 +16,17 @@
 #
 
 
-%define version_unconverted 0.9.0
 Name:           b4
-Version:        0.9.0
+Version:        0.10.0
 Release:        0
 Summary:        Helper scripts for kernel.org patches
 License:        GPL-2.0-or-later
 Group:          Development/Tools/Other
 URL:            https://git.kernel.org/pub/scm/utils/b4/b4.git
-Source0:        %{name}-%{version}.tar.xz
+Source0:        
https://github.com/mricon/b4/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 # SECTION test requirements
+BuildRequires:  fdupes
 BuildRequires:  git-core
 BuildRequires:  python3-dkimpy >= 1.0.5
 BuildRequires:  python3-dnspython >= 2.0.0
@@ -62,6 +62,7 @@
 
 %install
 %python3_install
+%fdupes %{buildroot}%python3_sitelib
 
 %check
 python3 setup.py check
@@ -69,7 +70,7 @@
 THEIRS=`%{buildroot}/%{_bindir}/b4 --version`
 OURS=`sed -n "s/__VERSION__ = '\(.*\)'/\1/p" b4/__init__.py`
 test "$THEIRS" = "$OURS"
-%{buildroot}/%{_bindir}/b4 --help |grep -q 'mbox,am,shazam,attest'
+%{buildroot}/%{_bindir}/b4 --help | grep -q 'mbox,am,shazam,pr'
 %{buildroot}/%{_bindir}/b4 mbox abc |& grep -q 'Grabbing thread from 
lore.kernel.org/all/abc/t.mbox.gz'
 
 %files

Reply via email to