Hello community,

here is the log from the commit of package librdmacm for openSUSE:Factory 
checked in at 2016-08-22 09:59:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librdmacm (Old)
 and      /work/SRC/openSUSE:Factory/.librdmacm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librdmacm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/librdmacm/librdmacm.changes      2016-07-28 
23:44:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.librdmacm.new/librdmacm.changes 2016-08-22 
09:59:53.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Aug 12 22:59:56 UTC 2016 - [email protected]
+
+- Add pkg-config build dependency
+
+-------------------------------------------------------------------
+Wed Aug  3 07:40:58 UTC 2016 - [email protected]
+
+- add librdmacm.pc.in for librdmacm-devel(bsc#991846)
+  librdmacm-need_pc_file.patch
+
+-------------------------------------------------------------------

New:
----
  librdmacm-need_pc_file.patch

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

Other differences:
------------------
++++++ librdmacm.spec ++++++
--- /var/tmp/diff_new_pack.gyAhk8/_old  2016-08-22 09:59:54.000000000 +0200
+++ /var/tmp/diff_new_pack.gyAhk8/_new  2016-08-22 09:59:54.000000000 +0200
@@ -27,10 +27,12 @@
 Source0:        
https://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
 Source99:       baselibs.conf
 Patch0:         librdmacm-need_pthread.patch
+Patch1:         librdmacm-need_pc_file.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libibverbs-devel
 BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -76,6 +78,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 # These files are empty and configure tells automake these are
 # foreign sources.
 rm -f ChangeLog NEWS INSTALL
@@ -116,5 +119,6 @@
 %dir %{_libdir}/rsocket
 %{_libdir}/rsocket/librspreload.so
 %{_mandir}/man3/*
+%{_libdir}/pkgconfig/*.pc
 
 %changelog

++++++ librdmacm-need_pc_file.patch ++++++
diff -uN configure.ac.orig configure.ac
--- configure.ac.orig   2014-08-19 04:31:49.000000000 +0800
+++ configure.ac        2016-08-03 14:44:37.951944694 +0800
@@ -104,5 +104,5 @@
    AC_SUBST(rdmadir, rdma)
 fi
 
-AC_CONFIG_FILES([Makefile librdmacm.spec])
+AC_CONFIG_FILES([Makefile librdmacm.pc librdmacm.spec])
 AC_OUTPUT
diff -uN librdmacm-1.0.19.1.orig/librdmacm.pc.in 
librdmacm-1.0.19.1/librdmacm.pc.in
--- librdmacm.pc.in.orig        1970-01-01 08:00:00.000000000 +0800
+++ librdmacm.pc.in     2016-08-03 14:33:57.111925684 +0800
@@ -0,0 +1,12 @@
+prefix=@prefix@
+libdir=@libdir@
+includedir=@includedir@/@PACKAGE_TARNAME@
+sharedlibdir=@libdir@
+
+Name:         @PACKAGE_NAME@
+Description: rdmacm compression library
+Version: @PACKAGE_VERSION@ 
+
+Requires:
+Libs: -L${libdir} -L${sharedlibdir} -lz
+Cflags: -I${includedir}
diff -uN Makefile.am.orig Makefile.am
--- Makefile.am.orig    2014-08-19 04:31:49.000000000 +0800
+++ Makefile.am 2016-08-03 15:23:22.000013638 +0800
@@ -131,8 +131,20 @@
        man/rdma_cm.7 \
        man/rsocket.7
 
-EXTRA_DIST = src/cma.h src/indexer.h src/librdmacm.map \
+EXTRA_DIST = librdmacm.pc.in src/cma.h src/indexer.h src/librdmacm.map \
        examples/common.h librdmacm.spec.in $(man_MANS)
 
+target_PACKAGE = librdmacm.pc
+
+install-exec-local: $(target_PACKAGE)
+       $(INSTALL) -d $(DESTDIR)/$(libdir)/pkgconfig
+       $(INSTALL) -m 644 $(target_LIBS) $(target_PACKAGE) 
$(DESTDIR)/$(libdir)/pkgconfig
+
+uninstall-local:
+       cd $(DESTDIR)/$(libdir)/pkgconfig && rm -f $(target_PACKAGE)
+       rmdir $(DESTDIR)/$(libdir)/pkgconfig 2> /dev/null || :
+
+clean-local:
+       rm -f *.pc
 dist-hook: librdmacm.spec
        cp librdmacm.spec $(distdir)

Reply via email to