From a6d6029976391ac28b07272b7ec7ee041b914d3c Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Feb 01 2016 07:38:49 +0000 Subject: Create build for f23: make oauth2client/uri-template deps resolvable in f23 --- diff --git a/google-api-python-client.spec b/google-api-python-client.spec index 88546fa..786ffda 100644 --- a/google-api-python-client.spec +++ b/google-api-python-client.spec @@ -10,7 +10,7 @@ Name: google-api-python-client Summary: %{sum} Version: 1.4.2 -Release: 4%{?dist} +Release: 5%{?dist} License: ASL 2.0 URL: http://github.com/google/%{name}/ @@ -34,8 +34,8 @@ BuildRequires: python-uri-templates >= 0.6 BuildRequires: python-six >= 1.6.1 Requires: python-httplib2 >= 0.8 -Requires: python2-oauth2client >= 1.4.6 -Requires: python2-uri-templates >= 0.6 +Requires: python-oauth2client >= 1.4.6 +Requires: python-uri-templates >= 0.6 Requires: python2-six >= 1.6.1 %description -n python2-%{srcname} @@ -105,6 +105,9 @@ done %{python3_sitelib}/google_api_python_client-%{version}-py?.?.egg-info %changelog +* Mon Feb 01 2016 Michele Baldessari - 1.4.2-5 +- Create build for f23: make oauth2client/uri-template deps resolvable in f23 + * Sun Jan 31 2016 Michele Baldessari - 1.4.2-4 - Make spec more epel friendly