Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wsdd for openSUSE:Factory checked in 
at 2023-04-04 21:17:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wsdd (Old)
 and      /work/SRC/openSUSE:Factory/.wsdd.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wsdd"

Tue Apr  4 21:17:22 2023 rev:8 rq:1077023 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/wsdd/wsdd.changes        2022-07-04 
11:32:23.771976871 +0200
+++ /work/SRC/openSUSE:Factory/.wsdd.new.19717/wsdd.changes     2023-04-04 
21:17:40.512140251 +0200
@@ -1,0 +2,18 @@
+Mon Apr  3 15:09:07 UTC 2023 - Herbert Graeber <herb...@graeber-clan.de>
+
+- Force the use of python 3.10 for openSUSE Leap
+
+-------------------------------------------------------------------
+Mon Apr  3 10:14:25 UTC 2023 - Herbert Graeber <herb...@graeber-clan.de>
+
+- Update to version 0.7.1
+  * GitHub workflow for static analyses added (syntax, format, and type checks 
are performed).
+  * Added EnvironmentFile and according example for systemd-based distros.
+  * Make wsdd work (again) on MacOS (#139). Thanks to Eugene Gershnik.
+  * Application profile for UFW has been added (#169)
+  * Use of implicitly present async I/O loop instead created one for API 
servers. Fixes regression due
+    to changed API in Python 3.10 (see #162)
+  * Source code is spiced with type hints now.
+  * man page moved to section 8.
+
+-------------------------------------------------------------------

Old:
----
  wsdd-0.7.0.tar.xz

New:
----
  wsdd-0.7.1.tar.xz

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

Other differences:
------------------
++++++ wsdd.spec ++++++
--- /var/tmp/diff_new_pack.wZEPLn/_old  2023-04-04 21:17:41.176144484 +0200
+++ /var/tmp/diff_new_pack.wZEPLn/_new  2023-04-04 21:17:41.184144535 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wsdd
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           wsdd
-Version:        0.7.0
+Version:        0.7.1
 Release:        0
 Summary:        A Web Service Discovery host daemon
 License:        MIT
@@ -34,7 +34,6 @@
 %endif
 Patch1:         %{name}-shebang.patch
 BuildRequires:  firewall-macros
-BuildRequires:  python3
 BuildRequires:  sysuser-tools
 Requires(post): %fillup_prereq
 Supplements:    samba
@@ -56,10 +55,13 @@
 
 %build
 %sysusers_generate_pre %{SOURCE6} %{name} %{name}-user.conf
+%if 0%{suse_version} <= 1599
+sed -i '1s/python3/python3.10/' src/wsdd.py
+%endif
 
 %install
 install -m 755 -D src/wsdd.py %{buildroot}%{_sbindir}/%{name}
-install -m 644 -D man/wsdd.1 %{buildroot}/%{_mandir}/man1/wsdd.1
+install -m 644 -D man/wsdd.8 %{buildroot}/%{_mandir}/man8/wsdd.8
 install -m 755 -D %{SOURCE1} %{buildroot}%{_libexecdir}/wsdd-init.sh
 mkdir -p %{buildroot}%{_unitdir}
 sed 's#@LIBEXECDIR@#%{_libexecdir}#' %{SOURCE2} 
>%{buildroot}%{_unitdir}/wsdd.service
@@ -96,7 +98,7 @@
 %license LICENSE
 %doc README.md
 %{_sbindir}/%{name}
-%{_mandir}/man1/wsdd.1%{?ext_man}
+%{_mandir}/man8/wsdd.8%{?ext_man}
 %{_sbindir}/rc%{name}
 %{_unitdir}/wsdd.service
 %{_libexecdir}/wsdd-init.sh

++++++ wsdd-0.7.0.tar.xz -> wsdd-0.7.1.tar.xz ++++++

Reply via email to