[packages/php-pear] v1.3.13: add channel-zz

glen glen at pld-linux.org
Sat Sep 14 02:23:08 CEST 2013


commit 3ba220365824a9a14ea1a57308a0f54b0c64cb21
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Sep 14 03:22:28 2013 +0300

    v1.3.13: add channel-zz

 channel-zz.xml     | 15 +++++++++++++++
 php-pear.spec      |  7 ++++++-
 update-channels.sh |  1 +
 3 files changed, 22 insertions(+), 1 deletion(-)
---
diff --git a/php-pear.spec b/php-pear.spec
index 818e824..617185c 100644
--- a/php-pear.spec
+++ b/php-pear.spec
@@ -1,7 +1,7 @@
 Summary:	PEAR - PHP Extension and Application Repository
 Summary(pl.UTF-8):	PEAR - rozszerzenie PHP i repozytorium aplikacji
 Name:		php-pear
-Version:	1.3.12
+Version:	1.3.13
 Release:	1
 Epoch:		4
 License:	Public Domain
@@ -25,6 +25,7 @@ Source14:	channel-pdepend.xml
 Source15:	channel-symfony2.xml
 Source16:	channel-saucelabs.xml
 Source17:	channel-twig.xml
+Source18:	channel-zz.xml
 BuildRequires:	/usr/bin/php
 BuildRequires:	php-pear-PEAR >= 1:1.9.0
 BuildRequires:	rpmbuild(macros) >= 1.570
@@ -243,3 +244,7 @@ check_channel_dirs
 %{php_pear_dir}/.channels/.alias/twig.txt
 %{php_pear_dir}/.channels/pear.twig-project.org.reg
 %{php_pear_dir}/.registry/.channel.pear.twig-project.org
+
+%{php_pear_dir}/.channels/.alias/zz.txt
+%{php_pear_dir}/.channels/zustellzentrum.cweiske.de.reg
+%{php_pear_dir}/.registry/.channel.zustellzentrum.cweiske.de
diff --git a/channel-zz.xml b/channel-zz.xml
new file mode 100644
index 0000000..2b15b2c
--- /dev/null
+++ b/channel-zz.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<channel version="1.0" xmlns="http://pear.php.net/channel-1.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://pear.php.net/dtd/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd">
+ <name>zustellzentrum.cweiske.de</name>
+ <summary>pear packages and applications by cweiske</summary>
+ <suggestedalias>zz</suggestedalias>
+ <servers>
+  <primary>
+   <rest>
+    <baseurl type="REST1.0">http://zustellzentrum.cweiske.de/Chiara_PEAR_Server_REST/</baseurl>
+   </rest>
+  </primary>
+ </servers>
+</channel>
\ No newline at end of file
diff --git a/update-channels.sh b/update-channels.sh
index 522a222..5ecc9dc 100755
--- a/update-channels.sh
+++ b/update-channels.sh
@@ -17,6 +17,7 @@ channels="
 	pear.twig-project.org
 	phpseclib.sourceforge.net
 	saucelabs.github.com/pear
+	zustellzentrum.cweiske.de
 "
 for channel in $channels; do
 	url=http://$channel/channel.xml
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear.git/commitdiff/3ba220365824a9a14ea1a57308a0f54b0c64cb21



More information about the pld-cvs-commit mailing list