Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: fswatch | Distribution: openSUSE Tumbleweed |
Version: 1.18.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Sun Jan 5 11:35:58 2025 |
Group: Unspecified | Build host: reproducible |
Size: 111382 | Source RPM: fswatch-1.18.0-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/emcrisostomo/fswatch | |
Summary: Multi platform file change monitor |
fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified. fswatch implements several monitors based on: * the File System Events API of Apple macOS. * kqueue, a notification interface introduced in FreeBSD 4.1 (and supported on most *BSD systems, including macOS). * the File Events Notification API of the Solaris kernel and its derivatives. * inotify, a Linux kernel subsystem that reports file system changes to applications. * ReadDirectoryChangesW, a Microsoft Windows API that reports changes to a directory. * A monitor which periodically stats the file system, saves file modification times in memory, and manually calculates file system changes (which works anywhere stat(2) can be used).
GPL-3.0-or-later
* Sun Jan 05 2025 Michal Vyskocil <mvyskocil@opensuse.org> - Update to 1.18.0 * The C++17 standard has been adopted: code has been rewritten and simplified to adobe new features of the C++17 standard library such as std::filesystem. * gettextize: gettext v. 0.22.5 * Documentation: add reference to Go bindings. * Issue #313: Make -1, --one-event return $? when killed. * Remove unused or obsolete configuration checks. * Use the #include predefined notation to include generated configuration headers. * Use target CPPFLAGS instead of AM_CPPFLAGS. * Update FSEventStreamEventFlags flags and add support to macOS 10.13+ features. * Issue #278: fsevents monitor: Add support to for extended data, to allow * file inodes to be collected with events. This feature enables users to * correlate rename events. * Issue #278: inotify monitor: Add support for correlation cookie. This feature enables users to correlate rename events. * Add %c format specifier to print the event correlation id. * Require <mutex>, <atomic> and thread_local and remove checks and conditional code. - libfswatch v. 1.18.0 introduces the following features and bug fixes: * Update the event class to have a correlation id field. * Remove private headers from the list of installed header files. * Library interface does not depend on configuration any longer. - Packaging changes * Use autogen.sh to regnerate configure script * Remove non Linux READMEs * Mon Mar 18 2024 Michal Vyskocil <mvyskocill@opensuse.org> - Initial packaging of fswatch 1.17.1 for openSUSE
/usr/bin/fswatch /usr/share/licenses/fswatch /usr/share/licenses/fswatch/COPYING /usr/share/man/man7/fswatch.7.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jan 8 00:44:43 2025