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.changes        2018-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 <mar...@gmx.de>
+
+- 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


Reply via email to