forked from pool/perl-HTTP-BrowserDetect
Accepting request 303907 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/303907 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-BrowserDetect?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
59fe3a81cd
commit
67a53e6e61
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:69dfc12dc417a791541bfb35ac725c6f51546517757c0278f0b6c284979e1dbc
|
|
||||||
size 63968
|
|
3
HTTP-BrowserDetect-2.01.tar.gz
Normal file
3
HTTP-BrowserDetect-2.01.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8f393b9ae2c20d68450b6c7ec9cfc423247626041e28f19ba9a0a77d49ff689
|
||||||
|
size 90180
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 25 07:17:03 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.01
|
||||||
|
see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
|
||||||
|
|
||||||
|
2.01 2015-04-24 23:05:13 America/Toronto
|
||||||
|
- Handle "CriOS" entries correctly (andrewmoise)
|
||||||
|
- Only detect java when no browser is detected, and make UCBrowser a
|
||||||
|
detected browser (andrewmoise)
|
||||||
|
- Detect "tablet" on Kindle Fire (and Chrome on Android tablets in general)
|
||||||
|
(andrewmoise)
|
||||||
|
- Distinguish Android tablets in device_string (andrewmoise)
|
||||||
|
- Handle CriOS, rubylib, golib, and Dalvik (andrewmoise)
|
||||||
|
- Detect "Mobilesafari/" as Mobile Safari (andrewmoise)
|
||||||
|
- Detect "Windows 2000" as Win2k (andrewmoise)
|
||||||
|
- Only detect NCR Unix on word boundary (andrewmoise)
|
||||||
|
- Try tighter detection of robot names based on fragments (andrewmoise)
|
||||||
|
- Fix java detection to be more strict (andrewmoise)
|
||||||
|
- Fix up Android tablet detection (andrewmoise)
|
||||||
|
- Add proper detection for old Windows versions in Opera (andrewmoise)
|
||||||
|
- Add apache http client detection (andrewmoise)
|
||||||
|
- Fix detection of SCO Unix to trigger fewer false positives (andrewmoise)
|
||||||
|
- Correct detection of (most) robots based on "+http://blah" (andrewmoise)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 14 19:51:07 UTC 2015 - coolo@suse.com
|
Tue Apr 14 19:51:07 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,20 +17,21 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-HTTP-BrowserDetect
|
Name: perl-HTTP-BrowserDetect
|
||||||
Version: 2.00
|
Version: 2.01
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name HTTP-BrowserDetect
|
%define cpan_name HTTP-BrowserDetect
|
||||||
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
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/HTTP-BrowserDetect/
|
Url: http://search.cpan.org/dist/HTTP-BrowserDetect/
|
||||||
Source: http://www.cpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(JSON::PP)
|
BuildRequires: perl(JSON::PP)
|
||||||
BuildRequires: perl(Module::Build) >= 0.28
|
BuildRequires: perl(Module::Build) >= 0.280000
|
||||||
BuildRequires: perl(Path::Tiny)
|
BuildRequires: perl(Path::Tiny)
|
||||||
BuildRequires: perl(Test::FailWarnings)
|
BuildRequires: perl(Test::FailWarnings)
|
||||||
BuildRequires: perl(Test::Most)
|
BuildRequires: perl(Test::Most)
|
||||||
|
Reference in New Issue
Block a user