forked from pool/perl-HTTP-BrowserDetect
Accepting request 1110563 from devel:languages:perl:autoupdate
- updated to 3.39 see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes 3.39 2023-09-08 13:07:26Z - Match iOS by `iPod|iPhone|iPad` with word boundary (GH#203) (sakakibear) OBS-URL: https://build.opensuse.org/request/show/1110563 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-BrowserDetect?expand=0&rev=45
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e395e9e6b9e0058e9988fd1a12ad98aee14c5bbcefdfcc0f90c2175a807dd33
|
||||
size 123518
|
3
HTTP-BrowserDetect-3.39.tar.gz
Normal file
3
HTTP-BrowserDetect-3.39.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a25ba56359e67a838fe52314216a31b8a684af5006b088127805c8dc85231fca
|
||||
size 126308
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 9 03:06:47 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.39
|
||||
see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
|
||||
|
||||
3.39 2023-09-08 13:07:26Z
|
||||
- Match iOS by `iPod|iPhone|iPad` with word boundary (GH#203) (sakakibear)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 4 03:08:01 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -18,12 +18,13 @@
|
||||
|
||||
%define cpan_name HTTP-BrowserDetect
|
||||
Name: perl-HTTP-BrowserDetect
|
||||
Version: 3.38
|
||||
Version: 3.390.0
|
||||
Release: 0
|
||||
%define cpan_version 3.39
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Determine Web browser, version, and platform from an HTTP user agent string
|
||||
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}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
@@ -36,6 +37,8 @@ BuildRequires: perl(Test::Differences)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Warnings)
|
||||
Provides: perl(HTTP::BrowserDetect) = 3.390.0
|
||||
%define __perllib_provides /bin/true
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -50,7 +53,7 @@ available at
|
||||
http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user