update to 0.4.1.1 and cblrpm-0.9.2+

This commit is contained in:
Jens Petersen 2015-01-19 16:47:31 +09:00
parent 8198aa7106
commit 3dd1a34d32
3 changed files with 9 additions and 11 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <petersen@redhat.com> - 0.4.1.1-1
- update to 0.4.1.1
* Thu Aug 28 2014 Jens Petersen <petersen@redhat.com> - 0.4.0.1-1
- update to 0.4.0.1

View File

@ -1 +1 @@
05eec55cc71b11571d65b4d29ed001dd cereal-0.4.0.1.tar.gz
139ac40880440d59fc94e9aacfb0c467 cereal-0.4.1.1.tar.gz