8
0

Accepting request 909786 from devel:languages:perl:autoupdate

- updated to 2.3
   see /usr/share/doc/packages/perl-Linux-Inotify2/Changes
  2.3 
          - store a filehandle internally so it gets perl's CLOEXEC flag as needed. also
            gets rid of the destructor and the internal close function for added space
            savings (reported by Eric Wong).
  	- add new ->fh accessor.

OBS-URL: https://build.opensuse.org/request/show/909786
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Linux-Inotify2?expand=0&rev=27
This commit is contained in:
2021-08-02 14:13:55 +00:00
committed by Git OBS Bridge
parent 119f4156e8
commit 2fed4c605c
4 changed files with 21 additions and 12 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Aug 1 03:07:57 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.3
see /usr/share/doc/packages/perl-Linux-Inotify2/Changes
2.3 Sat Jul 31 13:45:51 CEST 2021
- store a filehandle internally so it gets perl's CLOEXEC flag as needed. also
gets rid of the destructor and the internal close function for added space
savings (reported by Eric Wong).
- add new ->fh accessor.
-------------------------------------------------------------------
Tue Dec 10 03:12:26 UTC 2019 - <timueller+perl@suse.de>