Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
275af5fa35 | |||
5c5ea54487 | |||
bc8c2a7eca |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f7b118f74d740dba408977f039037af4ad28b305e379a562b40b7d88a73fe7f
|
|
||||||
size 126351
|
|
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,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Mar 8 22:33:07 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,14 +18,16 @@
|
|||||||
|
|
||||||
%define cpan_name HTTP-BrowserDetect
|
%define cpan_name HTTP-BrowserDetect
|
||||||
Name: perl-HTTP-BrowserDetect
|
Name: perl-HTTP-BrowserDetect
|
||||||
Version: 3.400.0
|
Version: 3.410.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 3.40
|
# 3.41 -> normalize -> 3.410.0
|
||||||
|
%define cpan_version 3.41
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
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
|
||||||
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}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -36,7 +38,7 @@ BuildRequires: perl(Test::Differences)
|
|||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(Test::NoWarnings)
|
BuildRequires: perl(Test::NoWarnings)
|
||||||
BuildRequires: perl(Test::Warnings)
|
BuildRequires: perl(Test::Warnings)
|
||||||
Provides: perl(HTTP::BrowserDetect) = 3.400.0
|
Provides: perl(HTTP::BrowserDetect) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user