[php-pear-Services-Twitter] update to 0.6.2 (bugfix)

Remi Collet remi at fedoraproject.org
Mon Aug 9 16:07:50 UTC 2010


commit e231d4b4f0478e85152e0170f687d9101aa68013
Author: remi <fedora at famillecollet.com>
Date:   Mon Aug 9 18:07:44 2010 +0200

    update to 0.6.2 (bugfix)

 php-pear-Services-Twitter.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-Services-Twitter.spec b/php-pear-Services-Twitter.spec
index 8306599..911de7b 100644
--- a/php-pear-Services-Twitter.spec
+++ b/php-pear-Services-Twitter.spec
@@ -2,7 +2,7 @@
 %global pear_name Services_Twitter
 
 Name:           php-pear-Services-Twitter
-Version:        0.6.1
+Version:        0.6.2
 Release:        1%{?dist}
 Summary:        PHP interface to Twitter's API
 
@@ -22,7 +22,7 @@ Provides:       php-pear(%{pear_name}) = %{version}
 Requires:       php-pear(PEAR)
 Requires:       php-xml php-mbstring >= 5.2.0
 # Optional (but which requires mandatory HTTP_Request2)
-Requires:       php-pear(HTTP_OAuth) >= 0.1.2
+Requires:       php-pear(HTTP_OAuth) >= 0.1.7
 
 
 %description
@@ -32,7 +32,7 @@ Send status updates, fetch information, add friends, etc.
 %prep
 %setup -q -c
 # package is V2
-%{_bindir}/php -n %{SOURCE2} package.xml | tee CHANGELOG | head -n 10
+%{_bindir}/php -n %{SOURCE2} package.xml | tee CHANGELOG | head -n 5
 mv package.xml %{pear_name}-%{version}/%{name}.xml
 cd %{pear_name}-%{version}
 
@@ -82,6 +82,9 @@ fi
 
 
 %changelog
+* Mon Aug 09 2010 Remi Collet <Fedora at FamilleCollet.com> 0.6.2-1
+- Version 0.6.2 (beta) - API 0.6.0 (beta)
+
 * Sun Jun 06 2010 Remi Collet <Fedora at FamilleCollet.com> 0.6.1-1
 - update Version 0.6.1 (beta) - API 0.6.0 (beta)
 - sort changelog


More information about the scm-commits mailing list