39 Commits

Author SHA256 Message Date
1b1e9fb08c Accepting request 1308915 from devel:tools:building
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1308915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=18
2025-10-04 16:52:01 +00:00
f9bae7b34b Accepting request 1307414 from home:mnhauke
- Adjust URL and SCM info

OBS-URL: https://build.opensuse.org/request/show/1307414
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=36
2025-09-26 18:29:25 +00:00
b17b089fb0 Accepting request 1244338 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1244338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=17
2025-02-09 19:02:02 +00:00
d7c6eb4d06 Accepting request 1244270 from home:mnhauke
- Update to version 5.7
  * Format source using clang-format.
  * Reorganize system tests to run without a TTY.
  * Remove unused X option character.

OBS-URL: https://build.opensuse.org/request/show/1244270
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=34
2025-02-08 10:47:16 +00:00
cae3e6755c Accepting request 1204575 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1204575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=16
2024-09-30 13:40:21 +00:00
fee5dcea9f Accepting request 1204525 from home:jkuzilek:branches:devel:tools:building
- Update to version 5.6
  * Process exit status messages using background awk scripts
  * Use min(OPEN_MAX, rl.rlim_max) to set rlim_cur on MacOS
  * Detect and use native strlcpy(3)
  * Always build with GNU_SOURCE set on Linux

OBS-URL: https://build.opensuse.org/request/show/1204525
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=32
2024-09-29 20:00:05 +00:00
f3b42837f4 Accepting request 1127931 from devel:tools:building
- update to 5.5:
  * Report correct error if open(3) fails

OBS-URL: https://build.opensuse.org/request/show/1127931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=15
2023-11-21 20:33:06 +00:00
ff6f660008 - update to 5.5:
* Report correct error if open(3) fails

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=30
2023-11-21 14:49:32 +00:00
0dbb18e252 Accepting request 1110017 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1110017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=14
2023-09-10 11:11:17 +00:00
2ff3e0057a Accepting request 1109706 from home:amanzini:branches:devel:tools:building
- Update to version 5.4
 * 'make test' runs a quick smoketest, 'make check' runs regressions
 * Set IN_CLOEXEC only for inotify_init, kqueue uses similar setting by default
 * Unconditionally try to set soft file limit to 2^16 on MacOS
 * Use non-reentrant calls sparingly in signal handlers
 * configure: use TARGET_OS to override the output of uname(1)
- added only basic smoke test

OBS-URL: https://build.opensuse.org/request/show/1109706
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=28
2023-09-10 01:09:52 +00:00
b50150e64c Accepting request 1060310 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1060310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=13
2023-01-23 17:31:46 +00:00
2e4717ff31 Accepting request 1060195 from home:mnhauke
- Update to version 5.3
  * Symlink changes detected on Linux by setting
    'ENTR_INOTIFY_SYMLINK'.
  * Use /dev/null rather then closed pipe for stdin in -r mode.
  * Utilize {O,FD}_CLOEXEC flag for unintentional leaks of
    descriptors to executed utilities.
  * Remove C unit tests.
  * Only respond to attribute/inode changes on Linux.
- Drop tests. The new tests do not run within a chroot.

OBS-URL: https://build.opensuse.org/request/show/1060195
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=26
2023-01-22 23:02:49 +00:00
54cf2035f5 Accepting request 975551 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/975551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=12
2022-05-07 21:54:26 +00:00
27d07c5e3d Accepting request 975533 from home:mnhauke
- Update to version 5.2
  * Update copy of strlcpy(3) for Linux
  * Detect file deletion from directories on Linux
  * Print the signal that terminated a child when using '-s'
  * Return 128+signal that terminated a child when using '-z'
  * Ensure terminal settings are reset when '-z' is set

OBS-URL: https://build.opensuse.org/request/show/975533
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=24
2022-05-07 15:48:23 +00:00
2ecb69a8a5 Accepting request 943032 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/943032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=11
2021-12-29 20:11:01 +00:00
f4a9d180db Accepting request 942972 from home:mnhauke
- Update to version 5.1
  * Detect files moved to or from directories on Linux.
  * Allow detection of directory entries beginning with '.' by
    specifying '-d' twice.
  * Only reset terminal settings in exit handler if settings were
    changed.

OBS-URL: https://build.opensuse.org/request/show/942972
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=23
2021-12-29 09:28:07 +00:00
db998b4e27 Accepting request 903985 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/903985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=10
2021-07-05 20:22:46 +00:00
df14741046 Accepting request 903951 from home:mnhauke
- Update to version 5.0
  * Eliminate memory management warnings on Linux.
  * EV_TRACE prints file mode and file name.
- Update to version 4.8
  * EV_TRACE also prints file/notify descriptor limit.
  * Set 2^16 watches if inotify limits cannot be read.
  * Raise an error and suggest '-n' if terminal attributes cannot
    be read.

OBS-URL: https://build.opensuse.org/request/show/903951
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=22
2021-07-04 19:42:44 +00:00
Richard Brown
133fd5a11b Accepting request 875801 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/875801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=9
2021-03-02 11:33:42 +00:00
852ae30d81 Accepting request 875780 from home:mnhauke
- Update to version 4.8
  * Set a maximum of 2^19 watches to guard against absurd file
    open limits on MacOS.
  * Use control sequences to clear the display and specify '-c'
    twice to erase the scrollback buffer.

OBS-URL: https://build.opensuse.org/request/show/875780
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=20
2021-02-28 17:53:16 +00:00
6d016ed6d5 Accepting request 867824 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/867824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=8
2021-01-30 12:56:45 +00:00
53b928e128 Accepting request 867823 from home:dirkmueller:branches:devel:tools:building
- update to 4.7:
  * Use system file descriptor limits when max_user_watches is not accessible
  * Return the exit status of the child process when the '-z' option is used
  * Handle SIGHUP so child process are terminated when a terminal is closed
  * More accurately return shell exit code using '-s' option

OBS-URL: https://build.opensuse.org/request/show/867823
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=18
2021-01-29 23:49:57 +00:00
2434f4e349 Accepting request 819045 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/819045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=7
2020-07-07 10:59:30 +00:00
1e3f396aa9 Accepting request 818401 from home:mnhauke
- Update to version 4.6
  * Always call waitpid(2) to avoid dead processes
  * Duplicate STDIN file descriptor before closing; for the '-r'
    option

- Update to version 4.5
  * New '-z' "one-shot" option self-terminates after the utility
    exits
  * Termination by 'q' or 'SIGINT' results in an exit status of 0
- Add source verification

OBS-URL: https://build.opensuse.org/request/show/818401
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=16
2020-07-06 17:28:05 +00:00
56434ce990 Accepting request 761023 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/761023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=6
2020-01-06 14:22:21 +00:00
3bedd1059c Accepting request 760997 from home:mnhauke
- Update to version 4.4
  * Use a single inotify queue on Linux, limited by
    /proc/sys/fs/inotify/max_user_watches
  * Set the environment variable `ENTR_INOTIFY_WORKAROUND` to
    enable a compatibility mode for platforms with deformed
    inotify support

OBS-URL: https://build.opensuse.org/request/show/760997
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=14
2020-01-06 05:20:29 +00:00
f1b7afd8c2 Accepting request 735827 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/735827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=5
2019-10-08 17:57:41 +00:00
af2395af69 Accepting request 735455 from home:mnhauke
- Update to version 4.3
  * No functional changes

OBS-URL: https://build.opensuse.org/request/show/735455
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=12
2019-10-07 12:07:23 +00:00
b5bfe4f3e7 Accepting request 692723 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/692723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=4
2019-04-11 06:48:03 +00:00
c071b85ff5 Accepting request 691916 from home:mnhauke
- Update to version 4.2
  * New '-a' option enables response to events that occur while the
    utility is running
  * Correctly report error when a file cannot be reopened
- Includes change from 4.1
  * New '-n' non-interactive option disables keyboard input
  * EV_TRACE environment variable enables file system event
    tracing.
  * Track changes to the inode number as a workaround for missing
    delete events on the Linux kernel

OBS-URL: https://build.opensuse.org/request/show/691916
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=10
2019-04-10 01:32:44 +00:00
3da2bdd07b Accepting request 572523 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/572523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=3
2018-02-06 15:47:41 +00:00
448cd42cd5 Accepting request 572332 from home:avindra
- Bump to 4.0
  - Warn instead of error if kqueue fails to register on STDIN
  - Close STDIN before running the utility when the restart option
    is used
  - Restore terminal settings if terminated by a signal

OBS-URL: https://build.opensuse.org/request/show/572332
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=8
2018-02-05 09:37:22 +00:00
d9ac14599b Accepting request 539446 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/539446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=2
2017-11-08 14:10:41 +00:00
8d5da497bd Accepting request 539429 from home:avindra
- Bump to 3.9
  * Fix use of poll(2) to avoid possible busy-loop on Linux
  * Disable keyboard input if STDIN read fails
- Includes changes from 3.8
  * Run the utility if spacebar is pressed
  * 'q' for quit
- Includes changes from 3.7
  * Terminate subprocess in restart mode if a file under watch
    disappears
  * Allow NOTE_ATTRIB to set '/_' only if file mode changes
  * New '-s' option executes commands using $SHELL -c
  * Print usage and exit if input is from tty instead of pipe
- Switch to bz2 download (smaller filesize)
- Cleanup with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/539429
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=6
2017-11-07 08:00:47 +00:00
6fca804693 Accepting request 506763 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/506763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/entr?expand=0&rev=1
2017-07-10 09:07:27 +00:00
875021510d Accepting request 505236 from home:jengelh:branches:devel:tools:building
- Trim redundant wording.

OBS-URL: https://build.opensuse.org/request/show/505236
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=4
2017-06-21 10:34:45 +00:00
c39d67e584 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=3 2017-06-10 12:31:39 +00:00
3ddd56cbec - Small packaging cleanup with help of spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=2
2016-12-11 19:35:48 +00:00
7a3468cc77 Accepting request 445323 from home:dlichtenberger
Moved ./configure to %build, tried %configure but it doesn't work (./configure is really just a tiny shell script in this case).

Moved changelogs to separate file.

OBS-URL: https://build.opensuse.org/request/show/445323
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/entr?expand=0&rev=1
2016-12-11 19:30:33 +00:00