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
This commit is contained in:
parent
b45bd1250e
commit
b8a2f7842a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64011006622a604b2eb679db6d4ed0b297649770df20f4a6e7c29b5aae32493c
|
||||
size 103304
|
3
Bit-Vector-7.1.tar.bz2
Normal file
3
Bit-Vector-7.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c973f6f35b92958406589dc08fa1b6685ed2e46fa045aafcf798e5c387b21505
|
||||
size 106404
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user