[rubygem-puppet-lint/el6] New upstream version. http://puppet-lint.com/changelog/

Russell Harrison rharrison at fedoraproject.org
Tue Oct 30 17:29:32 UTC 2012


commit 87b76564d7b00b75f27020fe01f81808848fdf8c
Author: Russell Harrison <rharrison at fedoraproject.org>
Date:   Tue Oct 30 11:57:36 2012 -0400

    New upstream version. http://puppet-lint.com/changelog/
    
    - Remove exit code patch. Fixed in upstream
    
    Conflicts:
    	rubygem-puppet-lint.spec

 rubygem-puppet-lint.spec |   10 ++++++----
 sources                  |    2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/rubygem-puppet-lint.spec b/rubygem-puppet-lint.spec
index 3a28893..9f39968 100644
--- a/rubygem-puppet-lint.spec
+++ b/rubygem-puppet-lint.spec
@@ -6,8 +6,8 @@
 %global rubyabi 1.8
 
 Name: rubygem-%{gemname}
-Version: 0.2.1
-Release: 3%{?dist}
+Version: 0.3.2
+Release: 1%{?dist}
 Summary: Ensure your Puppet manifests conform with the Puppetlabs style guide
 Group: Development/Languages
 License: MIT
@@ -15,7 +15,6 @@ URL: http://puppet-lint.com/
 Source0: http://rubygems.org/gems/%{gemname}-%{version}.gem
 # Patch already accepted upstream and will be in the next release
 # https://github.com/rodjek/puppet-lint/pull/141
-Patch0: rubygem-puppet-lint.Pass-exit-value-to-the-shell.patch
 Requires: ruby(abi) = %{rubyabi}
 Requires: ruby(rubygems)
 Requires: ruby
@@ -43,7 +42,6 @@ Documentation for %{name}
 gem unpack %{SOURCE0}
 
 %setup -q -D -T -n  %{gemname}-%{version}
-%patch0 -p1
 
 gem spec %{SOURCE0} -l --ruby > %{gemname}.gemspec
 
@@ -92,6 +90,10 @@ chmod a-x %{buildroot}%{geminstdir}/lib/puppet-lint/bin.rb
 %doc %{geminstdir}/README.md
 
 %changelog
+* Tue Oct 30 2012 Russell Harrison <rharrison at fedoraproject.org> 0.3.2-1
+- New upstream version. http://puppet-lint.com/changelog/
+- Remove exit code patch. Fixed in upstream
+
 * Tue Sep 25 2012 Russell Harrison <rharrison at fedoraproject.org> 0.2.1-3
 - Drop requirement for the puppet package
 - Moving files not required at run time to the doc subpackage
diff --git a/sources b/sources
index 2cda465..36e3edf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-edcb54543ff655190dfe9f8bbb901147  puppet-lint-0.2.1.gem
+6016644d72c1794b7633e1b071e9487a  puppet-lint-0.3.2.gem


More information about the scm-commits mailing list