update to 0.8.10
This commit is contained in:
parent
2aceaad981
commit
49fff8da1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/yaml-0.8.5.2.tar.gz
|
/yaml-0.8.5.2.tar.gz
|
||||||
/yaml-0.8.5.3.tar.gz
|
/yaml-0.8.5.3.tar.gz
|
||||||
/yaml-0.8.8.2.tar.gz
|
/yaml-0.8.8.2.tar.gz
|
||||||
|
/yaml-0.8.10.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.8.8.2
|
Version: 0.8.10
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Support for parsing and rendering YAML documents
|
Summary: Support for parsing and rendering YAML documents
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -22,6 +22,8 @@ BuildRequires: ghc-attoparsec-devel
|
|||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-conduit-devel
|
BuildRequires: ghc-conduit-devel
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
|
BuildRequires: ghc-directory-devel
|
||||||
|
BuildRequires: ghc-filepath-devel
|
||||||
BuildRequires: ghc-resourcet-devel
|
BuildRequires: ghc-resourcet-devel
|
||||||
BuildRequires: ghc-scientific-devel
|
BuildRequires: ghc-scientific-devel
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
@ -31,7 +33,7 @@ BuildRequires: ghc-vector-devel
|
|||||||
BuildRequires: pkgconfig(yaml-0.1)
|
BuildRequires: pkgconfig(yaml-0.1)
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-HUnit-devel
|
BuildRequires: ghc-HUnit-devel
|
||||||
BuildRequires: ghc-directory-devel
|
BuildRequires: ghc-aeson-qq-devel
|
||||||
BuildRequires: ghc-hspec-devel
|
BuildRequires: ghc-hspec-devel
|
||||||
%endif
|
%endif
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
@ -97,11 +99,15 @@ rm -r libyaml
|
|||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
|
%doc README.md
|
||||||
%{_bindir}/json2yaml
|
%{_bindir}/json2yaml
|
||||||
%{_bindir}/yaml2json
|
%{_bindir}/yaml2json
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 4 2015 Jens Petersen <petersen@fedoraproject.org> - 0.8.10-1
|
||||||
|
- update to 0.8.10
|
||||||
|
|
||||||
* Wed Jan 28 2015 Jens Petersen <petersen@redhat.com> - 0.8.8.2-5
|
* Wed Jan 28 2015 Jens Petersen <petersen@redhat.com> - 0.8.8.2-5
|
||||||
- cblrpm refresh
|
- cblrpm refresh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user