2007-01-15 23:31:49 +00:00
|
|
|
#
|
2007-02-19 22:39:54 +00:00
|
|
|
# spec file for package perl-Set-Object (Version 1.21)
|
2007-01-15 23:31:49 +00:00
|
|
|
#
|
2007-01-26 00:06:38 +00:00
|
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:31:49 +00:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: perl-Set-Object
|
2007-02-19 22:39:54 +00:00
|
|
|
Version: 1.21
|
2007-01-15 23:31:49 +00:00
|
|
|
Release: 1
|
|
|
|
Requires: perl = %{perl_version}
|
|
|
|
Autoreqprov: on
|
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
License: Artistic License
|
|
|
|
URL: http://cpan.org/modules/by-module/Set
|
|
|
|
Summary: Set of objects
|
|
|
|
Source0: Set-Object-%{version}.tar.bz2
|
|
|
|
Patch: %{name}-%{version}-return_value.diff
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This module implements a Set of objects, that is, a collection of
|
|
|
|
objects without duplications. It is similar to a Smalltalk IdentitySet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Jean-Louis Leroy <jll@skynet.be>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Set-Object-%{version}
|
|
|
|
%patch
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
|
|
|
make
|
|
|
|
make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc Changes.pod README
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
%{perl_vendorarch}/Set
|
|
|
|
%{perl_vendorarch}/auto/Set
|
|
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
|
2007-02-16 17:41:52 +00:00
|
|
|
%changelog
|
2007-02-19 22:39:54 +00:00
|
|
|
* Mon Feb 19 2007 - anicka@suse.cz
|
|
|
|
- update to 1.21
|
|
|
|
- remove last patch (fixed in upstream, the only change in this
|
|
|
|
release)
|
2007-02-16 17:41:52 +00:00
|
|
|
* Fri Feb 16 2007 - anicka@suse.cz
|
|
|
|
- update to 1.20
|
|
|
|
* The C<-E<gt>compare> function was returning "disjoint" for empty
|
|
|
|
sets.
|
|
|
|
* Document lots of methods that were previously not documented.
|
|
|
|
* Fix C<Set::Object::Weak::set()>. It was not passing its
|
|
|
|
arguments to C<Set::Object::Weak-E<gt>new()>, which was very
|
|
|
|
broken.
|
|
|
|
- fix misc/pod_coverage.t
|
2007-01-26 00:06:38 +00:00
|
|
|
* Thu Jan 25 2007 - anicka@suse.cz
|
|
|
|
- update to 1.19
|
|
|
|
* New class C<Set::Object::Weak>, which all weak sets should get
|
|
|
|
re-blessed into when you call C<-E<gt>weaken>. Also added
|
|
|
|
alternative methods of constructing weak sets.
|
|
|
|
* Fix a memory leak with scalar members (the internal hash used
|
|
|
|
to store the items was never being freed).
|
2007-01-15 23:31:49 +00:00
|
|
|
* Tue Sep 19 2006 - anicka@suse.cz
|
|
|
|
- update to 1.18
|
|
|
|
* Add note to man page on compatibility of C<Storable>
|
|
|
|
serializations of C<Set::Object>s between revisions.
|
|
|
|
* fix build for non-gcc compilers
|
|
|
|
* Thu Sep 14 2006 - anicka@suse.cz
|
|
|
|
- update to 1.17
|
|
|
|
* fix compile problem affecting some platforms
|
|
|
|
* Tue Jul 18 2006 - anicka@suse.cz
|
|
|
|
- update to 1.16
|
|
|
|
* weak reference support
|
|
|
|
- fix random return value
|
|
|
|
* Tue Jul 11 2006 - anicka@suse.cz
|
|
|
|
- update to 1.15
|
|
|
|
- minor release
|
|
|
|
* Wed Jan 25 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
* Wed Jan 04 2006 - anicka@suse.cz
|
|
|
|
- update to 1.14
|
|
|
|
* Mon Aug 01 2005 - mjancar@suse.cz
|
|
|
|
- update to 1.11
|
|
|
|
* Thu Aug 19 2004 - mjancar@suse.cz
|
|
|
|
- update to 1.06
|
|
|
|
* Thu Feb 26 2004 - mjancar@suse.cz
|
|
|
|
- update to 1.05
|
|
|
|
* Fri Aug 22 2003 - mjancar@suse.cz
|
|
|
|
- require the perl version we build with
|
|
|
|
* Thu Jul 24 2003 - mjancar@suse.cz
|
|
|
|
- update to 1.03a
|
|
|
|
* Tue Jul 15 2003 - mjancar@suse.cz
|
|
|
|
- adapt to perl-5.8.1
|
|
|
|
- use %%perl_process_packlist
|
|
|
|
* Wed Jun 18 2003 - coolo@suse.de
|
|
|
|
- package directories
|
|
|
|
* Thu May 22 2003 - mjancar@suse.cz
|
|
|
|
- use $RPM_OPT_FLAGS
|
|
|
|
- fix filelist
|
|
|
|
* Tue May 20 2003 - mjancar@suse.cz
|
|
|
|
- remove unpackaged files
|
|
|
|
* Tue Jul 02 2002 - mls@suse.de
|
|
|
|
- remove race in .packlist generation
|
|
|
|
* Thu Aug 02 2001 - rvasice@suse.cz
|
|
|
|
- initial package release (version 1.02)
|