update to 1.1

This reverts commit 3a3248c6bf.
This commit is contained in:
Jens Petersen 2016-06-07 11:14:33 +09:00
parent 9965429ef0
commit bde6ef326d
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/random-1.0.1.1.tar.gz
/random-1.1.tar.gz

View File

@ -4,8 +4,8 @@
Name: ghc-%{pkg_name}
# part of haskell-platform
Version: 1.0.1.1
Release: 31%{?dist}
Version: 1.1
Release: 1%{?dist}
Summary: Random number library
License: BSD
@ -46,6 +46,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -56,13 +58,17 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%doc README.md
%changelog
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 1.1-1
- update to 1.1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1.1-31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
9a249cfa7ff6793cbf2be06e9fcd7538 random-1.0.1.1.tar.gz
474f10b9389b316e4472b71d20298993 random-1.1.tar.gz