]> git.pld-linux.org Git - packages/php-google-api.git/commitdiff
autoloader also addressed upstream, probably in 1.1.3
authorElan Ruusamäe <glen@delfi.ee>
Thu, 22 Jan 2015 23:18:08 +0000 (01:18 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 22 Jan 2015 23:18:25 +0000 (01:18 +0200)
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

index f70bddc7ae4a1ce5e18f4dd294ddfec81d1504e2..47fdc85b6a4ee74675001b9902b8f0cd789cc029 100644 (file)
@@ -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'
 
This page took 0.099562 seconds and 4 git commands to generate.