diff --git a/.cvsignore b/.cvsignore index 437b39b..6547761 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Zope-2.10.7-final.tgz +Zope-2.10.8-final.tgz diff --git a/import.log b/import.log index f8e0b60..438db52 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ zope-2_10_7-1_fc9:EL-5:zope-2.10.7-1.fc9.src.rpm:1224970306 +zope-2_10_8-1_fc9:EL-5:zope-2.10.8-1.fc9.src.rpm:1243292305 diff --git a/sources b/sources index 6f2074d..cc246a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -add70c8b46ef8ab6f43780344478f3f7 Zope-2.10.7-final.tgz +8bf75f7ecf0cfe8be46bfbea560d62f5 Zope-2.10.8-final.tgz diff --git a/zope-2.10.6-configure.patch b/zope-2.10.8-configure.patch similarity index 52% rename from zope-2.10.6-configure.patch rename to zope-2.10.8-configure.patch index a387496..75f3e22 100644 --- a/zope-2.10.6-configure.patch +++ b/zope-2.10.8-configure.patch @@ -1,12 +1,12 @@ -diff -up Zope-2.10.6-final/configure.orig Zope-2.10.6-final/configure ---- Zope-2.10.6-final/configure.orig 2008-05-11 14:57:34.000000000 -0600 -+++ Zope-2.10.6-final/configure 2008-05-11 14:57:51.000000000 -0600 -@@ -18,7 +18,7 @@ TARGET="2.4.5" +diff -up Zope-2.10.8-final/configure.orig Zope-2.10.8-final/configure +--- Zope-2.10.8-final/configure.orig 2009-05-25 16:43:00.000000000 -0600 ++++ Zope-2.10.8-final/configure 2009-05-25 16:43:07.000000000 -0600 +@@ -18,7 +18,7 @@ TARGET="2.4.6" # sys.version) below in "best" to "worst" order, not including the # target version. Up to six acceptable python versions are allowed. # Do not include the target version number in this list! --ACCEPTABLE="2.4.4" -+ACCEPTABLE="2.4.4 2.4.3" +-ACCEPTABLE="2.4.5 2.4.4" ++ACCEPTABLE="2.4.5 2.4.4 2.4.3" # provide the executable names for all the acceptable versions # (and the target version) below diff --git a/zope.spec b/zope.spec index d081a62..479a407 100644 --- a/zope.spec +++ b/zope.spec @@ -14,7 +14,7 @@ Name: zope Summary: Web application server for flexible content management applications -Version: 2.10.7 +Version: 2.10.8 Release: 1%{?dist} License: ZPL Group: System Environment/Daemons @@ -29,7 +29,7 @@ Source4: zope-README.Fedora Source5: zope.logrotate.in Source6: zope.logrotate.cron.in Patch0: zope-2.10.4-config.patch -Patch1: zope-2.10.6-configure.patch +Patch1: zope-2.10.8-configure.patch BuildRequires: python-devel >= %{python_minver}, python >= %{python_minver} Requires: python >= %{python_minver}, libxml2-python, python-elementtree @@ -60,8 +60,7 @@ rm -rf $RPM_BUILD_ROOT # Configure checks for it ./configure \ --prefix=$RPM_BUILD_ROOT%{zope_home} \ # --with-python=%{_bindir}/python - -# --no-compile +# --no-compile make %{?_smp_mflags} @@ -182,6 +181,9 @@ fi %changelog +* Mon May 25 2009 Jonathan Steffan 2.10.8-1 +- Update to 2.10.8 + * Sat Oct 25 2008 Jonathan Steffan 2.10.7-1 - Update to 2.10.7