Hello community, here is the log from the commit of package inotify-tools for openSUSE:Factory checked in at 2019-04-23 14:39:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/inotify-tools (Old) and /work/SRC/openSUSE:Factory/.inotify-tools.new.5536 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "inotify-tools" Tue Apr 23 14:39:23 2019 rev:4 rq:697039 version:3.20.1 Changes: -------- --- /work/SRC/openSUSE:Factory/inotify-tools/inotify-tools.changes 2019-02-04 14:25:21.817055139 +0100 +++ /work/SRC/openSUSE:Factory/.inotify-tools.new.5536/inotify-tools.changes 2019-04-23 14:39:27.681591542 +0200 @@ -1,0 +2,7 @@ +Thu Apr 4 01:04:36 UTC 2019 - Bernhard Wiedemann <[email protected]> + +- Update inotify-tools-no-timestamp-in-doc.patch + because doxygen footers are no more an issue and man page + date needs to be normalized (boo#1047218) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inotify-tools.spec ++++++ --- /var/tmp/diff_new_pack.cRUvGx/_old 2019-04-23 14:39:28.697592080 +0200 +++ /var/tmp/diff_new_pack.cRUvGx/_new 2019-04-23 14:39:28.697592080 +0200 @@ -26,7 +26,7 @@ Source: http://github.com/rvoicilas/inotify-tools/archive/%{version}.tar.gz # PATCH-FIX-OPENSUSE inotify-return.patch -- add a forgotten return value Patch0: inotify-return.patch -# PATCH-FIX-OPENSUSE inotify-tools-no-timestamp-in-doc.patch [email protected] -- Remove timestamps from documentation +# PATCH-FIX-OPENSUSE inotify-tools-no-timestamp-in-doc.patch bmwiedemann -- Normalize timestamps in man page - https://github.com/rvoicilas/inotify-tools/pull/97 Patch1: inotify-tools-no-timestamp-in-doc.patch BuildRequires: autoconf BuildRequires: automake ++++++ inotify-tools-no-timestamp-in-doc.patch ++++++ --- /var/tmp/diff_new_pack.cRUvGx/_old 2019-04-23 14:39:28.717592091 +0200 +++ /var/tmp/diff_new_pack.cRUvGx/_new 2019-04-23 14:39:28.721592093 +0200 @@ -1,38 +1,28 @@ -diff -Nur inotify-tools-3.14.orig/libinotifytools/src/Doxyfile inotify-tools-3.14/libinotifytools/src/Doxyfile ---- inotify-tools-3.14.orig/libinotifytools/src/Doxyfile 2010-03-12 14:53:46.000000000 +0100 -+++ inotify-tools-3.14/libinotifytools/src/Doxyfile 2015-03-18 14:23:40.982989155 +0100 -@@ -656,7 +656,7 @@ - # each generated HTML page. If it is left blank doxygen will generate a - # standard footer. +https://github.com/rvoicilas/inotify-tools/pull/97 + +commit 7ba155e85185dbdcc1f367b847096ef35132d9e3 +Author: Bernhard M. Wiedemann <[email protected]> +Date: Fri Feb 15 19:36:53 2019 +0100 + + Use ChangeLog date instead of build date + + in order to make builds reproducible. + See https://reproducible-builds.org/ for why this is good. + + Also use ISO-8601 date format to be readable worldwide. + + This date call works with GNU date and FreeBSD date. + +diff --git a/configure.ac b/configure.ac +index c2f98f9..cef645a 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -65,7 +65,7 @@ AC_C_INLINE + AC_CHECK_FUNCS([daemon]) --HTML_FOOTER = -+HTML_FOOTER = doxygen-footer.html - - # The HTML_STYLESHEET tag can be used to specify a user-defined cascading - # style sheet that is used by each HTML page. It can be used to -diff -Nur inotify-tools-3.14.orig/libinotifytools/src/doxygen-footer.html inotify-tools-3.14/libinotifytools/src/doxygen-footer.html ---- inotify-tools-3.14.orig/libinotifytools/src/doxygen-footer.html 1970-01-01 01:00:00.000000000 +0100 -+++ inotify-tools-3.14/libinotifytools/src/doxygen-footer.html 2015-03-18 15:06:21.686457501 +0100 -@@ -0,0 +1,22 @@ -+<!-- HTML footer for doxygen 1.8.9.1--> -+<!-- start footer part --> -+<!--BEGIN GENERATE_TREEVIEW--> -+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> -+ <ul> -+ $navpath -+ <li class="footer">$generatedby -+ <a href="http://www.doxygen.org/index.html"> -+ <img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a> $doxygenversion </li> -+ </ul> -+</div> -+<!--END GENERATE_TREEVIEW--> -+<!--BEGIN !GENERATE_TREEVIEW--> -+<hr class="footer"/><address class="footer"><small> -+<a href="http://www.doxygen.org/index.html"> -+<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/> -+</a> -+</small></address> -+<!--END !GENERATE_TREEVIEW--> -+</body> -+</html> -+ + # Set variables used in man page templates +-MAN_DATE=$(date +'%B %d, %Y') ++MAN_DATE=$(date -u -r ChangeLog +'%Y-%m-%d') + MAN_PACKAGE_VERSION=$PACKAGE_VERSION + AC_SUBST([MAN_DATE]) + AC_SUBST([MAN_PACKAGE_VERSION])
