This commit is contained in:
Dan Callaghan 2016-08-15 16:23:10 +10:00
parent dbe9b0e804
commit d5cd122cf0
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/sphinxcontrib-httpdomain-1.1.8.tar.gz
/sphinxcontrib-httpdomain-1.3.0.tar.gz
/sphinxcontrib-httpdomain-1.4.0.tar.gz
/sphinxcontrib-httpdomain-1.5.0.tar.gz

View File

@ -6,12 +6,12 @@
%global upstream_name sphinxcontrib-httpdomain
Name: python-%{upstream_name}
Version: 1.4.0
Release: 2%{?dist}
Version: 1.5.0
Release: 1%{?dist}
Summary: Sphinx domain for documenting HTTP APIs
License: BSD
URL: http://packages.python.org/sphinxcontrib-httpdomain/
Source0: http://pypi.python.org/packages/source/s/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/s/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
Patch1: 0001-httpdomain-bump-domain-data-version.patch
BuildArch: noarch
BuildRequires: python2-devel
@ -60,6 +60,9 @@ rm -rf %{buildroot}
%{python_sitelib}/*
%changelog
* Mon Aug 15 2016 Dan Callaghan <dcallagh@redhat.com> - 1.5.0-1
- upstream release 1.5.0: http://pythonhosted.org/sphinxcontrib-httpdomain/#version-1-5-0
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
c8daab492b63afe551a82a115561a883 sphinxcontrib-httpdomain-1.4.0.tar.gz
db069391a08c0f0bd6aa6819f5018337 sphinxcontrib-httpdomain-1.5.0.tar.gz