From a94782b4085ecea6a8eab50addd52b84bd4f6869bcefe7deff41af1defa46279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Mat=C4=9Bjka?= Date: Fri, 14 Aug 2015 12:33:23 +0000 Subject: [PATCH] Accepting request 322647 from devel:languages:haskell:lts - update to 0.2.1 * Use filepath instead of deprecated system-filepath OBS-URL: https://build.opensuse.org/request/show/322647 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fsnotify?expand=0&rev=2 --- fsnotify-0.1.0.3.tar.gz | 3 --- fsnotify-0.2.1.tar.gz | 3 +++ ghc-fsnotify.changes | 6 ++++++ ghc-fsnotify.spec | 10 +++++----- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 fsnotify-0.1.0.3.tar.gz create mode 100644 fsnotify-0.2.1.tar.gz diff --git a/fsnotify-0.1.0.3.tar.gz b/fsnotify-0.1.0.3.tar.gz deleted file mode 100644 index 3f7a43d..0000000 --- a/fsnotify-0.1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f15cc1380d3feaf12f4d7fed23a2327e0927ac69e3f3ae539637e55c8f3d254 -size 14116 diff --git a/fsnotify-0.2.1.tar.gz b/fsnotify-0.2.1.tar.gz new file mode 100644 index 0000000..cf76071 --- /dev/null +++ b/fsnotify-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcf1b7bd825f269510850f20508a2ba0f640a41af08de0c171d8ba24618542b +size 14689 diff --git a/ghc-fsnotify.changes b/ghc-fsnotify.changes index d95d45f..12a5e44 100644 --- a/ghc-fsnotify.changes +++ b/ghc-fsnotify.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/ghc-fsnotify.spec b/ghc-fsnotify.spec index 29c69b4..fe57709 100644 --- a/ghc-fsnotify.spec +++ b/ghc-fsnotify.spec @@ -19,9 +19,9 @@ %bcond_with tests -Name: ghc-%{pkg_name} -Version: 0.1.0.3 -Release: 1 +Name: ghc-fsnotify +Version: 0.2.1 +Release: 0 Summary: Cross platform library for file change notification Group: System/Libraries @@ -36,10 +36,10 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-async-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-hinotify-devel -BuildRequires: ghc-system-fileio-devel -BuildRequires: ghc-system-filepath-devel +BuildRequires: ghc-filepath-devel BuildRequires: ghc-text-devel BuildRequires: ghc-time-devel +BuildRequires: ghc-unix-compat-devel %if %{with tests} BuildRequires: ghc-directory-devel BuildRequires: ghc-tasty-devel