[packages/php-google-api] autoloader also addressed upstream, probably in 1.1.3
glen
glen at pld-linux.org
Fri Jan 23 00:18:54 CET 2015
commit b7290f00924a9b9e1f7a130ba7e27481515647d7
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Jan 23 01:18:08 2015 +0200
autoloader also addressed upstream, probably in 1.1.3
https://github.com/google/google-api-php-client/issues/400
and
https://github.com/google/google-api-php-client/pull/437
php-google-api.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/php-google-api.spec b/php-google-api.spec
index f70bddc..47fdc85 100644
--- a/php-google-api.spec
+++ b/php-google-api.spec
@@ -43,6 +43,7 @@ simple, flexible, powerful API access.
# use single autoload so could use different autoloader than provided by this project
# you intend to use this, you need to call it before accessing other classes
+# this is also addressed upstream: https://github.com/google/google-api-php-client/issues/400
mv autoload.php src/Google
grep -r 'require_once.*autoload.php' src -l | xargs %{__sed} -i -e '/require_once.*autoload.php/d'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-google-api.git/commitdiff/b7290f00924a9b9e1f7a130ba7e27481515647d7
More information about the pld-cvs-commit
mailing list