Update to 2.10.8, will likely not do a build as still need to test py2.4.3
still works.
This commit is contained in:
parent
98b8a2a02c
commit
12ed48d36f
5 changed files with 15 additions and 12 deletions
|
|
@ -1 +1 @@
|
|||
Zope-2.10.7-final.tgz
|
||||
Zope-2.10.8-final.tgz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
add70c8b46ef8ab6f43780344478f3f7 Zope-2.10.7-final.tgz
|
||||
8bf75f7ecf0cfe8be46bfbea560d62f5 Zope-2.10.8-final.tgz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
10
zope.spec
10
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 <jon a fedoraunity.org> 2.10.8-1
|
||||
- Update to 2.10.8
|
||||
|
||||
* Sat Oct 25 2008 Jonathan Steffan <jon a fedoraunity.org> 2.10.7-1
|
||||
- Update to 2.10.7
|
||||
|
||||
|
|
|
|||
Reference in a new issue