forked from pool/perl-HTTP-BrowserDetect
Compare commits
16 Commits
4e4a08be0e
...
main
Author | SHA256 | Date | |
---|---|---|---|
275af5fa35 | |||
5c5ea54487 | |||
bc8c2a7eca | |||
554ba62572 | |||
45355f8631 | |||
c2294b3ef0 | |||
|
409acc1b3d | ||
e37c9fec1d | |||
ba7bd3331b | |||
25aaa9dab3 | |||
4aaf798f11 | |||
f97a9a320f | |||
67de33a6ac | |||
509bf836b9 | |||
|
ae418bf73c | ||
832f908dca |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6d92215774930856cb6295597833770442505322f87d6dd7ec14b5561f8ceaa
|
||||
size 123134
|
3
HTTP-BrowserDetect-3.41.tar.gz
Normal file
3
HTTP-BrowserDetect-3.41.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bca4e37ad8be45c8ba802ba9492497d7dfd3d678009a147806d3704bd01fe9b
|
||||
size 126374
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 05:33:05 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.410.0 (3.41)
|
||||
see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
|
||||
|
||||
3.41 2024-10-02 14:13:45Z
|
||||
- add amazonbot (GH#212) (mla)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:33:07 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Fix disabling of __perllib_provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 20 03:06:27 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.40
|
||||
see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
|
||||
|
||||
3.40 2023-10-19 16:23:54Z
|
||||
- Remove Hash::Merge (GH#205) (Olaf Alders)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- updated to 3.38
|
||||
see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
|
||||
|
||||
3.38 2023-03-03 21:37:52Z
|
||||
- Detect Yandex Browser (GH#201) (altblue)
|
||||
- Detect some "Meta" apps (GH#199) (altblue)
|
||||
- Detect Instagram (GH#200) (altblue)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 06:39:39 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTTP-BrowserDetect
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,17 +18,19 @@
|
||||
|
||||
%define cpan_name HTTP-BrowserDetect
|
||||
Name: perl-HTTP-BrowserDetect
|
||||
Version: 3.37
|
||||
Version: 3.410.0
|
||||
Release: 0
|
||||
# 3.41 -> normalize -> 3.410.0
|
||||
%define cpan_version 3.41
|
||||
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
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
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)
|
||||
@@ -36,6 +38,8 @@ BuildRequires: perl(Test::Differences)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Warnings)
|
||||
Provides: perl(HTTP::BrowserDetect) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -43,14 +47,14 @@ The HTTP::BrowserDetect object does a number of tests on an HTTP user agent
|
||||
string. The results of these tests are available via methods of the object.
|
||||
|
||||
For an online demonstration of this module's parsing, you can check out
|
||||
http://www.browserdetect.org/
|
||||
https://www.browserdetect.org/
|
||||
|
||||
This module was originally based upon the JavaScript browser detection code
|
||||
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