r9146 - in /trunk/libchemistry-elements-perl: Changes Elements.pm META.yml Makefile.PL debian/changelog

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Nov 9 23:09:54 UTC 2007


Author: gregoa-guest
Date: Fri Nov  9 23:09:54 2007
New Revision: 9146

URL: http://svn.debian.org/wsvn/?sc=1&rev=9146
Log:
New upstream release.

Modified:
    trunk/libchemistry-elements-perl/Changes
    trunk/libchemistry-elements-perl/Elements.pm
    trunk/libchemistry-elements-perl/META.yml
    trunk/libchemistry-elements-perl/Makefile.PL
    trunk/libchemistry-elements-perl/debian/changelog

Modified: trunk/libchemistry-elements-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libchemistry-elements-perl/Changes?rev=9146&op=diff
==============================================================================
--- trunk/libchemistry-elements-perl/Changes (original)
+++ trunk/libchemistry-elements-perl/Changes Fri Nov  9 23:09:54 2007
@@ -1,4 +1,8 @@
 Revision history for Perl extension Chemistry::Elements.
+
+1.05 - Fri Nov  9 05:26:15 2007
+	* cleanups for the move from CVS to SVN, and latest kwalitee
+	* no need to upgrade
 
 1.04 - Mon Jul 30 19:48:04 2007
 	* Updated distro to use new subversion repo, and for kwalitee

Modified: trunk/libchemistry-elements-perl/Elements.pm
URL: http://svn.debian.org/wsvn/trunk/libchemistry-elements-perl/Elements.pm?rev=9146&op=diff
==============================================================================
--- trunk/libchemistry-elements-perl/Elements.pm (original)
+++ trunk/libchemistry-elements-perl/Elements.pm Fri Nov  9 23:09:54 2007
@@ -1,6 +1,9 @@
 package Chemistry::Elements;
 
 use strict;
+use warnings;
+no warnings;
+
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD
              $debug %names %elements $maximum_Z);
 
@@ -9,7 +12,7 @@
 @ISA       = qw(Exporter);
 @EXPORT_OK = qw(get_Z get_symbol get_name);
 @EXPORT    = qw();
-$VERSION   = 1.04;
+$VERSION   = 1.05;
 
 use subs qw(_get_name_by_Z
             _get_symbol_by_Z

Modified: trunk/libchemistry-elements-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libchemistry-elements-perl/META.yml?rev=9146&op=diff
==============================================================================
--- trunk/libchemistry-elements-perl/META.yml (original)
+++ trunk/libchemistry-elements-perl/META.yml Fri Nov  9 23:09:54 2007
@@ -1,13 +1,14 @@
 --- #YAML:1.0
 name:                Chemistry-Elements
-version:             1.04
-abstract:            ~
+version:             1.05
+abstract:            Perl extension for working with Chemical Elements
 license:             perl
-generated_by:        ExtUtils::MakeMaker version 6.32
+generated_by:        ExtUtils::MakeMaker version 6.36
 distribution_type:   module
 requires:     
+    Test::More:                    0
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
-    version: 1.2
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3
 author:
     - brian d foy <bdfoy at cpan.org>

Modified: trunk/libchemistry-elements-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libchemistry-elements-perl/Makefile.PL?rev=9146&op=diff
==============================================================================
--- trunk/libchemistry-elements-perl/Makefile.PL (original)
+++ trunk/libchemistry-elements-perl/Makefile.PL Fri Nov  9 23:09:54 2007
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL 2297 2007-07-31 00:47:32Z comdog $
+# $Id: Makefile.PL 2362 2007-11-09 11:25:58Z comdog $
 use ExtUtils::MakeMaker;
 
 eval "use Test::Manifest 1.14";
@@ -6,6 +6,7 @@
 WriteMakefile(
 	'NAME'			=> 'Chemistry::Elements',
 	'VERSION_FROM'	=> 'Elements.pm',
+	'ABSTRACT'      => 'Perl extension for working with Chemical Elements',
 	'LICENSE'		=> 'perl',
 	'AUTHOR'        => 'brian d foy <bdfoy at cpan.org>',
 
@@ -13,6 +14,10 @@
 		'Elements.pm'         => '$(INST_LIBDIR)/Elements.pm',
 		},
 
+	'PREREQ_PM'     => {
+		'Test::More' => 0,
+		},
+		
 	'MAN3PODS'		=> {
 		'Elements.pm' => '$(INST_MAN3DIR)/Chemistry::Elements.3pm',
 		},

Modified: trunk/libchemistry-elements-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libchemistry-elements-perl/debian/changelog?rev=9146&op=diff
==============================================================================
--- trunk/libchemistry-elements-perl/debian/changelog (original)
+++ trunk/libchemistry-elements-perl/debian/changelog Fri Nov  9 23:09:54 2007
@@ -1,9 +1,4 @@
-libchemistry-elements-perl (1.04-3) UNRELEASED; urgency=low
-
-  [ gregor herrmann ]
-  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
-    field (source stanza); Homepage field (source stanza). Removed: XS-
-    Vcs-Svn fields.
+libchemistry-elements-perl (1.04-4) UNRELEASED; urgency=low
 
   [ Frank Lichtenheld ]
   * debian/rules: Major clean-up: Move make and make test to build,
@@ -12,7 +7,13 @@
     other problems this also fixes a misbuild with dpkg-buildpackage -j,
     found by Daniel Schepler.
 
- -- Frank Lichtenheld <djpig at debian.org>  Tue, 30 Oct 2007 08:22:04 +0100
+  [ gregor herrmann ]
+  * New upstream release.
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza). Removed: XS-
+    Vcs-Svn fields.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 10 Nov 2007 00:08:27 +0100
 
 libchemistry-elements-perl (1.04-2) unstable; urgency=low
 




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