diff --git a/libgweather.spec b/libgweather.spec index ea7dc41..f2d22eb 100644 --- a/libgweather.spec +++ b/libgweather.spec @@ -1,6 +1,6 @@ Name: libgweather Version: 3.13.91 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library for weather information Group: System Environment/Libraries @@ -43,6 +43,7 @@ developing applications that use %{name}. %prep %setup -q +%patch0 -p1 %build %configure --disable-static --disable-gtk-doc @@ -93,6 +94,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %changelog +* Thu Sep 11 2014 Kalev Lember - 3.13.91-3 +- Really apply the patch + * Thu Sep 11 2014 Kalev Lember - 3.13.91-2 - Adapt to yr.no API changes (#1140476)