update to 1.24.1

epel9
Jens Petersen 8 years ago
parent ca984637b8
commit 0a081bb832

1
.gitignore vendored

@ -3,3 +3,4 @@ hscolour-1.17.tar.gz
/hscolour-1.20.2.tar.gz /hscolour-1.20.2.tar.gz
/hscolour-1.20.3.tar.gz /hscolour-1.20.3.tar.gz
/hscolour-1.23.tar.gz /hscolour-1.23.tar.gz
/hscolour-1.24.1.tar.gz

@ -1,3 +1,4 @@
# generated by cabal-rpm-0.11
# https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name hscolour %global pkg_name hscolour
@ -11,12 +12,12 @@
#%%global without_hscolour 1 #%%global without_hscolour 1
Name: %{pkg_name} Name: %{pkg_name}
Version: 1.23 Version: 1.24.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: Colorize Haskell code Summary: Colorize Haskell code
# the source does not state intended GPL version # the source does not state intended GPL version
License: GPL+ License: LGPLv2+
Url: https://hackage.haskell.org/package/%{name} Url: https://hackage.haskell.org/package/%{name}
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
@ -27,7 +28,7 @@ BuildRequires: ghc-containers-devel
# End cabal-rpm deps # End cabal-rpm deps
%description %description
Hscolour is a Haskell tool to colourize Haskell code. It currently has Hscolour is a Haskell tool to colorize Haskell code. It currently has
six output formats: ANSI terminal codes (optionally XTerm-256colour codes), six output formats: ANSI terminal codes (optionally XTerm-256colour codes),
HTML 3.2 with <font> tags, HTML 4.01 with CSS, HTML 4.01 with CSS and mouseover HTML 3.2 with <font> tags, HTML 4.01 with CSS, HTML 4.01 with CSS and mouseover
annotations, XHTML 1.0 with inline CSS styling, LaTeX, and mIRC chat codes. annotations, XHTML 1.0 with inline CSS styling, LaTeX, and mIRC chat codes.
@ -73,19 +74,22 @@ This package provides the Haskell %{name} library development files.
%files %files
%license LICENCE-GPL %license LICENCE-LGPL
%{_bindir}/HsColour %{_bindir}/HsColour
%{_datadir}/%{name}-%{version} %{_datadir}/%{name}-%{version}
%files -n ghc-%{name} -f ghc-%{name}.files %files -n ghc-%{name} -f ghc-%{name}.files
%license LICENCE-GPL %license LICENCE-LGPL
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
%changelog %changelog
* Mon Feb 20 2017 Jens Petersen <petersen@redhat.com> - 1.23-1
- update to 1.24.1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-2 * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

@ -1 +1 @@
db7d455e29429c2038595ac1d33f1865 hscolour-1.23.tar.gz SHA512 (hscolour-1.24.1.tar.gz) = 3a04943283f2e9ce59f42a547b5972d5c73aa3bca4696dd736858b102477f9460998804325a82999b275ca9bbeeb8e8a22da45db22d4d97ff12418178eb6c377

Loading…
Cancel
Save