commit 9eaeb4a8edada88b241af6c20a2e9ecb81c3de8f
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Oct 17 21:48:43 2012 +0300

    - add Symfony2 PEAR channel; version 1.3.9

 channel-symfony2.xml | 16 ++++++++++++++++
 php-pear.spec        |  4 ++--
 update-channels.sh   |  1 +
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/php-pear.spec b/php-pear.spec
index e053e46..de5b9c5 100644
--- a/php-pear.spec
+++ b/php-pear.spec
@@ -1,8 +1,8 @@
 Summary:       PEAR - PHP Extension and Application Repository
 Summary(pl.UTF-8):     PEAR - rozszerzenie PHP i repozytorium aplikacji
 Name:          php-pear
-Version:       1.3.8
-Release:       3
+Version:       1.3.9
+Release:       1
 Epoch:         4
 License:       Public Domain
 Group:         Development/Languages/PHP
diff --git a/channel-symfony2.xml b/channel-symfony2.xml
new file mode 100644
index 0000000..dfc7573
--- /dev/null
+++ b/channel-symfony2.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<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/channel-1.0 
http://pear.php.net/dtd/channel-1.0.xsd";>
+    <name>pear.symfony.com</name>
+    <summary>Symfony2 PEAR channel</summary>
+    <suggestedalias>symfony2</suggestedalias>
+    <servers>
+        <primary>
+            <rest>
+                <baseurl type="REST1.0">http://pear.symfony.com/rest/</baseurl>
+                <baseurl type="REST1.1">http://pear.symfony.com/rest/</baseurl>
+                <baseurl type="REST1.2">http://pear.symfony.com/rest/</baseurl>
+                <baseurl type="REST1.3">http://pear.symfony.com/rest/</baseurl>
+            </rest>
+        </primary>
+    </servers>
+</channel>
\ No newline at end of file
diff --git a/update-channels.sh b/update-channels.sh
index 90712a9..7b54628 100755
--- a/update-channels.sh
+++ b/update-channels.sh
@@ -13,6 +13,7 @@ channels="
        pear.propelorm.org
        pear.roundcube.net
        pear.symfony-project.com
+       pear.symfony.com
        phpseclib.sourceforge.net
 "
 for channel in $channels; do
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear.git/commitdiff/9eaeb4a8edada88b241af6c20a2e9ecb81c3de8f

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to