update to 0.5.1
This commit is contained in:
parent
fe110e4f39
commit
972299f916
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/syb-0.3.6.tar.gz
|
||||
/syb-0.4.0.tar.gz
|
||||
/syb-0.4.1.tar.gz
|
||||
/syb-0.5.1.tar.gz
|
||||
|
11
ghc-syb.spec
11
ghc-syb.spec
@ -9,8 +9,8 @@
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
# part of haskell-platform
|
||||
Version: 0.4.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Scrap Your Boilerplate
|
||||
|
||||
License: BSD
|
||||
@ -60,6 +60,8 @@ dos2unix LICENSE README
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
@ -76,7 +78,7 @@ dos2unix LICENSE README
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
@ -84,6 +86,9 @@ dos2unix LICENSE README
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 17 2015 Jens Petersen <petersen@redhat.com> - 0.5.1-1
|
||||
- update to 0.5.1
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user