Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_wsgi/apache2-mod_wsgi.changes        
2011-12-21 09:59:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new/apache2-mod_wsgi.changes   
2012-12-07 14:06:04.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 16 08:06:08 UTC 2012 - [email protected]
+
+- Require apache2, a module makes little sense without
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache2-mod_wsgi.spec ++++++
--- /var/tmp/diff_new_pack.Wd4vfN/_old  2012-12-07 14:06:05.000000000 +0100
+++ /var/tmp/diff_new_pack.Wd4vfN/_new  2012-12-07 14:06:05.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_wsgi
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,19 +14,22 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:           apache2-mod_wsgi
-%define tarname mod_wsgi
-%define apxs /usr/sbin/apxs2
-%define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
-BuildRequires:  apache2-devel
-BuildRequires:  python-devel
-Url:            http://code.google.com/p/modwsgi/
 Version:        3.3
 Release:        0
 Summary:        Python WSGI adapter module for Apache
 License:        Apache-2.0
 Group:          Productivity/Networking/Web/Servers
+Url:            http://code.google.com/p/modwsgi/
 Source:         http://modwsgi.googlecode.com/files/mod_wsgi-%{version}.tar.gz
+%define tarname mod_wsgi
+%define apxs /usr/sbin/apxs2
+%define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
+BuildRequires:  apache2-devel
+BuildRequires:  python-devel
+Requires:       apache2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,12 +42,12 @@
 %build
 %configure \
     --with-apxs="%{apxs}-prefork" \
-    --with-python="%__python"
+    --with-python="python"
 make %{?_smp_mflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT/%{apache_libexecdir}
-cp -p .libs/mod_wsgi.so $RPM_BUILD_ROOT/%{apache_libexecdir}
+mkdir -p %{buildroot}/%{apache_libexecdir}
+cp -p .libs/mod_wsgi.so %{buildroot}/%{apache_libexecdir}
 
 %files
 %defattr(-,root,root)

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

Reply via email to