Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-HTTP-Tiny for openSUSE:Factory checked in at 2023-07-28 22:20:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-HTTP-Tiny.new.32662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-Tiny" Fri Jul 28 22:20:31 2023 rev:18 rq:1101156 version:0.88.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-HTTP-Tiny/perl-HTTP-Tiny.changes 2023-07-03 17:44:49.833441012 +0200 +++ /work/SRC/openSUSE:Factory/.perl-HTTP-Tiny.new.32662/perl-HTTP-Tiny.changes 2023-07-28 22:20:35.093279167 +0200 @@ -1,0 +2,12 @@ +Wed Jul 12 03:07:00 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 0.088 + see /usr/share/doc/packages/perl-HTTP-Tiny/Changes + + 0.088 2023-07-11 08:52:54-04:00 America/New_York + + [DOCS] + + - Update metadata to point to new Perl-Toolchain-Gang repository. + +------------------------------------------------------------------- Old: ---- HTTP-Tiny-0.086.tar.gz New: ---- HTTP-Tiny-0.088.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-HTTP-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.Kh11hc/_old 2023-07-28 22:20:35.693282814 +0200 +++ /var/tmp/diff_new_pack.Kh11hc/_new 2023-07-28 22:20:35.697282838 +0200 @@ -18,18 +18,21 @@ %define cpan_name HTTP-Tiny Name: perl-HTTP-Tiny -Version: 0.086 +Version: 0.88.0 Release: 0 +%define cpan_version 0.088 +Provides: perl(HTTP::Tiny) = 0.88.0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Small, simple, correct HTTP/1.1 client URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(IPC::Cmd) BuildRequires: perl(Test::More) >= 0.96 +%define __perllib_provides /bin/true Recommends: perl(HTTP::CookieJar) >= 0.001 Recommends: perl(IO::Socket::IP) >= 0.32 Recommends: perl(IO::Socket::SSL) >= 1.42 @@ -50,8 +53,9 @@ Cookie support requires HTTP::CookieJar or an equivalent class. %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 ++++++ HTTP-Tiny-0.086.tar.gz -> HTTP-Tiny-0.088.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Tiny-0.086/Changes new/HTTP-Tiny-0.088/Changes --- old/HTTP-Tiny-0.086/Changes 2023-06-22 16:06:45.000000000 +0200 +++ new/HTTP-Tiny-0.088/Changes 2023-07-11 14:53:02.000000000 +0200 @@ -1,5 +1,11 @@ Release notes for HTTP-Tiny +0.088 2023-07-11 08:52:54-04:00 America/New_York + + [DOCS] + + - Update metadata to point to new Perl-Toolchain-Gang repository. + 0.086 2023-06-22 10:06:37-04:00 America/New_York [FIXED] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Tiny-0.086/META.json new/HTTP-Tiny-0.088/META.json --- old/HTTP-Tiny-0.086/META.json 2023-06-22 16:06:45.000000000 +0200 +++ new/HTTP-Tiny-0.088/META.json 2023-07-11 14:53:02.000000000 +0200 @@ -111,22 +111,22 @@ "provides" : { "HTTP::Tiny" : { "file" : "lib/HTTP/Tiny.pm", - "version" : "0.086" + "version" : "0.088" } }, "release_status" : "stable", "resources" : { "bugtracker" : { - "web" : "https://github.com/chansen/p5-http-tiny/issues" + "web" : "https://github.com/Perl-Toolchain-Gang/HTTP-Tiny/issues" }, - "homepage" : "https://github.com/chansen/p5-http-tiny", + "homepage" : "https://github.com/Perl-Toolchain-Gang/HTTP-Tiny", "repository" : { "type" : "git", - "url" : "https://github.com/chansen/p5-http-tiny.git", - "web" : "https://github.com/chansen/p5-http-tiny" + "url" : "https://github.com/Perl-Toolchain-Gang/HTTP-Tiny.git", + "web" : "https://github.com/Perl-Toolchain-Gang/HTTP-Tiny" } }, - "version" : "0.086", + "version" : "0.088", "x_authority" : "cpan:DAGOLDEN", "x_contributors" : [ "Alan Gardner <gard...@pythian.com>", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Tiny-0.086/META.yml new/HTTP-Tiny-0.088/META.yml --- old/HTTP-Tiny-0.086/META.yml 2023-06-22 16:06:45.000000000 +0200 +++ new/HTTP-Tiny-0.088/META.yml 2023-07-11 14:53:02.000000000 +0200 @@ -39,7 +39,7 @@ provides: HTTP::Tiny: file: lib/HTTP/Tiny.pm - version: '0.086' + version: '0.088' recommends: HTTP::CookieJar: '0.001' IO::Socket::IP: '0.32' @@ -58,10 +58,10 @@ strict: '0' warnings: '0' resources: - bugtracker: https://github.com/chansen/p5-http-tiny/issues - homepage: https://github.com/chansen/p5-http-tiny - repository: https://github.com/chansen/p5-http-tiny.git -version: '0.086' + bugtracker: https://github.com/Perl-Toolchain-Gang/HTTP-Tiny/issues + homepage: https://github.com/Perl-Toolchain-Gang/HTTP-Tiny + repository: https://github.com/Perl-Toolchain-Gang/HTTP-Tiny.git +version: '0.088' x_authority: cpan:DAGOLDEN x_contributors: - 'Alan Gardner <gard...@pythian.com>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Tiny-0.086/Makefile.PL new/HTTP-Tiny-0.088/Makefile.PL --- old/HTTP-Tiny-0.086/Makefile.PL 2023-06-22 16:06:45.000000000 +0200 +++ new/HTTP-Tiny-0.088/Makefile.PL 2023-07-11 14:53:02.000000000 +0200 @@ -42,7 +42,7 @@ "lib" => 0, "open" => 0 }, - "VERSION" => "0.086", + "VERSION" => "0.088", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Tiny-0.086/README new/HTTP-Tiny-0.088/README --- old/HTTP-Tiny-0.086/README 2023-06-22 16:06:45.000000000 +0200 +++ new/HTTP-Tiny-0.088/README 2023-07-11 14:53:02.000000000 +0200 @@ -2,7 +2,7 @@ HTTP::Tiny - A small, simple, correct HTTP/1.1 client VERSION - version 0.086 + version 0.088 SYNOPSIS use HTTP::Tiny; @@ -498,16 +498,16 @@ SUPPORT Bugs / Feature Requests Please report any bugs or feature requests through the issue tracker at - <https://github.com/chansen/p5-http-tiny/issues>. You will be notified - automatically of any progress on your issue. + <https://github.com/Perl-Toolchain-Gang/HTTP-Tiny/issues>. You will be + notified automatically of any progress on your issue. Source Code This is open source software. The code repository is available for public review and contribution under the terms of the license. - <https://github.com/chansen/p5-http-tiny> + <https://github.com/Perl-Toolchain-Gang/HTTP-Tiny> - git clone https://github.com/chansen/p5-http-tiny.git + git clone https://github.com/Perl-Toolchain-Gang/HTTP-Tiny.git AUTHORS * Christian Hansen <chan...@cpan.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Tiny-0.086/lib/HTTP/Tiny.pm new/HTTP-Tiny-0.088/lib/HTTP/Tiny.pm --- old/HTTP-Tiny-0.086/lib/HTTP/Tiny.pm 2023-06-22 16:06:45.000000000 +0200 +++ new/HTTP-Tiny-0.088/lib/HTTP/Tiny.pm 2023-07-11 14:53:02.000000000 +0200 @@ -4,7 +4,7 @@ use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client -our $VERSION = '0.086'; +our $VERSION = '0.088'; sub _croak { require Carp; Carp::croak(@_) } @@ -1727,7 +1727,7 @@ =head1 VERSION -version 0.086 +version 0.088 =head1 SYNOPSIS @@ -2351,7 +2351,7 @@ =head2 Bugs / Feature Requests Please report any bugs or feature requests through the issue tracker -at L<https://github.com/chansen/p5-http-tiny/issues>. +at L<https://github.com/Perl-Toolchain-Gang/HTTP-Tiny/issues>. You will be notified automatically of any progress on your issue. =head2 Source Code @@ -2359,9 +2359,9 @@ This is open source software. The code repository is available for public review and contribution under the terms of the license. -L<https://github.com/chansen/p5-http-tiny> +L<https://github.com/Perl-Toolchain-Gang/HTTP-Tiny> - git clone https://github.com/chansen/p5-http-tiny.git + git clone https://github.com/Perl-Toolchain-Gang/HTTP-Tiny.git =head1 AUTHORS