r18930 - in /branches/upstream/libcalendar-simple-perl/current: Build.PL META.yml Makefile.PL SIGNATURE

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 20 17:52:40 UTC 2008


Author: gregoa
Date: Sun Apr 20 17:52:38 2008
New Revision: 18930

URL: http://svn.debian.org/wsvn/?sc=1&rev=18930
Log:
[svn-upgrade] Integrating new upstream version, libcalendar-simple-perl (1.20)

Modified:
    branches/upstream/libcalendar-simple-perl/current/Build.PL
    branches/upstream/libcalendar-simple-perl/current/META.yml
    branches/upstream/libcalendar-simple-perl/current/Makefile.PL
    branches/upstream/libcalendar-simple-perl/current/SIGNATURE

Modified: branches/upstream/libcalendar-simple-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libcalendar-simple-perl/current/Build.PL?rev=18930&op=diff
==============================================================================
--- branches/upstream/libcalendar-simple-perl/current/Build.PL (original)
+++ branches/upstream/libcalendar-simple-perl/current/Build.PL Sun Apr 20 17:52:38 2008
@@ -2,12 +2,14 @@
 
 my $build = Module::Build->new(
 	license            => 'perl',
-	dist_version       => '1.19',
+	dist_version       => '1.20',
 	dist_author        => 'Dave Cross <dave at mag-sol.com>',
         module_name        => 'Calendar::Simple',
 	requires           => {
+                perl                  => '5.6.0',
 		Carp                  => 0,
 		'Time::Local'         => 0,
+                Config                => 0,
 	},
 	recommends         => {
 		DateTime              => 0,

Modified: branches/upstream/libcalendar-simple-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libcalendar-simple-perl/current/META.yml?rev=18930&op=diff
==============================================================================
--- branches/upstream/libcalendar-simple-perl/current/META.yml (original)
+++ branches/upstream/libcalendar-simple-perl/current/META.yml Sun Apr 20 17:52:38 2008
@@ -1,6 +1,6 @@
 ---
 name: Calendar-Simple
-version: 1.19
+version: 1.20
 author:
   - 'Dave Cross <dave at mag-sol.com>'
 abstract: Perl extension to create simple calendars
@@ -9,7 +9,9 @@
   license: http://dev.perl.org/licenses/
 requires:
   Carp: 0
+  Config: 0
   Time::Local: 0
+  perl: 5.6.0
 build_requires:
   Test::More: 0
 recommends:

Modified: branches/upstream/libcalendar-simple-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libcalendar-simple-perl/current/Makefile.PL?rev=18930&op=diff
==============================================================================
--- branches/upstream/libcalendar-simple-perl/current/Makefile.PL (original)
+++ branches/upstream/libcalendar-simple-perl/current/Makefile.PL Sun Apr 20 17:52:38 2008
@@ -12,6 +12,7 @@
           'PREREQ_PM' => {
                            'Test::More' => 0,
                            'Time::Local' => 0,
+                           'Config' => 0,
                            'Carp' => 0
                          }
         )

Modified: branches/upstream/libcalendar-simple-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/branches/upstream/libcalendar-simple-perl/current/SIGNATURE?rev=18930&op=diff
==============================================================================
--- branches/upstream/libcalendar-simple-perl/current/SIGNATURE (original)
+++ branches/upstream/libcalendar-simple-perl/current/SIGNATURE Sun Apr 20 17:52:38 2008
@@ -14,11 +14,11 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 591e63b84b3e9c797d1b309a8f30e9f1900160b2 Build.PL
+SHA1 46f56caab572490bcba8b571b9e71506a9d0ec0d Build.PL
 SHA1 d36fe009be52c99f9fb6fad9bfaed38bdf8c27ee Changes
 SHA1 b31b69c19e0a447cfeed058ba1b2b398ad24c9dd MANIFEST
-SHA1 116bb3b5f56a19dc61c12afc7a5d56bb28fa8efe META.yml
-SHA1 c628f337300dcd8d815b0f33d15ad8ab5768475c Makefile.PL
+SHA1 3eaf1ccf002dd4db3d3dde1602808807004f44bf META.yml
+SHA1 1777e3803044790eeb840d57aa8231a09f8d2b3d Makefile.PL
 SHA1 173a7ec8f3a53ea802489542c6f314af4464c24b README
 SHA1 2fc32b2fff88c61137dcbf3eea02819738918b8b bin/pcal
 SHA1 477f35b60c32575dba3fa8a4fe0a02a64f3c47cf lib/Calendar/Simple.pm
@@ -30,7 +30,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (GNU/Linux)
 
-iD8DBQFH07GyhlYrNpFq+8ERAli0AKCOWaQWwaPU9jSD6Ub6MelKpxmKnwCbBxng
-34pZpoH+mJChQh9ByVvdGTA=
-=SSY7
+iD8DBQFICblDhlYrNpFq+8ERArV1AKCTMkOSkoZV+NCdS/vxyAcM+aKrtACeKJvq
+WelM8laeJlGDFOn80WJ+0IA=
+=iflo
 -----END PGP SIGNATURE-----




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