From 585f3e6225dab2fee5232e2cc56e924745eff29f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 17 Dec 2010 22:01:33 -0500 Subject: [PATCH] Update to 0.12 --- .gitignore | 1 + ghc-tagsoup.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1477a43..62e611c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /tagsoup-0.11.1.tar.gz +/tagsoup-0.12.tar.gz diff --git a/ghc-tagsoup.spec b/ghc-tagsoup.spec index 43d061d..ecf81ad 100644 --- a/ghc-tagsoup.spec +++ b/ghc-tagsoup.spec @@ -20,8 +20,8 @@ Users should start from the "Text.HTML.TagSoup" module. %global debug_package %{nil} Name: ghc-%{pkg_name} -Version: 0.11.1 -Release: 4%{?dist} +Version: 0.12 +Release: 1%{?dist} Summary: Haskell %{pkg_name} Group: System Environment/Libraries @@ -66,6 +66,9 @@ rm -rf %{buildroot} %changelog +* Fri Dec 17 2010 Ben Boeckel - 0.12-1 +- Update to 0.12 + * Sun Dec 5 2010 Jens Petersen - 0.11.1-4 - rebuild for network-2.3 diff --git a/sources b/sources index b0050d5..a841463 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5469453026dff80cd515ba163c41ecfa tagsoup-0.11.1.tar.gz +0c878d2c2fb01a12ce79dc87d395b3d5 tagsoup-0.12.tar.gz