[ghc-hinotify] update to 0.3.5 with cabal-rpm

Jens Petersen petersen at fedoraproject.org
Wed Nov 7 08:24:29 UTC 2012


commit 5cae1d428a06200fe806d03fbdafa59b59e81449
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Nov 7 17:24:24 2012 +0900

    update to 0.3.5 with cabal-rpm

 .gitignore        |    1 +
 ghc-hinotify.spec |   22 +++++++++++-----------
 sources           |    2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35d0d13..8cedcc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /hinotify-0.3.1.tar.gz
 /hinotify-0.3.2.tar.gz
+/hinotify-0.3.5.tar.gz
diff --git a/ghc-hinotify.spec b/ghc-hinotify.spec
index a53e2a4..2168e34 100644
--- a/ghc-hinotify.spec
+++ b/ghc-hinotify.spec
@@ -1,4 +1,3 @@
-# cabal2spec-0.25
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -6,27 +5,26 @@
 
 %global common_summary Haskell binding to INotify
 
-%global common_description This library provides a wrapper to the Linux Kernel's inotify \
-feature, allowing applications to subscribe to notifications \
+%global common_description This library provides a wrapper to the Linux Kernel's inotify\
+feature, allowing applications to subscribe to notifications\
 when a file is accessed or modified.
 
 Name:           ghc-%{pkg_name}
-Version:        0.3.2
-Release:        5%{?dist}
+Version:        0.3.5
+Release:        1%{?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 %{!?without_hscolour:hscolour}
-# END cabal2spec
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-unix-devel
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -44,7 +42,6 @@ BuildRequires:  ghc-unix-devel
 %ghc_lib_install
 
 
-# devel subpackage
 %ghc_devel_package
 
 %ghc_devel_description
@@ -58,6 +55,9 @@ BuildRequires:  ghc-unix-devel
 
 
 %changelog
+* Wed Nov 07 2012 Jens Petersen <petersen at redhat.com> - 0.3.5-1
+- update to 0.3.5
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 111dd07..c2b944e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1105bc75012bd2a299181c47b21cac39  hinotify-0.3.2.tar.gz
+9e37df64edf05ba330272d12ff47e12a  hinotify-0.3.5.tar.gz


More information about the scm-commits mailing list