rpms/qoauth/F-12 .cvsignore, 1.1, 1.2 qoauth.spec, 1.1, 1.2 sources, 1.2, 1.3

supercyper supercyper at fedoraproject.org
Sat Jun 26 03:17:55 UTC 2010


Author: supercyper

Update of /cvs/pkgs/rpms/qoauth/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14376

Modified Files:
	.cvsignore qoauth.spec sources 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qoauth/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Jun 2010 01:55:57 -0000	1.1
+++ .cvsignore	26 Jun 2010 03:17:54 -0000	1.2
@@ -0,0 +1 @@
+qoauth-726325d.tar.bz2


Index: qoauth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qoauth/F-12/qoauth.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- qoauth.spec	23 Jun 2010 03:53:54 -0000	1.1
+++ qoauth.spec	26 Jun 2010 03:17:54 -0000	1.2
@@ -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 <supercyper at 163.com> - 1.0.1-0.3.20100625git726325d
+- New upstream version
+
 * Tue Jun 22 2010 Chen Lei <supercyper at 163.com> - 1.0.1-0.2.20100622git7f69e33
 - New upstream version
 - Add %%check section


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qoauth/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	23 Jun 2010 03:53:54 -0000	1.2
+++ sources	26 Jun 2010 03:17:54 -0000	1.3
@@ -1 +1 @@
-9a47a983cf1dd38416abf1e499e4241e  qoauth-7f69e33.tar.bz2
+90ff9aa9721ddbe41c72ed5d56289bd9  qoauth-726325d.tar.bz2



More information about the scm-commits mailing list