update to 0.2.3.2

This commit is contained in:
Jens Petersen 2016-06-26 19:29:22 +09:00
parent a2a0995af5
commit 9238916f8d
3 changed files with 23 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/vector-binary-instances-0.2.1.0.tar.gz
/vector-binary-instances-0.2.3.2.tar.gz

View File

@ -1,10 +1,13 @@
# generated by cabal-rpm-0.9.12
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name vector-binary-instances
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.1.0
Release: 7%{?dist}
Version: 0.2.3.2
Release: 1%{?dist}
Summary: Binary and Serialize instances for vector
License: BSD
@ -15,8 +18,11 @@ BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-binary-devel
BuildRequires: ghc-cereal-devel
BuildRequires: ghc-vector-devel
%if %{with tests}
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-quickcheck-devel
%endif
# End cabal-rpm deps
%description
@ -50,6 +56,14 @@ development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
%cabal test
%endif
%post devel
%ghc_pkg_recache
@ -60,13 +74,16 @@ development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%changelog
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 0.2.3.2-1
- update to 0.2.3.2
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
06abb679efe6bb617c31f54c055a3d07 vector-binary-instances-0.2.1.0.tar.gz
573b7fdd65d7eb09384e2bb6a9decccd vector-binary-instances-0.2.3.2.tar.gz