8
0

Accepting request 1120564 from devel:languages:perl:autoupdate

- 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)

OBS-URL: https://build.opensuse.org/request/show/1120564
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-BrowserDetect?expand=0&rev=47
This commit is contained in:
Lars Vogdt
2023-10-26 12:52:24 +00:00
committed by Git OBS Bridge
parent ba7bd3331b
commit 409acc1b3d
4 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a25ba56359e67a838fe52314216a31b8a684af5006b088127805c8dc85231fca
size 126308

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f7b118f74d740dba408977f039037af4ad28b305e379a562b40b7d88a73fe7f
size 126351

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 20 03:06:27 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 9 03:06:47 UTC 2023 - Tina Müller <timueller+perl@suse.de> Sat Sep 9 03:06:47 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,9 +18,9 @@
%define cpan_name HTTP-BrowserDetect %define cpan_name HTTP-BrowserDetect
Name: perl-HTTP-BrowserDetect Name: perl-HTTP-BrowserDetect
Version: 3.390.0 Version: 3.400.0
Release: 0 Release: 0
%define cpan_version 3.39 %define cpan_version 3.40
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Determine Web browser, version, and platform from an HTTP user agent string Summary: Determine Web browser, version, and platform from an HTTP user agent string
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -29,7 +29,6 @@ Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Hash::Merge)
BuildRequires: perl(JSON::PP) >= 4.04 BuildRequires: perl(JSON::PP) >= 4.04
BuildRequires: perl(List::Util) >= 1.49 BuildRequires: perl(List::Util) >= 1.49
BuildRequires: perl(Path::Tiny) BuildRequires: perl(Path::Tiny)
@@ -37,7 +36,7 @@ BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Warnings) BuildRequires: perl(Test::Warnings)
Provides: perl(HTTP::BrowserDetect) = 3.390.0 Provides: perl(HTTP::BrowserDetect) = 3.400.0
%define __perllib_provides /bin/true %define __perllib_provides /bin/true
%{perl_requires} %{perl_requires}
@@ -46,7 +45,7 @@ The HTTP::BrowserDetect object does a number of tests on an HTTP user agent
string. The results of these tests are available via methods of the object. 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 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 This module was originally based upon the JavaScript browser detection code
available at available at