r71131 - in /trunk/libhttp-browserdetect-perl: Build.PL Changes LICENSE META.yml Makefile.PL README debian/changelog debian/copyright debian/source/local-options dist.ini lib/HTTP/BrowserDetect.pm t/useragents.yaml

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Fri Mar 11 10:19:13 UTC 2011


Author: ansgar
Date: Fri Mar 11 10:18:53 2011
New Revision: 71131

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71131
Log:
* New upstream release.
* debian/copyright: Update years of copyright.

Added:
    trunk/libhttp-browserdetect-perl/debian/source/local-options
Modified:
    trunk/libhttp-browserdetect-perl/Build.PL
    trunk/libhttp-browserdetect-perl/Changes
    trunk/libhttp-browserdetect-perl/LICENSE
    trunk/libhttp-browserdetect-perl/META.yml
    trunk/libhttp-browserdetect-perl/Makefile.PL
    trunk/libhttp-browserdetect-perl/README
    trunk/libhttp-browserdetect-perl/debian/changelog
    trunk/libhttp-browserdetect-perl/debian/copyright
    trunk/libhttp-browserdetect-perl/dist.ini
    trunk/libhttp-browserdetect-perl/lib/HTTP/BrowserDetect.pm
    trunk/libhttp-browserdetect-perl/t/useragents.yaml

Modified: trunk/libhttp-browserdetect-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/Build.PL?rev=71131&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/Build.PL (original)
+++ trunk/libhttp-browserdetect-perl/Build.PL Fri Mar 11 10:18:53 2011
@@ -25,7 +25,7 @@
     'Olaf Alders <olaf at wundercounter.com> (current maintainer)'
   ],
   'dist_name' => 'HTTP-BrowserDetect',
-  'dist_version' => '1.21',
+  'dist_version' => '1.22',
   'license' => 'perl',
   'module_name' => 'HTTP::BrowserDetect',
   'recommends' => {},

Modified: trunk/libhttp-browserdetect-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/Changes?rev=71131&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/Changes (original)
+++ trunk/libhttp-browserdetect-perl/Changes Fri Mar 11 10:18:53 2011
@@ -1,4 +1,7 @@
 Revision history for Perl extension HTTP::BrowserDetect.
+
+1.22 2011-03-10
+    - Adds Namoroka to list of Firefox browsers (Viacheslav Tykhanovskyi)
 
 1.21 2010-12-23
     - Test suite now uses YAML rather than YAML::Tiny as YAML::Tiny 1.46

Modified: trunk/libhttp-browserdetect-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/LICENSE?rev=71131&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/LICENSE (original)
+++ trunk/libhttp-browserdetect-perl/LICENSE Fri Mar 11 10:18:53 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Lee Semel.
+This software is copyright (c) 2011 by Lee Semel.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2010 by Lee Semel.
+This software is Copyright (c) 2011 by Lee Semel.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2010 by Lee Semel.
+This software is Copyright (c) 2011 by Lee Semel.
 
 This is free software, licensed under:
 

Modified: trunk/libhttp-browserdetect-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/META.yml?rev=71131&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/META.yml (original)
+++ trunk/libhttp-browserdetect-perl/META.yml Fri Mar 11 10:18:53 2011
@@ -28,4 +28,4 @@
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=HTTP-BrowserDetect
   homepage: http://github.com/oalders/http-browserdetect/tree
   repository: git://github.com/oalders/http-browserdetect.git
-version: 1.21
+version: 1.22

Modified: trunk/libhttp-browserdetect-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/Makefile.PL?rev=71131&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/Makefile.PL (original)
+++ trunk/libhttp-browserdetect-perl/Makefile.PL Fri Mar 11 10:18:53 2011
@@ -31,7 +31,7 @@
     'Exporter' => '0',
     'vars' => '0'
   },
-  'VERSION' => '1.21',
+  'VERSION' => '1.22',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: trunk/libhttp-browserdetect-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/README?rev=71131&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/README (original)
+++ trunk/libhttp-browserdetect-perl/README Fri Mar 11 10:18:53 2011
@@ -3,7 +3,7 @@
     an HTTP user agent string
 
 VERSION
-    version 1.21
+    version 1.22
 
 SYNOPSIS
         use HTTP::BrowserDetect;
@@ -435,7 +435,7 @@
     *   Olaf Alders <olaf at wundercounter.com> (current maintainer)
 
 COPYRIGHT AND LICENSE
-    This software is copyright (c) 2010 by Lee Semel.
+    This software is copyright (c) 2011 by Lee Semel.
 
     This is free software; you can redistribute it and/or modify it under
     the same terms as the Perl 5 programming language system itself.

Modified: trunk/libhttp-browserdetect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/changelog?rev=71131&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/changelog (original)
+++ trunk/libhttp-browserdetect-perl/debian/changelog Fri Mar 11 10:18:53 2011
@@ -1,3 +1,10 @@
+libhttp-browserdetect-perl (1.22-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/copyright: Update years of copyright.
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Fri, 11 Mar 2011 11:18:25 +0100
+
 libhttp-browserdetect-perl (1.21-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libhttp-browserdetect-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/copyright?rev=71131&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/copyright (original)
+++ trunk/libhttp-browserdetect-perl/debian/copyright Fri Mar 11 10:18:53 2011
@@ -4,14 +4,14 @@
 Name: HTTP-BrowserDetect
 
 Files: *
-Copyright: 1999-2010, Lee Semel <lee at semel.net>
+Copyright: 1999-2011, Lee Semel <lee at semel.net>
 License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2001-2004, Ivan Kohler <ivan-debian at 420.am>
  2010, Jonathan Yu <jawnsy at cpan.org>
  2010, Angel Abad <angelabad at gmail.com>
- 2010, Ansgar Burchardt <ansgar at debian.org>
+ 2010-2011, Ansgar Burchardt <ansgar at debian.org>
  2010-2011, gregor herrmann <gregoa at debian.org>
  2010, Iñigo Tejedor Arrondo <poisonbit at gmail.com>
 License: Artistic or GPL-1+

Added: trunk/libhttp-browserdetect-perl/debian/source/local-options
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/source/local-options?rev=71131&op=file
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/source/local-options (added)
+++ trunk/libhttp-browserdetect-perl/debian/source/local-options Fri Mar 11 10:18:53 2011
@@ -1,0 +1,2 @@
+abort-on-upstream-changes
+unapply-patches

Modified: trunk/libhttp-browserdetect-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/dist.ini?rev=71131&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/dist.ini (original)
+++ trunk/libhttp-browserdetect-perl/dist.ini Fri Mar 11 10:18:53 2011
@@ -4,8 +4,8 @@
 author  = Olaf Alders <olaf at wundercounter.com> (current maintainer)
 license = Perl_5
 copyright_holder = Lee Semel
-copyright_year   = 2010
-version = 1.21
+copyright_year   = 2011
+version = 1.22
 main_module = lib/HTTP/BrowserDetect.pm
 
 [GatherDir]

Modified: trunk/libhttp-browserdetect-perl/lib/HTTP/BrowserDetect.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/lib/HTTP/BrowserDetect.pm?rev=71131&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/lib/HTTP/BrowserDetect.pm (original)
+++ trunk/libhttp-browserdetect-perl/lib/HTTP/BrowserDetect.pm Fri Mar 11 10:18:53 2011
@@ -1,7 +1,7 @@
 use strict;
 package HTTP::BrowserDetect;
 BEGIN {
-  $HTTP::BrowserDetect::VERSION = '1.21';
+  $HTTP::BrowserDetect::VERSION = '1.22';
 }
 
 use vars qw(@ISA @EXPORT @EXPORT_OK @ALL_TESTS);
@@ -163,7 +163,7 @@
     $self->{tests} = {};
     my $tests = $self->{tests};
 
-    my @ff = qw( firefox firebird iceweasel phoenix );
+    my @ff = qw( firefox firebird iceweasel phoenix namoroka );
     my $ff = join "|", @ff;
 
     my $ua = lc $self->{user_agent};
@@ -1082,7 +1082,7 @@
 
 =head1 VERSION
 
-version 1.21
+version 1.22
 
 =head1 SYNOPSIS
 
@@ -1609,7 +1609,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Lee Semel.
+This software is copyright (c) 2011 by Lee Semel.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: trunk/libhttp-browserdetect-perl/t/useragents.yaml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/t/useragents.yaml?rev=71131&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/t/useragents.yaml (original)
+++ trunk/libhttp-browserdetect-perl/t/useragents.yaml Fri Mar 11 10:18:53 2011
@@ -2271,3 +2271,18 @@
 minor: 0
 no_match:
   - robot
+---
+useragent: 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16pre) Gecko/20110308 Ubuntu/10.10 (maverick) Namoroka/3.6.16pre'
+match:
+  - linux
+  - unix
+  - x11
+  - firefox
+browser_string: Firefox
+os: Linux
+public_version: 3.6
+public_major: 3
+public_minor: 0.6
+engine_version: 1.9
+engine_major: 1
+engine_minor: 0.9




More information about the Pkg-perl-cvs-commits mailing list