Hello community,

here is the log from the commit of package perl-Scalar-List-Utils for 
openSUSE:Factory checked in at 2013-10-21 15:14:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Scalar-List-Utils (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Scalar-List-Utils"

Changes:
--------
New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new/perl-Scalar-List-Utils.changes
       2013-10-21 15:14:55.000000000 +0200
@@ -0,0 +1,51 @@
+-------------------------------------------------------------------
+Sat Oct  5 06:30:51 UTC 2013 - [email protected]
+
+- update to 1.32:
+  * Skip pairmap()'s MULTICALL implementation 5.8.9 / 5.10.0 as it doesn't
+    work (RT87857)
+  * Comment on the fact that package "0" is defined but false (RT88201)
+  * TODO test in t/readonly.t now passes since 5.19.3 (RT88223)
+
+-------------------------------------------------------------------
+Mon Aug 19 05:31:34 UTC 2013 - [email protected]
+
+- update to 1.31:
+  + Bugfix pairmap to return list length in scalar context
+  + Added "Odd number of elements" warnings to all pair* functions
+  + Added pairfirst
+  + Added MULTICALL implementations to pairmap/pairgrep/pairfirst
+  + Fix declaration-after-code for C99-challenged compilers
+  + Documentation updates to List::Util
+  + Bugfix to pairmap/pairgrep when stack moves beneath them 
+    during operation
+  + Added pairgrep, pairmap, pairs (inspired by List::Pairwise)
+  + Added pairkeys and pairvalues
+  + Fix multicall refcount bug RT#80646
+  + Merge patch from JDHEDDEN - Add Scalar::Util::isdual() RT#76150
+  + Fix a hash order dependency bug t/tainted.t
+
+-------------------------------------------------------------------
+Wed Dec  1 13:34:51 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Thu Mar 11 08:00:20 UTC 2010 - [email protected]
+
+- update to 1.23:
+  + Use PERL_NO_GET_CONTEXT for efficiency (see perlguts)
+  + avoid non-portable warnings
+  + Fix PP::reftype in edge cases
+  + RT#51484 Preserve utf8 flag of string passed to dualvar()
+  + RT#51454 Check first argument to first/reduce is a code 
+    reference
+  + RT#50528 [PATCH] p_tainted.t fix for VMS [Craig A. Berry]
+  + RT#48550 fix pure perl looks_like_number not to match 
+    non-ascii digits
+
+-------------------------------------------------------------------
+Tue Sep 15 22:17:03 CEST 2009 - [email protected]
+
+- initial package build 
+

New:
----
  Scalar-List-Utils-1.32.tar.gz
  perl-Scalar-List-Utils.changes
  perl-Scalar-List-Utils.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Scalar-List-Utils.spec ++++++
#
# spec file for package perl-Scalar-List-Utils
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           perl-Scalar-List-Utils
Version:        1.32
Release:        0
%define cpan_name Scalar-List-Utils
Summary:        Common Scalar and List utility subroutines
License:        Artistic-1.0 or GPL-1.0+
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Scalar-List-Utils/
Source:         Scalar-List-Utils-1.32.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
#BuildRequires: perl(List::Util::XS)
#BuildRequires: perl(Tie::StdScalar)
%{perl_requires}

%description
Common Scalar and List utility subroutines

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes MYMETA.json MYMETA.yml README

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to