From 7bf92b07155ceeb854e4f4b25aee0150a2d5172c292f79efbdb147c660e80702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 11:52:41 +0000 Subject: [PATCH] - Update to 0.7.2: * minor bugfixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyocr?expand=0&rev=7 --- python-pyocr-0.7.2.tar.gz | 3 +++ python-pyocr-0.7.tar.gz | 3 --- python-pyocr.changes | 6 ++++++ python-pyocr.spec | 9 +++++---- 4 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 python-pyocr-0.7.2.tar.gz delete mode 100644 python-pyocr-0.7.tar.gz diff --git a/python-pyocr-0.7.2.tar.gz b/python-pyocr-0.7.2.tar.gz new file mode 100644 index 0000000..95ce3c9 --- /dev/null +++ b/python-pyocr-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375e563220e2a703e7ae729c2ae10af2cbbfc6c678dca80a7a253b5ad756164d +size 63961 diff --git a/python-pyocr-0.7.tar.gz b/python-pyocr-0.7.tar.gz deleted file mode 100644 index 456037e..0000000 --- a/python-pyocr-0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac5f682ca9e066d9a10824d200ae1fc169b122527f975a568723d487ad1eb1fe -size 63681 diff --git a/python-pyocr.changes b/python-pyocr.changes index bfd108d..890508e 100644 --- a/python-pyocr.changes +++ b/python-pyocr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 10 11:51:28 UTC 2019 - Tomáš Chvátal + +- Update to 0.7.2: + * minor bugfixes + ------------------------------------------------------------------- Thu May 16 22:25:00 UTC 2019 - Hardik Italia diff --git a/python-pyocr.spec b/python-pyocr.spec index f6f64eb..f792aa0 100644 --- a/python-pyocr.spec +++ b/python-pyocr.spec @@ -16,16 +16,16 @@ # -%define sha 0ffeca803fca7c812560a6c0e34342e4833f1ab0 +%define sha f4b068cdf359186bfbed36959c53e9e52e2eda84 %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyocr -Version: 0.7 +Version: 0.7.2 Release: 0 Summary: Python wrapper for OCR engines License: GPL-3.0-or-later Group: Development/Languages/Python -Url: https://gitlab.gnome.org/World/OpenPaperwork/pyocr +URL: https://gitlab.gnome.org/World/OpenPaperwork/pyocr Source: https://gitlab.gnome.org/World/OpenPaperwork/pyocr/-/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: %{python_module Pillow} BuildRequires: %{python_module base} @@ -54,7 +54,8 @@ That is, it helps using various OCR tools from a Python program. %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc AUTHORS COPYING ChangeLog README.md +%license COPYING +%doc AUTHORS ChangeLog README.md %{python_sitelib}/* %changelog