diff --git a/python-praw.spec b/python-praw.spec index 0ef60a5..b710ea5 100644 --- a/python-praw.spec +++ b/python-praw.spec @@ -6,15 +6,15 @@ Name: python-%{pypi_name} Version: 3.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A python package that allows for simple access to reddit's API License: GPLv3+ URL: https://praw.readthedocs.org Source0: https://github.com/praw-dev/praw/archive/v%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz +# Disable the update feature Patch0: praw-%{version}-remove_update_check.patch - -# New patch to remove overly strict dependencies from setup.py. +# Remove overly strict dependencies from setup.py. Patch1: praw-%{version}-clean-dependency-versions.patch BuildArch: noarch @@ -119,8 +119,11 @@ ln -sf %{_bindir}/praw-multiprocess-3 %{buildroot}/%{_bindir}/praw-multiprocess- %endif %changelog +* Fri Feb 22 2018 Fabian Affolter - 3.6.2-2 +- Update comments + * Tue Feb 12 2019 Ben Rosser - 3.6.2-1 -- Update to latest upstream release (rhbz#1661208, rhbz#1624628). +- Update to latest upstream release (rhbz#1661208, rhbz#1624628) * Sat Feb 02 2019 Fedora Release Engineering - 3.6.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild