diff --git a/.gitignore b/.gitignore index ee45f07..35d0d13 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /hinotify-0.3.1.tar.gz +/hinotify-0.3.2.tar.gz diff --git a/ghc-hinotify.spec b/ghc-hinotify.spec index bac4647..5d43f51 100644 --- a/ghc-hinotify.spec +++ b/ghc-hinotify.spec @@ -11,8 +11,8 @@ feature, allowing applications to subscribe to notifications \ when a file is accessed or modified. Name: ghc-%{pkg_name} -Version: 0.3.1 -Release: 11%{?dist} +Version: 0.3.2 +Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -24,7 +24,6 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros BuildRequires: hscolour BuildRequires: ghc-containers-prof, ghc-directory-prof, ghc-unix-prof -Patch1: hinotify-no-via-C.patch %description %{common_description} @@ -32,7 +31,6 @@ Patch1: hinotify-no-via-C.patch %prep %setup -q -n %{pkg_name}-%{version} -%patch1 -p1 -b .orig %build @@ -51,6 +49,9 @@ install -p README %{buildroot}/%{_docdir}/%{name}-%{version}/README %changelog +* Mon Jul 25 2011 Ben Boeckel - 0.3.2-1 +- Update to 0.3.2 + * Thu Jun 23 2011 Jens Petersen - 0.3.1-11 - BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2) - don't build via-C since it breaks assembler on x86_64 (#715799) diff --git a/hinotify-no-via-C.patch b/hinotify-no-via-C.patch deleted file mode 100644 index ab5ddbe..0000000 --- a/hinotify-no-via-C.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -u hinotify-0.3.1/hinotify.cabal\~ hinotify-0.3.1/hinotify.cabal ---- hinotify-0.3.1/hinotify.cabal~ 2009-12-06 23:12:01.000000000 +0900 -+++ hinotify-0.3.1/hinotify.cabal 2011-07-22 11:53:31.472156979 +0900 -@@ -33,6 +33,6 @@ - other-modules: - System.INotify.Masks - -- ghc-options: -fvia-C -Wall -+ ghc-options: -Wall - - hs-source-dirs: src diff --git a/sources b/sources index 29b64b8..111dd07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b24191dab428cd0bfb74af9f0ab68372 hinotify-0.3.1.tar.gz +1105bc75012bd2a299181c47b21cac39 hinotify-0.3.2.tar.gz