r57460 - in /branches/upstream/libmarc-record-perl/current: Changes META.yml README lib/MARC/Record.pm

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Tue May 4 21:51:48 UTC 2010


Author: chrisb
Date: Tue May  4 21:51:35 2010
New Revision: 57460

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57460
Log:
[svn-upgrade] Integrating new upstream version, libmarc-record-perl (2.0.2)

Modified:
    branches/upstream/libmarc-record-perl/current/Changes
    branches/upstream/libmarc-record-perl/current/META.yml
    branches/upstream/libmarc-record-perl/current/README
    branches/upstream/libmarc-record-perl/current/lib/MARC/Record.pm

Modified: branches/upstream/libmarc-record-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-record-perl/current/Changes?rev=57460&op=diff
==============================================================================
--- branches/upstream/libmarc-record-perl/current/Changes (original)
+++ branches/upstream/libmarc-record-perl/current/Changes Tue May  4 21:51:35 2010
@@ -1,4 +1,9 @@
 Revision history for Perl extension MARC::Record.
+
+2.0.2 Tue May  4 13:04:07 EDT 2010
+        - RT#57180: put back and expanded copyright statement in README
+          at Debian request
+        - set license element in META.yml
 
 2.0.1 Sat May  1 15:59:54 EDT 2010
         [ENHANCEMENTS]

Modified: branches/upstream/libmarc-record-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-record-perl/current/META.yml?rev=57460&op=diff
==============================================================================
--- branches/upstream/libmarc-record-perl/current/META.yml (original)
+++ branches/upstream/libmarc-record-perl/current/META.yml Tue May  4 21:51:35 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               MARC-Record
-version:            2.0.1
+version:            2.0.2
 abstract:           Perl extension for handling MARC records
 author:
     - Galen Charlton <gmcharlt at gmail.com>

Modified: branches/upstream/libmarc-record-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-record-perl/current/README?rev=57460&op=diff
==============================================================================
--- branches/upstream/libmarc-record-perl/current/README (original)
+++ branches/upstream/libmarc-record-perl/current/README Tue May  4 21:51:35 2010
@@ -46,5 +46,20 @@
 
 COPYRIGHT AND LICENCE
 
+Copyright (C) 2001-2010 by contributors:
+
+2001-2007 Andy Lester <marc at petdance.com>
+2002-2007 Ed Summers <ehs at pobox.net>
+2003-2005 Eric Lease Morgan <emorgan at nd.edu>
+2003 Morbus Iff
+2004-2005 Bryan Baldus
+2004 Mark Jordan
+2007 Mike Rylander
+2007 Dan Scott
+2009 Bill Dueber
+2010 Galen Charlton <gmcharlt at gmail.com>
+2010 Frédéric Demians <f.demians at tamil.fr>
+2010 Dan Wells
+
 This software is free software and may be distributed under the same
 terms as Perl itself .

Modified: branches/upstream/libmarc-record-perl/current/lib/MARC/Record.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-record-perl/current/lib/MARC/Record.pm?rev=57460&op=diff
==============================================================================
--- branches/upstream/libmarc-record-perl/current/lib/MARC/Record.pm (original)
+++ branches/upstream/libmarc-record-perl/current/lib/MARC/Record.pm Tue May  4 21:51:35 2010
@@ -16,12 +16,12 @@
 
 =head1 VERSION
 
-Version 2.0.1
+Version 2.0.2
 
 =cut
 
 use vars qw( $VERSION );
-$VERSION = '2.0.1';
+$VERSION = '2.0.2';
 
 use Exporter;
 use vars qw( @ISA @EXPORTS @EXPORT_OK );




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