Hello community,

here is the log from the commit of package libnscd for openSUSE:Factory checked 
in at 2017-09-20 17:05:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnscd (Old)
 and      /work/SRC/openSUSE:Factory/.libnscd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnscd"

Wed Sep 20 17:05:56 2017 rev:26 rq:525992 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnscd/libnscd.changes  2017-08-06 
11:23:26.407443957 +0200
+++ /work/SRC/openSUSE:Factory/.libnscd.new/libnscd.changes     2017-09-20 
17:05:57.630401882 +0200
@@ -1,0 +2,6 @@
+Tue Sep 12 18:00:10 UTC 2017 - [email protected]
+
+- Drop ineffective --with-pic. Replace old RPM macros by new
+  constructs. The package summary was updated.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libnscd.spec ++++++
--- /var/tmp/diff_new_pack.2u68oE/_old  2017-09-20 17:05:58.290308987 +0200
+++ /var/tmp/diff_new_pack.2u68oE/_new  2017-09-20 17:05:58.294308423 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnscd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,9 +40,9 @@
 
 %package -n %lname
 Summary:        Library to Allow Applications to Communicate with nscd
+# O/P added for 13.1
 License:        LGPL-2.1
 Group:          System/Libraries
-# O/P added for 13.1
 Obsoletes:      libnscd < %version-%release
 Provides:       libnscd = %version-%release
 
@@ -52,7 +52,7 @@
 cache for special services, if they have the necessary permissions.
 
 %package devel
-Summary:        Include Files and Libraries for Development
+Summary:        Development files for libnscd
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Requires:       %lname = %version
@@ -73,15 +73,14 @@
 %patch -p1
 
 %build
-%configure --disable-static --with-pic
-%{__make} %{?_smp_mflags}
+%configure --disable-static
+make %{?_smp_mflags}
 
 %check
 make check
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-%{__mkdir_p} %{buildroot}%{_libdir}
+%make_install
 rm -fv %{buildroot}%{_libdir}/*.la
 
 %post   -n %lname -p /sbin/ldconfig


Reply via email to