osc copypac from project:devel:languages:haskell:lts:9 package:ghc-fsnotify revision:7, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fsnotify?expand=0&rev=11
This commit is contained in:
Peter Simons 2017-08-17 13:36:17 +00:00 committed by Git OBS Bridge
parent 9ca45383b8
commit 6e160ab89f
4 changed files with 11 additions and 6 deletions

3
fsnotify-0.2.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:175a75962ad07c30c031fa8931f8d3e32abc06a96676e73e65cb7207e9d2dc90
size 14695

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebcf1b7bd825f269510850f20508a2ba0f640a41af08de0c171d8ba24618542b
size 14689

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 17 03:02:38 UTC 2017 - psimons@suse.com
- Update to version 0.2.1.1.
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com

View File

@ -19,11 +19,11 @@
%global pkg_name fsnotify
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.1
Version: 0.2.1.1
Release: 0
Summary: Cross platform library for file change notification
License: BSD-3-Clause
Group: Development/Languages/Haskell
Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
@ -39,7 +39,7 @@ BuildRequires: ghc-unix-compat-devel
%if %{with tests}
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-hunit-devel
BuildRequires: ghc-temporary-rc-devel
BuildRequires: ghc-temporary-devel
%endif
%description