From 7aa58290b17313c64fee77bc199fe5db65ce3180 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Wed, 26 Aug 2009 17:05:20 +0000 Subject: [PATCH] - 4.2.0 --- .cvsignore | 2 +- rubygem-htmlentities.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index d1754a1..fb109f6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -htmlentities-4.1.0.gem +htmlentities-4.2.0.gem diff --git a/rubygem-htmlentities.spec b/rubygem-htmlentities.spec index 8eb08fe..4459bf5 100644 --- a/rubygem-htmlentities.spec +++ b/rubygem-htmlentities.spec @@ -9,7 +9,7 @@ Summary: A module for encoding and decoding (X)HTML entities Name: rubygem-%{gemname} -Version: 4.1.0 +Version: 4.2.0 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -58,6 +58,9 @@ rm -rf %{buildroot} mkdir -p %{buildroot}%{gemdir} cp -a ./%{gemdir}/* %{buildroot}%{gemdir}/ +# Cleanups +rm -f %{buildroot}%{geminstdir}/setup.rb + # Create symlinks for ruby-%%{gemname} # Copied from rubygem-gettext.spec @@ -125,6 +128,7 @@ rm -rf %{buildroot} %dir %{geminstdir} %doc %{geminstdir}/[A-Z]* %{geminstdir}/lib/ +%doc %{geminstdir}/perf/ %doc %{geminstdir}/test/ %{gemdir}/cache/%{gemname}-%{version}.gem @@ -137,6 +141,9 @@ rm -rf %{buildroot} %changelog +* Thu Aug 27 2009 Mamoru Tasaka - 4.2.0-1 +- 4.2.0 + * Fri Aug 21 2009 Mamoru Tasaka - 4.1.0-1 - 4.1.0 diff --git a/sources b/sources index 3c70de7..73ca85b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ccb03a8085d032ebfdcef45eba91ada2 htmlentities-4.1.0.gem +ad78c92451862e54fa608539d7c1bccd htmlentities-4.2.0.gem