This commit is contained in:
parent
e08d09f27a
commit
394b01db6c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 18:10:24 CET 2008 - mls@suse.de
|
||||||
|
|
||||||
|
- fix ph file generation [bnc#413218]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 29 15:23:59 CEST 2008 - rguenther@suse.de
|
Fri Aug 29 15:23:59 CEST 2008 - rguenther@suse.de
|
||||||
|
|
||||||
|
16
perl.spec
16
perl.spec
@ -22,7 +22,7 @@ Name: perl
|
|||||||
Url: http://www.perl.org/
|
Url: http://www.perl.org/
|
||||||
BuildRequires: db-devel gdbm-devel ncurses-devel zlib-devel
|
BuildRequires: db-devel gdbm-devel ncurses-devel zlib-devel
|
||||||
Version: 5.10.0
|
Version: 5.10.0
|
||||||
Release: 53
|
Release: 61
|
||||||
Summary: The Perl interpreter
|
Summary: The Perl interpreter
|
||||||
License: Artistic License; GPL v2 or later
|
License: Artistic License; GPL v2 or later
|
||||||
Group: Development/Languages/Perl
|
Group: Development/Languages/Perl
|
||||||
@ -168,8 +168,8 @@ install -m 444 saveConfig_heavy.pl $cpa/Config_heavy.pl
|
|||||||
#install -m 755 SuSE/sysconfig.suseconfig-perl $RPM_BUILD_ROOT/var/adm/fillup-templates
|
#install -m 755 SuSE/sysconfig.suseconfig-perl $RPM_BUILD_ROOT/var/adm/fillup-templates
|
||||||
pushd /usr/include
|
pushd /usr/include
|
||||||
( rpm -ql glibc-devel | fgrep '.h'
|
( rpm -ql glibc-devel | fgrep '.h'
|
||||||
find /usr/include/asm/ -name *.h
|
find /usr/include/asm/ -name \*.h
|
||||||
find /usr/include/asm-generic -name *.h
|
find /usr/include/asm-generic -name \*.h
|
||||||
) | while read f; do
|
) | while read f; do
|
||||||
$RPM_BUILD_ROOT/usr/bin/perl -I$cp -I$cpa $RPM_BUILD_ROOT/usr/bin/h2ph -d $vpa ${f/\/usr\/include\//} || :
|
$RPM_BUILD_ROOT/usr/bin/perl -I$cp -I$cpa $RPM_BUILD_ROOT/usr/bin/h2ph -d $vpa ${f/\/usr\/include\//} || :
|
||||||
done
|
done
|
||||||
@ -347,6 +347,8 @@ EOF
|
|||||||
%doc /usr/lib/perl5/*/unicore/*.txt
|
%doc /usr/lib/perl5/*/unicore/*.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 19 2008 mls@suse.de
|
||||||
|
- fix ph file generation [bnc#413218]
|
||||||
* Fri Aug 29 2008 rguenther@suse.de
|
* Fri Aug 29 2008 rguenther@suse.de
|
||||||
- Add Tie/Hash.pm to perl-base. [bnc#421191]
|
- Add Tie/Hash.pm to perl-base. [bnc#421191]
|
||||||
* Mon Jul 14 2008 schwab@suse.de
|
* Mon Jul 14 2008 schwab@suse.de
|
||||||
@ -395,7 +397,7 @@ EOF
|
|||||||
- fix buffer overflow in regex engine CVE-2007-5116 (#332199)
|
- fix buffer overflow in regex engine CVE-2007-5116 (#332199)
|
||||||
* Wed Oct 31 2007 dmueller@suse.de
|
* Wed Oct 31 2007 dmueller@suse.de
|
||||||
- update rpmlintrc
|
- update rpmlintrc
|
||||||
* Sat May 26 2007 ro@suse.de
|
* Fri May 25 2007 ro@suse.de
|
||||||
- added rpmlintrc: ignore some devel files in perl package
|
- added rpmlintrc: ignore some devel files in perl package
|
||||||
* Mon May 21 2007 rguenther@suse.de
|
* Mon May 21 2007 rguenther@suse.de
|
||||||
- Include Config_heavy.pl in perl-base.
|
- Include Config_heavy.pl in perl-base.
|
||||||
@ -617,7 +619,7 @@ EOF
|
|||||||
- Add license information and group tag (Bug #3454)
|
- Add license information and group tag (Bug #3454)
|
||||||
* Tue Jul 11 2000 ro@suse.de
|
* Tue Jul 11 2000 ro@suse.de
|
||||||
- make perllocal.SuSE script more flexible
|
- make perllocal.SuSE script more flexible
|
||||||
* Sun Apr 02 2000 bk@suse.de
|
* Sat Apr 01 2000 bk@suse.de
|
||||||
- some tests don't pass on s390 too, known.
|
- some tests don't pass on s390 too, known.
|
||||||
* Fri Mar 03 2000 schwab@suse.de
|
* Fri Mar 03 2000 schwab@suse.de
|
||||||
- Add support for ia64.
|
- Add support for ia64.
|
||||||
@ -627,14 +629,14 @@ EOF
|
|||||||
- Fixed for SPARC
|
- Fixed for SPARC
|
||||||
* Tue Nov 02 1999 ro@suse.de
|
* Tue Nov 02 1999 ro@suse.de
|
||||||
- do h2ph for stdarg and stddef (BUG#785)
|
- do h2ph for stdarg and stddef (BUG#785)
|
||||||
* Tue Oct 19 1999 ro@suse.de
|
* Mon Oct 18 1999 ro@suse.de
|
||||||
- don't print error if /usr/src/linux is not owned by a package
|
- don't print error if /usr/src/linux is not owned by a package
|
||||||
(BUG#215)
|
(BUG#215)
|
||||||
* Mon Sep 13 1999 bs@suse.de
|
* Mon Sep 13 1999 bs@suse.de
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||||
* Fri Aug 27 1999 ro@suse.de
|
* Fri Aug 27 1999 ro@suse.de
|
||||||
- added "gnu","net" and "rpc" to directories for h2ph
|
- added "gnu","net" and "rpc" to directories for h2ph
|
||||||
* Fri Jul 09 1999 ro@suse.de
|
* Thu Jul 08 1999 ro@suse.de
|
||||||
- added "bits" to directories for h2ph (closing BUG 58)
|
- added "bits" to directories for h2ph (closing BUG 58)
|
||||||
* Thu Jul 08 1999 ro@suse.de
|
* Thu Jul 08 1999 ro@suse.de
|
||||||
- fix for perldoc
|
- fix for perldoc
|
||||||
|
Loading…
Reference in New Issue
Block a user