From 4868017b4604e1a237805080b17af57253220be9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Oct 2016 13:44:13 +0200 Subject: php-google-apiclient: downgrade to 1.1.7 (backported from Fedora) --- php-google-apiclient.spec | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'php-google-apiclient.spec') diff --git a/php-google-apiclient.spec b/php-google-apiclient.spec index 877c11d..4622aec 100644 --- a/php-google-apiclient.spec +++ b/php-google-apiclient.spec @@ -13,8 +13,8 @@ %global github_owner google %global github_name google-api-php-client -%global github_version 1.1.8 -%global github_commit 85309a3520bb5f53368d43e35fd24f43c9556323 +%global github_version 1.1.7 +%global github_commit 400f250a30ae1dd4c4a0a4f750fe973fc70e6311 %global composer_vendor google %global composer_project apiclient @@ -29,7 +29,9 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 1%{?dist} +Release: 2%{?dist} +# Epoch bumped to permit downgrade to 1.1.7 due to breaking change in 1.1.8 from v2 to v3 google API bz#1386167 +Epoch: 2 Summary: Client library for Google APIs Group: Development/Libraries @@ -93,7 +95,7 @@ Autoloader: %{phpdir}/Google/autoload.php Summary: Client library for Google APIs: Examples Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} %description examples %{summary} @@ -171,6 +173,12 @@ rm -rf %{buildroot} %changelog +* Tue Oct 18 2016 James Hogarth - 2:1.1.7-2 +- Missed an %%{epoch} for the examples subpackage + +* Tue Oct 18 2016 James Hogarth - 2:1.1.7-1 +- Downgrade to 1.1.7 (RHBZ #1386167) + * Sun Jul 24 2016 Shawn Iwinski - 1.1.8-1 - Updated to 1.1.8 (RHBZ #1275453) - Added weak dependencies -- cgit