forked from pool/ghc-cookie
Accepting request 759370 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/759370 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-cookie?expand=0&rev=10
This commit is contained in:
commit
d06ab8b647
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3245ed04ae933cf7becede816d1f76043b851472700abf558ae90b28414cc0e3
|
||||
size 5996
|
3
cookie-0.4.5.tar.gz
Normal file
3
cookie-0.4.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:707f94d1b31018b91d6a1e9e19ef5413e20d02cab00ad93a5fd7d7b3b46a3583
|
||||
size 6048
|
@ -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 <psimons@suse.com>
|
||||
|
||||
- Drop obsolete group attributes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 20 11:31:21 UTC 2018 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -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: <https://www.stackage.org/package/cookie>.
|
||||
|
||||
%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}
|
||||
|
Loading…
Reference in New Issue
Block a user