packages: php-pear/php-pear.spec, php-pear/update-channels.sh, php-pear/cha...
glen
glen at pld-linux.org
Fri Oct 29 11:04:59 CEST 2010
Author: glen Date: Fri Oct 29 09:05:00 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- 1.3.5: add propel channel
---- Files affected:
packages/php-pear:
php-pear.spec (1.64 -> 1.65) , update-channels.sh (1.4 -> 1.5) , channel-propel.xml (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/php-pear/php-pear.spec
diff -u packages/php-pear/php-pear.spec:1.64 packages/php-pear/php-pear.spec:1.65
--- packages/php-pear/php-pear.spec:1.64 Fri Oct 1 15:16:02 2010
+++ packages/php-pear/php-pear.spec Fri Oct 29 11:04:51 2010
@@ -2,7 +2,7 @@
Summary: PEAR - PHP Extension and Application Repository
Summary(pl.UTF-8): PEAR - rozszerzenie PHP i repozytorium aplikacji
Name: php-pear
-Version: 1.3.4
+Version: 1.3.5
Release: 1
Epoch: 4
License: Public Domain
@@ -18,6 +18,7 @@
Source7: channel-horde.xml
Source8: channel-rc.xml
Source9: channel-ezc.xml
+Source10: channel-propel.xml
BuildRequires: /usr/bin/php
BuildRequires: php-pear-PEAR >= 1:1.9.0
BuildRequires: rpmbuild(macros) >= 1.570
@@ -72,6 +73,7 @@
%{__pear} -c pearrc channel-add %{SOURCE7}
%{__pear} -c pearrc channel-add %{SOURCE8}
%{__pear} -c pearrc channel-add %{SOURCE9}
+%{__pear} -c pearrc channel-add %{SOURCE10}
while read dir; do
install -d $RPM_BUILD_ROOT$dir
@@ -205,12 +207,19 @@
%{php_pear_dir}/.channels/components.ez.no.reg
%{php_pear_dir}/.registry/.channel.components.ez.no
+%{php_pear_dir}/.channels/.alias/propel.txt
+%{php_pear_dir}/.channels/pear.propelorm.org.reg
+%{php_pear_dir}/.registry/.channel.pear.propelorm.org
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.65 2010/10/29 09:04:51 glen
+- 1.3.5: add propel channel
+
Revision 1.64 2010/10/01 13:16:02 glen
- keep update-channels.sh in package
================================================================
Index: packages/php-pear/update-channels.sh
diff -u packages/php-pear/update-channels.sh:1.4 packages/php-pear/update-channels.sh:1.5
--- packages/php-pear/update-channels.sh:1.4 Fri Oct 29 11:02:42 2010
+++ packages/php-pear/update-channels.sh Fri Oct 29 11:04:51 2010
@@ -5,6 +5,7 @@
pear.phing.info
pear.phpdb.org
pear.phpunit.de
+ pear.propelorm.org
pear.roundcube.net
pear.symfony-project.com
phpseclib.sourceforge.net
================================================================
Index: packages/php-pear/channel-propel.xml
diff -u /dev/null packages/php-pear/channel-propel.xml:1.1
--- /dev/null Fri Oct 29 11:05:00 2010
+++ packages/php-pear/channel-propel.xml Fri Oct 29 11:04:51 2010
@@ -0,0 +1,16 @@
+<?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>pear.propelorm.org</name>
+ <summary>smart, easy object persistence</summary>
+ <suggestedalias>propel</suggestedalias>
+ <servers>
+ <primary>
+ <rest>
+ <baseurl type="REST1.0">http://pear.propelorm.org/Chiara_PEAR_Server_REST/</baseurl>
+ <baseurl type="REST1.1">http://pear.propelorm.org/Chiara_PEAR_Server_REST/</baseurl>
+ </rest>
+ </primary>
+ </servers>
+</channel>
\ No newline at end of file
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear/php-pear.spec?r1=1.64&r2=1.65&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear/update-channels.sh?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list