From 2ab4cd8aec2f40535dd9d39ec656ef5cdc46bb47 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 17 Feb 2010 03:06:18 +0000 Subject: [PATCH 1/6] Initialize branch F-13 for rubygem-htmlentities --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From a317b9b72ca817d6810a3915fdd0d2d499fe0447 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Fri, 9 Apr 2010 16:20:24 +0000 Subject: [PATCH 2/6] - 4.2.1 --- .cvsignore | 2 +- rubygem-htmlentities.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index fb109f6..bfb26cc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -htmlentities-4.2.0.gem +htmlentities-4.2.1.gem diff --git a/rubygem-htmlentities.spec b/rubygem-htmlentities.spec index dd625ee..ad4e045 100644 --- a/rubygem-htmlentities.spec +++ b/rubygem-htmlentities.spec @@ -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.1 +Release: 1%{?dist} Group: Development/Languages License: MIT URL: http://htmlentities.rubyforge.org/ @@ -141,6 +141,9 @@ rm -rf %{buildroot} %changelog +* Sat Apr 11 2010 Mamoru Tasaka - 4.2.1-1 +- 4.2.1 + * Wed Jan 13 2010 Mamoru Tasaka - 4.2.0-2.respin1 - 4.2.0 (tarball seems respun) diff --git a/sources b/sources index 9c75592..29a082c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f969adda1916cc6f724eb478ea6d215 htmlentities-4.2.0.gem +9ef40bc84cf09c1a653c56c440d166fc htmlentities-4.2.1.gem From 4bfb21a61cb5bfdc3f7ad37abd1ed5d1239194da Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 11:51:44 +0000 Subject: [PATCH 3/6] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index c1cf31b..0000000 --- a/Makefile +++ /dev/null @@ -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) diff --git a/branch b/branch deleted file mode 100644 index baa94ef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-13 From 42c09b45b6e4b35a68932fd9b016d52998abac88 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Sat, 6 Nov 2010 04:28:33 +0900 Subject: [PATCH 4/6] - 4.2.2 --- .gitignore | 1 + rubygem-htmlentities.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bfb26cc..85c56cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ htmlentities-4.2.1.gem +/htmlentities-4.2.2.gem diff --git a/rubygem-htmlentities.spec b/rubygem-htmlentities.spec index ad4e045..20b5991 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.2.1 +Version: 4.2.2 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -141,6 +141,9 @@ rm -rf %{buildroot} %changelog +* Sun Nov 6 2010 Mamoru Tasaka - 4.2.2-1 +- 4.2.2 + * Sat Apr 11 2010 Mamoru Tasaka - 4.2.1-1 - 4.2.1 diff --git a/sources b/sources index 29a082c..f2d3bfb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ef40bc84cf09c1a653c56c440d166fc htmlentities-4.2.1.gem +d6b788e16b41be0d43dc953a63c659d0 htmlentities-4.2.2.gem From ce05e5cad2581020cbee9dceb95f2d37917fbcb3 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Fri, 14 Jan 2011 20:47:28 +0900 Subject: [PATCH 5/6] - 4.2.3 --- .gitignore | 1 + rubygem-htmlentities.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 85c56cf..d79d4f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ htmlentities-4.2.1.gem /htmlentities-4.2.2.gem +/htmlentities-4.2.3.gem diff --git a/rubygem-htmlentities.spec b/rubygem-htmlentities.spec index 20b5991..c0545d3 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.2.2 +Version: 4.2.3 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -141,6 +141,9 @@ rm -rf %{buildroot} %changelog +* Fri Jan 14 2011 Mamoru Tasaka - 4.2.3-1 +- 4.2.3 + * Sun Nov 6 2010 Mamoru Tasaka - 4.2.2-1 - 4.2.2 diff --git a/sources b/sources index f2d3bfb..cee4caf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6b788e16b41be0d43dc953a63c659d0 htmlentities-4.2.2.gem +db0d65ceae4b3a0ab59453cd52e84897 htmlentities-4.2.3.gem From a3c341229f652a087c52bf085c900fbdad711465 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Tue, 1 Feb 2011 01:21:48 +0900 Subject: [PATCH 6/6] - 4.2.4 --- .gitignore | 1 + rubygem-htmlentities.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d79d4f8..2ed8a56 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ htmlentities-4.2.1.gem /htmlentities-4.2.2.gem /htmlentities-4.2.3.gem +/htmlentities-4.2.4.gem diff --git a/rubygem-htmlentities.spec b/rubygem-htmlentities.spec index c0545d3..baeb223 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.2.3 +Version: 4.2.4 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -141,6 +141,9 @@ rm -rf %{buildroot} %changelog +* Tue Feb 1 2011 Mamoru Tasaka - 4.2.4-1 +- 4.2.4 + * Fri Jan 14 2011 Mamoru Tasaka - 4.2.3-1 - 4.2.3 diff --git a/sources b/sources index cee4caf..4e17087 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db0d65ceae4b3a0ab59453cd52e84897 htmlentities-4.2.3.gem +fa03f7fc44769acab2e6c6e6a66d4b67 htmlentities-4.2.4.gem