Hello community, here is the log from the commit of package libnsl for openSUSE:Factory checked in at 2017-09-14 21:10:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnsl (Old) and /work/SRC/openSUSE:Factory/.libnsl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnsl" Thu Sep 14 21:10:30 2017 rev:3 rq:523644 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libnsl/libnsl.changes 2017-08-24 17:40:46.530641365 +0200 +++ /work/SRC/openSUSE:Factory/.libnsl.new/libnsl.changes 2017-09-14 21:10:37.417356939 +0200 @@ -1,0 +2,15 @@ +Tue Sep 12 12:43:01 CEST 2017 - [email protected] + +- Install yppasswd.h again + +------------------------------------------------------------------- +Tue Sep 5 12:54:29 CEST 2017 - [email protected] + +- Disable static library + +------------------------------------------------------------------- +Wed Aug 30 13:35:01 CEST 2017 - [email protected] + +- Don't install into nsl subdirectories + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnsl.spec ++++++ --- /var/tmp/diff_new_pack.WSSO6t/_old 2017-09-14 21:10:38.157252790 +0200 +++ /var/tmp/diff_new_pack.WSSO6t/_new 2017-09-14 21:10:38.157252790 +0200 @@ -66,20 +66,15 @@ %setup -q %build -%configure --libdir=/%{_libdir}/nsl --includedir=%{_includedir}/nsl +%configure --disable-static make %{?_smp_mflags} %install # Don't strip .symtab to allow debugging export STRIP_KEEP_SYMTAB=libnsl*.so* -# NO_BRP_CHECK_ROOTFS is for SLES11 only, but does not harm for Factory -export NO_BRP_CHECK_ROOTFS=true make %{?_smp_mflags} DESTDIR=%{buildroot} install -mv -v %{buildroot}/%{_libdir}/nsl/%{name}.so.2* %{buildroot}%{_libdir}/ -# Adjust devel so link -rm -v %{buildroot}/%{_libdir}/nsl/%{name}.{a,la,so} -ln -s -v %{_libdir}/%{name}.so.2 %{buildroot}%{_libdir}/nsl/%{name}.so -mv -v %{buildroot}/%{_libdir}/nsl/pkgconfig %{buildroot}/%{_libdir} +# Remove .la file +rm %{buildroot}%{_libdir}/%{name}.la %check make %{?_smp_mflags} check @@ -94,10 +89,8 @@ %files devel %defattr(-,root,root) -%dir %{_libdir}/nsl/ -%{_libdir}/nsl/libnsl.so -%dir %{_includedir}/nsl/ -%{_includedir}/nsl/* +%{_libdir}/libnsl.so +%{_includedir}/* %{_libdir}/pkgconfig/* %changelog
