diff --git a/gexiv2-0.10.8.tar.xz b/gexiv2-0.10.8.tar.xz deleted file mode 100644 index 6176b00..0000000 Binary files a/gexiv2-0.10.8.tar.xz and /dev/null differ diff --git a/gexiv2-0.12.1.tar.xz b/gexiv2-0.12.1.tar.xz new file mode 100644 index 0000000..518816d Binary files /dev/null and b/gexiv2-0.12.1.tar.xz differ diff --git a/libgexiv2.spec b/libgexiv2.spec index 06f9f20..6c3ca48 100644 --- a/libgexiv2.spec +++ b/libgexiv2.spec @@ -1,14 +1,14 @@ Name: libgexiv2 -Version: 0.10.8 -Release: 6 +Version: 0.12.1 +Release: 1 Summary: Gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. License: GPLv2 URL: https://wiki.gnome.org/Projects/gexiv2 Source0: https://download.gnome.org/sources/gexiv2/0.10/gexiv2-%{version}.tar.xz #Dependency -BuildRequires: gcc-c++ exiv2-devel gobject-introspection-devel -BuildRequires: libtool +BuildRequires: gcc-c++ exiv2-devel gobject-introspection-devel meson +BuildRequires: libtool gtk-doc vala BuildRequires: vala python3-devel python3-gobject-base %description @@ -37,15 +37,18 @@ This package contains support for python3 %autosetup -n gexiv2-%{version} -p1 %build -%configure --enable-introspection --enable-static=no --enable-shared=yes -%make_build +%meson \ + -Dgtk_doc=true\ + -Dpython3_girdir=%{python3_sitearch}/gi/overrides\ + %{nil} +%meson_build %install -%make_install +%meson_install %delete_la %check -make %{?_smp_mflags} check +%meson_test #Install and uninstall scripts %pre @@ -65,6 +68,7 @@ make %{?_smp_mflags} check %{_libdir}/libgexiv2.so %{_libdir}/pkgconfig/gexiv2.pc %{_datadir}/gir-1.0/GExiv2-0.10.gir +%{_datadir}/vala/vapi/gexiv2.deps %files help %{_datadir}/gtk-doc/html/gexiv2/ @@ -75,6 +79,9 @@ make %{?_smp_mflags} check %{python3_sitearch}/gi/overrides/GExiv2.py %changelog +* Tue Feb 2 2021 liudabo - 0.12.1-1 +- upgrade version to 0.12.1 + * Fri Oct 30 2020 wuchaochao - 0.10.8-6 - Type:bufix - CVE:NA