osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-fsnotify revision:12, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fsnotify?expand=0&rev=44
This commit is contained in:
Peter Simons 2022-06-29 12:18:17 +00:00 committed by Git OBS Bridge
parent 2610c19b1c
commit 547e80b2d8
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: fsnotify Name: fsnotify
Version: 0.3.0.1 Version: 0.3.0.1
x-revision: 1 x-revision: 2
Author: Mark Dittmer <mark.s.dittmer@gmail.com>, Niklas Broberg Author: Mark Dittmer <mark.s.dittmer@gmail.com>, Niklas Broberg
Maintainer: Tom McLaughlin <tom@codedown.io> Maintainer: Tom McLaughlin <tom@codedown.io>
License: BSD3 License: BSD3
@ -25,7 +25,7 @@ Library
Build-Depends: base >= 4.8 && < 5 Build-Depends: base >= 4.8 && < 5
, bytestring >= 0.10.2 , bytestring >= 0.10.2
, containers >= 0.4 , containers >= 0.4
, directory >= 1.1.0.0 , directory >= 1.2.7.0
, filepath >= 1.3.0.0 , filepath >= 1.3.0.0
, text >= 0.11.0 , text >= 0.11.0
, time >= 1.1 , time >= 1.1

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Apr 16 17:31:00 UTC 2022 - Peter Simons <psimons@suse.com>
- Update fsnotify to version 0.3.0.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com> Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-fsnotify # spec file for package ghc-fsnotify
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2022 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
@ -25,7 +25,7 @@ Summary: Cross platform library for file change notification
License: BSD-3-Clause License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-async-devel BuildRequires: ghc-async-devel
BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-devel