[php-phpunit-Text-Template/f18] update to 1.1.3

Remi Collet remi at fedoraproject.org
Sat Oct 6 08:49:46 UTC 2012


commit 8cedc82291888463aebec9d8a0f969f53b0daded
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sat Oct 6 10:49:16 2012 +0200

    update to 1.1.3

 .gitignore                     |    1 +
 php-phpunit-Text-Template.spec |    8 ++++++--
 sources                        |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 443af16..cc87792 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ package*xml
 /Text_Template-1.1.0.tgz
 /Text_Template-1.1.1.tgz
 /Text_Template-1.1.2.tgz
+/Text_Template-1.1.3.tgz
diff --git a/php-phpunit-Text-Template.spec b/php-phpunit-Text-Template.spec
index ef98273..ef7b731 100644
--- a/php-phpunit-Text-Template.spec
+++ b/php-phpunit-Text-Template.spec
@@ -1,9 +1,10 @@
+%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 %global pear_name Text_Template
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-Text-Template
-Version:        1.1.2
+Version:        1.1.3
 Release:        1%{?dist}
 Summary:        Simple template engine
 
@@ -47,7 +48,7 @@ cd %{pear_name}-%{version}
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Clean up unnecessary files
-rm -rf %{buildroot}%{pear_phpdir}/.??*
+rm -rf %{buildroot}%{pear_metadir}/.??*
 
 # Install XML package description
 install -Dpm 644 %{name}.xml %{buildroot}%{pear_xmldir}/%{name}.xml
@@ -76,6 +77,9 @@ fi
 
 
 %changelog
+* Sat Oct  6 2012 Remi Collet <remi at fedoraproject.org> - 1.1.3-1
+- Version 1.1.3 (stable) - API 1.1.0 (stable)
+
 * Mon Sep 24 2012 Remi Collet <remi at fedoraproject.org> - 1.1.2-1
 - Version 1.1.2 (stable) - API 1.1.0 (stable)
 - LICENSE is now provided in upstream tarball
diff --git a/sources b/sources
index 75aca36..6330b42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1cd6c73eb58bae0cfcf4e8d5ec98a1c  Text_Template-1.1.2.tgz
+5635a9006867a1677013a446a42d84ee  Text_Template-1.1.3.tgz


More information about the scm-commits mailing list