diff --git a/imread-0.7.1.tar.gz b/imread-0.7.1.tar.gz deleted file mode 100644 index 1816abb..0000000 --- a/imread-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c343b546ab54acdb50dbe69d6793d64ead3ba6d585022f5a7ad4687b7f3db79b -size 147234 diff --git a/imread-0.7.4.tar.gz b/imread-0.7.4.tar.gz new file mode 100644 index 0000000..4432be4 --- /dev/null +++ b/imread-0.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0487adef11a22168700968c1727020361a72f6132b6ced2b8826b02d8cbf744f +size 151570 diff --git a/python-imread.changes b/python-imread.changes index c85a49b..876ed94 100644 --- a/python-imread.changes +++ b/python-imread.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 14 12:26:14 UTC 2020 - Marketa Calabkova + +- update to 0.7.4 + * Add missing data to distribution + * Fix several memory access bugs in parsers (reported by Robert Scott) + ------------------------------------------------------------------- Wed May 22 10:57:59 UTC 2019 - pgajdos@suse.com diff --git a/python-imread.spec b/python-imread.spec index 686291b..278ad65 100644 --- a/python-imread.spec +++ b/python-imread.spec @@ -1,7 +1,7 @@ # # spec file for package python-imread # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-imread -Version: 0.7.1 +Version: 0.7.4 Release: 0 Summary: Image reading library License: MIT Group: Development/Languages/Python -Url: http://luispedro.org/software/imread +URL: http://luispedro.org/software/imread Source: https://files.pythonhosted.org/packages/source/i/imread/imread-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel} @@ -32,6 +32,7 @@ BuildRequires: c++_compiler BuildRequires: fdupes BuildRequires: giflib-devel BuildRequires: libtiff-devel +BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(libpng) @@ -39,8 +40,7 @@ BuildRequires: pkgconfig(libwebp) # SECTION test requirements BuildRequires: %{python_module nose} # /SECTION -BuildRequires: python-numpy -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: python-numpy %python_subpackages %description @@ -70,7 +70,6 @@ export CFLAGS="%{optflags}" %python_exec setup.py test %files %{python_files} -%defattr(-,root,root,-) %doc ChangeLog README.rst %license COPYING.MIT %{python_sitearch}/*