]> git.pld-linux.org Git - packages/php-pear.git/commitdiff
v1.3.17: added bartlett.laurent-laville.org channel auto/ac/php-pear-1.3.17-1 auto/th/php-pear-1.3.17-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 19 Apr 2015 12:02:08 +0000 (15:02 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 19 Apr 2015 12:02:08 +0000 (15:02 +0300)
channel-bartlett.xml [new file with mode: 0644]
php-pear.spec
update-channels.sh

diff --git a/channel-bartlett.xml b/channel-bartlett.xml
new file mode 100644 (file)
index 0000000..67a6aca
--- /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>bartlett.laurent-laville.org</name>
+    <summary>Bartlett PEAR Channel</summary>
+    <suggestedalias>bartlett</suggestedalias>
+    <servers>
+        <primary>
+            <rest>
+                <baseurl type="REST1.0">http://bartlett.laurent-laville.org/rest/</baseurl>
+                <baseurl type="REST1.1">http://bartlett.laurent-laville.org/rest/</baseurl>
+                <baseurl type="REST1.2">http://bartlett.laurent-laville.org/rest/</baseurl>
+                <baseurl type="REST1.3">http://bartlett.laurent-laville.org/rest/</baseurl>
+            </rest>
+        </primary>
+    </servers>
+</channel>
\ No newline at end of file
index 68ce1833e38187168d36dfda6ca4a01ba31b7cfe..637f8946e60b4796de8ea94a17afcb2b8dae7f4f 100644 (file)
@@ -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.16
+Version:       1.3.17
 Release:       1
 Epoch:         4
 License:       Public Domain
@@ -29,6 +29,7 @@ Source18:     channel-zz.xml
 Source19:      channel-theseer.xml
 Source20:      channel-indeyets.xml
 Source21:      channel-phpdoc.xml
+Source22:      channel-bartlett.xml
 BuildRequires: /usr/bin/php
 BuildRequires: php-pear-PEAR >= 1:1.9.0
 BuildRequires: rpmbuild(macros) >= 1.570
@@ -280,3 +281,7 @@ check_channel_dirs
 %{php_pear_dir}/.channels/.alias/phpdoc.txt
 %{php_pear_dir}/.channels/pear.phpdoc.org.reg
 %{php_pear_dir}/.registry/.channel.pear.phpdoc.org
+
+%{php_pear_dir}/.channels/.alias/bartlett.txt
+%{php_pear_dir}/.channels/bartlett.laurent-laville.org.reg
+%{php_pear_dir}/.registry/.channel.bartlett.laurent-laville.org
index a1bc4b7ceb7b0d8f9cff4d90821b992428088d77..ca3d5f61b36ed7b7020dbc154c23fec1646621b5 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 channels="
+       bartlett.laurent-laville.org
        components.ez.no
        pear.docblox-project.org
        pear.firephp.org
This page took 0.06897 seconds and 4 git commands to generate.