Hello community,

here is the log from the commit of package imap for openSUSE:Factory checked in 
at 2014-01-15 19:35:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/imap (Old)
 and      /work/SRC/openSUSE:Factory/.imap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "imap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/imap/imap.changes        2011-09-23 
02:03:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.imap.new/imap.changes   2014-01-15 
19:35:39.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Dec  6 13:35:31 CET 2013 - m...@suse.de
+
+- link libc-client with -lpam (as we link other packages with
+  with --as-needed)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ imap.spec ++++++
--- /var/tmp/diff_new_pack.gKRYQo/_old  2014-01-15 19:35:40.000000000 +0100
+++ /var/tmp/diff_new_pack.gKRYQo/_new  2014-01-15 19:35:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package imap (Version 2007e_suse)
+# spec file for package imap
 #
-# Copyright (c) 2010 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
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           imap
 Summary:        IMAP4, POP2, and POP3 Mail Server
-Version:        2007e_suse
-Release:        1
 License:        Apache-2.0
 Group:          Productivity/Networking/Email/Servers
+Version:        2007e_suse
+Release:        0
 Url:            http://www.washington.edu/imap/
 Source0:        %{name}-2007e.tar.bz2
 Source1:        README.SuSE
@@ -47,11 +45,13 @@
 Patch6:         %{name}-2007e.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         bash /bin/echo /bin/mv
-BuildRequires:  openssl-devel pam-devel
+BuildRequires:  openssl-devel
+BuildRequires:  pam-devel
 %if 0%{?suse_version} >= 1100
 BuildRequires:  fdupes
 %endif
-Requires:       pam inet-daemon
+Requires:       inet-daemon
+Requires:       pam
 
 %description
 This package contains IMAP4, POP2, and POP3 mail servers.
@@ -110,7 +110,7 @@
 export CFLAGS="$RPM_OPT_FLAGS -DDISABLE_POP_PROXY=1 -fPIC -fno-strict-aliasing 
-fstack-protector"
 make lnp MYCFLAGS="$CFLAGS" SSLTYPE=nopwd IP=6
 make lnp c-client
-gcc -shared -Wl,-soname,libc-client.so.%{version} -o libc-client.so.%{version} 
c-client/*.o
+gcc -shared -Wl,-soname,libc-client.so.%{version} -o libc-client.so.%{version} 
c-client/*.o -lpam
 
 %install
 mkdir -p $RPM_BUILD_ROOT/usr/{sbin,share/man/man8,share/doc/packages/imap}

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

Reply via email to