Accepting request 1190827 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1190827 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-wai-logger?expand=0&rev=6
This commit is contained in:
commit
15e4d38759
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 21:57:36 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update wai-logger to version 2.4.1.
|
||||
Upstream does not provide a change log file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:09:00 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-wai-logger
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,24 +18,20 @@
|
||||
|
||||
%global pkg_name wai-logger
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.4.0
|
||||
Version: 2.4.1
|
||||
Release: 0
|
||||
Summary: A logging system for WAI
|
||||
License: MIT
|
||||
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
|
||||
BuildRequires: ghc-Cabal-prof
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-byteorder-devel
|
||||
BuildRequires: ghc-byteorder-prof
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-cabal-doctest-devel
|
||||
BuildRequires: ghc-cabal-doctest-prof
|
||||
BuildRequires: ghc-fast-logger-devel
|
||||
BuildRequires: ghc-fast-logger-prof
|
||||
BuildRequires: ghc-http-types-devel
|
||||
@ -46,13 +42,9 @@ BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-wai-devel
|
||||
BuildRequires: ghc-wai-prof
|
||||
ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-doctest-devel
|
||||
BuildRequires: ghc-doctest-prof
|
||||
%endif
|
||||
|
||||
%description
|
||||
A logging system for WAI.
|
||||
A logging system for WAI(Web Application Interface).
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
@ -89,9 +81,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
%check
|
||||
%cabal_test
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:057e635acd35a39d6ddae4ba4c5dfa1425e251579bbd3239c7f4b557bc96290a
|
||||
size 5925
|
3
wai-logger-2.4.1.tar.gz
Normal file
3
wai-logger-2.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a67ebd9a70cc3aecff08c0562571ff04b2fb19874ae1e32c0729387c67ea35c
|
||||
size 5775
|
Loading…
Reference in New Issue
Block a user