Browse Source

perl 5.12.3-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3103 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
342f2cc646
1 changed files with 9 additions and 1 deletions
  1. 9 1
      p/perl/perl-vl.spec

+ 9 - 1
p/perl/perl-vl.spec

@@ -12,7 +12,7 @@
 %define new_perl %{new_perl_flags} $RPM_BUILD_ROOT/%{_bindir}/perl
 
 %define perl_version 5.12.3
-%define perlrel 1
+%define perlrel 2
 %define perl_epoch 2
 
 Provides: perl(:WITH_PERLIO)
@@ -123,6 +123,10 @@ Patch1008:         perl-5.12.3-disable_test_hosts.patch
 # systems.
 Patch1010:        perl-5.10.0-x86_64-io-test-failure.patch
 
+## from Fedora 5.12.3-156.fc16
+# Do not leak when destroying thread; RT #77352, RHBZ #630667
+Patch1011: perl-5.12.1-fix_thread_leak.patch
+
 Buildroot:    %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  gawk, grep, tcsh, gdbm-devel, db4-devel
 BuildRequires:  rpm-devel, gpm-devel, ncurses-devel, zlib-devel, netpbm-devel
@@ -251,6 +255,7 @@ Perl library directories in /usr/local
 %patch1007 -p1
 %patch1008 -p1
 %patch1010 -p1
+%patch1011 -p1
 
 # Compress Changes* to save space
 %{__gzip} Changes*
@@ -510,6 +515,9 @@ make test
 %dir %{_prefix}/local/lib/site_perl/%{perl_version}/%{_arch}-%{_os}%{thread_arch}
 
 %changelog
+* Thu Mar 24 2011 IWAI, Masaharu <iwai@alib.jp> 5.12.3-2
+- fix thread leak patch (Patch1011): from Fedora 5.12.3-156.fc16
+
 * Fri Mar 18 2011 IWAI, Masaharu <iwai@alib.jp> 5.12.3-1
 - new upstream release
 - drop MANIFEST files: