From ec2e4ec08a88ca2e495206e55ae0677c3471b2a4ca3817e6aaf970ae700837c8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 25 Oct 2019 01:02:56 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-cookie revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cookie?expand=0&rev=35 --- ghc-cookie.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 3cb0a96..39cd874 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -23,7 +23,6 @@ Version: 0.4.4 Release: 0 Summary: HTTP cookie parsing and rendering License: MIT -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 @@ -47,7 +46,6 @@ please see: . %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} From c954caadcdface418d86afb476bc59cf584db87520075e60acdeb94d9fceb169 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Dec 2019 02:02:24 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-cookie revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cookie?expand=0&rev=36 --- cookie-0.4.4.tar.gz | 3 --- cookie-0.4.5.tar.gz | 3 +++ ghc-cookie.changes | 13 +++++++++++++ ghc-cookie.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 cookie-0.4.4.tar.gz create mode 100644 cookie-0.4.5.tar.gz diff --git a/cookie-0.4.4.tar.gz b/cookie-0.4.4.tar.gz deleted file mode 100644 index cc15ad8..0000000 --- a/cookie-0.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3245ed04ae933cf7becede816d1f76043b851472700abf558ae90b28414cc0e3 -size 5996 diff --git a/cookie-0.4.5.tar.gz b/cookie-0.4.5.tar.gz new file mode 100644 index 0000000..1f454d0 --- /dev/null +++ b/cookie-0.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707f94d1b31018b91d6a1e9e19ef5413e20d02cab00ad93a5fd7d7b3b46a3583 +size 6048 diff --git a/ghc-cookie.changes b/ghc-cookie.changes index 1527021..430c74c 100644 --- a/ghc-cookie.changes +++ b/ghc-cookie.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Nov 12 09:57:04 UTC 2019 - psimons@suse.com + +- Update cookie to version 0.4.5. + ## 0.4.5 + + * Added `SameSite=None` + +------------------------------------------------------------------- +Fri Nov 8 16:13:30 UTC 2019 - Peter Simons + +- Drop obsolete group attributes. + ------------------------------------------------------------------- Sat Oct 20 11:31:21 UTC 2018 - Peter Simons diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 39cd874..6807805 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-cookie # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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.4 +Version: 0.4.5 Release: 0 Summary: HTTP cookie parsing and rendering License: MIT