Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Stream-Buffered for
openSUSE:Factory checked in at 2026-06-08 14:18:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Stream-Buffered (Old)
and /work/SRC/openSUSE:Factory/.perl-Stream-Buffered.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Stream-Buffered"
Mon Jun 8 14:18:29 2026 rev:5 rq:1357700 version:0.30.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Stream-Buffered/perl-Stream-Buffered.changes
2014-09-17 17:26:05.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Stream-Buffered.new.2375/perl-Stream-Buffered.changes
2026-06-08 14:24:36.623291402 +0200
@@ -1,0 +2,5 @@
+Sat Jun 6 17:58:28 UTC 2026 - Tina Müller <[email protected]>
+
+- See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
New:
----
README.md
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Stream-Buffered.spec ++++++
--- /var/tmp/diff_new_pack.6B1wJF/_old 2026-06-08 14:24:37.211315786 +0200
+++ /var/tmp/diff_new_pack.6B1wJF/_new 2026-06-08 14:24:37.215315953 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Stream-Buffered
#
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -12,25 +12,31 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%define cpan_name Stream-Buffered
Name: perl-Stream-Buffered
-Version: 0.03
+Version: 0.30.0
Release: 0
-%define cpan_name Stream-Buffered
-Summary: temporary buffer to save bytes
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Stream-Buffered/
-Source:
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
+# 0.03 -> normalize -> 0.30.0
+%define cpan_version 0.03
+License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Temporary buffer to save bytes
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{cpan_version}.tar.gz
+Source100: README.md
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(IO::File) >= 1.14
Requires: perl(IO::File) >= 1.14
+Provides: perl(Stream::Buffered) = %{version}
+Provides: perl(Stream::Buffered::Auto)
+Provides: perl(Stream::Buffered::File)
+Provides: perl(Stream::Buffered::PerlIO)
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -40,14 +46,14 @@
length of the size.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -55,6 +61,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE README
+%doc Changes README
+%license LICENSE
++++++ 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: 1780768716
commit: c7c8d332e1186acb89951d5b696e173fc621a08dc94b1715ef05b83607b56b29
url: https://src.opensuse.org/perl/perl-Stream-Buffered
revision: c7c8d332e1186acb89951d5b696e173fc621a08dc94b1715ef05b83607b56b29
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-06-06 19:58:36.000000000 +0200
@@ -0,0 +1 @@
+.osc