r57462 - in /trunk/libmarc-record-perl: Changes META.yml README debian/changelog lib/MARC/Record.pm

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Tue May 4 21:53:35 UTC 2010


Author: chrisb
Date: Tue May  4 21:53:22 2010
New Revision: 57462

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57462
Log:
merging in new upstream release 2.0.2

Modified:
    trunk/libmarc-record-perl/Changes
    trunk/libmarc-record-perl/META.yml
    trunk/libmarc-record-perl/README
    trunk/libmarc-record-perl/debian/changelog
    trunk/libmarc-record-perl/lib/MARC/Record.pm

Modified: trunk/libmarc-record-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-record-perl/Changes?rev=57462&op=diff
==============================================================================
--- trunk/libmarc-record-perl/Changes (original)
+++ trunk/libmarc-record-perl/Changes Tue May  4 21:53:22 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: trunk/libmarc-record-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-record-perl/META.yml?rev=57462&op=diff
==============================================================================
--- trunk/libmarc-record-perl/META.yml (original)
+++ trunk/libmarc-record-perl/META.yml Tue May  4 21:53:22 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: trunk/libmarc-record-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-record-perl/README?rev=57462&op=diff
==============================================================================
--- trunk/libmarc-record-perl/README (original)
+++ trunk/libmarc-record-perl/README Tue May  4 21:53:22 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: trunk/libmarc-record-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-record-perl/debian/changelog?rev=57462&op=diff
==============================================================================
--- trunk/libmarc-record-perl/debian/changelog (original)
+++ trunk/libmarc-record-perl/debian/changelog Tue May  4 21:53:22 2010
@@ -1,4 +1,4 @@
-libmarc-record-perl (2.0.1-1) UNRELEASED; urgency=low
+libmarc-record-perl (2.0.2-1) UNRELEASED; urgency=low
 
   TODO: Waiting for clarification of copyright from upstream
   http://rt.cpan.org/Public/Bug/Display.html?id=57180
@@ -21,8 +21,9 @@
   * Switched to source format 3.0 (quilt)
   * Added myself to Uploaders
   * Upped Standards-Version to 3.8.4 (removed versioned build-dep on perl)
+  * New upstream release
 
- -- Chris Butler <chrisb at debian.org>  Sun, 02 May 2010 18:32:17 +0100
+ -- Chris Butler <chrisb at debian.org>  Tue, 04 May 2010 22:52:08 +0100
 
 libmarc-record-perl (2.0.0-2) unstable; urgency=low
 

Modified: trunk/libmarc-record-perl/lib/MARC/Record.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-record-perl/lib/MARC/Record.pm?rev=57462&op=diff
==============================================================================
--- trunk/libmarc-record-perl/lib/MARC/Record.pm (original)
+++ trunk/libmarc-record-perl/lib/MARC/Record.pm Tue May  4 21:53:22 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