commit entr for openSUSE:Factory

2020-07-07 Thread root
Hello community,

here is the log from the commit of package entr for openSUSE:Factory checked in 
at 2020-07-07 12:59:30

Comparing /work/SRC/openSUSE:Factory/entr (Old)
 and  /work/SRC/openSUSE:Factory/.entr.new.3060 (New)


Package is "entr"

Tue Jul  7 12:59:30 2020 rev:7 rq:819045 version:4.6

Changes:

--- /work/SRC/openSUSE:Factory/entr/entr.changes2020-01-06 
15:22:24.164487548 +0100
+++ /work/SRC/openSUSE:Factory/.entr.new.3060/entr.changes  2020-07-07 
13:00:32.238169960 +0200
@@ -1,0 +2,17 @@
+Thu Jul  2 19:25:35 UTC 2020 - Martin Hauke 
+
+- Update to version 4.6
+  * Always call waitpid(2) to avoid dead processes
+  * Duplicate STDIN file descriptor before closing; for the '-r'
+option
+
+---
+Tue Apr 21 19:39:03 UTC 2020 - Martin Hauke 
+
+- 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
+
+---

Old:

  entr-4.4.tar.gz

New:

  entr-4.6.tar.gz
  entr-4.6.tar.gz.sig
  entr.keyring



Other differences:
--
++ entr.spec ++
--- /var/tmp/diff_new_pack.9pRn7k/_old  2020-07-07 13:00:37.654187632 +0200
+++ /var/tmp/diff_new_pack.9pRn7k/_new  2020-07-07 13:00:37.658187646 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package entr
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2016 Daniel Lichtenberger
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,15 @@
 
 
 Name:   entr
-Version:4.4
+Version:4.6
 Release:0
 Summary:A utility for running arbitrary commands when files change
 License:ISC
 Group:  Development/Tools/Other
 URL:https://bitbucket.org/eradman/entr
 Source: http://eradman.com/entrproject/code/%{name}-%{version}.tar.gz
+Source1:
http://eradman.com/entrproject/code/%{name}-%{version}.tar.gz.asc#/%{name}-%{version}.tar.gz.sig
+Source99:   %{name}.keyring
 
 %description
 A utility for running arbitrary commands when files change. Uses

++ entr-4.4.tar.gz -> entr-4.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/entr-4.4/Makefile.bsd new/entr-4.6/Makefile.bsd
--- old/entr-4.4/Makefile.bsd   2020-01-02 21:20:12.0 +0100
+++ new/entr-4.6/Makefile.bsd   2020-07-01 17:33:17.0 +0200
@@ -1,6 +1,6 @@
 PREFIX ?= /usr/local
 MANPREFIX ?= ${PREFIX}/man
-RELEASE = 4.4
+RELEASE = 4.6
 CPPFLAGS += -DRELEASE=\"${RELEASE}\"
 
 all: versioncheck entr
@@ -50,4 +50,4 @@
 versioncheck:
@head -n3 NEWS | egrep -q "^= Next Release: ${RELEASE}|^== ${RELEASE}: "
 
-.PHONY: all env test gcc-lint clean distclean install uninstall versioncheck
+.PHONY: all env test gcc-lint regress clean distclean install uninstall 
versioncheck
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/entr-4.4/NEWS new/entr-4.6/NEWS
--- old/entr-4.4/NEWS   2020-01-02 21:20:12.0 +0100
+++ new/entr-4.6/NEWS   2020-07-01 17:33:17.0 +0200
@@ -1,6 +1,16 @@
 = Release History
 
-== 4.4: January 02, 2019
+== 4.6: July 1, 2020
+
+ - Always call waitpid(2) to avoid dead processes
+ - Duplicate STDIN file descriptor before closing; for the '-r' option
+
+== 4.5: April 20, 2020
+
+ - New '-z' "one-shot" option self-terminates after the utility exits
+ - Termination by 'q' or 'SIGINT' results in an exit status of 0
+
+== 4.4: January 02, 2020
 
  - Use a single inotify queue on Linux, limited by
/proc/sys/fs/inotify/max_user_watches
@@ -222,7 +232,7 @@
 
 == 1.8: May 12, 2013
 
- - Ensure that loosing a file under watch is results in an error
+ - Ensure that losing a file under watch is results in an error
 
 == 1.7: November 20, 2012
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/entr-4.4/README.md new/entr-4.6/README.md
--- old/entr-4.4/README.md  2020-01-02 21:20:12.0 +0100
+++ new/entr-4.6/README.md  2020-07-01 17:33:17.0 +0200
@@ -17,8 +17,15 @@
 Docker and Windows Subsystem for Linux
 --
 
-To enable a workaround for incomplete inotify support on WSL or Docker for Mac,
-set the environment variable `ENTR_INOTIFY_WORKAROUND`.
+Incomplete inotify support on WSL and Docker for Mac can cause `entr`
+to respond inconsistently. Since version 4.4, `entr` includes a workaround:
+Set the environment variable `ENTR_INOTIFY_WORKAROUND`.
+
+`entr` will confirm the workaround 

commit entr for openSUSE:Factory

2020-01-06 Thread root
Hello community,

here is the log from the commit of package entr for openSUSE:Factory checked in 
at 2020-01-06 15:22:21

Comparing /work/SRC/openSUSE:Factory/entr (Old)
 and  /work/SRC/openSUSE:Factory/.entr.new.6675 (New)


Package is "entr"

Mon Jan  6 15:22:21 2020 rev:6 rq:761023 version:4.4

Changes:

--- /work/SRC/openSUSE:Factory/entr/entr.changes2019-10-08 
19:57:41.320240909 +0200
+++ /work/SRC/openSUSE:Factory/.entr.new.6675/entr.changes  2020-01-06 
15:22:24.164487548 +0100
@@ -1,0 +2,10 @@
+Sun Jan  5 19:24:47 UTC 2020 - Martin Hauke 
+
+- 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
+
+---

Old:

  entr-4.3.tar.gz

New:

  entr-4.4.tar.gz



Other differences:
--
++ entr.spec ++
--- /var/tmp/diff_new_pack.p0lcC6/_old  2020-01-06 15:22:24.772487863 +0100
+++ /var/tmp/diff_new_pack.p0lcC6/_new  2020-01-06 15:22:24.772487863 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package entr
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Daniel Lichtenberger
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   entr
-Version:4.3
+Version:4.4
 Release:0
 Summary:A utility for running arbitrary commands when files change
 License:ISC

++ entr-4.3.tar.gz -> entr-4.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/entr-4.3/.gitignore new/entr-4.4/.gitignore
--- old/entr-4.3/.gitignore 1970-01-01 01:00:00.0 +0100
+++ new/entr-4.4/.gitignore 2020-01-02 21:20:12.0 +0100
@@ -0,0 +1,3 @@
+Makefile
+entr
+entr_spec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/entr-4.3/Makefile.bsd new/entr-4.4/Makefile.bsd
--- old/entr-4.3/Makefile.bsd   2019-09-26 01:23:28.0 +0200
+++ new/entr-4.4/Makefile.bsd   2020-01-02 21:20:12.0 +0100
@@ -1,6 +1,6 @@
 PREFIX ?= /usr/local
 MANPREFIX ?= ${PREFIX}/man
-RELEASE = 4.3
+RELEASE = 4.4
 CPPFLAGS += -DRELEASE=\"${RELEASE}\"
 
 all: versioncheck entr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/entr-4.3/NEWS new/entr-4.4/NEWS
--- old/entr-4.3/NEWS   2019-09-26 01:23:28.0 +0200
+++ new/entr-4.4/NEWS   2020-01-02 21:20:12.0 +0100
@@ -1,5 +1,12 @@
 = Release History
 
+== 4.4: January 02, 2019
+
+ - 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
+
 == 4.3: September 25, 2019
 
  - Move hosting from bitbucket.org to github.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/entr-4.3/README.md new/entr-4.4/README.md
--- old/entr-4.3/README.md  2019-09-26 01:23:28.0 +0200
+++ new/entr-4.4/README.md  2020-01-02 21:20:12.0 +0100
@@ -14,27 +14,11 @@
 
 To see available build options run `./configure -h`
 
-Source Installation - Windows Subsystem for Linux
--
+Docker and Windows Subsystem for Linux
+--
 
-wget http://eradman.com/entrproject/patches/entr-3.9-wsl
-patch -p1 < entr-3.9-wsl
-./configure
-make install
-
-The source patch is the current workaround for deformed [inotify
-support on WSL](https://github.com/Microsoft/BashOnWindows/issues/2507).
-
-Source Installation - Docker for Mac
-
-
-wget http://eradman.com/entrproject/patches/entr-3.9-docker
-patch -p1 < entr-3.9-docker
-./configure
-make install
-
-The source patch is the current workaround for deformed [inotify
-support on Docker for Mac](https://github.com/docker/for-mac/issues/896).
+To enable a workaround for incomplete inotify support on WSL or Docker for Mac,
+set the environment variable `ENTR_INOTIFY_WORKAROUND`.
 
 Man Page Examples
 -
@@ -47,10 +31,6 @@
 
 $ ls *.js | entr -r node app.js
 
-Launch and auto-reload a node.js server as a background task:
-
-$ (ls *.js | entr -r node app.js &)
-
 Clear the screen and run a query after the SQL script is updated:
 
 $ echo my.sql | entr -p psql -f /_
@@ -59,12 +39,16 @@
 
 $ while true; do ls 

commit entr for openSUSE:Factory

2019-10-08 Thread root
Hello community,

here is the log from the commit of package entr for openSUSE:Factory checked in 
at 2019-10-08 19:57:41

Comparing /work/SRC/openSUSE:Factory/entr (Old)
 and  /work/SRC/openSUSE:Factory/.entr.new.2352 (New)


Package is "entr"

Tue Oct  8 19:57:41 2019 rev:5 rq:735827 version:4.3

Changes:

--- /work/SRC/openSUSE:Factory/entr/entr.changes2019-04-11 
08:48:03.608545860 +0200
+++ /work/SRC/openSUSE:Factory/.entr.new.2352/entr.changes  2019-10-08 
19:57:41.320240909 +0200
@@ -1,0 +2,6 @@
+Sat Oct  5 20:49:45 UTC 2019 - Martin Hauke 
+
+- Update to version 4.3
+  * No functional changes
+
+---

Old:

  entr-4.2.tar.gz

New:

  entr-4.3.tar.gz



Other differences:
--
++ entr.spec ++
--- /var/tmp/diff_new_pack.kQYHAv/_old  2019-10-08 19:57:41.836239364 +0200
+++ /var/tmp/diff_new_pack.kQYHAv/_new  2019-10-08 19:57:41.844239340 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   entr
-Version:4.2
+Version:4.3
 Release:0
 Summary:A utility for running arbitrary commands when files change
 License:ISC
@@ -31,8 +31,7 @@
 inotify(7) to avoid polling.
 
 %prep
-%autosetup -c
-mv eradman-%{name}-*/* .
+%setup -q
 
 %build
 export CFLAGS="%{optflags}"

++ entr-4.2.tar.gz -> entr-4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eradman-entr-6cd0927b54a6/.hg_archival.txt 
new/entr-4.3/.hg_archival.txt
--- old/eradman-entr-6cd0927b54a6/.hg_archival.txt  2019-03-28 
19:25:54.0 +0100
+++ new/entr-4.3/.hg_archival.txt   1970-01-01 01:00:00.0 +0100
@@ -1,4 +0,0 @@
-repo: 49108c05f40cf0f2abceacff753c2df1cd22e1ec
-node: 6cd0927b54a67a389a1a197035b5817cfe60deab
-branch: default
-tag: entr-4.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eradman-entr-6cd0927b54a6/.hgtags 
new/entr-4.3/.hgtags
--- old/eradman-entr-6cd0927b54a6/.hgtags   2019-03-28 19:25:54.0 
+0100
+++ new/entr-4.3/.hgtags1970-01-01 01:00:00.0 +0100
@@ -1,118 +0,0 @@
-a93f110dc101dc1fb0dfc8fb51aeccfe174deb42 1.0
-a93f110dc101dc1fb0dfc8fb51aeccfe174deb42 1.0
- 1.0
-441b7a5efb34e7b27fd657bf133f1182e0ecc14d entr-1.0
-441b7a5efb34e7b27fd657bf133f1182e0ecc14d entr-1.0
- entr-1.0
- entr-1.0
-ed33bb691738c34109b52a0f0b31779753dfa492 entr-1.0
-ed33bb691738c34109b52a0f0b31779753dfa492 entr-1.0
- entr-1.0
- entr-1.0
-d0f7f616c4b1bea4ec26c3c50a1746f6d11be625 entr-1.0
-210e11310365da7e273c4bdf1ec85bb70baf2754 entr-1.1
-d60d9882b51c906a5bad084778051bf416fa5cd5 1.2
-d60d9882b51c906a5bad084778051bf416fa5cd5 1.2
- 1.2
-ba7521e12164b7955851841d1d9e3540d66e711b entr-1.2
-d8f34b7f6b3ff5442e729ea849a8c64b723f31d9 entr-1.3
-d8f34b7f6b3ff5442e729ea849a8c64b723f31d9 entr-1.3
- entr-1.3
- entr-1.3
-c9b0265a2dc0c911c39f1b220b33c436ad5ebdd1 entr-1.3
-10adef1047c3e47c04e8a6b4ee38d0036d262447 entr-1.4
-10adef1047c3e47c04e8a6b4ee38d0036d262447 entr-1.4
- entr-1.4
- entr-1.4
-b90825a157a4d466dfe7a121bc796c13f15217b0 entr-1.4
-ec7cdd3475cc81dd178fdaf164beab339ecbf670 entr-1.5
-ec7cdd3475cc81dd178fdaf164beab339ecbf670 entr-1.5
- entr-1.5
- entr-1.5
-03003fdbeab84cc00f9e04cfa33f2aa9185155e8 entr-1.5
-12570105b6fa9693b6227866212569dce09c382c entr-1.6
-12570105b6fa9693b6227866212569dce09c382c entr-1.6
- entr-1.6
- entr-1.6
-37eb771d3dfc1bc6a8ee18d91fa725b41f7c0233 entr-1.6
-37eb771d3dfc1bc6a8ee18d91fa725b41f7c0233 entr-1.6
- entr-1.6
- entr-1.6
-ae12c4f08b93c05ef4afa9c1025aca5a1e2a2c21 entr-1.6
-ae12c4f08b93c05ef4afa9c1025aca5a1e2a2c21 entr-1.6
- entr-1.6
- entr-1.6
-62f60cc6a2b0187090496f21af20cc08a77f1207 entr-1.6
-62f60cc6a2b0187090496f21af20cc08a77f1207 entr-1.6
- entr-1.6
- entr-1.6
-60ea9a753c859a2cac19cdc4dd5554e7f81fbc92 entr-1.6
-60ea9a753c859a2cac19cdc4dd5554e7f81fbc92 entr-1.6
- entr-1.6

commit entr for openSUSE:Factory

2019-04-11 Thread root
Hello community,

here is the log from the commit of package entr for openSUSE:Factory checked in 
at 2019-04-11 08:48:03

Comparing /work/SRC/openSUSE:Factory/entr (Old)
 and  /work/SRC/openSUSE:Factory/.entr.new.27019 (New)


Package is "entr"

Thu Apr 11 08:48:03 2019 rev:4 rq:692723 version:4.2

Changes:

--- /work/SRC/openSUSE:Factory/entr/entr.changes2018-02-06 
16:47:45.423990723 +0100
+++ /work/SRC/openSUSE:Factory/.entr.new.27019/entr.changes 2019-04-11 
08:48:03.608545860 +0200
@@ -1,0 +2,14 @@
+Fri Apr  5 22:47:59 UTC 2019 - Martin Hauke 
+
+- 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
+
+---

Old:

  LICENSE
  entr-4.0.tar.bz2

New:

  entr-4.2.tar.gz



Other differences:
--
++ entr.spec ++
--- /var/tmp/diff_new_pack.QvjpvJ/_old  2019-04-11 08:48:04.356546631 +0200
+++ /var/tmp/diff_new_pack.QvjpvJ/_new  2019-04-11 08:48:04.360546635 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package entr
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Daniel Lichtenberger
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,19 +13,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   entr
-Version:4.0
+Version:4.2
 Release:0
 Summary:A utility for running arbitrary commands when files change
 License:ISC
 Group:  Development/Tools/Other
-Url:https://bitbucket.org/eradman/entr
-Source0:https://bitbucket.org/eradman/entr/get/entr-%{version}.tar.bz2
-Source1:LICENSE
+URL:https://bitbucket.org/eradman/entr
+Source: http://eradman.com/entrproject/code/%{name}-%{version}.tar.gz
 
 %description
 A utility for running arbitrary commands when files change. Uses
@@ -50,8 +49,9 @@
 make %{?_smp_mflags} test
 
 %files
-%doc LICENSE NEWS README.md
+%license LICENSE
+%doc NEWS README.md
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog




commit entr for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package entr for openSUSE:Factory checked in 
at 2018-02-06 16:47:41

Comparing /work/SRC/openSUSE:Factory/entr (Old)
 and  /work/SRC/openSUSE:Factory/.entr.new (New)


Package is "entr"

Tue Feb  6 16:47:41 2018 rev:3 rq:572523 version:4.0

Changes:

--- /work/SRC/openSUSE:Factory/entr/entr.changes2017-11-08 
15:10:46.460644641 +0100
+++ /work/SRC/openSUSE:Factory/.entr.new/entr.changes   2018-02-06 
16:47:45.423990723 +0100
@@ -1,0 +2,9 @@
+Sat Feb  3 18:05:13 UTC 2018 - avin...@opensuse.org
+
+- 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
+
+---

Old:

  entr-3.9.tar.bz2

New:

  entr-4.0.tar.bz2



Other differences:
--
++ entr.spec ++
--- /var/tmp/diff_new_pack.mZkZiT/_old  2018-02-06 16:47:47.103912116 +0100
+++ /var/tmp/diff_new_pack.mZkZiT/_new  2018-02-06 16:47:47.103912116 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package entr
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Daniel Lichtenberger
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   entr
-Version:3.9
+Version:4.0
 Release:0
 Summary:A utility for running arbitrary commands when files change
 License:ISC

++ entr-3.9.tar.bz2 -> entr-4.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eradman-entr-332fd96a324a/.hg_archival.txt 
new/eradman-entr-d5110481f5b9/.hg_archival.txt
--- old/eradman-entr-332fd96a324a/.hg_archival.txt  2017-09-19 
20:58:52.0 +0200
+++ new/eradman-entr-d5110481f5b9/.hg_archival.txt  2018-02-02 
16:36:53.0 +0100
@@ -1,4 +1,4 @@
 repo: 49108c05f40cf0f2abceacff753c2df1cd22e1ec
-node: 332fd96a324a7771b0d2252027c44eb972fd38dc
+node: d5110481f5b968402d94e0c00b0ab1fedc2ce9f0
 branch: default
-tag: entr-3.9
+tag: entr-4.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eradman-entr-332fd96a324a/.hgtags 
new/eradman-entr-d5110481f5b9/.hgtags
--- old/eradman-entr-332fd96a324a/.hgtags   2017-09-19 20:58:52.0 
+0200
+++ new/eradman-entr-d5110481f5b9/.hgtags   2018-02-02 16:36:53.0 
+0100
@@ -113,3 +113,4 @@
 c15b0be493fc70e6e13c2a7fa451486aa1bc71a3 entr-3.6
 c5b62bde107d1b30af43fccc0398a5694a9b6b67 entr-3.7
 592856d50559bc48fef4b27cc5c2bc4eacb69428 entr-3.8
+332fd96a324a7771b0d2252027c44eb972fd38dc entr-3.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eradman-entr-332fd96a324a/Makefile.bsd 
new/eradman-entr-d5110481f5b9/Makefile.bsd
--- old/eradman-entr-332fd96a324a/Makefile.bsd  2017-09-19 20:58:52.0 
+0200
+++ new/eradman-entr-d5110481f5b9/Makefile.bsd  2018-02-02 16:36:53.0 
+0100
@@ -1,6 +1,6 @@
 PREFIX ?= /usr/local
 MANPREFIX ?= ${PREFIX}/man
-RELEASE = 3.9
+RELEASE = 4.0
 CPPFLAGS += -DRELEASE=\"${RELEASE}\"
 
 all: versioncheck entr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eradman-entr-332fd96a324a/NEWS 
new/eradman-entr-d5110481f5b9/NEWS
--- old/eradman-entr-332fd96a324a/NEWS  2017-09-19 20:58:52.0 +0200
+++ new/eradman-entr-d5110481f5b9/NEWS  2018-02-02 16:36:53.0 +0100
@@ -1,5 +1,11 @@
 = Release History
 
+== 4.0: February 02, 2018
+
+ - 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
+
 == 3.9: September 19, 2017
 
  - Fix use of poll(2) to avoid possible busy-loop on Linux
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eradman-entr-332fd96a324a/README.md 
new/eradman-entr-d5110481f5b9/README.md
--- old/eradman-entr-332fd96a324a/README.md 2017-09-19 20:58:52.0 
+0200
+++ new/eradman-entr-d5110481f5b9/README.md 2018-02-02 16:36:53.0 
+0100
@@ -14,15 +14,16 @@
 
 To see available build options run `./configure -h`
 
-Binary Installation

+Source Installation - Windows Subsystem for Linux
+-
 
-The following distributions provide `entr` as part of their main
-package repository:
+wget http://entrproject.org/patches/entr-3.9-wsl
+patch -p1 < entr-3.9-wsl
+./configure
+make install
 
-* OpenBSD 

commit entr for openSUSE:Factory

2017-11-08 Thread root
Hello community,

here is the log from the commit of package entr for openSUSE:Factory checked in 
at 2017-11-08 15:10:41

Comparing /work/SRC/openSUSE:Factory/entr (Old)
 and  /work/SRC/openSUSE:Factory/.entr.new (New)


Package is "entr"

Wed Nov  8 15:10:41 2017 rev:2 rq:539446 version:3.9

Changes:

--- /work/SRC/openSUSE:Factory/entr/entr.changes2017-07-10 
11:07:33.162868728 +0200
+++ /work/SRC/openSUSE:Factory/.entr.new/entr.changes   2017-11-08 
15:10:46.460644641 +0100
@@ -1,0 +2,18 @@
+Tue Nov  7 03:00:10 UTC 2017 - aavind...@gmail.com
+
+- 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
+
+---

Old:

  entr-3.6.tar.gz

New:

  entr-3.9.tar.bz2



Other differences:
--
++ entr.spec ++
--- /var/tmp/diff_new_pack.joH7Je/_old  2017-11-08 15:10:47.240616166 +0100
+++ /var/tmp/diff_new_pack.joH7Je/_new  2017-11-08 15:10:47.244616020 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package entr
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Daniel Lichtenberger
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   entr
-Version:3.6
+Version:3.9
 Release:0
 Summary:A utility for running arbitrary commands when files change
 License:ISC
 Group:  Development/Tools/Other
 Url:https://bitbucket.org/eradman/entr
-Source0:https://bitbucket.org/eradman/entr/get/entr-%{version}.tar.gz
+Source0:https://bitbucket.org/eradman/entr/get/entr-%{version}.tar.bz2
 Source1:LICENSE
 
 %description
@@ -50,7 +50,6 @@
 make %{?_smp_mflags} test
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE NEWS README.md
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{ext_man}

++ entr-3.6.tar.gz -> entr-3.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eradman-entr-c15b0be493fc/.hg_archival.txt 
new/eradman-entr-332fd96a324a/.hg_archival.txt
--- old/eradman-entr-c15b0be493fc/.hg_archival.txt  2016-07-01 
16:20:59.0 +0200
+++ new/eradman-entr-332fd96a324a/.hg_archival.txt  2017-09-19 
20:58:52.0 +0200
@@ -1,4 +1,4 @@
 repo: 49108c05f40cf0f2abceacff753c2df1cd22e1ec
-node: c15b0be493fc70e6e13c2a7fa451486aa1bc71a3
+node: 332fd96a324a7771b0d2252027c44eb972fd38dc
 branch: default
-tag: entr-3.6
+tag: entr-3.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eradman-entr-c15b0be493fc/.hgtags 
new/eradman-entr-332fd96a324a/.hgtags
--- old/eradman-entr-c15b0be493fc/.hgtags   2016-07-01 16:20:59.0 
+0200
+++ new/eradman-entr-332fd96a324a/.hgtags   2017-09-19 20:58:52.0 
+0200
@@ -110,3 +110,6 @@
  entr-3.4
 5321b01c9dabf8cf6d5bacd10c56b126215a1fe3 entr-3.4
 6977480460701561ce674ff03173bd9a8722fee7 entr-3.5
+c15b0be493fc70e6e13c2a7fa451486aa1bc71a3 entr-3.6
+c5b62bde107d1b30af43fccc0398a5694a9b6b67 entr-3.7
+592856d50559bc48fef4b27cc5c2bc4eacb69428 entr-3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eradman-entr-c15b0be493fc/Makefile.bsd 
new/eradman-entr-332fd96a324a/Makefile.bsd
--- old/eradman-entr-c15b0be493fc/Makefile.bsd  2016-07-01 16:20:59.0 
+0200
+++ new/eradman-entr-332fd96a324a/Makefile.bsd  2017-09-19 20:58:52.0 
+0200
@@ -1,6 +1,6 @@
 PREFIX ?= /usr/local
 MANPREFIX ?= ${PREFIX}/man
-RELEASE = 3.6
+RELEASE = 3.9
 CPPFLAGS += -DRELEASE=\"${RELEASE}\"
 
 all: versioncheck entr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eradman-entr-c15b0be493fc/NEWS 
new/eradman-entr-332fd96a324a/NEWS
--- old/eradman-entr-c15b0be493fc/NEWS  2016-07-01 16:20:59.0 +0200
+++ new/eradman-entr-332fd96a324a/NEWS  2017-09-19 20:58:52.0 +0200
@@ -1,5 +1,22 @@
 = Release History
 
+== 3.9: September 19, 2017
+
+ - Fix use of poll(2) to avoid possible busy-loop on Linux
+ - Disable keyboard input if reading STDIN fails
+
+== 3.8: August 11, 2017
+
+ - Run