upload the stable 5.16.0
This commit is contained in:
parent
13e3016b98
commit
6dcbab6702
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ filter-requires.sh
|
|||||||
/perl-5.14.1.tar.gz
|
/perl-5.14.1.tar.gz
|
||||||
/perl-5.14.2.tar.bz2
|
/perl-5.14.2.tar.bz2
|
||||||
/perl-5.16.0-RC2.tar.gz
|
/perl-5.16.0-RC2.tar.gz
|
||||||
|
/perl-5.16.0.tar.gz
|
||||||
|
@ -38,7 +38,7 @@ Group: Development/Languages
|
|||||||
# Copyright Only: for example ext/Text-Soundex/Soundex.xs
|
# Copyright Only: for example ext/Text-Soundex/Soundex.xs
|
||||||
License: (GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only and MIT and Public Domain and UCD
|
License: (GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only and MIT and Public Domain and UCD
|
||||||
Url: http://www.perl.org/
|
Url: http://www.perl.org/
|
||||||
Source0: http://www.cpan.org/src/5.0/perl-%{perl_version}-RC2.tar.gz
|
Source0: http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.gz
|
||||||
Source2: perl-5.8.0-libnet.cfg
|
Source2: perl-5.8.0-libnet.cfg
|
||||||
Source3: macros.perl
|
Source3: macros.perl
|
||||||
#Systemtap tapset and example that make use of systemtap-sdt-devel
|
#Systemtap tapset and example that make use of systemtap-sdt-devel
|
||||||
@ -1262,7 +1262,7 @@ A metapackage which requires all of the perl bits and modules in the upstream
|
|||||||
tarball from perl.org.
|
tarball from perl.org.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n perl-%{perl_version}-RC2
|
%setup -q -n perl-%{perl_version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%ifarch %{multilib_64_archs}
|
%ifarch %{multilib_64_archs}
|
||||||
@ -2453,6 +2453,9 @@ sed \
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 25 2012 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.16.0-217
|
||||||
|
- upload the stable 5.16.0
|
||||||
|
|
||||||
* Wed May 16 2012 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.16.0-RC2-217
|
* Wed May 16 2012 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.16.0-RC2-217
|
||||||
- clean patches, not needed with new version
|
- clean patches, not needed with new version
|
||||||
- regen by podcheck list of failed pods. cn, jp, ko pods failed. I can't decide
|
- regen by podcheck list of failed pods. cn, jp, ko pods failed. I can't decide
|
||||||
|
2
sources
2
sources
@ -3,4 +3,4 @@ ad5d07285d6e4914384b43c9abc2bdba filter-requires.sh
|
|||||||
1737a36154bb5bca781296794afc6791 perl.stp
|
1737a36154bb5bca781296794afc6791 perl.stp
|
||||||
df28fe2c574e8807d0a803308c545dca perl-example.stp
|
df28fe2c574e8807d0a803308c545dca perl-example.stp
|
||||||
04a4c5d3c1f9f19d77daff8e8cd19a26 perl-5.14.2.tar.bz2
|
04a4c5d3c1f9f19d77daff8e8cd19a26 perl-5.14.2.tar.bz2
|
||||||
b702a960a83c8006f4668d989b701d58 perl-5.16.0-RC2.tar.gz
|
9847f7633da2e4cea016ba6c4020ec4c perl-5.16.0.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user