diff --git a/SPECS/libgdata.spec b/SPECS/libgdata.spec index 0c0f7de..8c2af14 100644 --- a/SPECS/libgdata.spec +++ b/SPECS/libgdata.spec @@ -1,6 +1,6 @@ Name: libgdata Version: 0.17.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library for the GData protocol License: LGPLv2+ @@ -44,7 +44,7 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep -%setup -q +%autosetup -p1 %build %configure \ @@ -90,6 +90,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_datadir}/vala/ %changelog +* Wed Jul 13 2022 Tomas Popela - 0.17.9-4 +- Switch to using autosetup so we don't forget to apply patches (#2046098) + * Mon May 09 2022 Ondrej Holy - 0.17.9-3 - Always refresh authorization when creating streams (#2046098)