[rubygem-httparty] Updating for new version.

Michael Stahnke stahnma at fedoraproject.org
Wed Mar 2 16:47:13 UTC 2011


commit c8df1efaba50d6aca4b24dc88e330e60f5695691
Author: Michael Stahnke <stahnma at duo.stahnkage.com>
Date:   Wed Mar 2 05:46:23 2011 -0600

    Updating for new version.

 .gitignore            |    1 +
 rubygem-httparty.spec |   15 +++++++++------
 sources               |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 37f8dba..f3da3e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /httparty-0.6.1.gem
+/httparty-0.7.4.gem
diff --git a/rubygem-httparty.spec b/rubygem-httparty.spec
index 09466cd..82da7b0 100644
--- a/rubygem-httparty.spec
+++ b/rubygem-httparty.spec
@@ -5,8 +5,8 @@
 
 Summary: Makes HTTP fun! Also, makes consuming restful web services dead easy
 Name: rubygem-%{gemname}
-Version: 0.6.1
-Release: 3%{?dist}
+Version: 0.7.4
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://httparty.rubyforge.org
@@ -16,7 +16,7 @@ Requires: rubygems
 Requires: rubygem(crack) = 0.1.8
 Requires: ruby(abi) = 1.8
 BuildRequires: rubygems
-# Waiting to enable check until jeweler and fakeweb are in Fedora
+# Waiting to enable check until jeweler is in Fedora
 # BuildRequires(check): rubygem(rspec)
 # BuildRequires(check): rubygem(jeweler)
 # BuildRequires(chekc): rubygem(fakeweb)
@@ -50,6 +50,8 @@ rmdir %{buildroot}%{gemdir}/bin
 find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
 rm -f  %{buildroot}%{geminstdir}/.gitignore
 rm -f  %{buildroot}%{geminstdir}/httparty.gemspec
+rm -f  %{buildroot}%{geminstdir}/.rvmrc
+rm -f  %{buildroot}%{geminstdir}/Gemfile*
 
 %clean
 rm -rf %{buildroot}
@@ -66,10 +68,8 @@ cd %{buildroot}%{geminstdir}
 %{geminstdir}/lib
 %doc %{geminstdir}/README.rdoc
 %doc %{geminstdir}/MIT-LICENSE
-%doc %{geminstdir}/VERSION
 %doc %{geminstdir}/History
 %doc %{geminstdir}/Manifest
-%{geminstdir}/*.yml
 %{geminstdir}/bin
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
@@ -82,9 +82,12 @@ cd %{buildroot}%{geminstdir}
 %{geminstdir}/spec
 %{geminstdir}/website
 %{geminstdir}/features
-
+%{geminstdir}/*.yml
 
 %changelog
+* Tue Mar 01 2011 <stahnma at fedoraproject.org> - 0.7.4-1
+- New version upstream
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index df3ce9a..8a1a4cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76bed570db76e3a1102075ec651a8437  httparty-0.6.1.gem
+0312d0043842d9ae909ccd2c28183f1e  httparty-0.7.4.gem


More information about the scm-commits mailing list