From 3dd1a34d329e2c1e3012cbfe835e8e45856879c4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 19 Jan 2015 16:47:31 +0900 Subject: [PATCH] update to 0.4.1.1 and cblrpm-0.9.2+ --- .gitignore | 1 + ghc-cereal.spec | 17 +++++++---------- sources | 2 +- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 7ffa3e9..795817b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /cereal-0.3.5.1.tar.gz /cereal-0.3.5.2.tar.gz /cereal-0.4.0.1.tar.gz +/cereal-0.4.1.1.tar.gz diff --git a/ghc-cereal.spec b/ghc-cereal.spec index 7f86afb..6053c9f 100644 --- a/ghc-cereal.spec +++ b/ghc-cereal.spec @@ -2,17 +2,14 @@ %global pkg_name cereal -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} - Name: ghc-%{pkg_name} -Version: 0.4.0.1 +Version: 0.4.1.1 Release: 1%{?dist} Summary: A binary serialization library License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +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-rpm-macros @@ -24,10 +21,7 @@ BuildRequires: ghc-containers-devel %description A binary serialization library, similar to binary, that introduces an isolate -primitive for parser isolation, and replaces the asynchronous errors with a -user-handleable Either type. Similar to binary in performance, but uses a -strict ByteString instead of a lazy ByteString, thus restricting it to -operating on finite inputs. +primitive for parser isolation, and labeled blocks for better error messages. %package devel @@ -70,6 +64,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Mon Jan 19 2015 Jens Petersen - 0.4.1.1-1 +- update to 0.4.1.1 + * Thu Aug 28 2014 Jens Petersen - 0.4.0.1-1 - update to 0.4.0.1 diff --git a/sources b/sources index 2ce855a..6896787 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -05eec55cc71b11571d65b4d29ed001dd cereal-0.4.0.1.tar.gz +139ac40880440d59fc94e9aacfb0c467 cereal-0.4.1.1.tar.gz