Hello community, here is the log from the commit of package nginx for openSUSE:Factory checked in at 2013-01-10 15:46:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nginx (Old) and /work/SRC/openSUSE:Factory/.nginx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nginx", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/nginx/nginx.changes 2012-12-28 22:46:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.nginx.new/nginx.changes 2013-01-10 15:46:45.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Jan 7 20:24:52 UTC 2013 - [email protected] + +- Parallel building with %_smp_mflags; remove redundant %clean section + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nginx.spec ++++++ --- /var/tmp/diff_new_pack.eS7UWh/_old 2013-01-10 15:46:46.000000000 +0100 +++ /var/tmp/diff_new_pack.eS7UWh/_new 2013-01-10 15:46:46.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package nginx # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -185,10 +185,10 @@ %else --with-cc-opt="%{optflags}" %endif -%{__make} +make %{?_smp_mflags} %install -%makeinstall +make install DESTDIR="%buildroot" %perl_process_packlist # %{__install} -d -m 0750 %{buildroot}%{ngx_home}/{,tmp,proxy,fastcgi,scgi,uwsgi} @@ -226,9 +226,6 @@ %service_del_postun nginx.service %endif -%clean -%{__rm} -rf %{buildroot} - %pre /usr/sbin/groupadd -r %{ngx_user_group} &>/dev/null ||: /usr/sbin/useradd -g %{ngx_user_group} -s /bin/false -r -c "user for %{ngx_user_group}" -d %{ngx_home} %{ngx_user_group} &>/dev/null ||: -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
