update to 1.2.1

This commit is contained in:
Jens Petersen 2015-09-17 18:54:27 +09:00
parent d0f72e49b8
commit 0a925d2146
3 changed files with 11 additions and 9 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/haddock-library-1.1.1.tar.gz
/haddock-library-1.2.1.tar.gz

View File

@ -4,12 +4,9 @@
%bcond_with tests
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 1.1.1
Release: 2%{?dist}
Version: 1.2.1
Release: 1%{?dist}
Summary: Library exposing some functionality of Haddock
License: BSD
@ -21,6 +18,7 @@ BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-transformers-devel
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-base-compat-devel
@ -54,14 +52,14 @@ files.
%build
# for "dist/doc/html/haddock-library/haddock-prolog7045.txt: invalid argument"
LANG=en_US.utf8
%ghc_lib_build
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
@ -78,13 +76,16 @@ LANG=en_US.utf8
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%changelog
* Thu Sep 17 2015 Jens Petersen <petersen@redhat.com> - 1.2.1-1
- update to 1.2.1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
43b0f7a9eb4a86056e1b3eaaf9394b6d haddock-library-1.1.1.tar.gz
87ac6bd48bbaa26a993248f00fa69b17 haddock-library-1.2.1.tar.gz