Update to 0.7.1
This commit is contained in:
parent
27c1706cf8
commit
c39b69208b
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/py3exiv2-0.3.0.tar.gz
|
||||
/py3exiv2-0.5.0.tar.gz
|
||||
/py3exiv2-0.6.1.tar.gz
|
||||
/py3exiv2-0.7.1.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global tar_name py3exiv2
|
||||
|
||||
Name: python3-exiv2
|
||||
Version: 0.6.1
|
||||
Version: 0.7.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and GPLv3+
|
||||
Summary: Python3 bindings for the exiv2 library
|
||||
@ -30,6 +30,8 @@ easy manipulation of image metadata.
|
||||
%autosetup -n %{tar_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
# Workaround as there is no -lboost_python3
|
||||
sed -i 's|boost_python3|boost_python%{python3_version_nodots}|' setup.py
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
@ -40,6 +42,9 @@ easy manipulation of image metadata.
|
||||
%{python3_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 05 2019 Andreas Schneider <asn@redhat.com> - 0.7.1-1
|
||||
- Update to version 0.7.1
|
||||
|
||||
* Tue Apr 09 2019 Andreas Schneider <asn@redhat.com> - 0.6.1-1
|
||||
- Update to version 0.6.1
|
||||
* Add the streaming of the preview data
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (py3exiv2-0.6.1.tar.gz) = 2fa6cdec57f102ed769418a27f49edaa353c145f15de25d331b431e4a7d288b98125ac799d8c9cf79c21074177523a3ef2df4f1615546af577d96a2784ef7def
|
||||
SHA512 (py3exiv2-0.7.1.tar.gz) = c9dd66cb968e91f9ae44de97b95f132322e6c5a96c572fc92251378bfd6177fc7528f02321c4d4aa296eb26e5facde72ed0e1eeb904cd36ac22e7c5ece6645c3
|
||||
|
Loading…
Reference in New Issue
Block a user