From 5cae1d428a06200fe806d03fbdafa59b59e81449 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Nov 07 2012 08:24:24 +0000 Subject: update to 0.3.5 with cabal-rpm --- 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 - 0.3.5-1 +- update to 0.3.5 + * Thu Jul 19 2012 Fedora Release Engineering - 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