Accepting request 508983 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/508983
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-Permute?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2017-07-11 09:48:59 +00:00
committed by Git OBS Bridge
parent b49855729e
commit c5e16e509e
5 changed files with 58 additions and 14 deletions

View File

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

View File

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

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Jul 9 05:01:16 UTC 2017 - coolo@suse.com
- updated to 0.14
see /usr/share/doc/packages/perl-Algorithm-Permute/Changes
0.14 Jul 8 2017
- Some doc updates.
- Cleaned up some files in distribution.
0.13 Jul 8 2017
- SLOYD became co-maintainer.
- Fixed build problem on Perl 5.24+. RT#112247
- Refactored tests. RT#31541
- Fixed issues with "r of n" permutations. RT#77031, RT#45434
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 14 08:50:20 UTC 2011 - coolo@opensuse.org Thu Apr 14 08:50:20 UTC 2011 - coolo@opensuse.org

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Algorithm-Permute (Version 0.12) # spec file for package perl-Algorithm-Permute
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@@ -15,19 +15,21 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: perl-Algorithm-Permute Name: perl-Algorithm-Permute
Version: 0.12 Version: 0.14
Release: 1 Release: 0
License: CHECK(GPL+ or Artistic)
%define cpan_name Algorithm-Permute %define cpan_name Algorithm-Permute
Summary: Handy and fast permutation with object oriented interface Summary: Handy and fast permutation with object oriented interface
Url: http://search.cpan.org/dist/Algorithm-Permute/ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/E/ED/EDPRATOMO/%{cpan_name}-%{version}.tar.gz Url: http://search.cpan.org/dist/Algorithm-Permute/
Source0: https://cpan.metacpan.org/authors/id/S/SL/SLOYD/%{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
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::LeakTrace)
%{perl_requires} %{perl_requires}
%description %description
@@ -50,11 +52,9 @@ permutation r of n objects where 0 < r <= n.
%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 %doc Changes README
%license LICENSE
%changelog %changelog