update to 0.3.7

This commit is contained in:
Jens Petersen 2015-01-19 22:28:05 +09:00
parent 2e77cc2133
commit af71a1cd12
3 changed files with 15 additions and 11 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/hinotify-0.3.1.tar.gz
/hinotify-0.3.2.tar.gz
/hinotify-0.3.5.tar.gz
/hinotify-0.3.7.tar.gz

View File

@ -3,13 +3,13 @@
%global pkg_name hinotify
Name: ghc-%{pkg_name}
Version: 0.3.5
Release: 6%{?dist}
Summary: Haskell binding to INotify
Version: 0.3.7
Release: 1%{?dist}
Summary: Haskell binding to inotify
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -20,17 +20,17 @@ BuildRequires: ghc-unix-devel
# End cabal-rpm deps
%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.
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.
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
@ -61,10 +61,13 @@ This package provides the Haskell %{pkg_name} library development files.
%files devel -f %{name}-devel.files
%doc ANNOUNCE README* examples
%doc README.md
%changelog
* Mon Jan 19 2015 Jens Petersen <petersen@redhat.com> - 0.3.7-1
- update to 0.3.7
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
9e37df64edf05ba330272d12ff47e12a hinotify-0.3.5.tar.gz
40beb45d4b377637e932b9f68c1e551c hinotify-0.3.7.tar.gz