From b8a2f7842a91403e454e02d895c3c0c980913381ebd0e2f46c81fbe2ba08e8b4 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 18 Jan 2010 14:25:40 +0000 Subject: [PATCH] Accepting request 29845 from devel:languages:perl Copy from devel:languages:perl/perl-Bit-Vector based on submit request 29845 from user coolo OBS-URL: https://build.opensuse.org/request/show/29845 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Bit-Vector?expand=0&rev=6 --- Bit-Vector-6.6.tar.bz2 | 3 -- Bit-Vector-6.6.diff => Bit-Vector-7.1.diff | 0 Bit-Vector-7.1.tar.bz2 | 3 ++ perl-Bit-Vector.changes | 34 ++++++++++++++++++++++ perl-Bit-Vector.spec | 8 ++--- 5 files changed, 41 insertions(+), 7 deletions(-) delete mode 100644 Bit-Vector-6.6.tar.bz2 rename Bit-Vector-6.6.diff => Bit-Vector-7.1.diff (100%) create mode 100644 Bit-Vector-7.1.tar.bz2 diff --git a/Bit-Vector-6.6.tar.bz2 b/Bit-Vector-6.6.tar.bz2 deleted file mode 100644 index 7f881dc..0000000 --- a/Bit-Vector-6.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64011006622a604b2eb679db6d4ed0b297649770df20f4a6e7c29b5aae32493c -size 103304 diff --git a/Bit-Vector-6.6.diff b/Bit-Vector-7.1.diff similarity index 100% rename from Bit-Vector-6.6.diff rename to Bit-Vector-7.1.diff diff --git a/Bit-Vector-7.1.tar.bz2 b/Bit-Vector-7.1.tar.bz2 new file mode 100644 index 0000000..74477f1 --- /dev/null +++ b/Bit-Vector-7.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c973f6f35b92958406589dc08fa1b6685ed2e46fa045aafcf798e5c387b21505 +size 106404 diff --git a/perl-Bit-Vector.changes b/perl-Bit-Vector.changes index f54f49c..af635cf 100644 --- a/perl-Bit-Vector.changes +++ b/perl-Bit-Vector.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Jan 13 16:36:27 CET 2010 - anicka@suse.cz + +- update to 7.1 + * Added prefix "BV_" to all global identifiers in "BitVector.c", + "BitVector.h" and "Vector.xs" + * Fixed a bug in "GCD2()" in "BitVector.c" with null-size vectors + * Added more test cases for "GCD()" in "t/17_________gcd.t" + * Almost completely rewrote "BitVector_Boot()" in "BitVector.c" + in order to fix the problem that it calculated an unsigned + long to have 33 bits under MacOS X (Darwin), leading to + failing tests in "t/28___chunklist.t" + * BEWARE that the type "ErrCode", which is part of the inter- + face of the C library "BitVector.c", has been changed! + * Added more tests and a debugging aid to "t/28___chunklist.t" + * Removed the two example files showing how to freeze/thaw + "Bit::Vector" objects using "Data::Dumper", because after + closer inspection this proved to be a can of worms + * Replaced "Storable::freeze()" by "Storable::nfreeze()" + * Added more test cases for "Storable" + * Added two example files showing how to freeze/thaw + using "Data::Dumper" + * Fixed the bug of "Storable" not reconstructing nested data + structures properly which contain several references to + the same "Bit::Vector" object + * Fixed hard-coded table size "MASKTABSIZE" in "BitVector.c" + * Small cosmetic fixes to the documentation + * Replaced "STORABLE_thaw()" by "STORABLE_attach()" + +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Mon Aug 3 16:04:27 CEST 2009 - anicka@suse.cz diff --git a/perl-Bit-Vector.spec b/perl-Bit-Vector.spec index 01c9fe5..5c3507b 100644 --- a/perl-Bit-Vector.spec +++ b/perl-Bit-Vector.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Bit-Vector (Version 6.6) +# spec file for package perl-Bit-Vector (Version 7.1) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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,7 +20,7 @@ Name: perl-Bit-Vector BuildRequires: perl-Carp-Clan -Version: 6.6 +Version: 7.1 Release: 1 Requires: perl = %{perl_version} Requires: perl-Carp-Clan @@ -50,7 +50,7 @@ Authors: %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -make +make %{?_smp_mflags} %check make test