[php-pear-Net-SMTP/el6] update to 1.6.1

Remi Collet remi at fedoraproject.org
Tue Aug 16 07:37:50 UTC 2011


commit 689364e3d9b805e3867a2bff96245e556efb645f
Author: remi <fedora at famillecollet.com>
Date:   Tue Aug 16 09:37:34 2011 +0200

    update to 1.6.1

 .gitignore             |    1 +
 php-pear-Net-SMTP.spec |   11 +++++------
 sources                |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c03223..6041242 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *~
 package*.xml
 /Net_SMTP-1.6.0.tgz
+/Net_SMTP-1.6.1.tgz
diff --git a/php-pear-Net-SMTP.spec b/php-pear-Net-SMTP.spec
index abca99c..9efea76 100644
--- a/php-pear-Net-SMTP.spec
+++ b/php-pear-Net-SMTP.spec
@@ -2,7 +2,7 @@
 %global pear_name Net_SMTP
 
 Name:           php-pear-Net-SMTP
-Version:        1.6.0
+Version:        1.6.1
 Release:        1%{?dist}
 Summary:        Provides an implementation of the SMTP protocol
 Summary(fr):    Fournit une mise en œuvre du protocole SMTP
@@ -41,10 +41,6 @@ l'extension "php-pear-Auth-SASL".
 %setup -q -c
 %{_bindir}/php -n %{SOURCE2} package.xml | tee CHANGELOG | head -n 2
 
-# Create a "localized" php.ini to avoid build warning
-cp /etc/php.ini .
-echo "date.timezone=UTC" >>php.ini
-
 cd %{pear_name}-%{version}
 # package.xml is V2
 mv ../package.xml %{name}.xml
@@ -59,7 +55,7 @@ cd %{pear_name}-%{version}
 rm -rf %{buildroot}
 cd %{pear_name}-%{version}
 
-PHPRC=../php.ini %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
+%{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Clean up unnecessary files
 rm -rf %{buildroot}%{pear_phpdir}/.??*
@@ -110,6 +106,9 @@ fi
 %{pear_xmldir}/%{name}.xml
 
 %changelog
+* Tue Aug 16 2011 Remi Collet <Fedora at FamilleCollet.com> 1.6.1-1
+- Version 1.6.1 (stable) - API 1.2.0 (stable)
+
 * Fri Jun 10 2011 Remi Collet <Fedora at FamilleCollet.com> 1.6.0-1
 - Version 1.6.0 (stable) - API 1.2.0 (stable)
 - keep doc in pear_docdir
diff --git a/sources b/sources
index f22315d..8162a12 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b69a49864b83110d748bda4e6aa3d863  Net_SMTP-1.6.0.tgz
+4a8040d28d2792bf7bb3ee9b5c2ebcda  Net_SMTP-1.6.1.tgz


More information about the scm-commits mailing list