Hello community,

here is the log from the commit of package apache2-mod_wsgi for 
openSUSE:Factory checked in at 2011-12-21 09:59:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-23 01:51:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new/apache2-mod_wsgi.changes   
2011-12-21 09:59:09.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Sep 17 11:21:55 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache2-mod_wsgi.spec ++++++
--- /var/tmp/diff_new_pack.damfhT/_old  2011-12-21 09:59:10.000000000 +0100
+++ /var/tmp/diff_new_pack.damfhT/_new  2011-12-21 09:59:10.000000000 +0100
@@ -14,21 +14,18 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
-
-
 Name:           apache2-mod_wsgi
 %define tarname mod_wsgi
 %define apxs /usr/sbin/apxs2
 %define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
-BuildRequires:  apache2-devel python-devel
+BuildRequires:  apache2-devel
+BuildRequires:  python-devel
 Url:            http://code.google.com/p/modwsgi/
-License:        Apache License 2.0
-Group:          Productivity/Networking/Web/Servers
 Version:        3.3
-Release:        1
+Release:        0
 Summary:        Python WSGI adapter module for Apache
+License:        Apache-2.0
+Group:          Productivity/Networking/Web/Servers
 Source:         http://modwsgi.googlecode.com/files/mod_wsgi-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -36,13 +33,6 @@
 The aim of mod_wsgi is to implement a simple to use Apache module which can
 host any Python application which supports the Python WSGI interface. 
 
-
-
-
-Authors:
---------
-    Graham Dumpleton 
-
 %prep
 %setup -n %{tarname}-%{version}
 
@@ -50,18 +40,16 @@
 %configure \
     --with-apxs="%{apxs}-prefork" \
     --with-python="%__python"
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
 mkdir -p $RPM_BUILD_ROOT/%{apache_libexecdir}
 cp -p .libs/mod_wsgi.so $RPM_BUILD_ROOT/%{apache_libexecdir}
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
 %files
 %defattr(-,root,root)
 %doc LICENCE README
 %dir %{apache_libexecdir}
 %{apache_libexecdir}/mod_wsgi.so
+
 %changelog

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

Reply via email to