Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-IO-Tty for openSUSE:Factory checked in at 2023-12-09 22:49:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-IO-Tty (Old) and /work/SRC/openSUSE:Factory/.perl-IO-Tty.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-IO-Tty" Sat Dec 9 22:49:54 2023 rev:27 rq:1132231 version:1.180.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-IO-Tty/perl-IO-Tty.changes 2022-11-25 14:08:04.717175263 +0100 +++ /work/SRC/openSUSE:Factory/.perl-IO-Tty.new.25432/perl-IO-Tty.changes 2023-12-09 22:50:21.241233386 +0100 @@ -1,0 +2,9 @@ +Tue Nov 28 03:07:45 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 1.18 + see /usr/share/doc/packages/perl-IO-Tty/ChangeLog + + 1.18 2023-11-27 Todd Rinaldo <to...@cpan.org> + * #35 - Address Freebsd build issue: Make function checks more robust within shared lib + +------------------------------------------------------------------- Old: ---- IO-Tty-1.17.tar.gz New: ---- IO-Tty-1.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-IO-Tty.spec ++++++ --- /var/tmp/diff_new_pack.FYJHPo/_old 2023-12-09 22:50:22.233269353 +0100 +++ /var/tmp/diff_new_pack.FYJHPo/_new 2023-12-09 22:50:22.237269500 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-IO-Tty # -# 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 @@ -18,15 +18,19 @@ %define cpan_name IO-Tty Name: perl-IO-Tty -Version: 1.17 +Version: 1.180.0 Release: 0 +%define cpan_version 1.18 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Pseudo ttys and constants URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros +Provides: perl(IO::Pty) = %{version} +Provides: perl(IO::Tty) = %{version} +%define __perllib_provides /bin/true %{perl_requires} %description @@ -60,8 +64,9 @@ Thanks! %prep -%autosetup -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{cpan_version} + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" ++++++ IO-Tty-1.17.tar.gz -> IO-Tty-1.18.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IO-Tty-1.17/ChangeLog new/IO-Tty-1.18/ChangeLog --- old/IO-Tty-1.17/ChangeLog 2022-11-11 21:14:48.000000000 +0100 +++ new/IO-Tty-1.18/ChangeLog 2023-11-28 02:24:44.000000000 +0100 @@ -1,3 +1,6 @@ +1.18 2023-11-27 Todd Rinaldo <to...@cpan.org> + * #35 - Address Freebsd build issue: Make function checks more robust within shared lib + 1.17 2022-11-11 Todd Rinaldo <to...@cpan.org> * Switch changelog entries to metacpan friendly format * #29 - Fix printf format conversion specifiers in croak to support size_t on all platforms diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IO-Tty-1.17/META.json new/IO-Tty-1.18/META.json --- old/IO-Tty-1.17/META.json 2022-11-11 21:15:01.000000000 +0100 +++ new/IO-Tty-1.18/META.json 2023-11-28 02:27:53.000000000 +0100 @@ -43,6 +43,6 @@ "url" : "https://github.com/toddr/IO-Tty" } }, - "version" : "1.17", + "version" : "1.18", "x_serialization_backend" : "JSON::PP version 4.07" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IO-Tty-1.17/META.yml new/IO-Tty-1.18/META.yml --- old/IO-Tty-1.17/META.yml 2022-11-11 21:15:01.000000000 +0100 +++ new/IO-Tty-1.18/META.yml 2023-11-28 02:27:53.000000000 +0100 @@ -21,5 +21,5 @@ bugtracker: https://github.com/toddr/IO-Tty/issues license: http://dev.perl.org/licenses/ repository: https://github.com/toddr/IO-Tty -version: '1.17' +version: '1.18' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IO-Tty-1.17/Makefile.PL new/IO-Tty-1.18/Makefile.PL --- old/IO-Tty-1.17/Makefile.PL 2022-11-11 21:14:48.000000000 +0100 +++ new/IO-Tty-1.18/Makefile.PL 2023-11-28 02:25:47.000000000 +0100 @@ -37,7 +37,7 @@ my %define; my @libs; -my $Package_Version = '1.17'; # keep this consistent with Tty.pm +my $Package_Version = '1.18'; # keep this consistent with Tty.pm my $Is_Beta = ($Package_Version =~ m/_/); open(SUB, ">xssubs.c") or die "open: $!"; @@ -163,7 +163,8 @@ #if defined (__stub_$f) || defined (__stub___$f) choke me #else -f = $f (); +f = $f; +f(); #endif ; @@ -173,7 +174,7 @@ close(TST); print "Looking for $f()" . "." x (13-length($f)) . " "; - if (system("$cfg{'cc'} $flags $funcs{$f} functest_$f.c > functest_$f.log 2>&1")) { + if (system("$cfg{'cc'} $flags -Wl,--no-undefined $funcs{$f} functest_$f.c > functest_$f.log 2>&1")) { print "not found.\n"; } else { $define{"-DHAVE_\U$f"} = undef; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IO-Tty-1.17/Pty.pm new/IO-Tty-1.18/Pty.pm --- old/IO-Tty-1.17/Pty.pm 2022-11-11 21:14:48.000000000 +0100 +++ new/IO-Tty-1.18/Pty.pm 2023-11-28 02:25:47.000000000 +0100 @@ -10,7 +10,7 @@ use vars qw(@ISA $VERSION); -$VERSION = '1.17'; # keep same as in Tty.pm +$VERSION = '1.18'; # keep same as in Tty.pm @ISA = qw(IO::Handle); eval { local $^W = 0; undef local $SIG{__DIE__}; require IO::Stty }; @@ -158,7 +158,7 @@ =head1 VERSION -1.17 +1.18 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IO-Tty-1.17/README new/IO-Tty-1.18/README --- old/IO-Tty-1.17/README 2022-11-11 21:14:48.000000000 +0100 +++ new/IO-Tty-1.18/README 2023-11-28 02:25:47.000000000 +0100 @@ -2,7 +2,7 @@ IO::Tty - Low-level allocate a pseudo-Tty, import constants. VERSION - 1.17 + 1.18 SYNOPSIS use IO::Tty qw(TIOCNOTTY); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IO-Tty-1.17/Tty.pm new/IO-Tty-1.18/Tty.pm --- old/IO-Tty-1.17/Tty.pm 2022-11-11 21:14:48.000000000 +0100 +++ new/IO-Tty-1.18/Tty.pm 2023-11-28 02:25:47.000000000 +0100 @@ -15,8 +15,8 @@ use vars qw(@ISA $VERSION $XS_VERSION $CONFIG $DEBUG); -$VERSION = '1.17'; -$XS_VERSION = "1.17"; +$VERSION = '1.18'; +$XS_VERSION = "1.18"; @ISA = qw(IO::Handle); eval { local $^W = 0; undef local $SIG{__DIE__}; require IO::Stty }; @@ -122,7 +122,7 @@ =head1 VERSION -1.17 +1.18 =head1 SYNOPSIS