Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Libssh-Session for openSUSE:Factory checked in at 2022-11-10 16:40:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Libssh-Session (Old) and /work/SRC/openSUSE:Factory/.perl-Libssh-Session.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Libssh-Session" Thu Nov 10 16:40:33 2022 rev:1 rq:1035065 version:0.8 Changes: -------- New Changes file: --- /dev/null 2022-11-07 00:54:34.859413707 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Libssh-Session.new.1597/perl-Libssh-Session.changes 2022-11-10 16:40:34.803306238 +0100 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Tue Nov 8 13:42:05 UTC 2022 - Frank Schreiner <fschrei...@suse.com> + +- initial package 0.8 + * created by cpanspec 1.82.02 New: ---- Libssh-Session-0.8.tar.gz cpanspec.yml perl-Libssh-Session.changes perl-Libssh-Session.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Libssh-Session.spec ++++++ # # spec file for package perl-Libssh-Session # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define cpan_name Libssh-Session Name: perl-Libssh-Session Version: 0.8 Release: 0 #Upstream: This library is licensed under the Apache License 2.0. Details of this license can be found within the 'LICENSE' text file License: Apache-2.0 Summary: Support for the SSH protocol via libssh URL: https://metacpan.org/release/%{cpan_name} Source0: Libssh-Session-0.8.tar.gz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros %{perl_requires} # MANUAL BEGIN BuildRequires: libssh-devel # MANUAL END %description 'Libssh::Session' is a perl interface to the libssh (http://www.libssh.org) library. It doesn't support all the library. It's working in progress. Right now, you can authenticate and execute commands on a SSH server. %prep %autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %make_build %check make test %install %perl_make_install %perl_process_packlist %perl_gen_filelist %files -f %{name}.files %doc Changes examples README README.md TODO %license LICENSE %changelog ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #no_testing: broken upstream #sources: # - source1 # - source2 #patches: # foo.patch: -p1 # bar.patch: preamble: |- BuildRequires: libssh-devel #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL #post_install: |- # sed on %{name}.files license: Apache-2.0 #skip_noarch: 1 #custom_build: |- #./Build build flags=%{?_smp_mflags} --myflag #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module