Reverting "update to 1.1"

This reverts commit 9427ca2ce7.
This commit is contained in:
Jens Petersen 2016-02-02 00:23:35 +09:00
parent 9427ca2ce7
commit 3a3248c6bf
3 changed files with 4 additions and 11 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
/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.1
Release: 1%{?dist}
Version: 1.0.1.1
Release: 30%{?dist}
Summary: Random number library
License: BSD
@ -46,8 +46,6 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -58,17 +56,13 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%files -f %{name}.files
%license LICENSE
%doc LICENSE
%files devel -f %{name}-devel.files
%doc README.md
%changelog
* Fri Oct 02 2015 Jens Petersen <petersen@redhat.com> - 1.1-1
- update to 1.1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1.1-30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

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