update to 1.2.6

This commit is contained in:
Jens Petersen 2015-01-19 23:10:06 +09:00
parent 93befb92d1
commit f11aad9dde
3 changed files with 15 additions and 14 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/hslogger-1.1.4.tar.gz
/hslogger-1.1.5.tar.gz
/hslogger-1.2.1.tar.gz
/hslogger-1.2.6.tar.gz

View File

@ -2,17 +2,14 @@
%global pkg_name hslogger
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 1.2.1
Release: 5%{?dist}
Version: 1.2.6
Release: 1%{?dist}
Summary: Versatile logging framework
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
@ -28,13 +25,13 @@ BuildRequires: ghc-unix-devel
# End cabal-rpm deps
%description
hslogger is a logging framework for Haskell, roughly similar to
Python's logging module.
Hslogger is a logging framework for Haskell, roughly similar to Python's
logging module.
hslogger lets each log message have a priority and source be associated
with it. The programmer can then define global handlers that route
or filter messages based on the priority and source. hslogger also
has a syslog handler built in.
hslogger lets each log message have a priority and source be associated with
it. The programmer can then define global handlers that route or filter
messages based on the priority and source. hslogger also has a syslog handler
built in.
%package devel
@ -77,6 +74,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Mon Jan 19 2015 Jens Petersen <petersen@redhat.com> - 1.2.6-1
- update to 1.2.6
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
d94e39cd6a262565cf0758a6ead74919 hslogger-1.2.1.tar.gz
873f0641d59621c0d9803120915b8094 hslogger-1.2.6.tar.gz