From b37b685cb3af311646f0ddbf78d979d244ff4df9 Mon Sep 17 00:00:00 2001 From: Lorenzo Gil Sanchez Date: Thu, 5 May 2016 21:13:50 -0700 Subject: [PATCH] Update to 0.9.0 - Fixed 2 warnings from fedpkg lint --- .gitignore | 1 + python-waitress.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 362dee3..f7ac6a8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /waitress-0.8.10.tar.gz /waitress-0.9.0b0.tar.gz /waitress-0.9.0b1.tar.gz +/waitress-0.9.0.tar.gz diff --git a/python-waitress.spec b/python-waitress.spec index 26af518..80eb53a 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -5,7 +5,7 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: python-waitress -Version: 0.9.0b1 +Version: 0.9.0 Release: 1%{?dist} Summary: Waitress WSGI server @@ -117,6 +117,10 @@ popd %changelog +* Thu May 5 2016 Lorenzo Gil Sanchez - 0.9.0-1 +- Update to 0.9.0 +- Fixed 2 warnings from fedpkg lint + * Sun Apr 10 2016 Kevin Fenzi - 0.9.0b1-1 - Update to 0.9.0b1. Fixes bug #1325661 @@ -139,7 +143,7 @@ popd - Conditionalize the python3 subpackage. * Mon Jul 14 2014 Lorenzo Gil Sanchez - 0.8.9-4 -- Fix comment in %description about versioned directory for docs +- Fix comment in description section about versioned directory for docs - Use __python2 macro instead of __python * Sat Jun 14 2014 Lorenzo Gil Sanchez - 0.8.9-3 @@ -178,7 +182,7 @@ popd - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Nov 28 2012 Lorenzo Gil Sanchez - 0.8.2-3 -- Use %{version} in the Source0 to avoid duplicates +- Use version macro in the Source0 to avoid duplicates * Sat Nov 24 2012 Lorenzo Gil Sanchez - 0.8.2-2 - Point to the local docs directory in the description for the documentation - Remove py3dir before copying the files to it in the prep phase diff --git a/sources b/sources index 6d23067..31b9b14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f8d3d26cba0870b7f315bf3b15ab5a02 waitress-0.9.0b1.tar.gz +88eccb32edec524c4d7fa03dfbed9cb1 waitress-0.9.0.tar.gz