diff --git a/.cvsignore b/.cvsignore index e86d015..35d2d6d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bodhi-0.5.2.tar.bz2 +bodhi-0.5.13.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index 6abd72e..fbf2632 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -2,7 +2,7 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: bodhi -Version: 0.5.3 +Version: 0.5.13 Release: 1%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet @@ -33,7 +33,8 @@ A modular piece of the Fedora Infrastructure stack %package client Summary: Bodhi Client Group: Applications/Internet -Requires: python-simplejson python-fedora koji yum +Requires: python-simplejson koji yum +Requires: python-fedora >= 0.3.5 %description client Client tools for interacting with bodhi @@ -106,11 +107,52 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %files client +%defattr(-,root,root,-) %{_bindir}/bodhi %{_mandir}/man1/bodhi.1.gz %changelog +* Wed Dec 10 2008 Luke Macken - 0.5.13-1 +- Latest upstream release to fix various metrics/rss issues + +* Mon Nov 24 2008 Luke Macken - 0.5.12-1 +- Latest upstream release, to fix the 10k bug + +* Fri Nov 21 2008 Luke Macken - 0.5.11-1 +- Various F10 release tweaks + +* Fri Oct 24 2008 Luke Macken - 0.5.10-3 +- Latest upstream release + +* Wed Oct 15 2008 Luke Macken - 0.5.9-2 +- Fix a trivial module import issue + +* Tue Oct 14 2008 Luke Macken - 0.5.9-1 +- Fix a variety of bugs, including a race-condition when editing. + +* Thu Oct 13 2008 Steve 'Ashcrow' Milner - 0.5.8-2 +- Added default attributes to client files. + +* Sun Oct 12 2008 Luke Macken - 0.5.8-1 +- Minor release to fix some new update creation bugs + +* Thu Oct 09 2008 Luke Macken - 0.5.7-1 +- Latest release, containing some API improvements + +* Tue Oct 07 2008 Luke Macken - 0.5.6-1 +- Latest upstream release. + +* Mon Oct 06 2008 Luke Macken - 0.5.5-1 +- Latest upstream release. + +* Sat Oct 04 2008 Luke Macken - 0.5.4-2 +- Make our masher extension point less obtrusive. + +* Tue Sep 16 2008 Luke Macken - 0.5.4-1 +- Latest upstream release, containing various bugfixes +- Make our python-fedora requirement explicit (#461518) + * Wed Sep 10 2008 Luke Macken - 0.5.3-1 - Latest upstream release diff --git a/sources b/sources index 49a2789..8f92d96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -610f428a6bf3c792c2213648d1456a28 bodhi-0.5.3.tar.bz2 +2a42dedefcdc1c900878cce64ce59824 bodhi-0.5.13.tar.bz2