Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
744ce5f1a2 dist-git conversion 2010-07-29 11:51:44 +00:00
Mamoru Tasaka
140b357a96 - 4.2.1 2010-04-09 16:20:23 +00:00
Mamoru Tasaka
8ce3b1669b - 4.2.0 (tarball seems respun) 2010-01-12 15:37:52 +00:00
Bill Nottingham
3ee170600b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:21 +00:00
Jesse Keating
45b1796860 Initialize branch F-12 for rubygem-htmlentities 2009-09-29 06:45:33 +00:00
5 changed files with 9 additions and 24 deletions

View file

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

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
htmlentities-4.2.1.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 $$/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,7 +9,7 @@
Summary: A module for encoding and decoding (X)HTML entities
Name: rubygem-%{gemname}
Version: 4.2.0
Version: 4.2.1
Release: 1%{?dist}
Group: Development/Languages
License: MIT
@ -141,6 +141,12 @@ rm -rf %{buildroot}
%changelog
* 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)
* Thu Aug 27 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.2.0-1
- 4.2.0

View file

@ -1 +1 @@
ad78c92451862e54fa608539d7c1bccd htmlentities-4.2.0.gem
9ef40bc84cf09c1a653c56c440d166fc htmlentities-4.2.1.gem