[php-oauth] update to later upstream version

François Kooman fkooman at fedoraproject.org
Fri Aug 19 11:19:25 UTC 2011


commit 0508fdd305d8e37c915cd5abc84ffde8d9f08e1d
Author: François Kooman <fkooman at tuxed.net>
Date:   Fri Aug 19 11:15:16 2011 +0200

    update to later upstream version

 php-oauth.spec |   16 ++++++++++------
 sources        |    2 +-
 2 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/php-oauth.spec b/php-oauth.spec
index 412e11d..9c0a830 100644
--- a/php-oauth.spec
+++ b/php-oauth.spec
@@ -1,17 +1,17 @@
 %define realname oauth
-%define svnrevision svn592
+%define svnrevision svn1262
 
 Name:           php-oauth
 Version:        1.0
-Release:        0.8.%{svnrevision}%{?dist}
+Release:        0.9.%{svnrevision}%{?dist}
 Summary:        PHP Authentication library for desktop to web applications
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://code.google.com/p/oauth/
 
-# Package tar ball not present. To compress:
-# svn export -r 592 http://oauth.googlecode.com/svn/code/php/ oauth
+# Package tarball not present. To compress:
+# svn export -r 1262 http://oauth.googlecode.com/svn/code/php/ oauth
 # tar -czf php-oauth-1.0.tar.gz oauth
 Source0:        %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -25,7 +25,7 @@ method from desktop and web applications.
 
 %prep
 %setup -qn %{realname}
-
+mv OAuth_TestServer.php example
 
 %build
 # Empty build
@@ -34,7 +34,7 @@ method from desktop and web applications.
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/php/%{realname}
-install -p -m 644 *.php $RPM_BUILD_ROOT%{_datadir}/php/%{realname}/
+install -p -m 644 OAuth.php $RPM_BUILD_ROOT%{_datadir}/php/%{realname}/
 
 
 %clean
@@ -48,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 19 2011 F. Kooman <fkooman at tuxed.net> - 1.0-0.9.svn1262
+- update to svn1262
+- move test server class to examples
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.8.svn592
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 90d0a61..94a6855 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-249f5c8c0f3a3f1e620355be8f3ccf58  php-oauth-1.0.tar.gz
+ed5fd4f1dfb5332e742f0ce8683115c2  php-oauth-1.0.tar.gz


More information about the scm-commits mailing list