Package Release Info

inotify-tools-4.23.9.0-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

inotify-tools
inotify-tools-devel
inotify-tools-doc
libinotifytools0

Change Logs

* Sat Dec 30 2023 Dirk Müller <dmueller@suse.com>
- update to 4.23.9.0:
  * support cross compile for Android
  * libinotifytools: Rename init variable to fix conflict with
    entry point
  * Add CodeQL workflow for GitHub code scanning
  * Fix build with musl and add Alpine buildnode to CI
  * Update Cirrus CI FreeBSD images
  * Fix enabling of fanotify/fsnotify.
  * Fix fanotify_supported()
  * Combine to one build machine, reduce test iteration to 64
  * Add -fanalyzer to build
  * Enable CentOS Stream 9 build
  * Add debian 12
  * Ensure C++ libraries are not linked in
* Sun Jun 19 2022 Andreas Stieger <andreas.stieger@gmx.de>
- update to 3.22.6.0:
  * Cast pointer to char so increments to pointer are at one byte
    intervals
* Sat May 07 2022 Dirk Müller <dmueller@suse.com>
- update to 3.22.1.0:
  * print to stderr if you fail to fopen file
  * Properly terminate escaped CSV strings. (#158)
  * Fix printing of filename when watching a file
* Sat Oct 16 2021 Dirk Müller <dmueller@suse.com>
- update to 3.21.9.6 (jsc#SLE-21025):
  * update path for includes in stats.h
  * Fix spellings in manpages
* Mon Sep 27 2021 Dirk Müller <dmueller@suse.com>
- update to 3.21.9.5:
  * Fix Wrong pointer passed to realloc
  * Fix offset compiler warning
  * various static code analyse annotations and fixes
* Sun Dec 20 2020 Dirk Müller <dmueller@suse.com>
- update to 3.20.11.0:
  * Added --no-dereference to watch a symlink
  * bugfixes
* Sun Aug 16 2020 Dirk Mueller <dmueller@suse.com>
- update to 3.20.2:
  * New maintainer
  * Fix potential buffer overflow
  * gcc 9 support
- remove inotify-tools-no-timestamp-in-doc.patch
  inotify-return.patch (merged upstream)
* Thu Apr 04 2019 Bernhard Wiedemann <bwiedemann@suse.com>
- 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)
* Sun Feb 03 2019 Dirk Mueller <dmueller@suse.com>
- adjust source to the github download url
* Fri Aug 31 2018 Adrian Schröter <adrian@suse.de>
- update to version 3.20.1
  * no changelog
  * drop upstreamed patch reserved-identifier.patch
Version: 3.14-bp150.2.4
* Mon Oct 19 2015 schwab@suse.de
- reserved-identifier.patch: fix invalid use of reserved identifier
* Fri Mar 20 2015 jweberhofer@weberhofer.at
- Do not longer provide lib%{name}
- Package COPYING
* Wed Mar 18 2015 jweberhofer@weberhofer.at
- Build noarch package for doc only for newer suse version, otherwise
  build fails.
* Wed Mar 18 2015 jweberhofer@weberhofer.at
- Added inotify-tools-no-timestamp-in-doc.patch to remove date and time
  from the doxygen-generated documentation files.
* Fri Mar 06 2015 jweberhofer@weberhofer.at
- Splitted off the shared library
* Thu Feb 26 2015 jweberhofer@weberhofer.at
- Updated download location
* Mon Sep 09 2013 stephan.barth@suse.com
- removed %clean section
- enabled doxygen in configure and split up doc package
- added fdupes call for doc (doxygen) files
- added %check section with simple "make check"
- moved .so files to the main package
- added --disable-static to configure and remove .la file
- replaced RPM_BUILD_ROOT with %buildroot
* Mon Sep 02 2013 stephan.barth@suse.com
- some spec file clean up:
  - explicitly list file names
  - removed unneeded BuildRequires and %changelog for the -devel
    sub-package
  - removed pointless %lang_package tag
  - specified upstream download URI in the URL tag
- inotify-return.patch:
  specifies a return value for a function to fix a build error
  (no-return-in-nonvoid-function)
* Tue Aug 27 2013 stephan.barth@suse.com
- initial package