update to 4.0.7

This commit is contained in:
Remi Collet 2014-10-27 16:01:35 +01:00
parent 7ecf580788
commit 2737956697
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ clog
/apcu-4.0.3.tgz
/apcu-4.0.4.tgz
/apcu-4.0.6.tgz
/apcu-4.0.7.tgz

View File

@ -21,8 +21,8 @@
Name: php-pecl-apcu
Summary: APC User Cache
Version: 4.0.6
Release: 3%{?dist}
Version: 4.0.7
Release: 1%{?dist}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
Source1: %{pecl_name}.ini
Source2: %{pecl_name}-panel.conf
@ -239,8 +239,10 @@ fi
%files
%doc %{pecl_docdir}/%{pecl_name}
%{pecl_xmldir}/%{name}.xml
%config(noreplace) %{php_inidir}/%{ini_name}
%{php_extdir}/%{pecl_name}.so
%if %{with_zts}
%{php_ztsextdir}/%{pecl_name}.so
%config(noreplace) %{php_ztsinidir}/%{ini_name}
@ -250,6 +252,7 @@ fi
%files devel
%doc %{pecl_testdir}/%{pecl_name}
%{php_incldir}/ext/%{pecl_name}
%if %{with_zts}
%{php_ztsincldir}/ext/%{pecl_name}
%endif
@ -264,6 +267,9 @@ fi
%changelog
* Mon Oct 27 2014 Remi Collet <remi@fedoraproject.org> - 4.0.7-1
- Update to 4.0.7
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
cf7f1a751c4f3ecd1bb8f985be4de09b apcu-4.0.6.tgz
9feb03d3e5217242a39244964f098b52 apcu-4.0.7.tgz