update to 1.3.6.0
This commit is contained in:
parent
d9af77bfc4
commit
aee3d58f7d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/io-streams-1.1.4.5.tar.gz
|
/io-streams-1.1.4.5.tar.gz
|
||||||
/io-streams-1.2.1.1.tar.gz
|
/io-streams-1.2.1.1.tar.gz
|
||||||
/io-streams-1.3.2.0.tar.gz
|
/io-streams-1.3.2.0.tar.gz
|
||||||
|
/io-streams-1.3.6.0.tar.gz
|
||||||
|
@ -1,17 +1,19 @@
|
|||||||
|
# generated by cabal-rpm-0.11.1
|
||||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||||
|
|
||||||
%global pkg_name io-streams
|
%global pkg_name io-streams
|
||||||
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.3.2.0
|
Version: 1.3.6.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple, composable, easy-to-use stream I/O
|
Summary: Simple, composable, easy-to-use stream I/O
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||||
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
@ -72,7 +74,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkgver}
|
||||||
cabal-tweak-drop-dep bytestring-builder
|
cabal-tweak-drop-dep bytestring-builder
|
||||||
|
|
||||||
|
|
||||||
@ -101,10 +103,13 @@ cabal-tweak-drop-dep bytestring-builder
|
|||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
%doc README.md
|
%doc CONTRIBUTORS README.md changelog.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 23 2017 Jens Petersen <petersen@redhat.com> - 1.3.6.0-1
|
||||||
|
- update to 1.3.6.0
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2.0-3
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user