[php-phpunit-Text-Template] update to 1.1.2

Remi Collet remi at fedoraproject.org
Mon Sep 24 16:01:05 UTC 2012


commit e788acb59c84caf08d28c808ad90b77b2c316dc4
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Sep 24 18:00:15 2012 +0200

    update to 1.1.2

 .gitignore                     |    1 +
 php-phpunit-Text-Template.spec |   12 ++++++++----
 sources                        |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e435581..443af16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ package*xml
 *spec~
 /Text_Template-1.1.0.tgz
 /Text_Template-1.1.1.tgz
+/Text_Template-1.1.2.tgz
diff --git a/php-phpunit-Text-Template.spec b/php-phpunit-Text-Template.spec
index fc1a5e7..ef98273 100644
--- a/php-phpunit-Text-Template.spec
+++ b/php-phpunit-Text-Template.spec
@@ -3,13 +3,11 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-Text-Template
-Version:        1.1.1
-Release:        3%{?dist}
+Version:        1.1.2
+Release:        1%{?dist}
 Summary:        Simple template engine
 
 Group:          Development/Libraries
-# Ask for LICENSE
-# https://github.com/sebastianbergmann/php-text-template/issues/1
 License:        BSD
 URL:            https://github.com/sebastianbergmann/php-text-template
 Source0:        http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
@@ -23,6 +21,7 @@ Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Requires:       php-channel(%{channel})
 Requires:       php-common >= 5.2.7
+Requires:       php-spl
 
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
 
@@ -71,11 +70,16 @@ fi
 
 %files
 %defattr(-,root,root,-)
+%doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/Text
 
 
 %changelog
+* 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
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 540b339..75aca36 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e357033d4d529bd12c066dd015e54a4c  Text_Template-1.1.1.tgz
+e1cd6c73eb58bae0cfcf4e8d5ec98a1c  Text_Template-1.1.2.tgz


More information about the scm-commits mailing list