15
0
forked from pool/python-exiv2

Accepting request 670892 from devel:languages:python

- Update to version 0.5.0
  * Several fixes for exiv2-0.27
- Removed exiv2-1.0.27.patch (fixed upstream)

- Add patch to build with latest exiv2 releases:
  * exiv2-1.0.27.patch

OBS-URL: https://build.opensuse.org/request/show/670892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2019-02-04 13:25:05 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14626aaa83cae4cd3d54f51646a0fd048e8ee0e3caf205522b33020226da8c0e
size 32685

3
py3exiv2-0.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efb212f3e14dce90394df0beaaa2a23a88a54c8037eb46da92dfabcf183cbb26
size 34539

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 31 14:57:44 UTC 2019 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 0.5.0
* Several fixes for exiv2-0.27
- Removed exiv2-1.0.27.patch (fixed upstream)
-------------------------------------------------------------------
Tue Jan 29 11:22:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Add patch to build with latest exiv2 releases:
* exiv2-1.0.27.patch
-------------------------------------------------------------------
Thu Jun 28 09:38:11 UTC 2018 - asn@cryptomilk.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-exiv2
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -12,32 +12,29 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
# This is a python3 only package
%define skip_python2 1
Name: python-exiv2
Version: 0.3.0
Version: 0.5.0
Release: 0
Summary: Python3 bindings for the exiv2 library
License: GPL-3.0-only
Group: Development/Languages/Python
Url: https://launchpad.net/py3exiv2
URL: https://launchpad.net/py3exiv2
Source: https://files.pythonhosted.org/packages/source/p/py3exiv2/py3exiv2-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libboost_python3-devel
BuildRequires: libexiv2-devel
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(exiv2)
%python_subpackages
%description