summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-25 08:23:16 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-25 08:23:16 +0100
commit1b1c3a955d8bfad3b01da75d3db8fbdb7b578827 (patch)
tree04d8e499f1f6d637004f8aee1ba9fab1edf77ea1
parent4446c9f01066d3aaa64878c14e1d3806a54726c1 (diff)
php-pear-Text-CAPTCHA: 0.4.4
-rw-r--r--php-pear-Text-CAPTCHA.spec11
1 files changed, 5 insertions, 6 deletions
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@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@fedoraproject.org> - 0.4.3-1
- Initial package