Accepting request 1070464 from devel:languages:perl:autoupdate
- updated to 0.17 see /usr/share/doc/packages/perl-Algorithm-Permute/Changes 0.17 Feb 4 2023 - Changed maintainer github username. OBS-URL: https://build.opensuse.org/request/show/1070464 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-Permute?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2466607cd64266c4dec97fa15db6b844f37a336a3654d66018488974f1347631
|
|
||||||
size 73830
|
|
3
Algorithm-Permute-0.17.tar.gz
Normal file
3
Algorithm-Permute-0.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49622990e626b1784c2d0b9f78653e4f34677c321d8636037ce0143f4fe7f2e6
|
||||||
|
size 74165
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 21 03:05:57 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.17
|
||||||
|
see /usr/share/doc/packages/perl-Algorithm-Permute/Changes
|
||||||
|
|
||||||
|
0.17 Feb 4 2023
|
||||||
|
- Changed maintainer github username.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 4 05:01:16 UTC 2017 - coolo@suse.com
|
Fri Aug 4 05:01:16 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Algorithm-Permute
|
# spec file for package perl-Algorithm-Permute
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 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,21 +12,19 @@
|
|||||||
# 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-Algorithm-Permute
|
|
||||||
Version: 0.16
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Algorithm-Permute
|
%define cpan_name Algorithm-Permute
|
||||||
|
Name: perl-Algorithm-Permute
|
||||||
|
Version: 0.17
|
||||||
|
Release: 0
|
||||||
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Handy and fast permutation with object oriented interface
|
Summary: Handy and fast permutation with object oriented interface
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
Url: http://search.cpan.org/dist/Algorithm-Permute/
|
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SL/SLOYD/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SL/SLOYD/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::LeakTrace)
|
BuildRequires: perl(Test::LeakTrace)
|
||||||
@@ -39,14 +37,14 @@ although perhaps its algorithm is not the fastest on the earth. It supports
|
|||||||
permutation r of n objects where 0 < r <= n.
|
permutation r of n objects where 0 < r <= n.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -54,7 +52,6 @@ permutation r of n objects where 0 < r <= n.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user