Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (bf64f4dbb5a2bcf3ee291042236bc88fb5271e1a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (bf64f4dbb5a2bcf3ee291042236bc88fb5271e1a)
  • Date: Thu, 23 Aug 2007 08:47:44 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

dev/null |binary
perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.004.tar.gz.sig | 0
perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.005.tar.gz.sig |binary
perl-cpan/compress-raw-zlib/DETAILS | 2 +-
perl-cpan/compress-raw-zlib/HISTORY | 3 +++
perl-cpan/io-compress-base/DETAILS | 2 +-
perl-cpan/io-compress-base/HISTORY | 3 +++
perl-cpan/io-compress-base/IO-Compress-Base-2.004.tar.gz.sig | 0
perl-cpan/io-compress-base/IO-Compress-Base-2.005.tar.gz.sig |binary
perl-cpan/io-compress-zlib/DETAILS | 2 +-
perl-cpan/io-compress-zlib/HISTORY | 3 +++
perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.004.tar.gz.sig | 0
perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.005.tar.gz.sig |binary
perl-cpan/mp3-tag/DEPENDS | 6 ++++--
perl-cpan/mp3-tag/HISTORY | 3 +++
15 files changed, 19 insertions(+), 5 deletions(-)

New commits:
commit bf64f4dbb5a2bcf3ee291042236bc88fb5271e1a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

perl-cpan: terminally deleted old sigs

commit 2cf2b2aac3379f371cdb10e5490ef01f88a6b7aa
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

io-compress-zlib 2.005

commit 4ed84c3a2fc5b9b15bc7731814eb320e59f4f694
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

io-compress-base 2.005

commit 04b56ca36e8d53256f3fc97f72b606aa36609951
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

compress-raw-zlib 2.005

commit c82d179383aa0151c3ce2fab97aa3b11a452e3e6
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

mp3-tag: added missing deps, fixes #11810

diff --git a/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.004.tar.gz.sig
b/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.004.tar.gz.sig
deleted file mode 100644
index 5153289..0000000
Binary files a/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.004.tar.gz.sig
and /dev/null differ
diff --git a/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.005.tar.gz.sig
b/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.005.tar.gz.sig
new file mode 100644
index 0000000..55043be
Binary files /dev/null and
b/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.005.tar.gz.sig differ
diff --git a/perl-cpan/compress-raw-zlib/DETAILS
b/perl-cpan/compress-raw-zlib/DETAILS
index 22be312..c2da26e 100755
--- a/perl-cpan/compress-raw-zlib/DETAILS
+++ b/perl-cpan/compress-raw-zlib/DETAILS
@@ -1,5 +1,5 @@
SPELL=compress-raw-zlib
- VERSION=2.004
+ VERSION=2.005
SOURCE=Compress-Raw-Zlib-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Compress-Raw-Zlib-$VERSION
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PM/PMQS/$SOURCE
diff --git a/perl-cpan/compress-raw-zlib/HISTORY
b/perl-cpan/compress-raw-zlib/HISTORY
index 15f0add..ceffc0d 100644
--- a/perl-cpan/compress-raw-zlib/HISTORY
+++ b/perl-cpan/compress-raw-zlib/HISTORY
@@ -1,3 +1,6 @@
+2007-08-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated spell to 2.005
+
2007-03-02 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS,DEPENDS,BUILD: Created

diff --git a/perl-cpan/io-compress-base/DETAILS
b/perl-cpan/io-compress-base/DETAILS
index b6a8d01..53034ec 100755
--- a/perl-cpan/io-compress-base/DETAILS
+++ b/perl-cpan/io-compress-base/DETAILS
@@ -1,5 +1,5 @@
SPELL=io-compress-base
- VERSION=2.004
+ VERSION=2.005
SOURCE=IO-Compress-Base-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/IO-Compress-Base-$VERSION
SOURCE_URL[0]=http://www.cpan.org/authors/id/P/PM/PMQS//$SOURCE
diff --git a/perl-cpan/io-compress-base/HISTORY
b/perl-cpan/io-compress-base/HISTORY
index 755b745..97e4790 100644
--- a/perl-cpan/io-compress-base/HISTORY
+++ b/perl-cpan/io-compress-base/HISTORY
@@ -1,3 +1,6 @@
+2007-08-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated spell to 2.005
+
2007-03-04 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2.004

diff --git a/perl-cpan/io-compress-base/IO-Compress-Base-2.004.tar.gz.sig
b/perl-cpan/io-compress-base/IO-Compress-Base-2.004.tar.gz.sig
deleted file mode 100644
index 3ca3db1..0000000
Binary files a/perl-cpan/io-compress-base/IO-Compress-Base-2.004.tar.gz.sig
and /dev/null differ
diff --git a/perl-cpan/io-compress-base/IO-Compress-Base-2.005.tar.gz.sig
b/perl-cpan/io-compress-base/IO-Compress-Base-2.005.tar.gz.sig
new file mode 100644
index 0000000..c57dc02
Binary files /dev/null and
b/perl-cpan/io-compress-base/IO-Compress-Base-2.005.tar.gz.sig differ
diff --git a/perl-cpan/io-compress-zlib/DETAILS
b/perl-cpan/io-compress-zlib/DETAILS
index b7291d4..1f5d414 100755
--- a/perl-cpan/io-compress-zlib/DETAILS
+++ b/perl-cpan/io-compress-zlib/DETAILS
@@ -1,5 +1,5 @@
SPELL=io-compress-zlib
- VERSION=2.004
+ VERSION=2.005
SOURCE=IO-Compress-Zlib-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/IO-Compress-Zlib-$VERSION
SOURCE_URL[0]=http://www.cpan.org/authors/id/P/PM/PMQS/$SOURCE
diff --git a/perl-cpan/io-compress-zlib/HISTORY
b/perl-cpan/io-compress-zlib/HISTORY
index ca314fb..e8110d4 100644
--- a/perl-cpan/io-compress-zlib/HISTORY
+++ b/perl-cpan/io-compress-zlib/HISTORY
@@ -1,3 +1,6 @@
+2007-08-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated spell to 2.005
+
2007-03-04 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS,DEPENDS,BUILD: Created

diff --git a/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.004.tar.gz.sig
b/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.004.tar.gz.sig
deleted file mode 100644
index adfa822..0000000
Binary files a/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.004.tar.gz.sig
and /dev/null differ
diff --git a/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.005.tar.gz.sig
b/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.005.tar.gz.sig
new file mode 100644
index 0000000..ff821b5
Binary files /dev/null and
b/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.005.tar.gz.sig differ
diff --git a/perl-cpan/mp3-tag/DEPENDS b/perl-cpan/mp3-tag/DEPENDS
index 7c66af8..59c0cb2 100755
--- a/perl-cpan/mp3-tag/DEPENDS
+++ b/perl-cpan/mp3-tag/DEPENDS
@@ -1,3 +1,5 @@
depends perl &&
-depends compress-zlib
-
+depends compress-zlib &&
+depends io-compress-base &&
+depends compress-raw-zlib &&
+depends io-compress-zlib
diff --git a/perl-cpan/mp3-tag/HISTORY b/perl-cpan/mp3-tag/HISTORY
index 67dc27b..916bbb6 100644
--- a/perl-cpan/mp3-tag/HISTORY
+++ b/perl-cpan/mp3-tag/HISTORY
@@ -1,3 +1,6 @@
+2007-08-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: added missing deps, fixes #11810
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (bf64f4dbb5a2bcf3ee291042236bc88fb5271e1a), Jaka Kranjc, 08/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page