Accepting request 755080 from devel:languages:perl:autoupdate
- updated to 1.7.7 see /usr/share/doc/packages/perl-BioPerl/Changes 1.7.7 2019-12-07 13:41:36-06:00 America/Chicago * The program bp_chaos_plot has been removed. * GD is now no longer a dependency, suggestion or requirement. * #321 - GenBank format fix for un-quoted features, text wrapping * Bio::DB::Query::WebQuery now includes methods for delay(), delay_policy(), and a 'private' _sleep() function that mirror those from Bio::DB::WebDBSeqI, primarily for compliance with potential website restrictions for the number and frequency of queries (e.g. NCBI eUtils). * Fix bug #329, related to Bio::Tree::Statistics::transfer_bootstrap_expectation in last release. OBS-URL: https://build.opensuse.org/request/show/755080 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-BioPerl?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
12aa042732
commit
dc8a12333e
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: perl-BioPerl
|
||||
Version: 1.7.6
|
||||
Version: 1.7.7
|
||||
Release: 0
|
||||
%define cpan_name BioPerl
|
||||
Summary: Perl modules for biology
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CD/CDRAUG/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CJ/CJFIELDS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -120,7 +120,7 @@ and contribute your own if possible.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user