Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fswatch for openSUSE:Factory checked 
in at 2025-01-28 14:59:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fswatch (Old)
 and      /work/SRC/openSUSE:Factory/.fswatch.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fswatch"

Tue Jan 28 14:59:31 2025 rev:3 rq:1240669 version:1.18.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fswatch/fswatch.changes  2025-01-06 
16:05:32.554572436 +0100
+++ /work/SRC/openSUSE:Factory/.fswatch.new.2316/fswatch.changes        
2025-01-28 15:00:23.269057432 +0100
@@ -1,0 +2,13 @@
+Mon Jan 27 21:47:32 UTC 2025 - Michal Vyskocil <[email protected]>
+
+- Update to 1.18.2
+  * Added event flag CloseWrite: file open for write has been closed.
+  * inotify_monitor: added support for CloseWrite, adding support for events of
+    type IN_CLOSE_WRITE.
+  * Issue #337: fswatch exits on non-existing paths.
+- Update to 1.18.1
+  * Issue #333: Handle non-ASCII characters in file paths to prevent 
segmentation
+    faults in FSEvents callback.
+- require gcc > 7, as build fail in this version
+
+-------------------------------------------------------------------

Old:
----
  fswatch-1.18.0.tar.gz

New:
----
  fswatch-1.18.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fswatch.spec ++++++
--- /var/tmp/diff_new_pack.Eofg9L/_old  2025-01-28 15:00:23.661073639 +0100
+++ /var/tmp/diff_new_pack.Eofg9L/_new  2025-01-28 15:00:23.661073639 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           fswatch
-Version:        1.18.0
+Version:        1.18.2
 Release:        0
 Summary:        Multi platform file change monitor
 License:        GPL-3.0-or-later
@@ -25,7 +25,7 @@
 Source:         
https://github.com/emcrisostomo/fswatch/releases/download/%{version}/fswatch-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gcc-c++
+BuildRequires:  gcc-c++ > 7
 BuildRequires:  libtool
 
 %package -n lib%{name}13
@@ -70,10 +70,12 @@
 %autosetup
 
 %build
-./autogen.sh
 %configure
 %make_build
 
+%check
+%{__make} check
+
 %install
 %make_install
 

++++++ fswatch-1.18.0.tar.gz -> fswatch-1.18.2.tar.gz ++++++
++++ 83937 lines of diff (skipped)

Reply via email to