Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0eff2549d67b2fae678d979194db44279152d2b5)

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 master grimoire by Vlad Glagolev (0eff2549d67b2fae678d979194db44279152d2b5)
  • Date: Fri, 17 Apr 2015 17:25:32 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

perl-cpan/xml-libxml-common/CONFLICTS | 1 +
perl-cpan/xml-libxml-common/HISTORY | 3 +++
perl-cpan/xml-libxml/CONFLICTS | 1 +
perl-cpan/xml-libxml/DEPENDS | 2 +-
perl-cpan/xml-libxml/DETAILS | 13 +++++++------
perl-cpan/xml-libxml/HISTORY | 6 ++++++
perl-cpan/xml-libxslt/DETAILS | 13 +++++++------
perl-cpan/xml-libxslt/HISTORY | 4 ++++
8 files changed, 30 insertions(+), 13 deletions(-)

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

xml-libxslt: => 1.94

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

xml-libxml-common: conflicts with recent xml-libxml

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

xml-libxml: => 2.0118

diff --git a/perl-cpan/xml-libxml-common/CONFLICTS
b/perl-cpan/xml-libxml-common/CONFLICTS
new file mode 100755
index 0000000..271a731
--- /dev/null
+++ b/perl-cpan/xml-libxml-common/CONFLICTS
@@ -0,0 +1 @@
+conflicts xml-libxml
diff --git a/perl-cpan/xml-libxml-common/HISTORY
b/perl-cpan/xml-libxml-common/HISTORY
index 121bc55..7fb0e93 100644
--- a/perl-cpan/xml-libxml-common/HISTORY
+++ b/perl-cpan/xml-libxml-common/HISTORY
@@ -1,3 +1,6 @@
+2015-04-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: added, conflicts with recent xml-libxml
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: cleaned up, removed BUILD_API
* BUILD: useless
diff --git a/perl-cpan/xml-libxml/CONFLICTS b/perl-cpan/xml-libxml/CONFLICTS
new file mode 100755
index 0000000..d79b64e
--- /dev/null
+++ b/perl-cpan/xml-libxml/CONFLICTS
@@ -0,0 +1 @@
+conflicts xml-libxml-common
diff --git a/perl-cpan/xml-libxml/DEPENDS b/perl-cpan/xml-libxml/DEPENDS
index 944cd48..d3eee00 100755
--- a/perl-cpan/xml-libxml/DEPENDS
+++ b/perl-cpan/xml-libxml/DEPENDS
@@ -1,4 +1,4 @@
depends libxml2 &&
depends perl &&
depends xml-sax &&
-depends xml-libxml-common
+depends xml-namespacesupport
diff --git a/perl-cpan/xml-libxml/DETAILS b/perl-cpan/xml-libxml/DETAILS
index 5610c9e..a74ca9d 100755
--- a/perl-cpan/xml-libxml/DETAILS
+++ b/perl-cpan/xml-libxml/DETAILS
@@ -1,11 +1,12 @@
SPELL=xml-libxml
- VERSION=1.69
- SOURCE=XML-LibXML-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-LibXML-$VERSION
- SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PA/PAJAS/$SOURCE
-
SOURCE_HASH=sha512:d3ce1f034491d60dc002716b1734e5ac7d025078b323a9a1ab4e947a68b620e42422d7bd5632693ef271dc2380ccb4d2dbfb2193e8e5ba1cf52504d3d2da1102
+ SPELLX=XML-LibXML
+ VERSION=2.0118
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SH/SHLOMIF/$SOURCE
+
SOURCE_HASH=sha512:88cb1d59c43e70b5058c4daa31ecf86fe4490a5f851eb70e1c52b672589525e7c01ffbd8e8ea895a0f65147ba5384b78c53ab59f3ac701328775de9977e54092
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
LICENSE[0]=ART
- WEB_SITE=http://search.cpan.org/~pajas/XML-LibXML/
+ WEB_SITE=http://search.cpan.org/dist/XML-LibXML/
ENTERED=20020722
KEYWORDS="gnome xml perl"
SHORT="DOM Level 2 API as an interface to the Gnome libxml2"
diff --git a/perl-cpan/xml-libxml/HISTORY b/perl-cpan/xml-libxml/HISTORY
index 0b9dbe0..8cfd45f 100644
--- a/perl-cpan/xml-libxml/HISTORY
+++ b/perl-cpan/xml-libxml/HISTORY
@@ -1,3 +1,9 @@
+2015-04-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.0118; updated source url, website; use
+ SPELLX; quoting paths
+ * DEPENDS: added missing xml-namespacesupport required dependency
+ * CONFLICTS: added, merged with xml-libxml-common since 1.69_1
+
2009-07-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.69

diff --git a/perl-cpan/xml-libxslt/DETAILS b/perl-cpan/xml-libxslt/DETAILS
index 8b75768..fef7d2a 100755
--- a/perl-cpan/xml-libxslt/DETAILS
+++ b/perl-cpan/xml-libxslt/DETAILS
@@ -1,11 +1,12 @@
SPELL=xml-libxslt
- VERSION=1.63
- SOURCE=XML-LibXSLT-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-LibXSLT-$VERSION
- SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PA/PAJAS/$SOURCE
-
SOURCE_HASH=sha512:10558e2449158d3bb256c31219be1e7f829cf8b636c1b7aab9c5185470eb7ebd45ec58b893740e016681fad63890d3890be1e746b02bc41059f200de7dacc8da
+ SPELLX=XML-LibXSLT
+ VERSION=1.94
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SH/SHLOMIF/$SOURCE
+
SOURCE_HASH=sha512:52b3ec6ef0556d9dde8320acbea01fe36e219bc62ed2d9e0cbe2f8f402bfc3f42ca1e28a6e047e69f501982fe4ba40d23fcfbce9399388c9f28a0d8804fc5f73
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
LICENSE[0]=ART
- WEB_SITE=http://search.cpan.org/~pajas/XML-LibXSLT/
+ WEB_SITE=http://search.cpan.org/dist/XML-LibXSLT/
ENTERED=20020722
KEYWORDS="gnome perl"
SHORT="Fast XSLT library based on the Gnome libxslt engine"
diff --git a/perl-cpan/xml-libxslt/HISTORY b/perl-cpan/xml-libxslt/HISTORY
index cb26fbb..225e5a3 100644
--- a/perl-cpan/xml-libxslt/HISTORY
+++ b/perl-cpan/xml-libxslt/HISTORY
@@ -1,3 +1,7 @@
+2015-04-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.94; use SPELLX; updated source url,
+ website; quoting paths
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: cleaned up, updated to 1.63
* BUILD: useless



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0eff2549d67b2fae678d979194db44279152d2b5), Vlad Glagolev, 04/17/2015

Archive powered by MHonArc 2.6.24.

Top of Page