diff --git a/libgdata.spec b/libgdata.spec index f9eac76..d334482 100644 --- a/libgdata.spec +++ b/libgdata.spec @@ -1,6 +1,6 @@ Name: libgdata Version: 0.13.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for the GData protocol Group: System Environment/Libraries @@ -41,7 +41,7 @@ developing applications that use %{name}. %build %configure --disable-static -make %{?_smp_mflags} +make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing" %install make install DESTDIR=$RPM_BUILD_ROOT @@ -75,6 +75,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_datadir}/vala/ %changelog +* Tue Jul 16 2013 Matthias Clasen - 0.13.3-2 +- Disable strict aliasing, since the code is not strict-aliasing-clean + * Tue Feb 26 2013 Kalev Lember - 0.13.3-1 - Update to 0.13.3 - Add vala bindings