svn: /pear/pearweb/trunk/ package-pepr.xml package_pepr.php

[email protected] ("Daniel O'Connor") Wed, 13 Apr 2011 11:37:25 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
--05d9a5df9a544e003d2b5156e725617b4142baf4
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

clockwerx                                Wed, 13 Apr 2011 11:37:25 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=310206

Log:
Updated deps, changelog to reflect QF->QF2 status

Changed paths:
    U   pear/pearweb/trunk/package-pepr.xml
    U   pear/pearweb/trunk/package_pepr.php

Modified: pear/pearweb/trunk/package-pepr.xml
===================================================================
--- pear/pearweb/trunk/package-pepr.xml	2011-04-13 11:30:37 UTC (rev 310205)
+++ pear/pearweb/trunk/package-pepr.xml	2011-04-13 11:37:25 UTC (rev 310206)
@@ -71,8 +71,8 @@
   <email>[email protected]</email>
   <active>yes</active>
  </developer>
- <date>2011-03-19</date>
- <time>06:33:55</time>
+ <date>2011-04-13</date>
+ <time>20:36:56</time>
  <version>
   <release>1.0.4</release>
   <api>0.1.0</api>
@@ -83,6 +83,7 @@
  </stability>
  <license uri="http://www.php.net/license">PHP License</license>
  <notes>
+- Migration to QF2 for everything but pepr-proposal-editing [clockwerx]
 - Remove BBCode (in favour of only supporting Text_Wiki from now on) [till]
 - Small refactoring while debugging [till]
 - Fix Bug #16578 Unable to use https URL in &quot;Links&quot; section [saltybeagle]
@@ -134,6 +135,16 @@
     <min>1.7.1</min>
    </package>
    <package>
+    <name>HTML_QuickForm</name>
+    <channel>pear.php.net</channel>
+    <min>3.2.12</min>
+   </package>
+   <package>
+    <name>HTML_QuickForm2</name>
+    <channel>pear.php.net</channel>
+    <min>0.5.3</min>
+   </package>
+   <package>
     <name>pearweb</name>
     <channel>pear.php.net</channel>
     <min>1.18.0</min>
@@ -228,9 +239,10 @@
     <release>stable</release>
     <api>stable</api>
    </stability>
-   <date>2011-03-19</date>
+   <date>2011-04-13</date>
    <license uri="http://www.php.net/license">PHP License</license>
    <notes>
+- Migration to QF2 for everything but pepr-proposal-editing [clockwerx]
 - Remove BBCode (in favour of only supporting Text_Wiki from now on) [till]
 - Small refactoring while debugging [till]
 - Fix Bug #16578 Unable to use https URL in &quot;Links&quot; section [saltybeagle]

Modified: pear/pearweb/trunk/package_pepr.php
===================================================================
--- pear/pearweb/trunk/package_pepr.php	2011-04-13 11:30:37 UTC (rev 310205)
+++ pear/pearweb/trunk/package_pepr.php	2011-04-13 11:37:25 UTC (rev 310206)
@@ -21,6 +21,7 @@
 $a->setReleaseStability('stable');
 $a->setAPIStability('stable');
 $a->setNotes('
+- Migration to QF2 for everything but pepr-proposal-editing [clockwerx]
 - Remove BBCode (in favour of only supporting Text_Wiki from now on) [till]
 - Small refactoring while debugging [till]
 - Fix Bug #16578 Unable to use https URL in "Links" section [saltybeagle]
@@ -30,6 +31,8 @@
 $a->setPhpDep('5.2.3');
 $a->setPearInstallerDep('1.7.1');
 $a->addPackageDepWithChannel('required', 'PEAR', 'pear.php.net', '1.7.1');
+$a->addPackageDepWithChannel('required', 'HTML_QuickForm', 'pear.php.net', '3.2.12');
+$a->addPackageDepWithChannel('required', 'HTML_QuickForm2', 'pear.php.net', '0.5.3');
 $a->addPackageDepWithChannel('required', 'pearweb', 'pear.php.net', '1.18.0');
 $a->addPackageDepWithChannel('required', 'Text_Wiki', 'pear.php.net', '1.2.0');
 $a->addExtensionDep('required', 'pcre');

--05d9a5df9a544e003d2b5156e725617b4142baf4--