From 5be774b69d9c1b855b4c419390158990677e0e35 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: May 19 2007 00:59:22 +0000 Subject: Update to 0.99. Update Source0 URL. Improve Summary and description. --- diff --git a/.cvsignore b/.cvsignore index 138db8b..9ea6ff3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -HTTP-BrowserDetect-0.98.tar.gz +HTTP-BrowserDetect-0.99.tar.gz diff --git a/perl-HTTP-BrowserDetect.spec b/perl-HTTP-BrowserDetect.spec index 3251c58..e0244fe 100644 --- a/perl-HTTP-BrowserDetect.spec +++ b/perl-HTTP-BrowserDetect.spec @@ -1,19 +1,22 @@ Name: perl-HTTP-BrowserDetect -Version: 0.98 -Release: 4%{?dist} -Summary: Perl browser detection library +Version: 0.99 +Release: 1%{?dist} +Summary: Determine the Web browser, version, and platform from an HTTP user agent string License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTTP-BrowserDetect/ -Source0: http://www.cpan.org/authors/id/L/LH/LHS/HTTP-BrowserDetect-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/W/WA/WALSHAM/HTTP-BrowserDetect-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -Determines the Web browser, version, and platform from an HTTP user -agent string. +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. + +This module is based upon the JavaScript browser detection code available +at http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html. %prep %setup -q -n HTTP-BrowserDetect-%{version} @@ -45,6 +48,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri May 18 2007 Steven Pritchard 0.99-1 +- Update to 0.99. +- Update Source0 URL. +- Improve Summary and description. + * Tue Apr 17 2007 Steven Pritchard 0.98-4 - Use fixperms macro instead of our own chmod incantation. - BR ExtUtils::MakeMaker. diff --git a/sources b/sources index ed342c8..e0ecde8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac6837e47e25a13e1c7b927f2c6d9adc HTTP-BrowserDetect-0.98.tar.gz +a566d5d17d268378fdfe424d6c013e50 HTTP-BrowserDetect-0.99.tar.gz