- update Console_Getopt to 1.4.0
- raise php minimum version to 5.4 - cleanup registry after removal - drop old php-pear-XML-Util scriptlets - remove PHP from License, Console_Getopt is now BSD
This commit is contained in:
parent
e2bf7ea088
commit
7b61d5503c
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ clog
|
|||||||
/PEAR-1.9.5.tgz
|
/PEAR-1.9.5.tgz
|
||||||
/Archive_Tar-1.3.12.tgz
|
/Archive_Tar-1.3.12.tgz
|
||||||
/Archive_Tar-1.3.13.tgz
|
/Archive_Tar-1.3.13.tgz
|
||||||
|
/Console_Getopt-1.4.0.tgz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global peardir %{_datadir}/pear
|
%global peardir %{_datadir}/pear
|
||||||
%global metadir %{_localstatedir}/lib/pear
|
%global metadir %{_localstatedir}/lib/pear
|
||||||
|
|
||||||
%global getoptver 1.3.1
|
%global getoptver 1.4.0
|
||||||
%global arctarver 1.3.13
|
%global arctarver 1.3.13
|
||||||
# https://pear.php.net/bugs/bug.php?id=19367
|
# https://pear.php.net/bugs/bug.php?id=19367
|
||||||
# Structures_Graph 1.0.4 - incorrect FSF address
|
# Structures_Graph 1.0.4 - incorrect FSF address
|
||||||
@ -17,12 +17,11 @@
|
|||||||
Summary: PHP Extension and Application Repository framework
|
Summary: PHP Extension and Application Repository framework
|
||||||
Name: php-pear
|
Name: php-pear
|
||||||
Version: 1.9.5
|
Version: 1.9.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
# PEAR, Archive_Tar, XML_Util are BSD
|
# PEAR, Archive_Tar, XML_Util, Console_Getopt are BSD
|
||||||
# Console_Getopt is PHP
|
|
||||||
# Structures_Graph is LGPLv2+
|
# Structures_Graph is LGPLv2+
|
||||||
License: BSD and PHP and LGPLv2+
|
License: BSD and LGPLv2+
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://pear.php.net/package/PEAR
|
URL: http://pear.php.net/package/PEAR
|
||||||
Source0: http://download.pear.php.net/package/PEAR-%{version}.tgz
|
Source0: http://download.pear.php.net/package/PEAR-%{version}.tgz
|
||||||
@ -286,10 +285,10 @@ if [ "$current" != "%{_datadir}/tests/pecl" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
%triggerpostun -- php-pear-XML-Util
|
%postun
|
||||||
# re-register extension unregistered during postun of obsoleted php-pear-XML-Util
|
if [ $1 -eq 0 -a -d %{metadir}/.registry ] ; then
|
||||||
%{_bindir}/pear install --nodeps --soft --force --register-only \
|
rm -rf %{metadir}/.registry
|
||||||
%{_localstatedir}/lib/pear/pkgxml/XML_Util.xml >/dev/null || :
|
fi
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -328,6 +327,13 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 23 2015 Remi Collet <remi@fedoraproject.org> 1:1.9.5-4
|
||||||
|
- update Console_Getopt to 1.4.0
|
||||||
|
- raise php minimum version to 5.4
|
||||||
|
- cleanup registry after removal
|
||||||
|
- drop old php-pear-XML-Util scriptlets
|
||||||
|
- remove PHP from License, Console_Getopt is now BSD
|
||||||
|
|
||||||
* Thu Sep 4 2014 Remi Collet <remi@fedoraproject.org> 1:1.9.5-3
|
* Thu Sep 4 2014 Remi Collet <remi@fedoraproject.org> 1:1.9.5-3
|
||||||
- update Archive_Tar to 1.3.13
|
- update Archive_Tar to 1.3.13
|
||||||
- requires httpd-filesystem for /var/www/html ownership (F21+)
|
- requires httpd-filesystem for /var/www/html ownership (F21+)
|
||||||
|
2
sources
2
sources
@ -1,5 +1,5 @@
|
|||||||
ded37747ef1e75ee90e3fbaab68685fb Archive_Tar-1.3.13.tgz
|
ded37747ef1e75ee90e3fbaab68685fb Archive_Tar-1.3.13.tgz
|
||||||
310b39cf091b9a0abf398bead60f3f8d Console_Getopt-1.3.1.tgz
|
72c19ce19d5c6fab89ec79fa14b10c4b Console_Getopt-1.4.0.tgz
|
||||||
f44a56765988dafbe348828cac2562ca PEAR-1.9.5.tgz
|
f44a56765988dafbe348828cac2562ca PEAR-1.9.5.tgz
|
||||||
b99c5e9ac348a2e81515ba16deb7ded3 Structures_Graph-1.0.4.tgz
|
b99c5e9ac348a2e81515ba16deb7ded3 Structures_Graph-1.0.4.tgz
|
||||||
7280fe3c5a7db11a7a9c293dcf81a285 XML_Util-1.2.3.tgz
|
7280fe3c5a7db11a7a9c293dcf81a285 XML_Util-1.2.3.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user