forked from pool/perl-HTTP-BrowserDetect
Accepting request 384081 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/384081 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-BrowserDetect?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
ca84e7adfe
commit
491659f261
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e75a6016600ee1d10a6672c0880b837b8c3a4c7c52132231ab60c2762ea68ebd
|
||||
size 86523
|
3
HTTP-BrowserDetect-3.10.tar.gz
Normal file
3
HTTP-BrowserDetect-3.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fe863def7630065177c8648501a04585fba4b9db120ab4ddea1f1677157b3cf
|
||||
size 90326
|
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 09:48:07 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 3.10
|
||||
see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
|
||||
|
||||
3.10 2016-03-29 22:15:35 America/Toronto
|
||||
- Big change: Add robot version detection, distinct from browser
|
||||
version (first cut) (andrewmoise)
|
||||
- Add browsers: Pubsub (Safari RSS reader), ADM (Android Download
|
||||
Manager), ImageSearcherPro (iOS app) (andrewmoise)
|
||||
- Add robots: Google favicon, malware/shellcode, phplib,
|
||||
Verisign IPS agent, Nutch, thumbtack-thunderdome (andrewmoise)
|
||||
- Distinguish Bingbot from MSNbot (andrewmoise)
|
||||
- Only detect wget based on the beginning of the user-agent
|
||||
(andrewmoise)
|
||||
- Misc fixes to test support scripts (andrewmoise)
|
||||
- Add Kindle Fire (andrewmoise)
|
||||
- Detect curl by matching /^curl/ as well as /libcurl/
|
||||
(andrewmoise)
|
||||
- Remove webcrawler robot test (it triggers on too many distinct
|
||||
robots which all include "webcrawler") (andrewmoise)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 10:22:26 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-HTTP-BrowserDetect
|
||||
Version: 3.00
|
||||
Version: 3.10
|
||||
Release: 0
|
||||
%define cpan_name HTTP-BrowserDetect
|
||||
Summary: Determine Web browser, version, and platform from an HTTP user agent string
|
||||
@@ -30,13 +30,12 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(JSON::PP) >= 2.27300
|
||||
BuildRequires: perl(JSON::PP)
|
||||
BuildRequires: perl(Module::Build) >= 0.280000
|
||||
BuildRequires: perl(Path::Tiny)
|
||||
BuildRequires: perl(Test::FailWarnings)
|
||||
BuildRequires: perl(Test::Most)
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
Requires: perl(JSON::PP) >= 2.27300
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user