From f3924e9c0fea3a9f863bab05c0989994a9422c51 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 15 Apr 2009 07:43:15 +0000 Subject: [PATCH 1/7] Initialize branch F-11 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..25c7708 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-11 From 1f6148508ba0dbac0e57bdecfb8b8a488f4d01f6 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Thu, 20 Aug 2009 16:24:08 +0000 Subject: [PATCH 2/7] - 4.1.0 --- .cvsignore | 2 +- rubygem-htmlentities.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index d81205e..d1754a1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -htmlentities-4.0.0.gem +htmlentities-4.1.0.gem diff --git a/rubygem-htmlentities.spec b/rubygem-htmlentities.spec index c273024..8eb08fe 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.0.0 -Release: 2%{?dist} +Version: 4.1.0 +Release: 1%{?dist} Group: Development/Languages License: MIT URL: http://htmlentities.rubyforge.org/ @@ -137,6 +137,12 @@ rm -rf %{buildroot} %changelog +* Fri Aug 21 2009 Mamoru Tasaka - 4.1.0-1 +- 4.1.0 + +* Sat Jul 25 2009 Mamoru Tasaka - 4.0.0-3 +- F-12: Mass rebuild + * Fri Mar 6 2009 Mamoru Tasaka - Cleanups diff --git a/sources b/sources index 8bb36b8..3c70de7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8490050367c95d63f83049852f7e93a8 htmlentities-4.0.0.gem +ccb03a8085d032ebfdcef45eba91ada2 htmlentities-4.1.0.gem From d7ed16890872ed593208db289a27f888cee96224 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Wed, 26 Aug 2009 17:05:20 +0000 Subject: [PATCH 3/7] - 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 From 8e7ee14fda4d316572ad2e72a40be2e756018838 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:31:21 +0000 Subject: [PATCH 4/7] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e29c289..c1cf31b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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 +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)) From b90186d41abb9e770e696f0c4b69fc808e454d8f Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Tue, 12 Jan 2010 15:37:51 +0000 Subject: [PATCH 5/7] - 4.2.0 (tarball seems respun) --- rubygem-htmlentities.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-htmlentities.spec b/rubygem-htmlentities.spec index 4459bf5..dd625ee 100644 --- a/rubygem-htmlentities.spec +++ b/rubygem-htmlentities.spec @@ -10,7 +10,7 @@ Summary: A module for encoding and decoding (X)HTML entities Name: rubygem-%{gemname} Version: 4.2.0 -Release: 1%{?dist} +Release: 2%{?dist}.respin1 Group: Development/Languages License: MIT URL: http://htmlentities.rubyforge.org/ @@ -141,6 +141,9 @@ rm -rf %{buildroot} %changelog +* Wed Jan 13 2010 Mamoru Tasaka - 4.2.0-2.respin1 +- 4.2.0 (tarball seems respun) + * Thu Aug 27 2009 Mamoru Tasaka - 4.2.0-1 - 4.2.0 diff --git a/sources b/sources index 73ca85b..9c75592 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad78c92451862e54fa608539d7c1bccd htmlentities-4.2.0.gem +4f969adda1916cc6f724eb478ea6d215 htmlentities-4.2.0.gem From f0df2a2bd9d95597478e41c0d58ec8a0e2a1db2d Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Fri, 9 Apr 2010 16:20:23 +0000 Subject: [PATCH 6/7] - 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 bfee063d094ae17ce2920e62cd99078727bad552 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 11:51:46 +0000 Subject: [PATCH 7/7] 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 25c7708..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-11