forked from perl/perl-HTTP-BrowserDetect
Compare commits
1 Commits
main
...
autoupdate
| Author | SHA256 | Date | |
|---|---|---|---|
| 5f7ee34cfe |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bca4e37ad8be45c8ba802ba9492497d7dfd3d678009a147806d3704bd01fe9b
|
||||
size 126374
|
||||
BIN
HTTP-BrowserDetect-3.45.tar.gz
(Stored with Git LFS)
Normal file
BIN
HTTP-BrowserDetect-3.45.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -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,10 +18,10 @@
|
||||
|
||||
%define cpan_name HTTP-BrowserDetect
|
||||
Name: perl-HTTP-BrowserDetect
|
||||
Version: 3.410.0
|
||||
Version: 3.450.0
|
||||
Release: 0
|
||||
# 3.41 -> normalize -> 3.410.0
|
||||
%define cpan_version 3.41
|
||||
# 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}
|
||||
@@ -54,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
|
||||
|
||||
Reference in New Issue
Block a user