diff --git a/Inline-Python-0.50.tar.gz b/Inline-Python-0.50.tar.gz deleted file mode 100644 index 94cdb7b..0000000 --- a/Inline-Python-0.50.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0734ed9925229b4efecdfdb46bb51ff1036132281fe653ec6eee09cdf8897216 -size 56555 diff --git a/Inline-Python-0.51.tar.gz b/Inline-Python-0.51.tar.gz new file mode 100644 index 0000000..c954292 --- /dev/null +++ b/Inline-Python-0.51.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f17b50877b007618abec8ddc5c91447b6b38c6e3c3e06ee224af484ce50796 +size 57196 diff --git a/perl-Inline-Python.changes b/perl-Inline-Python.changes index 29cce23..94c4222 100644 --- a/perl-Inline-Python.changes +++ b/perl-Inline-Python.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Nov 11 06:39:48 UTC 2016 - coolo@suse.com + +- updated to 0.51 + see /usr/share/doc/packages/perl-Inline-Python/Changes + + 0.51 Thu Nov 09 08:45:00 CET 2016 (Stefan Seifert) + - Fix memory leak when passing dict with Unicode keys to Perl + by Linas Valiukas + ------------------------------------------------------------------- Mon Jul 4 12:46:34 UTC 2016 - coolo@suse.com diff --git a/perl-Inline-Python.spec b/perl-Inline-Python.spec index 7ee3b2c..d4c9978 100644 --- a/perl-Inline-Python.spec +++ b/perl-Inline-Python.spec @@ -17,7 +17,7 @@ Name: perl-Inline-Python -Version: 0.50 +Version: 0.51 Release: 0 %define cpan_name Inline-Python Summary: Write Perl subs and classes in Python @@ -31,6 +31,8 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Digest::MD5) >= 2.5 BuildRequires: perl(Inline) >= 0.46 +BuildRequires: perl(Proc::ProcessTable) >= 0.53 +BuildRequires: perl(Test::Deep) Requires: perl(Digest::MD5) >= 2.5 Requires: perl(Inline) >= 0.46 %{perl_requires}