8
0

Accepting request 744723 from devel:languages:perl:autoupdate

- updated to 3.24
   see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
  3.24      2019-10-31 17:48:35Z
      - Bump JSON::PP to 4.04. Fixes #169 (GH#170) (Olaf Alders)
      - Remove links to AnnoCPAN (GH#168) (Petr)
      - Fixed pod error as reported by CPANTS. (GH#166) (Mohammad S Anwar)
      - Fix bad syntax in SYNOPSIS (reported by John Blumel) (GH#163) (Olaf Alders)

OBS-URL: https://build.opensuse.org/request/show/744723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-BrowserDetect?expand=0&rev=27
This commit is contained in:
Lars Vogdt
2019-11-03 17:51:41 +00:00
committed by Git OBS Bridge
parent 5352daf33e
commit bdb0373dc9
4 changed files with 17 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Nov 1 10:31:12 UTC 2019 - <timueller+perl@suse.de>
- updated to 3.24
see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
3.24 2019-10-31 17:48:35Z
- Bump JSON::PP to 4.04. Fixes #169 (GH#170) (Olaf Alders)
- Remove links to AnnoCPAN (GH#168) (Petr)
- Fixed pod error as reported by CPANTS. (GH#166) (Mohammad S Anwar)
- Fix bad syntax in SYNOPSIS (reported by John Blumel) (GH#163) (Olaf Alders)
-------------------------------------------------------------------
Fri Apr 5 05:09:08 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -17,7 +17,7 @@
Name: perl-HTTP-BrowserDetect
Version: 3.23
Version: 3.24
Release: 0
%define cpan_name HTTP-BrowserDetect
Summary: Determine Web browser, version, and platform from an HTTP user agent string
@@ -31,7 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Hash::Merge)
BuildRequires: perl(JSON::PP)
BuildRequires: perl(JSON::PP) >= 4.04
BuildRequires: perl(List::Util) >= 1.49
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Test::FailWarnings)