Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libgexiv2.git#62be0ac9fc0ff2d879165e4ce589b8f270951e17
This commit is contained in:
parent
0a56e871bb
commit
0884938e8f
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ libgexiv2-0.1.90.tar.gz
|
||||
/gexiv2-0.11.0.tar.xz
|
||||
/gexiv2-0.12.0.tar.xz
|
||||
/gexiv2-0.12.1.tar.xz
|
||||
/gexiv2-0.12.2.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: libgexiv2
|
||||
Version: 0.12.1
|
||||
Release: 4%{?dist}
|
||||
Version: 0.12.2
|
||||
Release: 2%{?dist}
|
||||
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
|
||||
|
||||
License: GPLv2+
|
||||
@ -49,15 +49,9 @@ This package contains the python3 bindings for %{name}
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
# Explicitly byte compile as the automagic byte compilation doesn't work for
|
||||
# /app prefix in flatpak builds
|
||||
%py_byte_compile %{__python3} %{buildroot}%{python3_sitearch}/gi/overrides
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS THANKS README
|
||||
@ -84,6 +78,13 @@ This package contains the python3 bindings for %{name}
|
||||
%{python3_sitearch}/gi/overrides/__pycache__/GExiv2*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 20 2021 Kalev Lember <klember@redhat.com> - 0.12.2-2
|
||||
- Remove no longer needed ldconfig_scriptlets macro call
|
||||
- Remove explicit byte compilation as the automatic works for flatpak builds now
|
||||
|
||||
* Sat Feb 20 2021 Kalev Lember <klember@redhat.com> - 0.12.2-1
|
||||
- Update to 0.12.2
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gexiv2-0.12.1.tar.xz) = cbf83ea79eead9aab15ba760217fd6a1b55a5c60059f14f243327ad7d3c09d6a0528dbdb33a8ee235c76dac5aab0afa8b7d2ab4367fe9128a096dce5da19a68d
|
||||
SHA512 (gexiv2-0.12.2.tar.xz) = 850bf41f6180b0fdd050ab08da6e3bbd8d25ffc25a1f48e17a1d7a65771893cc79fba9cbd6718bf1754251ac4a4754983f0ab8f006a05f8c4a15085846d001a5
|
||||
|
Loading…
Reference in New Issue
Block a user