Philip Withnall 2014-08-28 10:23:54 +01:00
parent 308df9cb0d
commit 2dae035f28
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/setlocale-0.0.3.tar.gz
/setlocale-1.0.0.tar.gz

View File

@ -6,13 +6,13 @@
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.0.3
Release: 2%{?dist}
Version: 1.0.0
Release: 1%{?dist}
Summary: A Haskell interface to setlocale
License: Public Domain
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
License: BSD
URL: http://pkg-haskell.alioth.debian.org/%{pkg_name}/
Source0: http://pkg-haskell.alioth.debian.org/%{pkg_name}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -61,6 +61,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Thu Aug 28 2014 Philip Withnall <philip@tecnocode.co.uk> - 1.0.0-1
- Update to 1.0.0 (rewrite due to licencing issues)
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
0ac4dec734728605de2c49d8ed6fe8a0 setlocale-0.0.3.tar.gz
f94921ad6057e2eda77a0f5239170388 setlocale-1.0.0.tar.gz