forked from pool/perl-HTTP-BrowserDetect
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
This commit is contained in:
committed by
Git OBS Bridge
parent
7f53906341
commit
dda1e5dc9a
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2157f33a1ae4019b6044418b78a5422e027158dcc7f3d5af48ab869e2eedee3f
|
|
||||||
size 121365
|
|
3
HTTP-BrowserDetect-3.33.tar.gz
Normal file
3
HTTP-BrowserDetect-3.33.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a09c22d93f5385eaa1227e31ecb91ffdb737ce2b11681222e75eb2355a77378c
|
||||||
|
size 121986
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 22 03:07:08 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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 <timueller+perl@suse.de>
|
Thu Jul 30 03:10:35 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTTP-BrowserDetect
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
%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
|
Summary: Determine Web browser, version, and platform from an HTTP user agent string
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Hash::Merge)
|
BuildRequires: perl(Hash::Merge)
|
||||||
BuildRequires: perl(JSON::PP) >= 4.04
|
BuildRequires: perl(JSON::PP) >= 4.04
|
||||||
BuildRequires: perl(List::Util) >= 1.49
|
BuildRequires: perl(List::Util) >= 1.49
|
||||||
BuildRequires: perl(Path::Tiny)
|
BuildRequires: perl(Path::Tiny)
|
||||||
|
BuildRequires: perl(Test::Differences)
|
||||||
BuildRequires: perl(Test::FailWarnings)
|
BuildRequires: perl(Test::FailWarnings)
|
||||||
BuildRequires: perl(Test::Most)
|
|
||||||
BuildRequires: perl(Test::NoWarnings)
|
BuildRequires: perl(Test::NoWarnings)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@@ -51,11 +49,11 @@ available at
|
|||||||
http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.
|
http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -66,7 +64,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes CONTRIBUTORS examples README.md TODO
|
%doc Changes CONTRIBUTORS examples README.md TODO
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user