Hello community,

here is the log from the commit of package alpine for openSUSE:Factory
checked in at Mon Sep 5 16:16:54 CEST 2011.



--------
--- alpine/alpine.changes       2009-11-03 20:15:34.000000000 +0100
+++ /mounts/work_src_done/STABLE/alpine/alpine.changes  2011-09-03 
20:53:36.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Sep  3 18:53:17 UTC 2011 - [email protected]
+
+- Fix build with no-add-needed 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  alpine-no-add-needed.patch

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

Other differences:
------------------
++++++ alpine.spec ++++++
--- /var/tmp/diff_new_pack.8vF8kY/_old  2011-09-05 16:15:09.000000000 +0200
+++ /var/tmp/diff_new_pack.8vF8kY/_new  2011-09-05 16:15:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package alpine (Version 2.00)
+# spec file for package alpine
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -50,7 +50,7 @@
 %endif
 #
 Version:        2.00
-Release:        7
+Release:        61
 License:        Apache Software License ..
 Group:          Productivity/Networking/Email/Clients
 AutoReqProv:    on
@@ -86,6 +86,7 @@
 Patch610:       chappa-filterflagbug.patch.gz
 Patch611:       chappa-nlinfobug.patch.gz
 Patch612:       chappa-unverified.patch.gz
+Patch613:       alpine-no-add-needed.patch
 
 %description
 Though originally designed for inexperienced email users, Alpine
@@ -164,6 +165,7 @@
 %patch610 -p1
 %patch611 -p1
 %patch612 -p1
+%patch613
 #
 # SuSE patches - warning fixes, etc:
 #
@@ -180,8 +182,6 @@
 %endif # End of "if !{build_vanilla}"
 
 %build
-# Needed because of alpine-2.00-as_needed.patch
-autoreconf -fi
 # Workaround for older distros which slashed the gnu:
 %if %{suse_version} <= 1010
 %define _host_os %{_os}%{?_gnu}
@@ -233,7 +233,7 @@
 #export EXTRALDFLAGS="-lmudflapir"
 LDFLAGS="$LDFLAGS $EXTRALDFLAGS"
 %endif
-:
+autoreconf -fiv
 %configure \
 %if %{use_mudflap}
        %( : 'mudflap(th) does not work with with threads:' )\

++++++ alpine-no-add-needed.patch ++++++
--- alpine/Makefile.am.orig
+++ alpine/Makefile.am
@@ -35,7 +35,7 @@ BUILT_SOURCES = date.c
 LDADD = ../pico/libpico.a ../pico/osdep/libpicoosd.a \
        ../pith/libpith.a ../pith/osdep/libpithosd.a  \
        ../pith/charconv/libpithcc.a \
-       osdep/libpineosd.a ../c-client/c-client.a
+       osdep/libpineosd.a ../c-client/c-client.a -lkrb5 -lcrypto
 
 AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include 
-DLOCALEDIR=\"$(localedir)\"
 
--- configure.ac.orig
+++ configure.ac
@@ -37,8 +37,9 @@ WEB_BUILD=web/src/alpined.d
 
 dnl CHECK PROGRAMS
 
-AC_PROG_CC
 AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AC_PROG_INSTALL
 AC_PROG_MAKE_SET
 AC_PROG_LN_S


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



Remember to have fun...

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

Reply via email to