Hello community,

here is the log from the commit of package fam for openSUSE:Factory checked in 
at 2012-07-23 09:59:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fam (Old)
 and      /work/SRC/openSUSE:Factory/.fam.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fam", Maintainer is "adr...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fam/fam.changes  2011-10-03 09:17:39.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.fam.new/fam.changes     2012-07-23 
10:15:32.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 17:10:17 UTC 2012 - opens...@cboltz.de
+
+- better error message if no portmapper is running (bnc#719686)
+
+-------------------------------------------------------------------

New:
----
  fam-better-error-message-no-portmapper.diff

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

Other differences:
------------------
++++++ fam.spec ++++++
--- /var/tmp/diff_new_pack.rR0tuH/_old  2012-07-23 10:15:34.000000000 +0200
+++ /var/tmp/diff_new_pack.rR0tuH/_new  2012-07-23 10:15:34.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fam
 #
-# 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
@@ -16,10 +16,7 @@
 #
 
 
-
 Name:           fam
-License:        LGPL-2.1+
-Group:          System/Daemons
 %define lname  libfam0
 BuildRequires:  gcc-c++
 BuildRequires:  help2man
@@ -32,9 +29,11 @@
 Obsoletes:      fam-64bit
 %endif
 Version:        2.7.0
-Release:        150
+Release:        0
 #
 Summary:        File Alteration Monitoring Daemon
+License:        LGPL-2.1+
+Group:          System/Daemons
 Url:            http://oss.sgi.com/projects/fam/
 %define fc_version 0.6.5
 Source0:        
ftp://oss.sgi.com/projects/fam/download/stable/fam-%{version}.tar.gz
@@ -53,6 +52,7 @@
 Patch11:        fam-gcc43.patch
 Patch12:        bug-401247_fam_09_fix_leak.patch
 Patch13:        fam-gcc44.diff
+Patch14:        fam-better-error-message-no-portmapper.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,6 +65,7 @@
 
 %package -n %lname
 Summary:        File Alteration Monitoring Library
+License:        LGPL-2.1+
 Group:          System/Libraries
 
 %description -n %lname
@@ -80,6 +81,7 @@
 
 %package devel
 Summary:        Include Files and Libraries Mandatory for Development
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Requires:       %lname = %{version}
 Requires:       glibc-devel
@@ -94,8 +96,8 @@
 which use the fam service.
 
 %package server
-License:        GPL-2.0+
 Summary:        File Alternation Monitoring Daemon
+License:        GPL-2.0+
 Group:          System/Daemons
 PreReq:         %fillup_prereq
 PreReq:         %insserv_prereq
@@ -121,6 +123,7 @@
 %patch11
 %patch12 -p1
 %patch13 -p1
+%patch14 -p0
 cd ../fileschanged-%fc_version
 %patch5
 

++++++ fam-better-error-message-no-portmapper.diff ++++++
--- src/Listener.c++    2003-01-20 01:37:29.000000000 +0100
+++ src/Listener.c++    2012-07-17 22:58:39.166066093 +0200
@@ -105,7 +105,7 @@
        (void) pmap_unset(program, version);
        if (!pmap_set(program, version, IPPROTO_TCP, ntohs(addr.sin_port)))
        {
-           Log::error("can't register with portmapper.");
+           Log::error("can't register with portmapper. Please start a 
portmapper (for example rpcbind), then try again to start famd.");
            exit(1);
        }
        set_rendezvous_fd(sock);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to