From 9627eae18c393f54cf1d72362079b385741a2248 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:42:30 +0100 Subject: [PATCH] automatic version update by autodist [release 0.14.1-1mamba;Mon May 08 2023] --- gexiv2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gexiv2.spec b/gexiv2.spec index 6be45cf..5c7ba95 100644 --- a/gexiv2.spec +++ b/gexiv2.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: gexiv2 -Version: 0.14.0 +Version: 0.14.1 Release: 1mamba Summary: A GObject-based wrapper around the Exiv2 library Group: System/Libraries @@ -15,6 +15,7 @@ BuildRequires: glibc-devel BuildRequires: libexiv2-devel BuildRequires: libgcc BuildRequires: libglib-devel +BuildRequires: libpython3-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} @@ -63,7 +64,7 @@ This package contains libraries and header files for developing applications tha %{_libdir}/libgexiv2.so.* %{_libdir}/girepository-1.0/GExiv2-*.typelib #%{python27_sitearch}/gi/overrides/GExiv2.py -%{python3_sitearch}/gi/overrides/GExiv2.py +%{python3_sitelib}/gi/overrides/GExiv2.py %doc AUTHORS COPYING THANKS %files -n lib%{name}-devel @@ -79,6 +80,9 @@ This package contains libraries and header files for developing applications tha %doc NEWS README %changelog +* Mon May 08 2023 Automatic Build System 0.14.1-1mamba +- automatic version update by autodist + * Sun Sep 19 2021 Automatic Build System 0.14.0-1mamba - automatic version update by autodist