[bodhi/f14/master] Reenable the TurboGears bits

Orcan Ogetbil oget at fedoraproject.org
Wed Aug 4 04:56:27 UTC 2010


commit 57942d2152edaf45abdcba96105a87edf542f5c9
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Wed Aug 4 00:56:19 2010 -0400

    Reenable the TurboGears bits

 bodhi-temp-client-only.patch |   72 ------------------------------------------
 bodhi.spec                   |   19 ++++++-----
 sources                      |    2 +-
 3 files changed, 12 insertions(+), 81 deletions(-)
---
diff --git a/bodhi.spec b/bodhi.spec
index a9bab6b..0c2260a 100644
--- a/bodhi.spec
+++ b/bodhi.spec
@@ -2,14 +2,13 @@
 %{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           bodhi
-Version:        0.7.5
-Release:        4%{?dist}
+Version:        0.7.7
+Release:        2%{?dist}
 Summary:        A modular framework that facilitates publishing software updates
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            https://fedorahosted.org/bodhi
 Source0:        bodhi-%{version}.tar.bz2
-Patch0: bodhi-temp-client-only.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -17,10 +16,8 @@ BuildArch:      noarch
 BuildRequires: python-setuptools 
 BuildRequires: python-setuptools-devel
 BuildRequires: python-devel
-
-# Disable the following until they are built for python-2.7
-#BuildRequires: TurboGears
-#BuildRequires: python-TurboMail
+BuildRequires: TurboGears
+BuildRequires: python-TurboMail
 BuildRequires: python-bugzilla
 BuildRequires: python-fedora
 BuildRequires: yum koji
@@ -72,7 +69,7 @@ updates for a software distribution.
 
 %prep
 %setup -q
-%patch0 -p1 -b .temporary
+
 rm -rf bodhi/tests bodhi/tools/test-bodhi.py
 
 %build
@@ -122,6 +119,12 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py
 
 
 %changelog
+* Wed Aug 04 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.7.7-2
+- Reenable the TurboGears bits
+
+* Tue Aug 03 2010 Luke Macken <lmacken at redhat.com> - 0.7.7-1
+- 0.7.7 release
+
 * Sat Jul 31 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7.5-4
 - A little strange, the tarball changed on us....
 
diff --git a/sources b/sources
index b1f9ff5..b0933ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6e107e5ecb81fa4be46edfc6e7d0407  bodhi-0.7.5.tar.bz2
+5859c49f187634fa4217b9244321db96  bodhi-0.7.7.tar.bz2


More information about the scm-commits mailing list