Hello community, here is the log from the commit of package perl for openSUSE:11.4 checked in at Tue Jan 31 15:31:57 CET 2012. -------- --- old-versions/11.4/UPDATES/all/perl/perl.changes 2011-11-21 18:28:04.000000000 +0100 +++ 11.4/perl/perl.changes 2012-01-30 17:47:49.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Jan 13 14:50:25 CET 2012 - mls@suse.de + +- bring back NDBM_File [bnc#732929] + +------------------------------------------------------------------- calling whatdependson for 11.4-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl.spec ++++++ --- /var/tmp/diff_new_pack.NmvJYy/_old 2012-01-31 15:30:10.000000000 +0100 +++ /var/tmp/diff_new_pack.NmvJYy/_new 2012-01-31 15:30:10.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,12 +20,11 @@ Name: perl Summary: The Perl interpreter +License: Artistic-1.0 ; GPL-2.0+ +Group: Development/Languages/Perl Version: 5.12.3 -Release: 11.<RELEASE18> +Release: 11.<RELEASE20> %define pversion 5.12.3 -License: Artistic License .. ; GPLv2+ -Group: Development/Languages/Perl -AutoReqProv: on Url: http://www.perl.org/ Source: perl-5.12.3.tar.bz2 Source1: %name-rpmlintrc @@ -47,7 +46,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: perl-base = %version #PreReq: %fillup_prereq -BuildRequires: db-devel gdbm-devel libbz2-devel ncurses-devel zlib-devel +BuildRequires: db-devel +BuildRequires: gdbm-devel +BuildRequires: libbz2-devel +BuildRequires: ncurses-devel +BuildRequires: zlib-devel #Requires: gzip # needed in SuSEconfig.perl Suggests: perl-doc = %version # @@ -90,8 +93,7 @@ series. %package base -License: Artistic License .. ; GPLv2+ -Group: Development/Languages/Perl + Summary: The Perl interpreter Provides: perl-Digest perl-Digest-MD5 %if "%version" != "%pversion" @@ -117,8 +119,7 @@ itself. %package doc -License: Artistic License .. ; GPLv2+ -Group: Development/Languages/Perl + Summary: Perl Documentation Requires: perl = %{version} Provides: perl:/usr/share/man/man3/CORE.3pm.gz @@ -164,7 +165,7 @@ # always use glibc's setenv options="$options -Accflags='-DPERL_USE_SAFE_PUTENV'" chmod 755 ./configure.gnu -./configure.gnu --prefix=/usr -Dvendorprefix=/usr -Dinstallusrbinperl -Dusethreads -Di_db -Di_dbm -Di_ndbm -Di_gdbm -Duseshrplib=\'true\' $options +./configure.gnu --prefix=/usr -Dvendorprefix=/usr -Dinstallusrbinperl -Dusethreads -Di_db -Di_dbm -Di_ndbm -Di_gdbm -Dd_dbm_open -Duseshrplib=\'true\' $options make %{?_smp_mflags} cp -p libperl.so savelibperl.so cp -p lib/Config.pm saveConfig.pm @@ -173,7 +174,7 @@ make clobber rm -rf lib mv savelib lib -./configure.gnu --prefix=/usr -Dvendorprefix=/usr -Dinstallusrbinperl -Dusethreads -Di_db -Di_dbm -Di_ndbm -Di_gdbm $options +./configure.gnu --prefix=/usr -Dvendorprefix=/usr -Dinstallusrbinperl -Dusethreads -Di_db -Di_dbm -Di_ndbm -Di_gdbm -Dd_dbm_open $options make %{?_smp_mflags} %check ++++++ perl-5.12.3.dif ++++++ --- /var/tmp/diff_new_pack.NmvJYy/_old 2012-01-31 15:30:10.000000000 +0100 +++ /var/tmp/diff_new_pack.NmvJYy/_new 2012-01-31 15:30:10.000000000 +0100 @@ -406,16 +406,6 @@ +# module, so add cccdlflags if we're going for a shared libperl +$self->{CCFLAGS} = ($self->{CCFLAGS} || $Config{ccflags}) . " $Config{cccdlflags}" if $Config{'useshrplib'} eq 'true'; 1; ---- ./ext/NDBM_File/Makefile.PL.orig 2010-01-18 18:43:45.000000000 +0000 -+++ ./ext/NDBM_File/Makefile.PL 2010-03-23 11:31:19.000000000 +0000 -@@ -2,6 +2,7 @@ use ExtUtils::MakeMaker; - WriteMakefile( - NAME => 'NDBM_File', - LIBS => ["-L/usr/local/lib -lndbm", "-ldbm -lucb"], -+ CCFLAGS => '-I/usr/include/db1 -Dbool=char -DHAS_BOOL', - XSPROTOARG => '-noprototypes', # XXX remove later? - VERSION_FROM => 'NDBM_File.pm', - INC => ($^O eq "MacOS" ? "-i ::::db:include" : "") --- ./ext/ODBM_File/Makefile.PL.orig 2010-01-18 18:43:45.000000000 +0000 +++ ./ext/ODBM_File/Makefile.PL 2010-03-23 11:31:19.000000000 +0000 @@ -1,7 +1,7 @@ continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de