[packages/php-pear] v1.3.12, add pear.twig-project.org channel
glen
glen at pld-linux.org
Sat Sep 14 02:23:02 CEST 2013
commit 73b1fcbca2b467fbd323fa4815a5baddceb25e8e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Sep 14 02:53:01 2013 +0300
v1.3.12, add pear.twig-project.org channel
channel-twig.xml | 16 ++++++++++++++++
php-pear.spec | 7 ++++++-
update-channels.sh | 1 +
3 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/php-pear.spec b/php-pear.spec
index 2a1bb5e..818e824 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.11
+Version: 1.3.12
Release: 1
Epoch: 4
License: Public Domain
@@ -24,6 +24,7 @@ Source13: channel-phpmd.xml
Source14: channel-pdepend.xml
Source15: channel-symfony2.xml
Source16: channel-saucelabs.xml
+Source17: channel-twig.xml
BuildRequires: /usr/bin/php
BuildRequires: php-pear-PEAR >= 1:1.9.0
BuildRequires: rpmbuild(macros) >= 1.570
@@ -238,3 +239,7 @@ check_channel_dirs
%{php_pear_dir}/.channels/.alias/saucelabs.txt
%{php_pear_dir}/.channels/saucelabs.github.com_pear.reg
%{php_pear_dir}/.registry/.channel.saucelabs.github.com_pear
+
+%{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
diff --git a/channel-twig.xml b/channel-twig.xml
new file mode 100644
index 0000000..31681a3
--- /dev/null
+++ b/channel-twig.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.twig-project.org</name>
+ <summary>Twig PEAR channel</summary>
+ <suggestedalias>twig</suggestedalias>
+ <servers>
+ <primary>
+ <rest>
+ <baseurl type="REST1.0">http://pear.twig-project.org/rest/</baseurl>
+ <baseurl type="REST1.1">http://pear.twig-project.org/rest/</baseurl>
+ <baseurl type="REST1.2">http://pear.twig-project.org/rest/</baseurl>
+ <baseurl type="REST1.3">http://pear.twig-project.org/rest/</baseurl>
+ </rest>
+ </primary>
+ </servers>
+</channel>
\ No newline at end of file
diff --git a/update-channels.sh b/update-channels.sh
index 60d591d..522a222 100755
--- a/update-channels.sh
+++ b/update-channels.sh
@@ -14,6 +14,7 @@ channels="
pear.roundcube.net
pear.symfony-project.com
pear.symfony.com
+ pear.twig-project.org
phpseclib.sourceforge.net
saucelabs.github.com/pear
"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pear.git/commitdiff/3ba220365824a9a14ea1a57308a0f54b0c64cb21
More information about the pld-cvs-commit
mailing list