From ce3ded70c815855e254c42c62e7172b7abc1a6eb8cd171fecaf5168c03768dd0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 1 Sep 2020 01:01:37 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-fsnotify revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fsnotify?expand=0&rev=36 --- ghc-fsnotify.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ghc-fsnotify.changes b/ghc-fsnotify.changes index bd2d900..bb873f6 100644 --- a/ghc-fsnotify.changes +++ b/ghc-fsnotify.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 31 09:34:36 UTC 2020 - psimons@suse.com + +- Update fsnotify to version 0.3.0.1 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Tue Aug 18 10:44:54 UTC 2020 - Peter Simons From d5d87ee6cc24c5e67cce4ad5a181259af0d0495147685168bd3e8cf127defff1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:03:22 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-fsnotify revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fsnotify?expand=0&rev=37 --- ghc-fsnotify.changes | 55 ++++++++++++++++++++++++++++++++++++++------ ghc-fsnotify.spec | 4 ++-- 2 files changed, 50 insertions(+), 9 deletions(-) diff --git a/ghc-fsnotify.changes b/ghc-fsnotify.changes index bb873f6..b8faf75 100644 --- a/ghc-fsnotify.changes +++ b/ghc-fsnotify.changes @@ -1,16 +1,57 @@ ------------------------------------------------------------------- -Mon Aug 31 09:34:36 UTC 2020 - psimons@suse.com +Fri Nov 8 16:13:46 UTC 2019 - Peter Simons -- Update fsnotify to version 0.3.0.1 revision 1. - Upstream has revised the Cabal build instructions on Hackage. +- Drop obsolete group attributes. ------------------------------------------------------------------- -Tue Aug 18 10:44:54 UTC 2020 - Peter Simons +Sat Oct 20 11:31:32 UTC 2018 - Peter Simons -- Replace %setup -q with the more modern %autosetup macro. +- Use https URL to refer to bugs.opensuse.org. ------------------------------------------------------------------- -Tue Jun 9 09:47:49 UTC 2020 - psimons@suse.com +Wed Jul 18 14:26:25 UTC 2018 - psimons@suse.com -- Add fsnotify at version 0.3.0.1. +- 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 diff --git a/ghc-fsnotify.spec b/ghc-fsnotify.spec index c277aed..f960368 100644 --- a/ghc-fsnotify.spec +++ b/ghc-fsnotify.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-fsnotify # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -62,7 +62,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%autosetup -n %{pkg_name}-%{version} +%setup -q -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal %build From ff1ba321a96410f9135bd447492e92fafa4777a88892c0d0d561b2c40ef1ae68 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:10:33 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-fsnotify revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fsnotify?expand=0&rev=38 --- ghc-fsnotify.changes | 55 ++++++-------------------------------------- ghc-fsnotify.spec | 4 ++-- 2 files changed, 9 insertions(+), 50 deletions(-) diff --git a/ghc-fsnotify.changes b/ghc-fsnotify.changes index b8faf75..bb873f6 100644 --- a/ghc-fsnotify.changes +++ b/ghc-fsnotify.changes @@ -1,57 +1,16 @@ ------------------------------------------------------------------- -Fri Nov 8 16:13:46 UTC 2019 - Peter Simons +Mon Aug 31 09:34:36 UTC 2020 - psimons@suse.com -- Drop obsolete group attributes. +- Update fsnotify to version 0.3.0.1 revision 1. + Upstream has revised the Cabal build instructions on Hackage. ------------------------------------------------------------------- -Sat Oct 20 11:31:32 UTC 2018 - Peter Simons +Tue Aug 18 10:44:54 UTC 2020 - Peter Simons -- Use https URL to refer to bugs.opensuse.org. +- Replace %setup -q with the more modern %autosetup macro. ------------------------------------------------------------------- -Wed Jul 18 14:26:25 UTC 2018 - psimons@suse.com +Tue Jun 9 09:47:49 UTC 2020 - psimons@suse.com -- Cosmetic: replace tabs with blanks, strip trailing white space, - and update copyright headers with spec-cleaner. +- Add fsnotify at version 0.3.0.1. -------------------------------------------------------------------- -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 diff --git a/ghc-fsnotify.spec b/ghc-fsnotify.spec index f960368..c277aed 100644 --- a/ghc-fsnotify.spec +++ b/ghc-fsnotify.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -62,7 +62,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal %build