8
0

Compare commits

...

10 Commits

Author SHA256 Message Date
e9787df488 Accepting request 1059012 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1059012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-SomeUtils?expand=0&rev=6
2023-01-18 12:08:31 +00:00
ef046a4edc Accepting request 1059011 from devel:languages:perl:autoupdate
- updated to 0.59
   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
  0.59     2022-12-10
  * Require Module::Implementation 0.04. Without this tests fail. Reported by
    Eric Brine. GH #11.

OBS-URL: https://build.opensuse.org/request/show/1059011
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-SomeUtils?expand=0&rev=11
2023-01-17 15:40:55 +00:00
b739ee7e6f Accepting request 743757 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/743757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-SomeUtils?expand=0&rev=5
2019-11-03 09:39:10 +00:00
Lars Vogdt
6d0464e562 Accepting request 743461 from devel:languages:perl:autoupdate
- updated to 0.58
   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
  0.58     2019-10-26
  
  [BACKWARDS INCOMPATIBILITY]
  
  * Fixed a number of bugs in the handling of empty lists. The any_u(), all_u(),
    none_u(), notall_u(), and one_u() functions returned an empty list in list
    context instead of undef. This is in direct opposition to the documentation
    which has always said that it returned undef. Note that the
    List::SomeUtils::XS code had the _correct_ behavior, so most users probably
    have never experienced this bug.
  
  [IMPROVEMENTS]
  
  * Fixed some doc issues. Closes #7.
  
  
  0.57     2017-12-12 (TRIAL RELEASE)
  
  [BACKWARDS INCOMPATIBILITY]
  
  * Fixed a number of bugs in the handling of empty lists. The any_u(), all_u(),
    none_u(), notall_u(), and one_u() functions returned an empty list in list
    context instead of undef. This is in direct opposition to the documentation
    which has always said that it returned undef. Note that the
    List::SomeUtils::XS code had the _correct_ behavior, so most users probably
    have never experienced this bug.

OBS-URL: https://build.opensuse.org/request/show/743461
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-SomeUtils?expand=0&rev=9
2019-10-29 08:51:30 +00:00
8b573ea859 Accepting request 516819 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/516819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-SomeUtils?expand=0&rev=4
2017-08-19 08:55:08 +00:00
6bac8dadf9 Accepting request 514142 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/514142
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-SomeUtils?expand=0&rev=7
2017-08-14 13:03:58 +00:00
0b54b405f9 Accepting request 502490 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/502490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-SomeUtils?expand=0&rev=3
2017-06-17 08:21:14 +00:00
Stephan Kulow
457d38095a Accepting request 500516 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/500516
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-SomeUtils?expand=0&rev=5
2017-06-09 07:23:42 +00:00
35341aa6b9 Accepting request 420455 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/420455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-SomeUtils?expand=0&rev=2
2016-08-24 08:06:48 +00:00
d8f4b3bf01 Accepting request 420308 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/420308
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-SomeUtils?expand=0&rev=3
2016-08-19 08:54:12 +00:00
5 changed files with 151 additions and 27 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e8c900332ac08c314b78ca1b0d23aba28c146b6133606a817d828d5bd0485ac
size 61947

BIN
List-SomeUtils-0.59.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

35
cpanspec.yml Normal file
View File

@@ -0,0 +1,35 @@
---
#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:
# baz.patch: PATCH-FIX-OPENSUSE
#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: .*\.yml .*\.toml
#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

View File

@@ -1,3 +1,96 @@
-------------------------------------------------------------------
Tue Jan 17 15:37:49 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
- updated to 0.59
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
0.59 2022-12-10
* Require Module::Implementation 0.04. Without this tests fail. Reported by
Eric Brine. GH #11.
-------------------------------------------------------------------
Mon Oct 28 10:52:52 UTC 2019 - <timueller+perl@suse.de>
- updated to 0.58
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
0.58 2019-10-26
[BACKWARDS INCOMPATIBILITY]
* Fixed a number of bugs in the handling of empty lists. The any_u(), all_u(),
none_u(), notall_u(), and one_u() functions returned an empty list in list
context instead of undef. This is in direct opposition to the documentation
which has always said that it returned undef. Note that the
List::SomeUtils::XS code had the _correct_ behavior, so most users probably
have never experienced this bug.
[IMPROVEMENTS]
* Fixed some doc issues. Closes #7.
0.57 2017-12-12 (TRIAL RELEASE)
[BACKWARDS INCOMPATIBILITY]
* Fixed a number of bugs in the handling of empty lists. The any_u(), all_u(),
none_u(), notall_u(), and one_u() functions returned an empty list in list
context instead of undef. This is in direct opposition to the documentation
which has always said that it returned undef. Note that the
List::SomeUtils::XS code had the _correct_ behavior, so most users probably
have never experienced this bug.
-------------------------------------------------------------------
Thu Aug 3 05:43:00 UTC 2017 - coolo@suse.com
- updated to 0.56
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
0.56 2017-07-22
- Make sure we depend on the latest LSU::XS if the system support XS.
0.55 2017-07-22
- Fixed incorrect comments in doc examples for uniq().
- Added a new function, mode(), requested by Jerrad Pierce. GH #2.
-------------------------------------------------------------------
Fri Jun 2 06:01:36 UTC 2017 - coolo@suse.com
- updated to 0.54
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
0.54 2017-06-01
- Moved issue tracking to GitHub.
-------------------------------------------------------------------
Fri Aug 19 05:32:36 UTC 2016 - coolo@suse.com
- updated to 0.53
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
-------------------------------------------------------------------
Thu Aug 18 05:30:50 UTC 2016 - coolo@suse.com
- updated to 0.53
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
-------------------------------------------------------------------
Wed Aug 17 05:30:04 UTC 2016 - coolo@suse.com
- updated to 0.53
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
-------------------------------------------------------------------
Tue Aug 16 05:29:25 UTC 2016 - coolo@suse.com
- updated to 0.53
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
0.53 2016-08-14
- Replaced Exporter::Tiny with Exporter.
-------------------------------------------------------------------
Thu Jun 2 05:21:57 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-List-SomeUtils
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,33 +12,28 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-List-SomeUtils
Version: 0.52
Release: 0
%define cpan_name List-SomeUtils
Name: perl-List-SomeUtils
Version: 0.59
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Provide the stuff missing in List::Util
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/List-SomeUtils/
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Exporter::Tiny)
BuildRequires: perl(List::SomeUtils::XS) >= 0.52
BuildRequires: perl(Module::Implementation)
BuildRequires: perl(List::SomeUtils::XS) >= 0.54
BuildRequires: perl(Module::Implementation) >= 0.04
BuildRequires: perl(Test::LeakTrace)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(parent)
Requires: perl(Exporter::Tiny)
Requires: perl(List::SomeUtils::XS) >= 0.52
Requires: perl(Module::Implementation)
Requires: perl(parent)
Requires: perl(List::SomeUtils::XS) >= 0.54
Requires: perl(Module::Implementation) >= 0.04
%{perl_requires}
%description
@@ -52,14 +47,15 @@ pure-Perl implementation of these functions only serves as a fallback in
case the C portions of this module couldn't be compiled on this machine.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -67,7 +63,7 @@ case the C portions of this module couldn't be compiled on this machine.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md LICENSE README.md
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%license LICENSE
%changelog