From 2dae035f28fbb036af73e64a4ab07bda06e836f8 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Aug 28 2014 09:23:54 +0000 Subject: Update to 1.0.0 Rewrite due to licencing issues. See: • https://lists.alioth.debian.org/pipermail/pkg-haskell-maintainers/2014-July/020271.html • https://lists.debian.org/debian-haskell/2014/07/msg00007.html • http://pkg-haskell.alioth.debian.org/setlocale/ --- diff --git a/.gitignore b/.gitignore index 65d6fa8..abfe4ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /setlocale-0.0.3.tar.gz +/setlocale-1.0.0.tar.gz diff --git a/ghc-setlocale.spec b/ghc-setlocale.spec index 2d0c949..8333ed3 100644 --- a/ghc-setlocale.spec +++ b/ghc-setlocale.spec @@ -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 - 1.0.0-1 +- Update to 1.0.0 (rewrite due to licencing issues) + * Sat Aug 16 2014 Fedora Release Engineering - 0.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 6588e70..ae60056 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0ac4dec734728605de2c49d8ed6fe8a0 setlocale-0.0.3.tar.gz +f94921ad6057e2eda77a0f5239170388 setlocale-1.0.0.tar.gz