9
0

Accepting request 910834 from devel:languages:perl:autoupdate

- updated to 3.34
   see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
  3.34      2021-08-03 20:09:33Z
      - Fix modern UCBrowser detection (GH#189) (konstantin-pustovalov-qs)
      - Switch from Test::FailWarnings to Test::Warnings (GH#190) (Olaf Alders

OBS-URL: https://build.opensuse.org/request/show/910834
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-BrowserDetect?expand=0&rev=37
This commit is contained in:
2021-08-10 05:53:08 +00:00
committed by Git OBS Bridge
parent dda1e5dc9a
commit 8a02781eeb
4 changed files with 16 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Aug 4 03:06:29 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.34
see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
3.34 2021-08-03 20:09:33Z
- Fix modern UCBrowser detection (GH#189) (konstantin-pustovalov-qs)
- Switch from Test::FailWarnings to Test::Warnings (GH#190) (Olaf Alders
-------------------------------------------------------------------
Thu Jul 22 03:07:08 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name HTTP-BrowserDetect
Name: perl-HTTP-BrowserDetect
Version: 3.33
Version: 3.34
Release: 0
Summary: Determine Web browser, version, and platform from an HTTP user agent string
License: Artistic-1.0 OR GPL-1.0-or-later
@@ -33,8 +33,9 @@ BuildRequires: perl(JSON::PP) >= 4.04
BuildRequires: perl(List::Util) >= 1.49
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::FailWarnings)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Warnings)
%{perl_requires}
%description