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 3cb0a96..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,11 +19,10 @@ %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 -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}