SHA256
1
0
forked from pool/ghc-cookie

Accepting request 607774 from devel:languages:haskell

Update ghc-cookie to the latest version.

OBS-URL: https://build.opensuse.org/request/show/607774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-cookie?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2018-05-30 10:05:35 +00:00 committed by Git OBS Bridge
commit 02f014bc9a
4 changed files with 14 additions and 8 deletions

View File

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

3
cookie-0.4.4.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update cookie to version 0.4.4.
* Dropped dependency on blaze-builder
* Made cookie text rendering slightly more efficient
* Added `defaultSetCookie` [#16](https://github.com/snoyberg/cookie/pull/16)
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-cookie
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name cookie
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.4.2.1
Version: 0.4.4
Release: 0
Summary: HTTP cookie parsing and rendering
License: MIT
@ -27,11 +27,9 @@ 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
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-data-default-class-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-old-locale-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
@ -77,7 +75,7 @@ This package provides the Haskell %{pkg_name} library development files.
%ghc_pkg_recache
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%doc ChangeLog.md README.md