Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Mamoru Tasaka
a3c341229f - 4.2.4 2011-02-01 01:21:48 +09:00
Mamoru Tasaka
ce05e5cad2 - 4.2.3 2011-01-14 20:47:28 +09:00
Mamoru Tasaka
42c09b45b6 - 4.2.2 2010-11-06 04:28:33 +09:00
Fedora Release Engineering
4bfb21a61c dist-git conversion 2010-07-29 11:51:44 +00:00
Mamoru Tasaka
a317b9b72c - 4.2.1 2010-04-09 16:20:24 +00:00
Jesse Keating
2ab4cd8aec Initialize branch F-13 for rubygem-htmlentities 2010-02-17 03:06:18 +00:00
5 changed files with 19 additions and 25 deletions

View file

@ -1 +0,0 @@
htmlentities-4.2.0.gem

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
htmlentities-4.2.1.gem
/htmlentities-4.2.2.gem
/htmlentities-4.2.3.gem
/htmlentities-4.2.4.gem

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: rubygem-htmlentities
# $Id$
NAME := rubygem-htmlentities
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -9,8 +9,8 @@
Summary: A module for encoding and decoding (X)HTML entities
Name: rubygem-%{gemname}
Version: 4.2.0
Release: 2%{?dist}.respin1
Version: 4.2.4
Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://htmlentities.rubyforge.org/
@ -141,6 +141,18 @@ rm -rf %{buildroot}
%changelog
* Tue Feb 1 2011 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.2.4-1
- 4.2.4
* Fri Jan 14 2011 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.2.3-1
- 4.2.3
* Sun Nov 6 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.2.2-1
- 4.2.2
* Sat Apr 11 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.2.1-1
- 4.2.1
* Wed Jan 13 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.2.0-2.respin1
- 4.2.0 (tarball seems respun)

View file

@ -1 +1 @@
4f969adda1916cc6f724eb478ea6d215 htmlentities-4.2.0.gem
fa03f7fc44769acab2e6c6e6a66d4b67 htmlentities-4.2.4.gem