From 06e0d7c37c065cf3d69feb13a4c17b9856a761488e7e6496a473b5c93682cfd3 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Mon, 12 Oct 2020 17:14:21 +0000 Subject: [PATCH] Accepting request 841338 from home:alois:branches:graphics - Update to version 2.2.3 * Minor improvement in setup.py script. * Minor improvements in example scripts. OBS-URL: https://build.opensuse.org/request/show/841338 OBS-URL: https://build.opensuse.org/package/show/graphics/python-gphoto2?expand=0&rev=13 --- gphoto2-2.2.2.tar.gz | 3 --- gphoto2-2.2.3.tar.gz | 3 +++ python-gphoto2.changes | 7 +++++++ python-gphoto2.spec | 3 +-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 gphoto2-2.2.2.tar.gz create mode 100644 gphoto2-2.2.3.tar.gz diff --git a/gphoto2-2.2.2.tar.gz b/gphoto2-2.2.2.tar.gz deleted file mode 100644 index 13ed7ec..0000000 --- a/gphoto2-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29f5944f8aa6e9d6110230143b73caf486471c7616885dd183a82c7b1fe0a369 -size 1904948 diff --git a/gphoto2-2.2.3.tar.gz b/gphoto2-2.2.3.tar.gz new file mode 100644 index 0000000..4062048 --- /dev/null +++ b/gphoto2-2.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d3ae97a9f13526746fb506de627a73328328528b436a51567fcb7e640883e9 +size 1905105 diff --git a/python-gphoto2.changes b/python-gphoto2.changes index faa1285..1991ef7 100644 --- a/python-gphoto2.changes +++ b/python-gphoto2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 12 16:47:56 UTC 2020 - aloisio@gmx.com + +- Update to version 2.2.3 + * Minor improvement in setup.py script. + * Minor improvements in example scripts. + ------------------------------------------------------------------- Thu Apr 9 10:22:57 UTC 2020 - aloisio@gmx.com diff --git a/python-gphoto2.spec b/python-gphoto2.spec index a9430c4..c2d0ead 100644 --- a/python-gphoto2.spec +++ b/python-gphoto2.spec @@ -17,7 +17,7 @@ Name: python-gphoto2 -Version: 2.2.2 +Version: 2.2.3 Release: 0 Summary: Python interface to libgphoto2 License: GPL-3.0-or-later @@ -30,7 +30,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: pkgconfig(libgphoto2) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description