update to 1.6.12

This commit is contained in:
Jens Petersen 2015-01-23 12:32:45 +09:00
parent a8e653e1c4
commit 38d3e47abb
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ uniplate-1.5.1.tar.gz
/uniplate-1.6.5.tar.gz /uniplate-1.6.5.tar.gz
/uniplate-1.6.7.tar.gz /uniplate-1.6.7.tar.gz
/uniplate-1.6.10.tar.gz /uniplate-1.6.10.tar.gz
/uniplate-1.6.12.tar.gz

View File

@ -3,13 +3,13 @@
%global pkg_name uniplate %global pkg_name uniplate
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 1.6.10 Version: 1.6.12
Release: 6%{?dist} Release: 1%{?dist}
Summary: Uniform type generic traversals library Summary: Uniform type generic traversals library
License: BSD License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Patch0: uniplate-1.6.10-annotation-ghci.patch Patch0: uniplate-1.6.10-annotation-ghci.patch
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
@ -30,10 +30,11 @@ but is substantially simpler and faster. The Uniplate manual is available at
%package devel %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version} Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel %description devel
This package provides the Haskell %{pkg_name} library development files. This package provides the Haskell %{pkg_name} library development files.
@ -71,6 +72,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog %changelog
* Fri Jan 23 2015 Jens Petersen <petersen@redhat.com> - 1.6.12-1
- update to 1.6.12
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.10-6 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.10-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
15d66ef37f5563e16e2077fe7b5377c2 uniplate-1.6.10.tar.gz 8a1914109e6707c4bab211d44c39f6c4 uniplate-1.6.12.tar.gz