From 6e9a5c1b8d6dd3df27f3cdb4f564224932566344 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Jun 2013 18:52:02 +0900 Subject: [PATCH] update to 1.0.4 --- .gitignore | 1 + ghc-byteorder.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1425877..c105e23 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /byteorder-1.0.3.tar.gz +/byteorder-1.0.4.tar.gz diff --git a/ghc-byteorder.spec b/ghc-byteorder.spec index 66645ca..605a2d8 100644 --- a/ghc-byteorder.spec +++ b/ghc-byteorder.spec @@ -3,8 +3,8 @@ %global pkg_name byteorder Name: ghc-%{pkg_name} -Version: 1.0.3 -Release: 3%{?dist} +Version: 1.0.4 +Release: 1%{?dist} Summary: Exposes the native endianness or byte ordering of the system License: BSD @@ -58,6 +58,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Mon Jun 10 2013 Jens Petersen - 1.0.4-1 +- update to 1.0.4 + * Fri Jun 07 2013 Jens Petersen - 1.0.3-3 - update to new simplified Haskell Packaging Guidelines diff --git a/sources b/sources index 695ec7d..8393071 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -70f8e69c2fdf384bf9a44ee3478f6a1c byteorder-1.0.3.tar.gz +a68226a369ffae7f344d6f21d2827439 byteorder-1.0.4.tar.gz