diff --git a/cookie-0.4.2.1.tar.gz b/cookie-0.4.2.1.tar.gz deleted file mode 100644 index bbcfe00..0000000 --- a/cookie-0.4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06413091908e20ce154effdcd354d7eea1447380e29a8acdb15c3347512852e4 -size 5774 diff --git a/cookie-0.4.4.tar.gz b/cookie-0.4.4.tar.gz new file mode 100644 index 0000000..cc15ad8 --- /dev/null +++ b/cookie-0.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3245ed04ae933cf7becede816d1f76043b851472700abf558ae90b28414cc0e3 +size 5996 diff --git a/ghc-cookie.changes b/ghc-cookie.changes index 0e78c1a..29d4632 100644 --- a/ghc-cookie.changes +++ b/ghc-cookie.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update cookie to version 0.4.4. + * Dropped dependency on blaze-builder + * Made cookie text rendering slightly more efficient + * Added `defaultSetCookie` [#16](https://github.com/snoyberg/cookie/pull/16) + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 25409ec..629dbe2 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-cookie # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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.2.1 +Version: 0.4.4 Release: 0 Summary: HTTP cookie parsing and rendering License: MIT @@ -27,11 +27,9 @@ 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 -BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-data-default-class-devel BuildRequires: ghc-deepseq-devel -BuildRequires: ghc-old-locale-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-time-devel @@ -77,7 +75,7 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %doc ChangeLog.md README.md