[ghc-hinotify] Update to 0.3.2

Ben Boeckel mathstuf at fedoraproject.org
Tue Jul 26 01:53:44 UTC 2011


commit d48c880ab11866a2e641ee0a544754b3fbb7280b
Author: Ben Boeckel <MathStuf at gmail.com>
Date:   Mon Jul 25 21:45:55 2011 -0400

    Update to 0.3.2

 .gitignore              |    1 +
 ghc-hinotify.spec       |    9 +++++----
 hinotify-no-via-C.patch |   11 -----------
 sources                 |    2 +-
 4 files changed, 7 insertions(+), 16 deletions(-)
---
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 <mathstuf at gmail.com> - 0.3.2-1
+- Update to 0.3.2
+
 * Thu Jun 23 2011 Jens Petersen <petersen at redhat.com> - 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/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


More information about the scm-commits mailing list