diff --git a/ghc-pcap.spec b/ghc-pcap.spec index f843b50..377ad27 100644 --- a/ghc-pcap.spec +++ b/ghc-pcap.spec @@ -2,17 +2,14 @@ %global pkg_name pcap -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} - Name: ghc-%{pkg_name} Version: 0.4.5.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A system-independent interface for user-level packet capture License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/package/%{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 @@ -80,6 +77,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Tue Jan 27 2015 Jens Petersen - 0.4.5.2-6 +- rebuild + * Fri Dec 12 2014 Philip Withnall - 0.4.5.2-5 - Rebuilt for libHSbase changes