Accepting request 815095 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/815095 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-fsnotify?expand=0&rev=7
This commit is contained in:
commit
5734ce6dea
@ -1,57 +1,5 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 8 16:13:46 UTC 2019 - Peter Simons <psimons@suse.com>
|
Tue Jun 9 09:47:49 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
- Drop obsolete group attributes.
|
- Add fsnotify at version 0.3.0.1.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Oct 20 11:31:32 UTC 2018 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Use https URL to refer to bugs.opensuse.org.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Jul 18 14:26:25 UTC 2018 - psimons@suse.com
|
|
||||||
|
|
||||||
- Cosmetic: replace tabs with blanks, strip trailing white space,
|
|
||||||
and update copyright headers with spec-cleaner.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jul 13 14:31:46 UTC 2018 - psimons@suse.com
|
|
||||||
|
|
||||||
- Update fsnotify to version 0.3.0.1.
|
|
||||||
Version 0.3.0.0
|
|
||||||
---------------
|
|
||||||
|
|
||||||
API breaking update with a number of bugfixes and improvements.
|
|
||||||
|
|
||||||
* Now we can detect directory creation/deletion. A boolean flag has been added
|
|
||||||
to `Event` to indicate if the event pertains to a directory or not. This is the
|
|
||||||
only API change.
|
|
||||||
* Test stability improvements + CI test suites now passing on Windows, Linux, and Mac.
|
|
||||||
* Interpreting OSX hfsevents flags is more sane now (see comments in OSX.hs for details).
|
|
||||||
* Improve a race condition when adding watches on Linux.
|
|
||||||
* Improve robustness of the PollManager.
|
|
||||||
* Fix double call to `closeHandle` on Windows.
|
|
||||||
* Remove comments about locking from the documentation.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
|
||||||
|
|
||||||
- Update fsnotify to version 0.2.1.2.
|
|
||||||
* Update to the new hinotify API (v0.3.10)
|
|
||||||
* Catch IO exceptions when initialising inotify on Linux
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Jul 10 17:33:50 UTC 2016 - psimons@suse.com
|
|
||||||
|
|
||||||
- Update to version 0.2.1 revision 0 with cabal2obs.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Aug 13 15:56:39 UTC 2015 - mimi.vx@gmail.com
|
|
||||||
|
|
||||||
- update to 0.2.1
|
|
||||||
* Use filepath instead of deprecated system-filepath
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jun 9 12:48:03 UTC 2015 - jmatejka@suse.cz
|
|
||||||
|
|
||||||
- Initial package
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-fsnotify
|
# spec file for package ghc-fsnotify
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user