From 76d49869fe3da5a08e1c2ee762918aab517db1bf Mon Sep 17 00:00:00 2001 From: Elad Alfassa Date: Sun, 31 Aug 2014 22:38:54 +0300 Subject: [PATCH 1/2] Update to the latest upstream release --- .gitignore | 1 + sources | 2 +- willie.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dcedfb8..f10d437 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /willie-4.1.0.tar.gz /willie-4.2.0.tar.gz /willie-4.2.1.tar.gz +/willie-4.5.0.tar.gz diff --git a/sources b/sources index 97b9c04..0658fb6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f57f01c3b1585f6aad27c8f8f8c3c2ec willie-4.2.1.tar.gz +b74bc3cd2f813d5c1743bd41516c4cf3 willie-4.5.0.tar.gz diff --git a/willie.spec b/willie.spec index 6414528..5e67a30 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.0 +Release: 1%{?dist} Summary: Simple, lightweight and easy-to-use IRC Utility bot License: EFL 2.0 @@ -34,6 +34,7 @@ It is designed to be easy to use, run and extend. %build %{__python} setup.py build dos2unix CREDITS +rm willie/modules/find_updates.py cd docs/ make singlehtml mv build/singlehtml build/api-docs @@ -85,6 +86,9 @@ exit 0 %changelog +* 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 From 1b58940921584fe9b9b87d896b40a2fa291921ac Mon Sep 17 00:00:00 2001 From: Elad Alfassa Date: Fri, 26 Sep 2014 22:13:01 +0300 Subject: [PATCH 2/2] Update to the latest upstream release --- .gitignore | 1 + sources | 2 +- willie.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f10d437..396ff3a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /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 0658fb6..e764ae5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b74bc3cd2f813d5c1743bd41516c4cf3 willie-4.5.0.tar.gz +64e94c65d51c10fecc66d13b76068b0c willie-4.5.1.tar.gz diff --git a/willie.spec b/willie.spec index 5e67a30..3355586 100644 --- a/willie.spec +++ b/willie.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: willie -Version: 4.5.0 +Version: 4.5.1 Release: 1%{?dist} Summary: Simple, lightweight and easy-to-use IRC Utility bot @@ -32,9 +32,10 @@ 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 -rm willie/modules/find_updates.py cd docs/ make singlehtml mv build/singlehtml build/api-docs @@ -86,6 +87,10 @@ 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