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

Remi Collet remi at fedoraproject.org
Sun Dec 5 19:10:12 UTC 2010


commit c929caa7b787524185ac3dd558ddd13fa749dc65
Author: remi <fedora at famillecollet.com>
Date:   Sun Dec 5 20:10:02 2010 +0100

    update to 1.1.0

 .gitignore                     |    4 ++--
 README.markdown                |   23 -----------------------
 php-phpunit-Text-Template.spec |   14 +++++++-------
 sources                        |    2 +-
 4 files changed, 10 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81d5aaa..8f678d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/Text_Template-1.0.0.tgz
-package.xml
+package*xml
+/Text_Template-1.1.0.tgz
diff --git a/php-phpunit-Text-Template.spec b/php-phpunit-Text-Template.spec
index 1ce339b..b4c24bf 100644
--- a/php-phpunit-Text-Template.spec
+++ b/php-phpunit-Text-Template.spec
@@ -3,15 +3,14 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-Text-Template
-Version:        1.0.0
-Release:        2%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        Simple template engine
 
 Group:          Development/Libraries
 License:        BSD
 URL:            https://github.com/sebastianbergmann/php-text-template
-Source0:        https://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
-Source1:        https://github.com/sebastianbergmann/php-text-template/raw/master/README.markdown
+Source0:        http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -34,8 +33,6 @@ Simple template engine.
 cp /etc/php.ini .
 echo "date.timezone=UTC" >>php.ini
 
-cp %{SOURCE1} README.markdown
-
 cd %{pear_name}-%{version}
 # package.xml is V2
 mv ../package.xml %{name}.xml
@@ -76,11 +73,14 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc README.markdown
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/Text
 
 %changelog
+* Sun Dec 05 2010 Remi Collet <Fedora at famillecollet.com> - 1.1.0-1
+- Version 1.1.0 (stable) - API 1.1.0 (stable)
+- remove README.mardown (which is only install doc)
+
 * Fri Nov 05 2010 Remi Collet <Fedora at famillecollet.com> - 1.0.0-2
 - fix URL
 
diff --git a/sources b/sources
index 7cfdffb..16563fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de7b8f04dce1bf5bf404594c843f539a  Text_Template-1.0.0.tgz
+2ae956193c84c3e5b543b8bab992c0f1  Text_Template-1.1.0.tgz


More information about the scm-commits mailing list