forked from pool/perl-Data-Float
Accepting request 513109 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/513109 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Float?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
dad5c44a96
commit
276c8d1fd0
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:698ecb092a3284e260cd3c3208408feb791d7d0f06a02673f9125ab2d51cc2d8
|
|
||||||
size 26213
|
|
3
Data-Float-0.013.tar.gz
Normal file
3
Data-Float-0.013.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2b1523d858930b8bbdbd196f08235f5e678b84919ba87712e26313b9c27518a
|
||||||
|
size 25939
|
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,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 31 05:21:04 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.013
|
||||||
|
see /usr/share/doc/packages/perl-Data-Float/Changes
|
||||||
|
|
||||||
|
version 0.013; 2017-07-29
|
||||||
|
|
||||||
|
* no longer include a Makefile.PL in the distribution
|
||||||
|
|
||||||
|
* in documentation, use four-column indentation for all verbatim
|
||||||
|
material
|
||||||
|
|
||||||
|
* in META.{yml,json}, point to public bug tracker
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 11 11:28:06 UTC 2014 - ncutler@suse.com
|
Thu Dec 11 11:28:06 UTC 2014 - ncutler@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Data-Float
|
# spec file for package perl-Data-Float
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 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
|
||||||
@@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Data-Float
|
Name: perl-Data-Float
|
||||||
Version: 0.012
|
Version: 0.013
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Data-Float
|
%define cpan_name Data-Float
|
||||||
Summary: Details of the floating point data type
|
Summary: Details of the Floating Point Data Type
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Data-Float/
|
Url: http://search.cpan.org/dist/Data-Float/
|
||||||
Source: Data-Float-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
Reference in New Issue
Block a user