Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
78474ed05c | ||
|
29d1445e53 | ||
|
b622abce01 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
/py3exiv2-0.2.1.tar.gz
|
||||
/py3exiv2-0.3.0.tar.gz
|
||||
/py3exiv2-0.5.0.tar.gz
|
||||
/py3exiv2-0.6.1.tar.gz
|
||||
/py3exiv2-0.7.1.tar.gz
|
||||
/py3exiv2-0.7.2.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global tar_name py3exiv2
|
||||
|
||||
Name: python3-exiv2
|
||||
Version: 0.5.0
|
||||
Release: 5%{?dist}
|
||||
Version: 0.7.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and GPLv3+
|
||||
Summary: Python3 bindings for the exiv2 library
|
||||
Url: https://launchpad.net/py3exiv2
|
||||
@ -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,16 @@ easy manipulation of image metadata.
|
||||
%{python3_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 27 2020 Andreas Schneider <asn@redhat.com> - 0.7.2-1
|
||||
- Update to version 0.7.2
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Jan 31 2019 Andreas Schneider <asn@redhat.com> - 0.5.0-1
|
||||
- Update to version 0.5.0
|
||||
* Several bugfixes for exiv2-0.27
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (py3exiv2-0.5.0.tar.gz) = 5ff9853fe83c39da9c97cc5f3482be14f181faf0ab16d520cf637c8534395470da686551e11c4d7889e7d1c551136af2dad6430fe5f2a9a2f35140aa083c556e
|
||||
SHA512 (py3exiv2-0.7.2.tar.gz) = 6bd4cc4551fc19492390d3bef5f9ea44256445b30446a527034aefc8910751e80a09e662d5d16e2d45d6063b017e4370bb76f40e302d186c5c1dd6ff52afd77a
|
||||
|
Loading…
Reference in New Issue
Block a user