From 491659f261b5b5b9bf8bbcc3ae17fa2b6e7d367fb60437f9f249aaac292c8f9b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 6 Apr 2016 06:50:43 +0000 Subject: [PATCH] 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 --- HTTP-BrowserDetect-3.00.tar.gz | 3 --- HTTP-BrowserDetect-3.10.tar.gz | 3 +++ perl-HTTP-BrowserDetect.changes | 23 +++++++++++++++++++++++ perl-HTTP-BrowserDetect.spec | 5 ++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 HTTP-BrowserDetect-3.00.tar.gz create mode 100644 HTTP-BrowserDetect-3.10.tar.gz diff --git a/HTTP-BrowserDetect-3.00.tar.gz b/HTTP-BrowserDetect-3.00.tar.gz deleted file mode 100644 index f52fffa..0000000 --- a/HTTP-BrowserDetect-3.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e75a6016600ee1d10a6672c0880b837b8c3a4c7c52132231ab60c2762ea68ebd -size 86523 diff --git a/HTTP-BrowserDetect-3.10.tar.gz b/HTTP-BrowserDetect-3.10.tar.gz new file mode 100644 index 0000000..cc18478 --- /dev/null +++ b/HTTP-BrowserDetect-3.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe863def7630065177c8648501a04585fba4b9db120ab4ddea1f1677157b3cf +size 90326 diff --git a/perl-HTTP-BrowserDetect.changes b/perl-HTTP-BrowserDetect.changes index 4e9bb4b..976a2a6 100644 --- a/perl-HTTP-BrowserDetect.changes +++ b/perl-HTTP-BrowserDetect.changes @@ -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 diff --git a/perl-HTTP-BrowserDetect.spec b/perl-HTTP-BrowserDetect.spec index 082968c..6b0709e 100644 --- a/perl-HTTP-BrowserDetect.spec +++ b/perl-HTTP-BrowserDetect.spec @@ -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