update to 0.7.1
This commit is contained in:
parent
185f7395f7
commit
cec2597f37
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/syb-0.5.1.tar.gz
|
/syb-0.5.1.tar.gz
|
||||||
/syb-0.6.tar.gz
|
/syb-0.6.tar.gz
|
||||||
/syb-0.7.tar.gz
|
/syb-0.7.tar.gz
|
||||||
|
/syb-0.7.1.tar.gz
|
||||||
|
11
ghc-syb.spec
11
ghc-syb.spec
@ -8,8 +8,8 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.7
|
Version: 0.7.1
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Scrap Your Boilerplate
|
Summary: Scrap Your Boilerplate
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -33,7 +33,6 @@ BuildRequires: ghc-containers-devel
|
|||||||
BuildRequires: ghc-mtl-devel
|
BuildRequires: ghc-mtl-devel
|
||||||
%endif
|
%endif
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
BuildRequires: dos2unix
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the generics system described in the "Scrap Your
|
This package contains the generics system described in the "Scrap Your
|
||||||
@ -79,7 +78,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
%setup -q -n %{pkgver}
|
%setup -q -n %{pkgver}
|
||||||
# End cabal-rpm setup
|
# End cabal-rpm setup
|
||||||
|
|
||||||
dos2unix LICENSE README
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Begin cabal-rpm build:
|
# Begin cabal-rpm build:
|
||||||
@ -104,7 +102,7 @@ dos2unix LICENSE README
|
|||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
%doc README
|
%doc ChangeLog README.md
|
||||||
|
|
||||||
|
|
||||||
%if %{with haddock}
|
%if %{with haddock}
|
||||||
@ -118,6 +116,9 @@ dos2unix LICENSE README
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 0.7.1-1
|
||||||
|
- update to 0.7.1
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-6
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (syb-0.7.tar.gz) = b1bc61cfb828dcf344784ca1686b563bfe12388363fe387b86ddfa8a90f6f38a2f2a595cff969cb577e0a6460c2ad032d7477b701bd2503cc05ee6f974c5bcb9
|
SHA512 (syb-0.7.1.tar.gz) = 63a3138f7f824a9bc611b9d025d4e7adc2da8d420d260b66d56190db683a0afac58e4794e94b13d4aa7b423d949e55a1ed0220c99d368973117b5056fd0f4e65
|
||||||
|
Loading…
Reference in New Issue
Block a user