Hello community,

here is the log from the commit of package man for openSUSE:Factory checked in 
at 2017-02-26 17:00:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man (Old)
 and      /work/SRC/openSUSE:Factory/.man.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "man"

Changes:
--------
--- /work/SRC/openSUSE:Factory/man/man.changes  2016-12-22 16:33:14.726810968 
+0100
+++ /work/SRC/openSUSE:Factory/.man.new/man.changes     2017-02-26 
17:01:03.350534381 +0100
@@ -1,0 +2,5 @@
+Thu Feb 16 10:00:30 UTC 2017 - wer...@suse.de
+
+- Use _libexecdir instead of _prefix/lib 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ man.spec ++++++
--- /var/tmp/diff_new_pack.obcOtL/_old  2017-02-26 17:01:04.522356635 +0100
+++ /var/tmp/diff_new_pack.obcOtL/_new  2017-02-26 17:01:04.526356028 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package man
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -123,7 +123,7 @@
     rm -f configure
 %global optflags %{optflags} -funroll-loops -pipe -Wall
     if grep -q _DEFAULT_SOURCE /usr/include/features.h ; then
-       CFLAGS="%{optflags} -D_DEFAULT_SOURCE"
+       CFLAGS="%{optflags} -D_GNU_SOURCE -D_DEFAULT_SOURCE"
     else
        CFLAGS="%{optflags} -D_GNU_SOURCE -D_SVID_SOURCE"
     fi
@@ -189,7 +189,7 @@
 %endif
     rm -rf   %{buildroot}%{_localstatedir}/cache/man
     mkdir -p %{buildroot}%{_datadir}/doc/packages/man
-    mkdir -p %{buildroot}%{_prefix}/lib/man-db
+    mkdir -p %{buildroot}%{_libexecdir}/man-db
     mkdir -p %{buildroot}%{_bindir}
     mkdir -p %{buildroot}/etc
     make nls=all install DESTDIR=%{buildroot}
@@ -198,12 +198,12 @@
             %{buildroot}%{_datadir}/doc/packages/man/
     # wrapper which drops roots privileges if root executes man or mandb
     if test -x %{buildroot}%{_bindir}/mandb ; then
-       mv   %{buildroot}%{_bindir}/mandb %{buildroot}%{_prefix}/lib/man-db/
+       mv   %{buildroot}%{_bindir}/mandb %{buildroot}%{_libexecdir}/man-db/
        install wrapper %{buildroot}%{_bindir}/mandb
     fi
 %if %{with wrapman}
     if test -x %{buildroot}%{_bindir}/man ; then
-       mv   %{buildroot}%{_bindir}/man   %{buildroot}%{_prefix}/lib/man-db/
+       mv   %{buildroot}%{_bindir}/man   %{buildroot}%{_libexecdir}/man-db/
        ln -sf mandb %{buildroot}%{_bindir}/man
     fi
 %endif


Reply via email to