diff --git a/HTTP-BrowserDetect-2.00.tar.gz b/HTTP-BrowserDetect-2.00.tar.gz deleted file mode 100644 index c50ae4d..0000000 --- a/HTTP-BrowserDetect-2.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69dfc12dc417a791541bfb35ac725c6f51546517757c0278f0b6c284979e1dbc -size 63968 diff --git a/HTTP-BrowserDetect-2.01.tar.gz b/HTTP-BrowserDetect-2.01.tar.gz new file mode 100644 index 0000000..17c917e --- /dev/null +++ b/HTTP-BrowserDetect-2.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f393b9ae2c20d68450b6c7ec9cfc423247626041e28f19ba9a0a77d49ff689 +size 90180 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-HTTP-BrowserDetect.changes b/perl-HTTP-BrowserDetect.changes index dc0ad10..1524ffb 100644 --- a/perl-HTTP-BrowserDetect.changes +++ b/perl-HTTP-BrowserDetect.changes @@ -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 diff --git a/perl-HTTP-BrowserDetect.spec b/perl-HTTP-BrowserDetect.spec index d2d0819..7be40e9 100644 --- a/perl-HTTP-BrowserDetect.spec +++ b/perl-HTTP-BrowserDetect.spec @@ -17,20 +17,21 @@ Name: perl-HTTP-BrowserDetect -Version: 2.00 +Version: 2.01 Release: 0 %define cpan_name HTTP-BrowserDetect Summary: Determine Web browser, version, and platform from an HTTP user agent string License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(JSON::PP) -BuildRequires: perl(Module::Build) >= 0.28 +BuildRequires: perl(Module::Build) >= 0.280000 BuildRequires: perl(Path::Tiny) BuildRequires: perl(Test::FailWarnings) BuildRequires: perl(Test::Most)