update to 1.0.4

This commit is contained in:
Jens Petersen 2013-06-10 18:52:02 +09:00
parent 24dc1dfed2
commit 6e9a5c1b8d
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/byteorder-1.0.3.tar.gz
/byteorder-1.0.4.tar.gz

View File

@ -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 <petersen@redhat.com> - 1.0.4-1
- update to 1.0.4
* Fri Jun 07 2013 Jens Petersen <petersen@redhat.com> - 1.0.3-3
- update to new simplified Haskell Packaging Guidelines

View File

@ -1 +1 @@
70f8e69c2fdf384bf9a44ee3478f6a1c byteorder-1.0.3.tar.gz
a68226a369ffae7f344d6f21d2827439 byteorder-1.0.4.tar.gz