Accepting request 848718 from devel:languages:perl:autoupdate
- updated to 0.06 see /usr/share/doc/packages/perl-Tie-Hash-Indexed/Changes Version 0.06 (2020-11-14) ------------------------- * remove accidentally added test ---------------------------- Version 0.05_04 (2020-11-13) ---------------------------- * Merge PR #3: fix for changed scalar(%hash) return signature * updated ppport.h to silence compiler warnings * added more tests ---------------------------- Version 0.05_03 (2016-05-15) ---------------------------- * added iterator support * added support for preinc / postinc / predec / postdec * added support for add / subtract / multiply / divide / ... ---------------------------- Version 0.05_02 (2016-05-12) ---------------------------- * added OO interface ---------------------------- Version 0.05_01 (2016-05-11) ---------------------------- * fixed CPAN #81449: Test failures due to hash randomisation in perl 5.17.6 thanks to MARIOROY for a patch * added some optimisations suggested in CPAN #97641 * added UTF8 tests * general code cleanups ------------------------- OBS-URL: https://build.opensuse.org/request/show/848718 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tie-Hash-Indexed?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a8862a4763d58a8c785e34b8b18e5db4ce5c3e36b9b5cf565a3088584eab361e
|
|
||||||
size 21712
|
|
3
Tie-Hash-Indexed-0.06.tar.gz
Normal file
3
Tie-Hash-Indexed-0.06.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dc2482f77160e1589fbeee4ecb9430527f0ef0d4a5667a0e1ef4165b9b527c2f
|
||||||
|
size 68960
|
34
cpanspec.yml
Normal file
34
cpanspec.yml
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#description: |-
|
||||||
|
# override description from CPAN
|
||||||
|
#summary: override summary from CPAN
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_build: |-
|
||||||
|
# rm unused.files
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
||||||
|
#skip_doc: regexp_to_skip_for_doc.*
|
||||||
|
#add_doc: files to add to docs
|
||||||
|
#misc: |-
|
||||||
|
#anything else to be added to spec file
|
||||||
|
#follows directly after %files section, so it can contain new blocks or also
|
||||||
|
#changes to %files section
|
@@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 15 03:08:02 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.06
|
||||||
|
see /usr/share/doc/packages/perl-Tie-Hash-Indexed/Changes
|
||||||
|
|
||||||
|
Version 0.06 (2020-11-14)
|
||||||
|
-------------------------
|
||||||
|
* remove accidentally added test
|
||||||
|
----------------------------
|
||||||
|
Version 0.05_04 (2020-11-13)
|
||||||
|
----------------------------
|
||||||
|
* Merge PR #3: fix for changed scalar(%hash) return signature
|
||||||
|
* updated ppport.h to silence compiler warnings
|
||||||
|
* added more tests
|
||||||
|
----------------------------
|
||||||
|
Version 0.05_03 (2016-05-15)
|
||||||
|
----------------------------
|
||||||
|
* added iterator support
|
||||||
|
* added support for preinc / postinc / predec / postdec
|
||||||
|
* added support for add / subtract / multiply / divide / ...
|
||||||
|
----------------------------
|
||||||
|
Version 0.05_02 (2016-05-12)
|
||||||
|
----------------------------
|
||||||
|
* added OO interface
|
||||||
|
----------------------------
|
||||||
|
Version 0.05_01 (2016-05-11)
|
||||||
|
----------------------------
|
||||||
|
* fixed CPAN #81449: Test failures due to hash randomisation in perl 5.17.6
|
||||||
|
thanks to MARIOROY for a patch
|
||||||
|
* added some optimisations suggested in CPAN #97641
|
||||||
|
* added UTF8 tests
|
||||||
|
* general code cleanups
|
||||||
|
-------------------------
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 1 10:35:39 UTC 2011 - coolo@opensuse.org
|
Sun May 1 10:35:39 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Tie-Hash-Indexed (Version 0.05)
|
# spec file for package perl-Tie-Hash-Indexed
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,18 +12,20 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Tie-Hash-Indexed
|
Name: perl-Tie-Hash-Indexed
|
||||||
Version: 0.05
|
Version: 0.06
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Tie-Hash-Indexed
|
%define cpan_name Tie-Hash-Indexed
|
||||||
Summary: Ordered hashes for Perl
|
Summary: Ordered hashes for Perl
|
||||||
Url: http://search.cpan.org/dist/Tie-Hash-Indexed/
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://www.cpan.org/authors/id/M/MH/MHX/%{cpan_name}-%{version}.tar.gz
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
|
Source0: https://cpan.metacpan.org/authors/id/M/MH/MHX/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -39,22 +41,19 @@ hashes. Currently, only the plain tying mechanism is supported.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README TODO
|
%doc Changes README README.md TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user