From 079e8211b271bfa04404bd67f8e964f4549dea38 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 29 Sep 2009 06:45:58 +0000 Subject: [PATCH 1/5] Initialize branch F-12 for rubygem-rspec --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..06de2d2 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-12 From 2cb01cbe28b06353dd729bd2c55a952cda60a131 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:31:59 +0000 Subject: [PATCH 2/5] 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 7fa6f31..75f61b4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := rubygem-rspec 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 0efd71af5fcc97a1a750fe6addb131622f23d86e Mon Sep 17 00:00:00 2001 From: Michael Stahnke Date: Wed, 9 Dec 2009 22:50:11 +0000 Subject: [PATCH 3/5] New version. --- .cvsignore | 2 +- rubygem-rspec.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index ebabd0d..d027138 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rspec-1.2.7.gem +rspec-1.2.9.gem diff --git a/rubygem-rspec.spec b/rubygem-rspec.spec index f91384f..e60fb51 100644 --- a/rubygem-rspec.spec +++ b/rubygem-rspec.spec @@ -1,4 +1,3 @@ -# Generated from rspec-1.1.3.gem by gem2rpm -*- rpm-spec -*- %define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']") %define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null) %define gemname rspec @@ -6,8 +5,8 @@ Summary: Behaviour driven development (BDD) framework for Ruby Name: rubygem-%{gemname} -Version: 1.2.7 -Release: 2%{?dist} +Version: 1.2.9 +Release: 1%{?dist} Group: Development/Languages License: GPLv2+ or Ruby URL: http://rspec.rubyforge.org @@ -53,6 +52,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 09 2009 Michael Stahnke - 1.2.9-1 +- New Version + * Sun Jul 26 2009 Fedora Release Engineering - 1.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index d8f426e..c07a3ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df7d2bdc3f50d7e8ff75f5345e360d1a rspec-1.2.7.gem +9c47f7f286441a24dfc5f9ad6edd3245 rspec-1.2.9.gem From fd4f6b0db170bc5a066fa858bb0fb42e9bcb8eaa Mon Sep 17 00:00:00 2001 From: Michael Stahnke Date: Fri, 9 Apr 2010 20:18:56 +0000 Subject: [PATCH 4/5] New version 1.3.0 --- rubygem-rspec.spec | 15 +++++++++------ sources | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/rubygem-rspec.spec b/rubygem-rspec.spec index e60fb51..d58a128 100644 --- a/rubygem-rspec.spec +++ b/rubygem-rspec.spec @@ -1,15 +1,15 @@ -%define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']") -%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null) -%define gemname rspec -%define geminstdir %{gemdir}/gems/%{gemname}-%{version} +%global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']") +%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null) +%global gemname rspec +%global geminstdir %{gemdir}/gems/%{gemname}-%{version} Summary: Behaviour driven development (BDD) framework for Ruby Name: rubygem-%{gemname} -Version: 1.2.9 +Version: 1.3.0 Release: 1%{?dist} Group: Development/Languages License: GPLv2+ or Ruby -URL: http://rspec.rubyforge.org +URL: http://rspec.info Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: rubygems, ruby(abi) = 1.8 @@ -52,6 +52,9 @@ rm -rf %{buildroot} %changelog +* Fri Apr 09 2010 Michael Stahnke - 1.3.0-1 +- Updated to 1.3.0 + * Wed Dec 09 2009 Michael Stahnke - 1.2.9-1 - New Version diff --git a/sources b/sources index c07a3ea..dd6f5b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c47f7f286441a24dfc5f9ad6edd3245 rspec-1.2.9.gem +88f8949ace3a28ef5474838856b60649 rspec-1.3.0.gem From f3406606c8ea7aa61ba8838010edf02189d6a40e Mon Sep 17 00:00:00 2001 From: Michael Stahnke Date: Fri, 16 Apr 2010 21:51:18 +0000 Subject: [PATCH 5/5] bug fix --- rubygem-rspec.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rubygem-rspec.spec b/rubygem-rspec.spec index d58a128..14a4b88 100644 --- a/rubygem-rspec.spec +++ b/rubygem-rspec.spec @@ -6,7 +6,7 @@ Summary: Behaviour driven development (BDD) framework for Ruby Name: rubygem-%{gemname} Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: GPLv2+ or Ruby URL: http://rspec.info @@ -18,10 +18,7 @@ BuildArch: noarch Provides: rubygem(%{gemname}) = %{version} %description -RSpec is a behaviour driven development (BDD) framework for Ruby. RSpec was -created in response to Dave Astels' article _A New Look at Test Driven -Development_ which can be read at: http://daveastels.com/index.php?p=5 RSpec -is intended to provide the features discussed in Dave's article. +RSpec is a behaviour driven development (BDD) framework for Ruby. %prep @@ -52,6 +49,9 @@ rm -rf %{buildroot} %changelog +* Fri Apr 16 2010 Michael Stahnke - 1.3.0-2 +- Removed 404 URL in the description (bug 515042) + * Fri Apr 09 2010 Michael Stahnke - 1.3.0-1 - Updated to 1.3.0