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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cookie?expand=0&rev=52
This commit is contained in:
Peter Simons 2023-01-17 18:08:21 +00:00 committed by Git OBS Bridge
parent e3bf05f43a
commit ed56f707f2
4 changed files with 14 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 4 11:24:18 UTC 2023 - Peter Simons <psimons@suse.com>
- Update cookie to version 0.4.6.
## 0.4.6
* Resolve redundant import of Data.Monoid [#26](https://github.com/snoyberg/cookie/pull/26)
* Added `renderSetCookieBS` and `renderCookiesBS`
-------------------------------------------------------------------
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-cookie
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# 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.5
Version: 0.4.6
Release: 0
Summary: HTTP cookie parsing and rendering
License: MIT