]> git.pld-linux.org Git - packages/php-pear.git/commitdiff
- add Symfony2 PEAR channel; version 1.3.9 auto/th/php-pear-1.3.9-1
authorElan Ruusamäe <glen@delfi.ee>
Wed, 17 Oct 2012 18:48:43 +0000 (21:48 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 17 Oct 2012 18:48:43 +0000 (21:48 +0300)
channel-symfony2.xml [new file with mode: 0644]
php-pear.spec
update-channels.sh

diff --git a/channel-symfony2.xml b/channel-symfony2.xml
new file mode 100644 (file)
index 0000000..dfc7573
--- /dev/null
@@ -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
index e053e46527bc6e97f699bf835cff82b87402c65c..de5b9c511678f6abd1284d1e15d92d1c34eb658c 100644 (file)
@@ -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
index 90712a95d3f9a7ad7119689c38284f79d2b27f7f..7b5462818cfbdeb0243c08af001030b749f7122f 100755 (executable)
@@ -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
This page took 0.3028 seconds and 4 git commands to generate.