Accepting request 430488 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/430488 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-MatrixReal?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
eed1ccedf8
commit
4f73d28645
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:648d633efa08decea5aced493c8d9b74b6f2959e20f45875d7524bfc2c497196
|
||||
size 82731
|
3
Math-MatrixReal-2.13.tar.gz
Normal file
3
Math-MatrixReal-2.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f9fa1a46dd34d2225de461d9a4ed86932cdd821c121fa501a15a6d4302fb4b2
|
||||
size 151495
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal 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
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 05:39:55 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 2.13
|
||||
see /usr/share/doc/packages/perl-Math-MatrixReal/CHANGES
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 05:32:28 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 2.13
|
||||
see /usr/share/doc/packages/perl-Math-MatrixReal/CHANGES
|
||||
|
||||
Changes in v2.13 - Jonathan "Duke" Leto
|
||||
September 2015
|
||||
--------------------------
|
||||
* Fix bug where as_list() did not work correctly for non-square matrices.
|
||||
Reported by Elia Liitiäinen in RT #116968
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 18:36:51 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Math-MatrixReal
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,19 +17,20 @@
|
||||
|
||||
|
||||
Name: perl-Math-MatrixReal
|
||||
Version: 2.12
|
||||
Version: 2.13
|
||||
Release: 0
|
||||
%define cpan_name Math-MatrixReal
|
||||
Summary: Matrix of Reals
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Math-MatrixReal/
|
||||
Source: http://www.cpan.org/authors/id/L/LE/LETO/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/L/LE/LETO/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build) >= 0.38
|
||||
BuildRequires: perl(Module::Build) >= 0.380000
|
||||
BuildRequires: perl(Test::Most)
|
||||
%{perl_requires}
|
||||
|
||||
@@ -52,6 +53,6 @@ Matrix of Reals
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc CHANGES CREDITS example GOALS OLD_README README.mkd TODO
|
||||
%doc CHANGES CONTRIBUTING.md CREDITS example GOALS OLD_README README.mkd TODO
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user