diff --git a/gexiv2-0.14.0.tar.xz b/gexiv2-0.14.0.tar.xz deleted file mode 100644 index 57b3c2b..0000000 Binary files a/gexiv2-0.14.0.tar.xz and /dev/null differ diff --git a/gexiv2-0.14.2.tar.xz b/gexiv2-0.14.2.tar.xz new file mode 100644 index 0000000..1e76dce Binary files /dev/null and b/gexiv2-0.14.2.tar.xz differ diff --git a/libgexiv2.spec b/libgexiv2.spec index b520084..b93bde1 100644 --- a/libgexiv2.spec +++ b/libgexiv2.spec @@ -1,5 +1,5 @@ Name: libgexiv2 -Version: 0.14.0 +Version: 0.14.2 Release: 1 Summary: Gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. License: GPLv2+ @@ -38,7 +38,7 @@ This package contains support for python3 %build %meson \ -Dgtk_doc=true \ - -Dpython3_girdir=%{python3_sitearch}/gi/overrides \ + -Dtests=true \ %{nil} %meson_build @@ -70,14 +70,17 @@ This package contains support for python3 %{_datadir}/vala/vapi/gexiv2.deps %files -n python3-gexiv2 -%{python3_sitearch}/gi/overrides/__pycache__/GExiv2* -%{python3_sitearch}/gi/overrides/GExiv2.py +%{_prefix}/lib/python%{python3_version}/site-packages/gi/overrides/__pycache__/GExiv2* +%{_prefix}/lib/python%{python3_version}/site-packages/gi/overrides/GExiv2.py %files help %{_datadir}/gtk-doc/html/gexiv2/ %{_datadir}/vala/vapi/gexiv2.vapi %changelog +* Fri Sep 8 2023 dillon chen - 0.14.2-1 +- Update to 0.14.2 + * Mon Mar 28 2022 lin zhang - 0.14.0-1 - Update to 0.14.0