Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-bugzilla grimoire by Vlad Glagolev (d9dabfbfc8235a7d662a59aa397d0977256f8996)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-bugzilla grimoire by Vlad Glagolev (d9dabfbfc8235a7d662a59aa397d0977256f8996)
  • Date: Sun, 3 May 2015 12:33:30 -0500

GIT changes to devel-bugzilla grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

perl-cpan/datetime/DEPENDS | 5 ++---
perl-cpan/datetime/DETAILS | 14 +++++++-------
perl-cpan/datetime/HISTORY | 6 ++++++
perl-cpan/timedate/BUILD | 1 -
perl-cpan/timedate/DETAILS | 11 ++++++-----
perl-cpan/timedate/HISTORY | 6 ++++--
6 files changed, 25 insertions(+), 18 deletions(-)

New commits:
commit d9dabfbfc8235a7d662a59aa397d0977256f8996
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

datetime: => 1.18

commit c4b4774862b1e91405affd88970c5f14d61bad62
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

datetime: => 1.18

commit 6357a819c2c60e2dda46b4a94fe27abca83b9a46
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

timedate: => 2.30

diff --git a/perl-cpan/datetime/DEPENDS b/perl-cpan/datetime/DEPENDS
index fdf950c..016ddd8 100755
--- a/perl-cpan/datetime/DEPENDS
+++ b/perl-cpan/datetime/DEPENDS
@@ -1,6 +1,5 @@
depends perl &&
+depends try-tiny &&
depends datetime-timezone &&
depends datetime-locale &&
-depends params-validate &&
-depends test-fatal &&
-depends test-simple
+depends params-validate
diff --git a/perl-cpan/datetime/DETAILS b/perl-cpan/datetime/DETAILS
index c23deaf..16c2f89 100755
--- a/perl-cpan/datetime/DETAILS
+++ b/perl-cpan/datetime/DETAILS
@@ -1,12 +1,12 @@
SPELL=datetime
- VERSION=1.03
- SNAME=DateTime
- SOURCE=$SNAME-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/modules/by-module/$SNAME/$SOURCE
-
SOURCE_HASH=sha512:6764b8bd8ccb22429d17dfc48412a0223481ae43249920347ae91514dbbe0d2f820601372b9cdae312d0ba9460c9abeae9e189afb1666b90e27b09f3daaf335f
+ SPELLX=DateTime
+ VERSION=1.18
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DR/DROLSKY/${SOURCE}
+
SOURCE_HASH=sha512:664cc7dacd94fb34d0b185ebfb855ce671f0c9fdbe7097617306cd3e9083fabc07acb3ca024944fe3736d52c0ed3c840c916f9af3d5c4cad0dddfcc61a25ec12
LICENSE=GPL
- WEB_SITE="http://search.cpan.org/search?module=DateTime";
+ WEB_SITE=http://search.cpan.org/dist/DateTime/
ENTERED=20051201
KEYWORDS="perl"
SHORT="A date and time object"
diff --git a/perl-cpan/datetime/HISTORY b/perl-cpan/datetime/HISTORY
index 78efc33..9643f70 100644
--- a/perl-cpan/datetime/HISTORY
+++ b/perl-cpan/datetime/HISTORY
@@ -1,3 +1,9 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.18; SNAME -> SPELLX; use PERL_CPAN_URL;
+ updated website, source url; quoting paths
+ * DEPENDS: added missing try-tiny dep; removed test-fatal (required
only
+ for the 'test' target), test-simple (included with perl now)
+
2013-05-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.03
* DEPENDS: added dependencies on perl, params-validate, test-fatal
diff --git a/perl-cpan/timedate/BUILD b/perl-cpan/timedate/BUILD
deleted file mode 100755
index 4c616f4..0000000
--- a/perl-cpan/timedate/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
\ No newline at end of file
diff --git a/perl-cpan/timedate/DETAILS b/perl-cpan/timedate/DETAILS
index e090e18..8424ac2 100755
--- a/perl-cpan/timedate/DETAILS
+++ b/perl-cpan/timedate/DETAILS
@@ -1,10 +1,11 @@
SPELL=timedate
- VERSION=1.19
- SOURCE=TimeDate-$VERSION.tar.gz
+ SPELLX=TimeDate
+ VERSION=2.30
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/G/GB/GBARR/$SOURCE
-
SOURCE_HASH=sha512:5edd32b98a4bbc43abab42a6d6e590ebcd8a0f35170ef50ce997c0f4aca55c84a005af90df8823d93c67ace2aa90748fca22da4a1aa8187efbcdec2c77491e25
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/TimeDate-$VERSION"
- WEB_SITE="http://search.cpan.org/dist/TimeDate-1.19";
+
SOURCE_HASH=sha512:c6aa7d57fbe82260c7455f74f6dfda55f7c93d7a75914bafb9d09ebfb83b5f57f6bc1e332ab0764d7688d857eb022b0f5e92cf5b685d809c63cdfa93a8d2c221
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/TimeDate/
LICENSE[0]=ART
ENTERED=20090909
SHORT="Provides Date::Format, Date::Parse, Date::Language, and
Time::Zone modules"
diff --git a/perl-cpan/timedate/HISTORY b/perl-cpan/timedate/HISTORY
index 773a80d..5df71e6 100644
--- a/perl-cpan/timedate/HISTORY
+++ b/perl-cpan/timedate/HISTORY
@@ -1,3 +1,5 @@
-2009-09-09 David Kowis<dkowis AT shlrm.org>
- * DETAILS,DEPENDS,HISTORY,BUILD: Automatically Created spell
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.30; use SPELLX; updated website

+2009-09-09 David Kowis <dkowis AT shlrm.org>
+ * DETAILS, DEPENDS, BUILD: Automatically Created spell



  • [SM-Commit] GIT changes to devel-bugzilla grimoire by Vlad Glagolev (d9dabfbfc8235a7d662a59aa397d0977256f8996), Vlad Glagolev, 05/03/2015

Archive powered by MHonArc 2.6.24.

Top of Page