diff --git a/.gitignore b/.gitignore index dcedfb8..396ff3a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ /willie-4.1.0.tar.gz /willie-4.2.0.tar.gz /willie-4.2.1.tar.gz +/willie-4.5.0.tar.gz +/willie-4.5.1.tar.gz diff --git a/sources b/sources index 97b9c04..e764ae5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f57f01c3b1585f6aad27c8f8f8c3c2ec willie-4.2.1.tar.gz +64e94c65d51c10fecc66d13b76068b0c willie-4.5.1.tar.gz diff --git a/willie.spec b/willie.spec index 6414528..3355586 100644 --- a/willie.spec +++ b/willie.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: willie -Version: 4.2.1 -Release: 2%{?dist} +Version: 4.5.1 +Release: 1%{?dist} Summary: Simple, lightweight and easy-to-use IRC Utility bot License: EFL 2.0 @@ -32,6 +32,8 @@ It is designed to be easy to use, run and extend. %setup -q %build +# Remove find_updates - Fedora users get updates using a package manager +rm willie/modules/find_updates.py %{__python} setup.py build dos2unix CREDITS cd docs/ @@ -85,6 +87,13 @@ exit 0 %changelog +* Fri Sep 26 2014 Elad Alfassa - 4.5.1-1 +- Update to the latest upstream release +- Properly remove find_updates module + +* Sun Aug 31 2014 Elad Alfassa - 4.5.0-1 +- Update to the latest upstream release + * Sun Jun 08 2014 Fedora Release Engineering - 4.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild