Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Elad Alfassa
1b58940921 Update to the latest upstream release 2014-09-26 22:13:01 +03:00
Elad Alfassa
76d49869fe Update to the latest upstream release 2014-08-31 22:49:02 +03:00
3 changed files with 14 additions and 3 deletions

2
.gitignore vendored
View file

@ -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

View file

@ -1 +1 @@
f57f01c3b1585f6aad27c8f8f8c3c2ec willie-4.2.1.tar.gz
64e94c65d51c10fecc66d13b76068b0c willie-4.5.1.tar.gz

View file

@ -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 <elad@fedoraproject.org> - 4.5.1-1
- Update to the latest upstream release
- Properly remove find_updates module
* Sun Aug 31 2014 Elad Alfassa <elad@fedoraproject.org> - 4.5.0-1
- Update to the latest upstream release
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild