forked from pool/ghc-cookie
Accepting request 1059060 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1059060 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-cookie?expand=0&rev=14
This commit is contained in:
commit
78a571b63b
@ -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
3
cookie-0.4.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c41a956c32b9733d525a53d43b0338a236a34d36658ecc4364c8249a6664baa
|
||||||
|
size 6219
|
@ -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>
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-cookie
|
# 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
|
# 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
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name cookie
|
%global pkg_name cookie
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.4.5
|
Version: 0.4.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP cookie parsing and rendering
|
Summary: HTTP cookie parsing and rendering
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user