Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-HTTP-BrowserDetect for
openSUSE:Factory checked in at 2023-10-26 17:15:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-BrowserDetect (Old)
and /work/SRC/openSUSE:Factory/.perl-HTTP-BrowserDetect.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-BrowserDetect"
Thu Oct 26 17:15:13 2023 rev:9 rq:1120575 version:3.400.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-HTTP-BrowserDetect/perl-HTTP-BrowserDetect.changes
2023-09-13 20:45:11.787429549 +0200
+++
/work/SRC/openSUSE:Factory/.perl-HTTP-BrowserDetect.new.24901/perl-HTTP-BrowserDetect.changes
2023-10-26 17:16:06.447989613 +0200
@@ -1,0 +2,9 @@
+Fri Oct 20 03:06:27 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 3.40
+ see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
+
+ 3.40 2023-10-19 16:23:54Z
+ - Remove Hash::Merge (GH#205) (Olaf Alders)
+
+-------------------------------------------------------------------
Old:
----
HTTP-BrowserDetect-3.39.tar.gz
New:
----
HTTP-BrowserDetect-3.40.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTTP-BrowserDetect.spec ++++++
--- /var/tmp/diff_new_pack.ImwM34/_old 2023-10-26 17:16:06.948007977 +0200
+++ /var/tmp/diff_new_pack.ImwM34/_new 2023-10-26 17:16:06.948007977 +0200
@@ -18,9 +18,9 @@
%define cpan_name HTTP-BrowserDetect
Name: perl-HTTP-BrowserDetect
-Version: 3.390.0
+Version: 3.400.0
Release: 0
-%define cpan_version 3.39
+%define cpan_version 3.40
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Determine Web browser, version, and platform from an HTTP user
agent string
URL: https://metacpan.org/release/%{cpan_name}
@@ -29,7 +29,6 @@
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Hash::Merge)
BuildRequires: perl(JSON::PP) >= 4.04
BuildRequires: perl(List::Util) >= 1.49
BuildRequires: perl(Path::Tiny)
@@ -37,7 +36,7 @@
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Warnings)
-Provides: perl(HTTP::BrowserDetect) = 3.390.0
+Provides: perl(HTTP::BrowserDetect) = 3.400.0
%define __perllib_provides /bin/true
%{perl_requires}
@@ -46,7 +45,7 @@
string. The results of these tests are available via methods of the object.
For an online demonstration of this module's parsing, you can check out
-http://www.browserdetect.org/
+https://www.browserdetect.org/
This module was originally based upon the JavaScript browser detection code
available at
++++++ HTTP-BrowserDetect-3.39.tar.gz -> HTTP-BrowserDetect-3.40.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-BrowserDetect-3.39/CONTRIBUTORS
new/HTTP-BrowserDetect-3.40/CONTRIBUTORS
--- old/HTTP-BrowserDetect-3.39/CONTRIBUTORS 2023-09-08 15:07:35.000000000
+0200
+++ new/HTTP-BrowserDetect-3.40/CONTRIBUTORS 2023-10-19 18:24:05.000000000
+0200
@@ -13,6 +13,7 @@
* cho45
* Daniel Stadie
* David Ihnen
+ * dependabot[bot]
* Douglas Christopher Wilson
* Graham Barr
* gregor herrmann
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-BrowserDetect-3.39/Changes
new/HTTP-BrowserDetect-3.40/Changes
--- old/HTTP-BrowserDetect-3.39/Changes 2023-09-08 15:07:35.000000000 +0200
+++ new/HTTP-BrowserDetect-3.40/Changes 2023-10-19 18:24:05.000000000 +0200
@@ -1,5 +1,8 @@
Revision history for Perl extension HTTP::BrowserDetect.
+3.40 2023-10-19 16:23:54Z
+ - Remove Hash::Merge (GH#205) (Olaf Alders)
+
3.39 2023-09-08 13:07:26Z
- Match iOS by `iPod|iPhone|iPad` with word boundary (GH#203) (sakakibear)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-BrowserDetect-3.39/META.json
new/HTTP-BrowserDetect-3.40/META.json
--- old/HTTP-BrowserDetect-3.39/META.json 2023-09-08 15:07:35.000000000
+0200
+++ new/HTTP-BrowserDetect-3.40/META.json 2023-10-19 18:24:05.000000000
+0200
@@ -74,7 +74,6 @@
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"FindBin" : "0",
- "Hash::Merge" : "0",
"JSON::PP" : "4.04",
"List::Util" : "1.49",
"Path::Tiny" : "0",
@@ -97,7 +96,7 @@
"web" : "https://github.com/oalders/http-browserdetect"
}
},
- "version" : "3.39",
+ "version" : "3.40",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.038000"
@@ -783,7 +782,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
- "tag" : "v3.39",
+ "tag" : "v3.40",
"tag_format" : "v%V",
"tag_message" : "v%V"
},
@@ -955,6 +954,7 @@
"cho45 <[email protected]>",
"Daniel Stadie <[email protected]>",
"David Ihnen <[email protected]>",
+ "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"Douglas Christopher Wilson <[email protected]>",
"Graham Barr <[email protected]>",
"gregor herrmann <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-BrowserDetect-3.39/META.yml
new/HTTP-BrowserDetect-3.40/META.yml
--- old/HTTP-BrowserDetect-3.39/META.yml 2023-09-08 15:07:35.000000000
+0200
+++ new/HTTP-BrowserDetect-3.40/META.yml 2023-10-19 18:24:05.000000000
+0200
@@ -8,7 +8,6 @@
ExtUtils::MakeMaker: '0'
File::Spec: '0'
FindBin: '0'
- Hash::Merge: '0'
JSON::PP: '4.04'
List::Util: '1.49'
Path::Tiny: '0'
@@ -38,7 +37,7 @@
bugtracker: https://github.com/oalders/http-browserdetect/issues
homepage: https://github.com/oalders/http-browserdetect
repository: https://github.com/oalders/http-browserdetect.git
-version: '3.39'
+version: '3.40'
x_Dist_Zilla:
perl:
version: '5.038000'
@@ -599,7 +598,7 @@
branch: ~
changelog: Changes
signed: 0
- tag: v3.39
+ tag: v3.40
tag_format: v%V
tag_message: v%V
Dist::Zilla::Role::Git::Repo:
@@ -728,6 +727,7 @@
- 'cho45 <[email protected]>'
- 'Daniel Stadie <[email protected]>'
- 'David Ihnen <[email protected]>'
+ - 'dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>'
- 'Douglas Christopher Wilson <[email protected]>'
- 'Graham Barr <[email protected]>'
- 'gregor herrmann <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-BrowserDetect-3.39/Makefile.PL
new/HTTP-BrowserDetect-3.40/Makefile.PL
--- old/HTTP-BrowserDetect-3.39/Makefile.PL 2023-09-08 15:07:35.000000000
+0200
+++ new/HTTP-BrowserDetect-3.40/Makefile.PL 2023-10-19 18:24:05.000000000
+0200
@@ -24,7 +24,6 @@
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"FindBin" => 0,
- "Hash::Merge" => 0,
"JSON::PP" => "4.04",
"List::Util" => "1.49",
"Path::Tiny" => 0,
@@ -33,7 +32,7 @@
"Test::NoWarnings" => 0,
"Test::Warnings" => 0
},
- "VERSION" => "3.39",
+ "VERSION" => "3.40",
"test" => {
"TESTS" => "t/*.t"
}
@@ -44,7 +43,6 @@
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"FindBin" => 0,
- "Hash::Merge" => 0,
"JSON::PP" => "4.04",
"List::Util" => "1.49",
"Path::Tiny" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-BrowserDetect-3.39/README.md
new/HTTP-BrowserDetect-3.40/README.md
--- old/HTTP-BrowserDetect-3.39/README.md 2023-09-08 15:07:35.000000000
+0200
+++ new/HTTP-BrowserDetect-3.40/README.md 2023-10-19 18:24:05.000000000
+0200
@@ -4,7 +4,7 @@
# VERSION
-version 3.39
+version 3.40
# SYNOPSIS
@@ -49,7 +49,7 @@
string. The results of these tests are available via methods of the object.
For an online demonstration of this module's parsing, you can check out
-[http://www.browserdetect.org/](http://www.browserdetect.org/)
+[https://www.browserdetect.org/](https://www.browserdetect.org/)
This module was originally based upon the JavaScript browser detection
code available at
@@ -820,7 +820,7 @@
- GitHub Source Repository
-
[http://github.com/oalders/http-browserdetect](http://github.com/oalders/http-browserdetect)
+
[https://github.com/oalders/http-browserdetect](https://github.com/oalders/http-browserdetect)
- Reporting Issues
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-BrowserDetect-3.39/cpanfile
new/HTTP-BrowserDetect-3.40/cpanfile
--- old/HTTP-BrowserDetect-3.39/cpanfile 2023-09-08 15:07:35.000000000
+0200
+++ new/HTTP-BrowserDetect-3.40/cpanfile 2023-10-19 18:24:05.000000000
+0200
@@ -9,7 +9,6 @@
requires "ExtUtils::MakeMaker" => "0";
requires "File::Spec" => "0";
requires "FindBin" => "0";
- requires "Hash::Merge" => "0";
requires "JSON::PP" => "4.04";
requires "List::Util" => "1.49";
requires "Path::Tiny" => "0";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-BrowserDetect-3.39/lib/HTTP/BrowserDetect.pm
new/HTTP-BrowserDetect-3.40/lib/HTTP/BrowserDetect.pm
--- old/HTTP-BrowserDetect-3.39/lib/HTTP/BrowserDetect.pm 2023-09-08
15:07:35.000000000 +0200
+++ new/HTTP-BrowserDetect-3.40/lib/HTTP/BrowserDetect.pm 2023-10-19
18:24:05.000000000 +0200
@@ -5,7 +5,7 @@
package HTTP::BrowserDetect;
-our $VERSION = '3.39';
+our $VERSION = '3.40';
# Operating Systems
our @OS_TESTS = qw(
@@ -3073,7 +3073,7 @@
=head1 VERSION
-version 3.39
+version 3.40
=head1 SYNOPSIS
@@ -3118,7 +3118,7 @@
string. The results of these tests are available via methods of the object.
For an online demonstration of this module's parsing, you can check out
-L<http://www.browserdetect.org/>
+L<https://www.browserdetect.org/>
This module was originally based upon the JavaScript browser detection
code available at
@@ -3891,7 +3891,7 @@
=item * GitHub Source Repository
-L<http://github.com/oalders/http-browserdetect>
+L<https://github.com/oalders/http-browserdetect>
=item * Reporting Issues
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-BrowserDetect-3.39/t/00-report-prereqs.dd
new/HTTP-BrowserDetect-3.40/t/00-report-prereqs.dd
--- old/HTTP-BrowserDetect-3.39/t/00-report-prereqs.dd 2023-09-08
15:07:35.000000000 +0200
+++ new/HTTP-BrowserDetect-3.40/t/00-report-prereqs.dd 2023-10-19
18:24:05.000000000 +0200
@@ -50,7 +50,6 @@
'ExtUtils::MakeMaker' => '0',
'File::Spec' => '0',
'FindBin' => '0',
- 'Hash::Merge' => '0',
'JSON::PP' => '4.04',
'List::Util' => '1.49',
'Path::Tiny' => '0',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-BrowserDetect-3.39/t/01-detect.t
new/HTTP-BrowserDetect-3.40/t/01-detect.t
--- old/HTTP-BrowserDetect-3.39/t/01-detect.t 2023-09-08 15:07:35.000000000
+0200
+++ new/HTTP-BrowserDetect-3.40/t/01-detect.t 2023-10-19 18:24:05.000000000
+0200
@@ -4,7 +4,6 @@
use warnings;
use FindBin ();
-use Hash::Merge qw( merge );
use JSON::PP ();
use List::Util 1.49 qw( uniq );
use Path::Tiny qw( path );
@@ -34,7 +33,7 @@
my $second_test_count = keys %{$more_tests};
my $expected_total_test_count = $first_test_count + $second_test_count;
-my $all_tests = merge( $tests, $more_tests );
+my $all_tests = { %$tests, %$more_tests };
my $got_total_test_count = keys %{$all_tests};
is( $expected_total_test_count, $got_total_test_count, 'no tests clobbered' );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTTP-BrowserDetect-3.39/xt/author/pod-spell.t
new/HTTP-BrowserDetect-3.40/xt/author/pod-spell.t
--- old/HTTP-BrowserDetect-3.39/xt/author/pod-spell.t 2023-09-08
15:07:35.000000000 +0200
+++ new/HTTP-BrowserDetect-3.40/xt/author/pod-spell.t 2023-10-19
18:24:05.000000000 +0200
@@ -10,6 +10,7 @@
add_stopwords(<DATA>);
all_pod_files_spelling_ok( qw( bin lib ) );
__DATA__
+49699333
Alders
Alders'
Alexandr
@@ -132,6 +133,7 @@
dalvik
daniel
davidihnen
+dependabot
doug
ds
dsi