update to 0.4.1.1 and cblrpm-0.9.2+
This commit is contained in:
parent
8198aa7106
commit
3dd1a34d32
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user