Hello community, here is the log from the commit of package python-img2pdf for openSUSE:Factory checked in at 2018-07-31 16:00:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-img2pdf (Old) and /work/SRC/openSUSE:Factory/.python-img2pdf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-img2pdf" Tue Jul 31 16:00:59 2018 rev:2 rq:626378 version:0.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-img2pdf/python-img2pdf.changes 2018-06-05 12:53:13.020966777 +0200 +++ /work/SRC/openSUSE:Factory/.python-img2pdf.new/python-img2pdf.changes 2018-07-31 16:01:02.819714272 +0200 @@ -1,0 +2,5 @@ +Sun Jul 29 11:53:35 UTC 2018 - [email protected] + +- Use noun phrase. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-img2pdf.spec ++++++ --- /var/tmp/diff_new_pack.oFocmV/_old 2018-07-31 16:01:03.351715176 +0200 +++ /var/tmp/diff_new_pack.oFocmV/_new 2018-07-31 16:01:03.355715183 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-img2pdf # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,6 +13,7 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -20,15 +21,15 @@ Name: python-img2pdf Version: 0.2.4 Release: 0 -License: LGPL-3.0+ -Summary: Convert images to PDF via direct JPEG inclusion -Url: https://gitlab.mister-muffin.de/josch/img2pdf +Summary: Python module for converting images to PDF via direct JPEG inclusion +License: LGPL-3.0-or-later Group: Development/Languages/Python +Url: https://gitlab.mister-muffin.de/josch/img2pdf Source: https://files.pythonhosted.org/packages/source/i/img2pdf/img2pdf-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module Pillow} BuildRequires: %{python_module pdfrw} @@ -45,13 +46,13 @@ %python_subpackages %description -Losslessly convert raster images to PDF. The file size will not -unnecessarily increase. It can for example be used to create a PDF -document from a number of scans that are only available in JPEG -format. Existing solutions would either re-encode the input JPEG -files (leading to quality loss) or store them in the zip/flate -format which results into the PDF becoming unnecessarily large in -terms of its file size. +This module losslessly converts raster images to PDF. The file size +will not unnecessarily increase. It can, for example, be used to +create a PDF document from a number of scans that are only available +in JPEG format. Existing solutions would either re-encode the input +JPEG files (leading to quality loss) or store them in the Deflate +format which results in the PDF becoming unnecessarily large in terms +of file size. %prep %setup -q -n img2pdf-%{version}
