diff --git a/.gitignore b/.gitignore index 6c333e8..f2bb5c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -libquicktime-1.0.3.tar.gz +libquicktime-1.1.0.tar.gz diff --git a/libquicktime.spec b/libquicktime.spec index afa8b32..8614e4c 100644 --- a/libquicktime.spec +++ b/libquicktime.spec @@ -1,7 +1,7 @@ Summary: Library for reading and writing Quicktime files Name: libquicktime -Version: 1.0.3 -Release: 4%{?dist} +Version: 1.1.0 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libquicktime.sourceforge.net/ @@ -69,7 +69,7 @@ autoreconf -f -i --disable-static \ --with-libdv \ --enable-libswscale \ -%ifarch i686 athlon pentium3 pentium4 x86_64 ia64 +%ifarch %{ix86} x86_64 ia64 --enable-mmx \ %else --disable-mmx @@ -130,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT # -------------------------------------------------------------------- %changelog +* Thu Dec 4 2008 kwizart - 1.1.0-1 +- Update to 1.1.0 + * Mon Sep 08 2008 Thorsten Leemhuis