8
0

Accepting request 358179 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/358179
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-BrowserDetect?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2016-02-08 06:28:38 +00:00
committed by Git OBS Bridge
parent 2415853b57
commit ba90d02256
4 changed files with 18 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 7 10:04:47 UTC 2016 - coolo@suse.com
- updated to 2.08
see /usr/share/doc/packages/perl-HTTP-BrowserDetect/Changes
2.08 2016-01-29 21:56:29 America/Toronto
- Brave browser detection added (Nicolas Doye)
-------------------------------------------------------------------
Fri Nov 20 09:38:12 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTTP-BrowserDetect
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-HTTP-BrowserDetect
Version: 2.07
Version: 2.08
Release: 0
%define cpan_name HTTP-BrowserDetect
Summary: Determine Web browser, version, and platform from an HTTP user agent string
@@ -30,12 +30,13 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(JSON::PP)
BuildRequires: perl(JSON::PP) >= 2.27300
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Test::FailWarnings)
BuildRequires: perl(Test::Most)
BuildRequires: perl(Test::NoWarnings)
Requires: perl(JSON::PP) >= 2.27300
%{perl_requires}
%description
@@ -48,7 +49,7 @@ http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor
@@ -63,6 +64,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTORS LICENSE README TODO
%doc Changes CONTRIBUTORS LICENSE TODO
%changelog