From 5a88904c6a8de306de3effad3d45b214b399c4e0affa26ee6db60d3ec88ff695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 21 Nov 2021 11:20:42 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-Glob revision:17, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Glob?expand=0&rev=66 --- Glob-0.10.1.tar.gz | 3 --- Glob-0.10.2.tar.gz | 3 +++ Glob.cabal | 4 ++-- ghc-Glob.changes | 15 +++++++++++++++ ghc-Glob.spec | 3 +-- 5 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 Glob-0.10.1.tar.gz create mode 100644 Glob-0.10.2.tar.gz diff --git a/Glob-0.10.1.tar.gz b/Glob-0.10.1.tar.gz deleted file mode 100644 index a5668f4..0000000 --- a/Glob-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cae4476d944947010705e0b00cf3e36c90ef407f968861f6771b931056b6d315 -size 29763 diff --git a/Glob-0.10.2.tar.gz b/Glob-0.10.2.tar.gz new file mode 100644 index 0000000..df34b46 --- /dev/null +++ b/Glob-0.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af672ac8427d35cbd42d64142dc288feab266f0be92dae3c696e8860d8173c0 +size 30226 diff --git a/Glob.cabal b/Glob.cabal index 1ccff6e..c6c4038 100644 --- a/Glob.cabal +++ b/Glob.cabal @@ -1,7 +1,7 @@ Cabal-Version: >= 1.10 Name: Glob -Version: 0.10.1 +Version: 0.10.2 x-revision: 1 Homepage: http://iki.fi/matti.niemenmaa/glob/ Synopsis: Globbing library @@ -35,7 +35,7 @@ Library , transformers-compat >= 0.3 && < 0.8 if impl(ghc < 8.0) - Build-Depends: semigroups >= 0.18 && < 0.20 + Build-Depends: semigroups >= 0.18 && < 0.21 if os(windows) Build-Depends: Win32 == 2.* diff --git a/ghc-Glob.changes b/ghc-Glob.changes index c0890cf..475f832 100644 --- a/ghc-Glob.changes +++ b/ghc-Glob.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Nov 20 17:31:36 UTC 2021 - psimons@suse.com + +- Update Glob to version 0.10.2 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- +Thu Nov 11 12:31:46 UTC 2021 - psimons@suse.com + +- Update Glob to version 0.10.2. + 0.10.2, 2021-11-10: + Relaxed transformers-compat version bound. + + Supported Win32 2.12.0.0 or higher. + ------------------------------------------------------------------- Tue Jul 27 13:40:58 UTC 2021 - psimons@suse.com diff --git a/ghc-Glob.spec b/ghc-Glob.spec index aae3efb..ba72fac 100644 --- a/ghc-Glob.spec +++ b/ghc-Glob.spec @@ -19,7 +19,7 @@ %global pkg_name Glob %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.10.1 +Version: 0.10.2 Release: 0 Summary: Globbing library License: BSD-3-Clause @@ -59,7 +59,6 @@ This package provides the Haskell %{pkg_name} library development files. %prep %autosetup -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal -chmod -x *.txt # https://github.com/Deewiant/glob/issues/31 %build %ghc_lib_build