[ghc-split/el6] Revert to earlier version of package

Jens Petersen petersen at fedoraproject.org
Mon Dec 10 08:53:20 UTC 2012


commit 54c5394a65d186243b57f810ae00480cbafe7c70
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Dec 10 17:53:15 2012 +0900

    Revert to earlier version of package
    
    Reverting "mention addition to HP in changelog"
    Reverting "update to 0.2.1.1 - part of latest haskell-platform"
    Reverting "Untire for now until deciding what to do with monolithic haskell-platform"
    Reverting "part of haskell-platform-2012.4"
    Reverting "unbump release"
    Reverting "update with cabal-rpm"
    Reverting "- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild"

 .gitignore     |    1 -
 ghc-split.spec |   26 ++++++++++----------------
 sources        |    2 +-
 3 files changed, 11 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e696c7..5fe5c6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,3 @@
 /split-0.1.4.tar.gz
 /split-0.1.4.2.tar.gz
 /split-0.1.4.3.tar.gz
-/split-0.2.1.1.tar.gz
diff --git a/ghc-split.spec b/ghc-split.spec
index 5c7b549..e12308c 100644
--- a/ghc-split.spec
+++ b/ghc-split.spec
@@ -1,3 +1,4 @@
+# cabal2spec-0.25.2
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -5,21 +6,23 @@
 
 %global common_summary Combinator library for splitting lists
 
-%global common_description A collection of various methods for splitting lists into parts,\
-akin to the split functions found in several mainstream languages.
+%global common_description Combinator library and utility functions for splitting lists.
 
 Name:           ghc-%{pkg_name}
-# part of haskell-platform-2012.4
-Version:        0.2.1.1
-Release:        1%{?dist}
+Version:        0.1.4.3
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
+Group:          System Environment/Libraries
 License:        BSD
+# BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-
+ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
+BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
+# END cabal2spec
+BuildRequires:  ghc-base-devel
 
 %description
 %{common_description}
@@ -50,15 +53,6 @@ BuildRequires:  ghc-rpm-macros
 
 
 %changelog
-* Tue Nov 27 2012 Jens Petersen <petersen at redhat.com> - 0.2.1.1-1
-- update to 0.2.1.1, part of haskell-platform-2012.4
-
-* Sat Nov 17 2012 Jens Petersen <petersen at redhat.com>
-- update with cabal-rpm
-
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.4.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
 * Mon Jul 16 2012 Jens Petersen <petersen at redhat.com> - 0.1.4.3-2
 - change prof BRs to devel
 
diff --git a/sources b/sources
index 5c688a2..fbd8ec3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ae209ca08f6baeff81b50613d0a9e3d  split-0.2.1.1.tar.gz
+2a19f1dca98be53b5f4c5dd535a65ca3  split-0.1.4.3.tar.gz


More information about the scm-commits mailing list