Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package subunit for openSUSE:Factory checked 
in at 2021-06-01 10:32:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/subunit (Old)
 and      /work/SRC/openSUSE:Factory/.subunit.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "subunit"

Tue Jun  1 10:32:53 2021 rev:8 rq:895209 version:1.4.0+git.1584197985.0e9f67b

Changes:
--------
--- /work/SRC/openSUSE:Factory/subunit/subunit.changes  2021-04-01 
14:16:07.287880081 +0200
+++ /work/SRC/openSUSE:Factory/.subunit.new.1898/subunit.changes        
2021-06-01 10:32:56.436351202 +0200
@@ -1,0 +2,6 @@
+Mon May 24 06:06:52 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Run the subunit filters under python3.
+- Remove duplicate BuildRequires.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ subunit.spec ++++++
--- /var/tmp/diff_new_pack.a1nWjd/_old  2021-06-01 10:32:56.920352026 +0200
+++ /var/tmp/diff_new_pack.a1nWjd/_new  2021-06-01 10:32:56.920352026 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package subunit
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -52,7 +52,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  python-rpm-macros
 %if 0%{?suse_version} >= 1550
 # TW: generate subpackages for every python3 flavor
 %define python_subpackage_only 1
@@ -151,6 +150,7 @@
   reported in real time.
 
 %else
+
 %package -n python3-python-%{name}
 Summary:        Streaming protocol for test results
 Group:          Development/Libraries/Python
@@ -203,7 +203,7 @@
 
 # Help the dependency generator
 for filt in filters/*; do
-  sed 's,%{_bindir}/env ,%{_bindir}/,' $filt > ${filt}.new
+  sed -e 's,%{_bindir}/env ,%{_bindir}/,' -e 's/python$/python3/' $filt > 
${filt}.new
   chmod 0755 ${filt}.new
   touch -r $filt ${filt}.new
   mv -f ${filt}.new $filt

Reply via email to