From dda1e5dc9a82176dc471d81a8a30f868f82f8b17eb75d7f94d18726ab8abf2bf Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 26 Jul 2021 05:44:13 +0000 Subject: [PATCH] Accepting request 907944 from devel:languages:perl:autoupdate - updated to 3.33 see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes 3.33 2021-07-21 14:38:49Z - Yahoo iOS App as not a robot (GH#188) (Yasuharu Iida) 3.32 2021-07-20 21:13:13Z - add headlesschrome as robot (GH#187) (Ilya Rassadin) - Tidy imports (GH#184) (Olaf Alders) OBS-URL: https://build.opensuse.org/request/show/907944 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-BrowserDetect?expand=0&rev=36 --- HTTP-BrowserDetect-3.31.tar.gz | 3 --- HTTP-BrowserDetect-3.33.tar.gz | 3 +++ perl-HTTP-BrowserDetect.changes | 13 +++++++++++++ perl-HTTP-BrowserDetect.spec | 17 +++++++---------- 4 files changed, 23 insertions(+), 13 deletions(-) delete mode 100644 HTTP-BrowserDetect-3.31.tar.gz create mode 100644 HTTP-BrowserDetect-3.33.tar.gz diff --git a/HTTP-BrowserDetect-3.31.tar.gz b/HTTP-BrowserDetect-3.31.tar.gz deleted file mode 100644 index 8983da3..0000000 --- a/HTTP-BrowserDetect-3.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2157f33a1ae4019b6044418b78a5422e027158dcc7f3d5af48ab869e2eedee3f -size 121365 diff --git a/HTTP-BrowserDetect-3.33.tar.gz b/HTTP-BrowserDetect-3.33.tar.gz new file mode 100644 index 0000000..70de311 --- /dev/null +++ b/HTTP-BrowserDetect-3.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09c22d93f5385eaa1227e31ecb91ffdb737ce2b11681222e75eb2355a77378c +size 121986 diff --git a/perl-HTTP-BrowserDetect.changes b/perl-HTTP-BrowserDetect.changes index 86a7ca3..8e87335 100644 --- a/perl-HTTP-BrowserDetect.changes +++ b/perl-HTTP-BrowserDetect.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jul 22 03:07:08 UTC 2021 - Tina Müller + +- updated to 3.33 + see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes + + 3.33 2021-07-21 14:38:49Z + - Yahoo iOS App as not a robot (GH#188) (Yasuharu Iida) + + 3.32 2021-07-20 21:13:13Z + - add headlesschrome as robot (GH#187) (Ilya Rassadin) + - Tidy imports (GH#184) (Olaf Alders) + ------------------------------------------------------------------- Thu Jul 30 03:10:35 UTC 2020 - Tina Müller diff --git a/perl-HTTP-BrowserDetect.spec b/perl-HTTP-BrowserDetect.spec index 69b03d3..3c7518f 100644 --- a/perl-HTTP-BrowserDetect.spec +++ b/perl-HTTP-BrowserDetect.spec @@ -1,7 +1,7 @@ # # spec file for package perl-HTTP-BrowserDetect # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,26 +16,24 @@ # -Name: perl-HTTP-BrowserDetect -Version: 3.31 -Release: 0 %define cpan_name HTTP-BrowserDetect +Name: perl-HTTP-BrowserDetect +Version: 3.33 +Release: 0 Summary: Determine Web browser, version, and platform from an HTTP user agent string License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.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(Hash::Merge) BuildRequires: perl(JSON::PP) >= 4.04 BuildRequires: perl(List::Util) >= 1.49 BuildRequires: perl(Path::Tiny) +BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::FailWarnings) -BuildRequires: perl(Test::Most) BuildRequires: perl(Test::NoWarnings) %{perl_requires} @@ -51,11 +49,11 @@ available at http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -66,7 +64,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTORS examples README.md TODO %license LICENSE