From 4c499ebbd5824d69f0b507cdc2a5635870b8eeae Mon Sep 17 00:00:00 2001 From: remi Date: Aug 16 2011 07:26:43 +0000 Subject: update to 1.6.1 --- 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 366253b..9ed8da1 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 1.6.1-1 +- Version 1.6.1 (stable) - API 1.2.0 (stable) + * Fri Jun 10 2011 Remi Collet 1.6.0-1 - Version 1.6.0 (stable) - API 1.2.0 (stable) 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