From ce9913ec060dbe9f7187188a689fdb052601fc0f Mon Sep 17 00:00:00 2001 From: supercyper Date: Jun 26 2010 03:10:29 +0000 Subject: *** empty log message *** --- diff --git a/.cvsignore b/.cvsignore index 69151e2..ee621cc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -qoauth-7f69e33.tar.bz2 +qoauth-726325d.tar.bz2 diff --git a/qoauth.spec b/qoauth.spec index e4cf183..60ca13d 100644 --- a/qoauth.spec +++ b/qoauth.spec @@ -1,9 +1,9 @@ -%define githash 7f69e33 -%define gitdate 20100622 +%define githash 726325d +%define gitdate 20100625 Name: qoauth Version: 1.0.1 -Release: 0.2.%{gitdate}git%{githash}%{?dist} +Release: 0.3.%{gitdate}git%{githash}%{?dist} Summary: Qt-based C++ library for OAuth authorization scheme Group: System Environment/Libraries License: LGPLv2+ @@ -49,6 +49,11 @@ make %{?_smp_mflags} make install INSTALL="install -p" INSTALL_ROOT=%{buildroot} doxygen Doxyfile +# fix the time stamp +for file in doc/html/*; do + touch -r Doxyfile $file +done + %check make check || : @@ -74,6 +79,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Fri Jun 25 2010 Chen Lei - 1.0.1-0.3.20100625git726325d +- New upstream version + * Tue Jun 22 2010 Chen Lei - 1.0.1-0.2.20100622git7f69e33 - New upstream version - Add %%check section diff --git a/sources b/sources index 6f671f5..a1031d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a47a983cf1dd38416abf1e499e4241e qoauth-7f69e33.tar.bz2 +90ff9aa9721ddbe41c72ed5d56289bd9 qoauth-726325d.tar.bz2