17
0

4 Commits

5 changed files with 48 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f7b118f74d740dba408977f039037af4ad28b305e379a562b40b7d88a73fe7f
size 126351

BIN
HTTP-BrowserDetect-3.45.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-HTTP-BrowserDetect/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-HTTP-BrowserDetect)

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Nov 1 05:31:40 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 3.450.0 (3.45)
see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
3.45 2025-10-31 22:41:58Z
- Fix browser_version returning robot version for Chrome-based Googlebot
(GH#224) (Copilot)
3.44 2025-10-31 20:51:55Z
- Add Python-urllib robot detection (GH#223) (Copilot)
3.43 2025-10-31 19:56:37Z
- Fix webview detection false positives for Chrome 30+ on Android (GH#222)
(Copilot)
3.42 2025-10-29 03:27:34Z
- Add Blink engine detection for Chrome 38+ (GH#219) (Copilot)
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTTP-BrowserDetect
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,16 @@
%define cpan_name HTTP-BrowserDetect
Name: perl-HTTP-BrowserDetect
Version: 3.400.0
Version: 3.450.0
Release: 0
%define cpan_version 3.40
# 3.45 -> normalize -> 3.450.0
%define cpan_version 3.45
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}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -36,7 +38,7 @@ BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Warnings)
Provides: perl(HTTP::BrowserDetect) = 3.400.0
Provides: perl(HTTP::BrowserDetect) = %{version}
%undefine __perllib_provides
%{perl_requires}
@@ -52,7 +54,7 @@ available at
http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor