Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-NetPacket for openSUSE:Factory checked in at 2026-02-11 19:11:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-NetPacket (Old) and /work/SRC/openSUSE:Factory/.perl-NetPacket.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-NetPacket" Wed Feb 11 19:11:06 2026 rev:18 rq:1332527 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-NetPacket/perl-NetPacket.changes 2019-07-22 17:18:51.609936029 +0200 +++ /work/SRC/openSUSE:Factory/.perl-NetPacket.new.1670/perl-NetPacket.changes 2026-02-11 19:11:14.470006017 +0100 @@ -1,0 +2,23 @@ +Thu Feb 5 06:14:41 UTC 2026 - Tina Müller <[email protected]> + +- updated to 1.8.0 + see /usr/share/doc/packages/perl-NetPacket/Changes + + 1.8.0 2026-02-04 + [API CHANGES] + [BUG FIXES] + - Add a test for checksum calculation in ICMPv6 which also uses the same + IPv6 pseudo-header as UDP and TCP (Grinnz, GH#17) + - Fix IPv6 pseudo-header formation (fixes Wrong pseudoheader created for + checksum calculation #16) (Grinnz, GH#17) + - Fix ICMPv6 packet length used for checksum (Grinnz, GH#17) + [DOCUMENTATION] + [ENHANCEMENTS] + - Add support for SLL and SLL2 (Linux cooked capture) (Grinnz, GH#18) + [MISC] + - Move to Test2 for the testing + [NEW FEATURES] + [STATISTICS] + - code churn: 25 files changed, 749 insertions(+), 66 deletions(-) + +------------------------------------------------------------------- Old: ---- NetPacket-1.7.2.tar.gz New: ---- NetPacket-1.8.0.tar.gz README.md _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-NetPacket.spec ++++++ --- /var/tmp/diff_new_pack.MCH7G1/_old 2026-02-11 19:11:14.926025218 +0100 +++ /var/tmp/diff_new_pack.MCH7G1/_new 2026-02-11 19:11:14.930025387 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-NetPacket # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,21 @@ # +%define cpan_name NetPacket Name: perl-NetPacket -Version: 1.7.2 +Version: 1.8.0 Release: 0 -%define cpan_name NetPacket -Summary: Assemble/disassemble network packets at the protocol level License: Artistic-2.0 -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +Summary: Assemble/disassemble network packets at the protocol level +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/Y/YA/YANICK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml +Source100: README.md BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Socket) >= 1.87 +BuildRequires: perl(Test2::Bundle::More) BuildRequires: perl(parent) Requires: perl(Socket) >= 1.87 Requires: perl(parent) @@ -52,11 +52,11 @@ unusual situations difficult. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -67,7 +67,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes CODE_OF_CONDUCT.md CONTRIBUTORS doap.xml README README.mkdn +%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md CONTRIBUTORS doap.xml README README.mkdn SECURITY.md %license LICENSE ++++++ NetPacket-1.7.2.tar.gz -> NetPacket-1.8.0.tar.gz ++++++ ++++ 2562 lines of diff (skipped) ++++++ README.md ++++++ ## Build Results Current state of perl in openSUSE:Factory is  The current state of perl in the devel project build (devel:languages:perl)  ++++++ _scmsync.obsinfo ++++++ mtime: 1770272081 commit: b8179471f5dd6f55c6fd8ec20c17142e16e7b7bb4228499cd132fd1c331ed934 url: https://src.opensuse.org/perl/perl-NetPacket.git revision: b8179471f5dd6f55c6fd8ec20c17142e16e7b7bb4228499cd132fd1c331ed934 projectscmsync: https://src.opensuse.org/perl/_ObsPrj ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-02-08 21:56:36.000000000 +0100 @@ -0,0 +1 @@ +.osc
