Hello community, here is the log from the commit of package libtirpc for openSUSE:Factory checked in at 2018-03-01 11:59:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtirpc (Old) and /work/SRC/openSUSE:Factory/.libtirpc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libtirpc" Thu Mar 1 11:59:44 2018 rev:47 rq:580532 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libtirpc/libtirpc.changes 2017-12-06 08:46:57.826520478 +0100 +++ /work/SRC/openSUSE:Factory/.libtirpc.new/libtirpc.changes 2018-03-01 11:59:49.555296631 +0100 @@ -1,0 +2,10 @@ +Thu Feb 22 15:10:39 UTC 2018 - fvogt@suse.com + +- Use %license (boo#1082318) + +------------------------------------------------------------------- +Mon Jan 15 16:59:02 CET 2018 - kukuk@suse.de + +- Move /usr/include/tirpc to /usr/include + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtirpc.spec ++++++ --- /var/tmp/diff_new_pack.FAOnL3/_old 2018-03-01 11:59:50.331268635 +0100 +++ /var/tmp/diff_new_pack.FAOnL3/_new 2018-03-01 11:59:50.335268492 +0100 @@ -1,7 +1,7 @@ # # spec file for package libtirpc # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -119,6 +119,10 @@ ln -sv /%{_lib}/$(readlink %{buildroot}/%{_lib}/%{name}.so) %{buildroot}%{_libdir}/%{name}.so rm -v %{buildroot}/%{_lib}/%{name}.{la,so} mv -v %{buildroot}/%{_lib}/pkgconfig %{buildroot}/%{_libdir} +# Move RPC headers from tirpc subdirectory into main directory, +# they are now default +mv -v %{buildroot}%{_includedir}/tirpc/* %{buildroot}%{_includedir} +rmdir %{buildroot}%{_includedir}/tirpc %post -n libtirpc3 -p /sbin/ldconfig @@ -126,7 +130,7 @@ %files -n libtirpc3 %defattr(-,root,root) -%doc COPYING COPYING.GPLv2 +%license COPYING COPYING.GPLv2 /%{_lib}/libtirpc.so.3* %files netconfig @@ -137,8 +141,7 @@ %files devel %defattr(-,root,root) %{_libdir}/libtirpc.so -%dir /usr/include/tirpc/ -/usr/include/tirpc/* +/usr/include/* /usr/%{_lib}/pkgconfig/* %{_mandir}/man3/*