Accepting request 731701 from devel:languages:perl:autoupdate

- Add build dependency Gd
- Remove deps.patch (not used anymore)
- updated to 1.7.6
   see /usr/share/doc/packages/perl-BioPerl/Changes
  1.7.6     2019-08-28 12:37:01+01:00 Europe/London
  
      * The program bp_classify_hits_kingdom has been removed and is
        now part of the examples documentation instead.
  
      * GD is now listed as a suggestion instead of a requirement.  The
        bp_chaos_plot program will now work with the GD module.
  
      * New method Bio::Tree::Statistics::transfer_bootstrap_expectation
        to compute Transfer Bootstrap Expectation (TBE) for internal
        nodes based on the methods outlined in Lemoine et al, Nature,
        2018.
  
      * New method Bio::SeqIO::fasta::next_seq_fast to retrieve next
        sequence in the stream faster but not perfect.

OBS-URL: https://build.opensuse.org/request/show/731701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-BioPerl?expand=0&rev=8
This commit is contained in:
2019-09-19 15:08:24 +00:00
committed by Git OBS Bridge
parent 76b00da068
commit 12aa042732
6 changed files with 37 additions and 40 deletions

View File

@@ -17,7 +17,7 @@
Name: perl-BioPerl
Version: 1.7.5
Version: 1.7.6
Release: 0
%define cpan_name BioPerl
Summary: Perl modules for biology
@@ -30,10 +30,8 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DBI)
BuildRequires: perl(Data::Stag)
BuildRequires: perl(Error)
BuildRequires: perl(GD)
BuildRequires: perl(Graph::Directed)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(HTTP::Response)
@@ -62,10 +60,8 @@ BuildRequires: perl(XML::Writer)
BuildRequires: perl(YAML)
BuildRequires: perl(parent)
BuildRequires: perl(version)
Requires: perl(DBI)
Requires: perl(Data::Stag)
Requires: perl(Error)
Requires: perl(GD)
Requires: perl(Graph::Directed)
Requires: perl(HTTP::Request::Common)
Requires: perl(HTTP::Response)
@@ -93,6 +89,9 @@ Requires: perl(YAML)
Requires: perl(parent)
Requires: perl(version)
%{perl_requires}
# MANUAL BEGIN
BuildRequires: perl(GD)
# MANUAL END
%description
BioPerl is the product of a community effort to produce Perl code which is