Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sendxmpp for openSUSE:Factory checked in at 2022-10-17 14:58:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sendxmpp (Old) and /work/SRC/openSUSE:Factory/.sendxmpp.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sendxmpp" Mon Oct 17 14:58:31 2022 rev:11 rq:1012055 version:1.24 Changes: -------- --- /work/SRC/openSUSE:Factory/sendxmpp/sendxmpp.changes 2020-10-23 12:23:50.600745094 +0200 +++ /work/SRC/openSUSE:Factory/.sendxmpp.new.2275/sendxmpp.changes 2022-10-17 14:58:32.646190036 +0200 @@ -1,0 +2,5 @@ +Sun Oct 16 08:16:09 UTC 2022 - Andreas Stieger <[email protected]> + +- require Perl IO::Socket::SSL (boo#1204339) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sendxmpp.spec ++++++ --- /var/tmp/diff_new_pack.NKGElJ/_old 2022-10-17 14:58:33.062190835 +0200 +++ /var/tmp/diff_new_pack.NKGElJ/_new 2022-10-17 14:58:33.070190850 +0200 @@ -1,7 +1,7 @@ # # spec file for package sendxmpp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,12 +24,12 @@ Group: Productivity/Networking/Talk/Clients URL: https://sendxmpp.hostname.sk/ Source0: https://github.com/lhost/sendxmpp/archive/v%{version}.tar.gz -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +Requires: perl(IO::Socket::SSL) >= 0.81 Requires: perl(Net::XMPP) -%perl_requires +BuildArch: noarch +%{perl_requires} %description sendxmpp is a perl-script to send xmpp (jabber), similar to @@ -39,8 +39,8 @@ %setup -q %build -%{__perl} Makefile.PL -make %{?_smp_mflags} +perl Makefile.PL +%make_build %install %perl_make_install @@ -48,6 +48,5 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,-) %changelog
