Hello community,

here is the log from the commit of package apache2-mod_python for 
openSUSE:Factory checked in at 2012-01-04 07:23:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_python (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_python", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_python/apache2-mod_python.changes    
2011-09-23 01:51:53.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache2-mod_python.new/apache2-mod_python.changes   
    2012-01-04 07:23:14.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Dec 20 20:22:30 UTC 2011 - [email protected]
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Sat Sep 17 11:19:56 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache2-mod_python.spec ++++++
--- /var/tmp/diff_new_pack.nIJBLA/_old  2012-01-04 07:23:14.000000000 +0100
+++ /var/tmp/diff_new_pack.nIJBLA/_new  2012-01-04 07:23:14.000000000 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 %if 0%{?sles_version} == 9
 %define __python /usr/bin/python2.5
 %define py_ver    %(%__python -c "import sys; v=sys.version_info[:2]; print 
'%%d.%%d'%%v" 2>/dev/null || echo PYTHON-NOT-FOUND)
@@ -26,15 +24,22 @@
 %endif
 
 Name:           apache2-mod_python
-BuildRequires:  apache2-devel pcre-devel
+BuildRequires:  apache2-devel
+BuildRequires:  pcre-devel
 %if 0%{?sles_version} == 9
-BuildRequires:  python25 python25-devel
+BuildRequires:  python25
+BuildRequires:  python25-devel
 PreReq:         python25
 %else
 BuildRequires:  python-devel
 %{py_requires}
 %endif
-BuildRequires:  bison flex gcc glibc-devel make
+BuildRequires:  autoconf
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  gcc
+BuildRequires:  glibc-devel
+BuildRequires:  make
 %define modname mod_python
 %define apxs /usr/sbin/apxs2
 %define apache apache2
@@ -45,13 +50,12 @@
 %define apache_localstatedir %(%{apxs} -q LOCALSTATEDIR)
 %define apache_mmn        %(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN && 
$MMN)
 Version:        3.3.1
-Release:        164
+Release:        0
 Summary:        A Python Module for the Apache 2 Web Server
 License:        X11/MIT, Other License(s), see package
 Group:          Productivity/Networking/Web/Servers
 Requires:       apache2 %{apache_mmn}
 Conflicts:      mod_python
-AutoReqProv:    on
 Url:            http://www.modpython.org/
 Source:         %{modname}-%{version}.tar.bz2
 Patch1:         mod_python-3.3.1-bucket-brigade.patch
@@ -89,12 +93,6 @@
 /etc/sysconfig/apache2. The configuration is described in
 /usr/share/doc/packages/apache2-mod_python/doc-html/index.html.
 
-
-
-Authors:
---------
-    Gregory Trubetskoy <[email protected]>
-
 %prep
 %setup -n %{modname}-%{version}
 %patch1 -p1
@@ -128,7 +126,7 @@
        --libdir="%{_libdir}" \
        --with-python="%__python"
 
-%__make OPT="$(%{apxs} -q CFLAGS)" %{?jobs:-j%{jobs}}
+make OPT="$(%{apxs} -q CFLAGS)" %{?_smp_mflags}
 
 %install
 %__install -d "$RPM_BUILD_ROOT/%{apache_libexecdir}"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to