[php-pear-Text-CAPTCHA] - Version 0.4.4 (alpha) - API 0.4.0 (alpha) - LICENSE is now provided by upstream

Remi Collet remi at fedoraproject.org
Fri Jan 25 12:44:53 UTC 2013


commit 031c986fa4504d90d7e96f66e5519f93d55e38f7
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Jan 25 13:44:40 2013 +0100

    - Version 0.4.4 (alpha) - API 0.4.0 (alpha)
    - LICENSE is now provided by upstream

 .gitignore                 |    1 +
 php-pear-Text-CAPTCHA.spec |   11 +++++------
 sources                    |    1 +
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b4abc5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Text_CAPTCHA-0.4.4.tgz
diff --git a/php-pear-Text-CAPTCHA.spec b/php-pear-Text-CAPTCHA.spec
index b478521..e3c12ed 100644
--- a/php-pear-Text-CAPTCHA.spec
+++ b/php-pear-Text-CAPTCHA.spec
@@ -3,7 +3,7 @@
 %global pear_name Text_CAPTCHA
 
 Name:           php-pear-Text-CAPTCHA
-Version:        0.4.3
+Version:        0.4.4
 Release:        1%{?dist}
 Summary:        Generation of CAPTCHAs
 
@@ -11,8 +11,6 @@ Group:          Development/Libraries
 License:        BSD
 URL:            http://pear.php.net/package/Text_CAPTCHA
 Source0:        http://pear.php.net/get/%{pear_name}-%{version}.tgz
-# https://pear.php.net/bugs/19790
-Source1:        LICENSE
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -38,8 +36,6 @@ computers and humans apart)
 %prep
 %setup -q -c
 
-cp %{SOURCE1} LICENSE
-
 cd %{pear_name}-%{version}
 # fix wrong-file-end-of-line-encoding
 sed -e 's/\r//' -i examples/CAPTCHA_Word_test.php
@@ -83,7 +79,6 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/Text/CAPTCHA
@@ -91,5 +86,9 @@ fi
 
 
 %changelog
+* Fri Jan 25 2013 Remi Collet <remi at fedoraproject.org> - 0.4.4-1
+- Version 0.4.4 (alpha) - API 0.4.0 (alpha)
+- LICENSE is now provided by upstream
+
 * Wed Jan 16 2013 Remi Collet <remi at fedoraproject.org> - 0.4.3-1
 - Initial package
diff --git a/sources b/sources
index e69de29..9dcf664 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+82f34dd3452e9d83e1613935e5d1f723  Text_CAPTCHA-0.4.4.tgz


More information about the scm-commits mailing list