From ecd156c0eca002222d8bb407ad1c36b104c08440 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 2 Feb 2016 01:06:39 +0900 Subject: [PATCH] Reverting "update to 1.23" This reverts commit 7a807b11e031c626b8978dcdcd754b5d1be0b510. --- .gitignore | 1 - hscolour.spec | 13 ++++--------- sources | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 26a9a9e..bd6e40e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ hscolour-1.17.tar.gz /hscolour-1.19.tar.gz /hscolour-1.20.2.tar.gz /hscolour-1.20.3.tar.gz -/hscolour-1.23.tar.gz diff --git a/hscolour.spec b/hscolour.spec index f730d73..bbc7755 100644 --- a/hscolour.spec +++ b/hscolour.spec @@ -11,8 +11,8 @@ #%%global without_hscolour 1 Name: %{pkg_name} -Version: 1.23 -Release: 1%{?dist} +Version: 1.20.3 +Release: 12%{?dist} Summary: Colorize Haskell code # the source does not state intended GPL version @@ -63,8 +63,6 @@ This package provides the Haskell %{name} library development files. %install %ghc_lib_install -rm %{buildroot}%{ghc_pkgdocdir}/LICENCE-GPL - %post -n ghc-%{name}-devel %ghc_pkg_recache @@ -75,22 +73,19 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENCE-GPL %files -%license LICENCE-GPL +%doc LICENCE-GPL %{_bindir}/HsColour %{_datadir}/%{name}-%{version} %files -n ghc-%{name} -f ghc-%{name}.files -%license LICENCE-GPL +%doc LICENCE-GPL %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files %changelog -* Mon Sep 28 2015 Jens Petersen - 1.23-1 -- update to 1.23 - * Wed Jun 17 2015 Fedora Release Engineering - 1.20.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index a7a827a..067c58b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db7d455e29429c2038595ac1d33f1865 hscolour-1.23.tar.gz +86ab0303a023ac22617d14bbcd06eab8 hscolour-1.20.3.tar.gz