Hello community,

here is the log from the commit of package libHBAAPI2 for openSUSE:Factory 
checked in at 2013-12-06 14:22:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libHBAAPI2 (Old)
 and      /work/SRC/openSUSE:Factory/.libHBAAPI2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libHBAAPI2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libHBAAPI2/libHBAAPI2.changes    2012-06-05 
15:32:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libHBAAPI2.new/libHBAAPI2.changes       
2013-12-06 14:41:16.000000000 +0100
@@ -1,0 +2,15 @@
+Fri Dec  6 10:09:52 CET 2013 - h...@suse.de
+
+- Update to v2.2.9
+  * Automake fixes
+  * Remove WIN32 defines
+  * Build fixes
+  * Move to open-fcoe.org
+  * Prevent duplicate hba.con entries from loading
+- Added patch libHBAAPI-Add-ldl-during-link.patch:
+  Add '-ldl' to avoid build failures of dependent packages
+- Removed patch libHBAAPI-makefile-fixup, obsolete
+- Removed patch libHBAAPI-build-fixes, obsolete
+- Removed patch hbaapi-automake.diff, obsolete
+
+-------------------------------------------------------------------

Old:
----
  hbaapi-automake.diff
  libHBAAPI-build-fixes
  libHBAAPI-makefile-fixup
  libHBAAPI-v2.2.1.tar.bz2

New:
----
  libHBAAPI-Add-ldl-during-link.patch
  libHBAAPI-v2.2.9.tar.bz2

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

Other differences:
------------------
++++++ libHBAAPI2.spec ++++++
--- /var/tmp/diff_new_pack.8734Vk/_old  2013-12-06 14:41:17.000000000 +0100
+++ /var/tmp/diff_new_pack.8734Vk/_new  2013-12-06 14:41:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libHBAAPI2
 #
-# 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
@@ -17,17 +17,15 @@
 
 
 Name:           libHBAAPI2
-Version:        2.2.1
+Version:        2.2.9
 Release:        0
 Summary:        SNIA HBAAPI library
 License:        SUSE-SNIA-1.1
 Group:          System/Libraries
-Url:            http://www.sourceforge.net/projects/hbaapi
+Url:            http://open-fcoe.org/libHBAAPI
 Source0:        libHBAAPI-v%{version}.tar.bz2
 Source1:        SNIAv1.1.txt
-Patch0:         libHBAAPI-makefile-fixup
-Patch1:         libHBAAPI-build-fixes
-Patch2:         hbaapi-automake.diff
+Patch0:         libHBAAPI-Add-ldl-during-link.patch
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkg-config
@@ -47,7 +45,7 @@
 
 %prep
 %setup -n libHBAAPI-v%{version}
-%patch -P 0 -P 1 -P 2 -p1
+%patch0 -p1
 cp %{S:1} COPYING
 
 %build
@@ -65,7 +63,6 @@
 
 %files
 %defattr(-,root,root,-)
-%doc readme.txt
 %doc COPYING
 %config(noreplace) %{_sysconfdir}/hba.conf
 %{_libdir}/*.so.*

++++++ libHBAAPI-Add-ldl-during-link.patch ++++++
>From 8967c03643f999491651b9e76716d25885e165da Mon Sep 17 00:00:00 2001
From: Hannes Reinecke <h...@suse.de>
Date: Fri, 6 Dec 2013 10:03:57 +0100
Subject: [PATCH] Add '-ldl' during link

Adding '-ld' to avoid link failures of dependent
libraries / applications.

Signed-off-by: Hannes Reinecke <h...@suse.de>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index ffb53b9..ab14cb2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,7 @@ lib_LTLIBRARIES = libHBAAPI.la
 libHBAAPI_la_SOURCES = hbaapi.h vendorhbaapi.h
 nodist_libHBAAPI_la_SOURCES = hbaapilib.c
 libHBAAPI_la_LDFLAGS = -version-info 2:2:0
+libHBAAPI_la_LIBADD = -ldl
 
 nobase_include_HEADERS = hbaapi.h vendorhbaapi.h
 
-- 
1.8.1.4

++++++ libHBAAPI-v2.2.1.tar.bz2 -> libHBAAPI-v2.2.9.tar.bz2 ++++++
++++ 6552 lines of diff (skipped)

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

Reply via email to