Hello community,

here is the log from the commit of package nginx for openSUSE:Factory checked 
in at 2012-10-25 12:10:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-23 
19:40:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nginx.new/nginx.changes 2012-10-25 
12:10:57.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Oct 24 08:14:06 UTC 2012 - s...@ammler.ch
+
+- reenable passenger (required by webyast, was silently disabled)
+- /var/log/nginx/ should belong to root (rpmlint issue)
+- Recommends: logrotate (rpmlint issue)
+- no need to keep default configs
+- change FSF from postal to url address (rpmlint issue)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nginx.spec ++++++
--- /var/tmp/diff_new_pack.1d4eqj/_old  2012-10-25 12:10:57.000000000 +0200
+++ /var/tmp/diff_new_pack.1d4eqj/_new  2012-10-25 12:10:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package nginx-1.0
+# spec file for package nginx
 #
-# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           nginx
 Version:        1.2.4
 Release:        0
@@ -40,19 +41,18 @@
 %define with_cpp_test   0
 %define with_google_perftools 0
 %if 0%{?suse_version} >= 1110
-%define with_passenger 0
+# passenger is required by webyast
+%define with_passenger 1
 %define with_libatomic 1
 %endif
 #
-Group:          Productivity/Networking/Web/Proxy
-License:        BSD-2-Clause
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?with_cpp_test}
 BuildRequires:  gcc-c++
 %endif
-BuildRequires:  gd-devel
 BuildRequires:  GeoIP-devel
+BuildRequires:  gd-devel
 %if 0%{?with_google_perftools}
 BuildRequires:  google-perftools-devel
 %endif
@@ -76,10 +76,10 @@
 %{?systemd_requires}
 %define has_systemd 1
 %endif
+Recommends:     logrotate
 PreReq:         %fillup_prereq
 PreReq:         %insserv_prereq
 PreReq:         pwdutils
-Provides:       nginx = %{version}
 #
 Conflicts:      nginx-0.5 nginx-0.6 nginx-0.7 nginx-0.8 nginx-0.9 nginx-1.0 
nginx-1.2 nginx-1.3 nginx-dev
 %requires_eq    perl
@@ -100,6 +100,9 @@
 # PATCH for fixing docs/html path
 Patch5:         nginx-1.0.15_docs.patch
 Summary:        A HTTP server and IMAP/POP3 proxy server
+License:        BSD-2-Clause
+Group:          Productivity/Networking/Web/Proxy
+
 %description
 nginx [engine x] is a HTTP server and IMAP/POP3 proxy server written by Igor 
Sysoev.
 It has been running on many heavily loaded Russian sites for more than two 
years.
@@ -238,18 +241,18 @@
 %config(noreplace) %{ngx_conf_dir}/koi-utf
 %config(noreplace) %{ngx_conf_dir}/koi-win
 %config(noreplace) %{ngx_conf_dir}/fastcgi_params
-%config(noreplace) %{ngx_conf_dir}/fastcgi_params.default
+%config %{ngx_conf_dir}/fastcgi_params.default
 %config(noreplace) %{ngx_conf_dir}/mime.types
-%config(noreplace) %{ngx_conf_dir}/mime.types.default
+%config %{ngx_conf_dir}/mime.types.default
 %config(noreplace) %{ngx_conf_dir}/nginx.conf
-%config(noreplace) %{ngx_conf_dir}/nginx.conf.default
+%config %{ngx_conf_dir}/nginx.conf.default
 %config(noreplace) %{ngx_conf_dir}/fastcgi.conf
-%config(noreplace) %{ngx_conf_dir}/fastcgi.conf.default
+%config %{ngx_conf_dir}/fastcgi.conf.default
 %config(noreplace) %{ngx_conf_dir}/win-utf
 %config(noreplace) %{ngx_conf_dir}/scgi_params
-%config(noreplace) %{ngx_conf_dir}/scgi_params.default
+%config %{ngx_conf_dir}/scgi_params.default
 %config(noreplace) %{ngx_conf_dir}/uwsgi_params
-%config(noreplace) %{ngx_conf_dir}/uwsgi_params.default
+%config %{ngx_conf_dir}/uwsgi_params.default
 %{perl_vendorarch}/auto/nginx/
 %{perl_vendorarch}/nginx.pm
 %{ngx_sbindir}
@@ -261,7 +264,7 @@
 %{_sysconfdir}/init.d/%{pkg_name}
 %{_sbindir}/rc%{pkg_name}
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{pkg_name}
-%dir %attr(750,%{ngx_user_group},%{ngx_user_group}) /var/log/nginx/
+%dir %attr(750,root,root) /var/log/nginx/
 %dir %attr(750,%{ngx_user_group},%{ngx_user_group}) %{ngx_home}/
 %dir %attr(750,%{ngx_user_group},%{ngx_user_group}) %{ngx_tmp_http}
 %dir %attr(750,%{ngx_user_group},%{ngx_user_group}) %{ngx_tmp_proxy}

++++++ nginx.init ++++++
--- /var/tmp/diff_new_pack.1d4eqj/_old  2012-10-25 12:10:58.000000000 +0200
+++ /var/tmp/diff_new_pack.1d4eqj/_new  2012-10-25 12:10:58.000000000 +0200
@@ -13,9 +13,7 @@
 #     Lesser General Public License for more details.
 #      
 #     You should have received a copy of the GNU Lesser General Public
-#     License along with this library; if not, write to the Free Software
-#     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
-#     USA.
+#     License along with this library; if not, see 
<http://www.gnu.org/licenses/>.
 #
 # /etc/init.d/nginx
 #   and its symbolic link

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to