Upgrade to hslogger-1.1.4

modified:   .gitignore
	modified:   ghc-hslogger.spec
	modified:   sources
This commit is contained in:
Lakshmi Narasimhan T V 2011-03-11 15:15:37 +05:30
parent 227adf12ea
commit f73803da12
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/hslogger-1.1.0.tar.gz
/hslogger-1.1.3.tar.gz
/hslogger-1.1.4.tar.gz

View File

@ -7,8 +7,8 @@
%global ghc_pkg_deps ghc-mtl-devel,ghc-network-devel
Name: ghc-%{pkg_name}
Version: 1.1.3
Release: 5%{?dist}
Version: 1.1.4
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -21,7 +21,6 @@ BuildRequires: ghc, ghc-doc, ghc-prof
BuildRequires: ghc-rpm-macros >= 0.7.3
BuildRequires: hscolour
%{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
Patch1: ghc-hslogger-1.1.3-network-version.patch
%description
%{common_description}
@ -29,7 +28,6 @@ Patch1: ghc-hslogger-1.1.3-network-version.patch
%prep
%setup -q -n %{pkg_name}-%{version}
%patch1 -p1 -b .orig
%build
@ -46,6 +44,9 @@ install -p -m 644 COPYING ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}
%changelog
* Fri Mar 11 2011 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.1.4-1
- upgrade to hslogger-1.1.4
* Fri Mar 11 2011 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.1.3-5
- Rebuild for ghc-7.0.2

View File

@ -1 +1 @@
a523a379d365c4e6fce0c341671c68c3 hslogger-1.1.3.tar.gz
6165120d8c581bc15167afda21c578c7 hslogger-1.1.4.tar.gz