diff --git a/ibus.spec b/ibus.spec index 6c3b01f..85668ad 100644 --- a/ibus.spec +++ b/ibus.spec @@ -8,7 +8,7 @@ Name: ibus Version: 1.1.0.20090612 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Intelligent Input Bus for Linux OS License: LGPLv2+ Group: System Environment/Libraries @@ -115,7 +115,9 @@ The ibus-devel-docs package contains developer documentation for ibus %prep %setup -q %patch0 -p1 -./autogen.sh --help +# ./autogen.sh --help +aclocal -I m4 +automake %build %configure --disable-static \ @@ -228,6 +230,9 @@ fi %{_datadir}/gtk-doc/html/* %changelog +* Mon Aug 10 2009 Huang Peng - 1.1.0.20090612-3 +- Do not execute autogen.sh to avoid the snapshot date changing. + * Mon Aug 10 2009 Huang Peng - 1.1.0.20090612-2 - Update ibus-HEAD.patch. - Fix memory leaks.