v1.10.0
This commit is contained in:
parent
238d5dac88
commit
dc911d79d4
2
.gitignore
vendored
2
.gitignore
vendored
@ -28,3 +28,5 @@ clog
|
|||||||
/PEAR-1.10.0dev2.tgz
|
/PEAR-1.10.0dev2.tgz
|
||||||
/PEAR_Manpages-1.10.0dev2.tgz
|
/PEAR_Manpages-1.10.0dev2.tgz
|
||||||
/PEAR-1.10.0dev3.tgz
|
/PEAR-1.10.0dev3.tgz
|
||||||
|
/PEAR-1.10.0.tgz
|
||||||
|
/PEAR_Manpages-1.10.0.tgz
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# Structures_Graph 1.0.4 - incorrect FSF address
|
# Structures_Graph 1.0.4 - incorrect FSF address
|
||||||
%global structver 1.1.1
|
%global structver 1.1.1
|
||||||
%global xmlutil 1.3.0
|
%global xmlutil 1.3.0
|
||||||
%global manpages 1.10.0dev2
|
%global manpages 1.10.0
|
||||||
|
|
||||||
# Tests are only run with rpmbuild --with tests
|
# Tests are only run with rpmbuild --with tests
|
||||||
# Can't be run in mock / koji because PEAR is the first package
|
# Can't be run in mock / koji because PEAR is the first package
|
||||||
@ -22,12 +22,10 @@
|
|||||||
|
|
||||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||||
|
|
||||||
%global pearprever dev3
|
|
||||||
|
|
||||||
Summary: PHP Extension and Application Repository framework
|
Summary: PHP Extension and Application Repository framework
|
||||||
Name: php-pear
|
Name: php-pear
|
||||||
Version: 1.10.0
|
Version: 1.10.0
|
||||||
Release: 0.2.%{pearprever}%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
# PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD
|
# PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD
|
||||||
# Structures_Graph is LGPLv3+
|
# Structures_Graph is LGPLv3+
|
||||||
@ -329,6 +327,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 7 2015 Remi Collet <remi@fedoraproject.org> 1:1.10.0-1
|
||||||
|
- update PEAR and PEAR_Manpages to 1.10.0
|
||||||
|
|
||||||
* Tue Sep 29 2015 Remi Collet <remi@fedoraproject.org> 1:1.10.0-0.2.dev3
|
* Tue Sep 29 2015 Remi Collet <remi@fedoraproject.org> 1:1.10.0-0.2.dev3
|
||||||
- update PEAR to 1.10.0dev3
|
- update PEAR to 1.10.0dev3
|
||||||
|
|
||||||
|
5
sources
5
sources
@ -1,6 +1,7 @@
|
|||||||
f547764b567155219a87273b23b148fb Archive_Tar-1.4.0.tgz
|
f547764b567155219a87273b23b148fb Archive_Tar-1.4.0.tgz
|
||||||
f9276d111618284efb3f900b6f753c6a Console_Getopt-1.4.1.tgz
|
f9276d111618284efb3f900b6f753c6a Console_Getopt-1.4.1.tgz
|
||||||
b928e8de87a94887eb67457382ddcad1 PEAR-1.10.0dev3.tgz
|
743824a5aa7197023f7a0d873d2b3ee3 PEAR-1.10.0.tgz
|
||||||
f95923875fbfd1bfbd48ad5b5c27cbf7 PEAR_Manpages-1.10.0dev2.tgz
|
f44a56765988dafbe348828cac2562ca PEAR-1.9.5.tgz
|
||||||
|
c8b217eb772b2675c10e99fc1ac8e384 PEAR_Manpages-1.10.0.tgz
|
||||||
ee63a3d24c94338af90334f3dd42c518 Structures_Graph-1.1.1.tgz
|
ee63a3d24c94338af90334f3dd42c518 Structures_Graph-1.1.1.tgz
|
||||||
7639263e35f5d2bc3cdee52484a2f366 XML_Util-1.3.0.tgz
|
7639263e35f5d2bc3cdee52484a2f366 XML_Util-1.3.0.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user