update to 0.3.2

This commit is contained in:
Jens Petersen 2016-06-25 21:25:07 +09:00
parent d939258074
commit 57c372b5c6
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/netlist-to-vhdl-0.3.1.tar.gz
/netlist-to-vhdl-0.3.2.tar.gz

View File

@ -1,10 +1,11 @@
# generated by cabal-rpm-0.9.11
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name netlist-to-vhdl
Name: ghc-%{pkg_name}
Version: 0.3.1
Release: 13%{?dist}
Version: 0.3.2
Release: 1%{?dist}
Summary: Convert a Netlist AST to VHDL
License: BSD
@ -46,6 +47,8 @@ files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -56,13 +59,16 @@ files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%changelog
* Sat Jun 25 2016 Jens Petersen <petersen@redhat.com> - 0.3.2-1
- update to 0.3.2
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
124345e4e21cb896ffdee8aa71a11532 netlist-to-vhdl-0.3.1.tar.gz
8d7afd726cec878cff88675f02456a84 netlist-to-vhdl-0.3.2.tar.gz