* SUNWperl-xml-parser.spec: bump up XML-Simple to 2.18 (2.16 N/A)
authorpale
Fri, 21 Dec 2007 14:37:05 +0000
changeset 11347 9896bbeaaf71
parent 11346 8db1dbc9c1cf
child 11348 d5b03314d556
* SUNWperl-xml-parser.spec: bump up XML-Simple to 2.18 (2.16 N/A) * base-specs/libgcrypt.spec: Change http:// to ftp:// for source retrieval
ChangeLog
SUNWperl-xml-parser.spec
base-specs/libgcrypt.spec
--- a/ChangeLog	Fri Dec 21 14:27:12 2007 +0000
+++ b/ChangeLog	Fri Dec 21 14:37:05 2007 +0000
@@ -1,3 +1,9 @@
+2007-12-21  Patrick Ale  <[email protected]>
+
+	* SUNWperl-xml-parser.spec: bump up XML-Simple to 2.18 (2.16 N/A)
+	* base-specs/libgcrypt.spec: Change http:// to ftp:// for source
+	  retrieval 
+
 2007-12-21  Takao Fujiwara  <[email protected]>
 
 	* SUNWlibpopt.spec: Updated
--- a/SUNWperl-xml-parser.spec	Fri Dec 21 14:27:12 2007 +0000
+++ b/SUNWperl-xml-parser.spec	Fri Dec 21 14:37:05 2007 +0000
@@ -15,7 +15,7 @@
 Summary:                 XML::Parser and XML::Simple PERL modules
 Version:                 5.8.4
 %define xml_parser_version 2.34
-%define xml_simple_version 2.16
+%define xml_simple_version 2.18
 Source:                  http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-Parser-%{xml_parser_version}.tar.gz
 Source1:                 http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-%{xml_simple_version}.tar.gz
 SUNW_BaseDir:            %{_basedir}
@@ -107,6 +107,8 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri Dec 21 2007 - [email protected]
+- Bump XML-Simple to 2.18. Source to 2.16 N/A
 * Mon Mar 20 2007 - [email protected]
 - Bump XML-Simple to 2.16. (Reported by reborg on desktop-discuss).
 * Sun Jan 28 2007 - [email protected]
--- a/base-specs/libgcrypt.spec	Fri Dec 21 14:27:12 2007 +0000
+++ b/base-specs/libgcrypt.spec	Fri Dec 21 14:37:05 2007 +0000
@@ -18,7 +18,7 @@
 Group:        Development/Libraries/C and C++
 Autoreqprov:  on
 URL:          http://www.gnupg.org/
-Source:       http://ftp.gnupg.org/gcrypt/libgcrypt/%{name}-%{version}.tar.bz2
+Source:       ftp://ftp.gnupg.org/gcrypt/libgcrypt/%{name}-%{version}.tar.bz2
 Source1:      l10n-configure.sh
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 
@@ -71,6 +71,9 @@
 /usr/share/aclocal/*
 
 %changelog -n libgcrypt
+* Thi Dec 20 2007 - [email protected]
+- Change download protocol to FTP instead of HTTP
+  HTTP:// leads to download failure where FTP:// does not
 * Tue Mar 27 2007 - [email protected]
 - clean up, enable parallel build
 * Fri Mar 16 2007 - [email protected]