From ed56f707f266d141fc5d1eaac7198ae815bf61641fa2a75512dae6b643cf1ddc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 17 Jan 2023 18:08:21 +0000 Subject: [PATCH] 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 --- cookie-0.4.5.tar.gz | 3 --- cookie-0.4.6.tar.gz | 3 +++ ghc-cookie.changes | 9 +++++++++ ghc-cookie.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 cookie-0.4.5.tar.gz create mode 100644 cookie-0.4.6.tar.gz diff --git a/cookie-0.4.5.tar.gz b/cookie-0.4.5.tar.gz deleted file mode 100644 index 1f454d0..0000000 --- a/cookie-0.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:707f94d1b31018b91d6a1e9e19ef5413e20d02cab00ad93a5fd7d7b3b46a3583 -size 6048 diff --git a/cookie-0.4.6.tar.gz b/cookie-0.4.6.tar.gz new file mode 100644 index 0000000..8911660 --- /dev/null +++ b/cookie-0.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c41a956c32b9733d525a53d43b0338a236a34d36658ecc4364c8249a6664baa +size 6219 diff --git a/ghc-cookie.changes b/ghc-cookie.changes index fe3f24d..363e70d 100644 --- a/ghc-cookie.changes +++ b/ghc-cookie.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 4 11:24:18 UTC 2023 - Peter Simons + +- 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 diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 7388c99..191771f 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -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