[rubygem-actionview] Update to ActionView 4.1.1

Josef Stribny jstribny at fedoraproject.org
Thu May 22 11:18:11 UTC 2014


commit 6753ca67637c887fb88e5c3c8f42f5d031aabe74
Author: Josef Stribny <jstribny at redhat.com>
Date:   Thu May 22 13:17:54 2014 +0200

    Update to ActionView 4.1.1

 .gitignore              |    2 ++
 rubygem-actionview.spec |   11 +++++++----
 sources                 |    4 ++--
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3960b3d..d26e9bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 /actionview-4.1.0-tests.tgz
 /actionview-4.1.0.gem
+/actionview-4.1.1-tests.tgz
+/actionview-4.1.1.gem
diff --git a/rubygem-actionview.spec b/rubygem-actionview.spec
index 204a4d3..d7114ac 100644
--- a/rubygem-actionview.spec
+++ b/rubygem-actionview.spec
@@ -2,8 +2,8 @@
 %global bootstrap 1
 
 Name: rubygem-%{gem_name}
-Version: 4.1.0
-Release: 2%{?dist}
+Version: 4.1.1
+Release: 1%{?dist}
 Summary: Rendering framework putting the V in MVC (part of Rails)
 Group: Development/Languages
 License: MIT
@@ -11,8 +11,8 @@ URL: http://www.rubyonrails.org
 Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
 # git clone http://github.com/rails/rails.git
 # cd rails/actionview/
-# git checkout v%%{version}
-# tar czvf activesupport-%%{version}-tests.tgz test/
+# git checkout v4.1.1
+# tar czvf activesupport-4.1.1-tests.tgz test/
 Source1: %{gem_name}-%{version}-tests.tgz
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
@@ -80,6 +80,9 @@ popd
 %doc %{gem_instdir}/CHANGELOG.md
 
 %changelog
+* Thu May 22 2014 Josef Stribny <jstribny at redhat.com> - 4.1.1-1
+- Update to ActionView 4.1.1
+
 * Tue Apr 15 2014 Josef Stribny <jstribny at redhat.com> - 4.1.0-2
 - Unpack test suite in %%check
 - Adjust tests to run with all dependencies
diff --git a/sources b/sources
index a26f6b2..ddb8387 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3c4c2c6d12bd3a9afea886cb9a6ef305  actionview-4.1.0-tests.tgz
-27f58895dc8b910c37d73355588c973f  actionview-4.1.0.gem
+ae5ef0bccdd3ff2afee2975ff80f6424  actionview-4.1.1-tests.tgz
+01a64b268fa1b066d5746be03ced9a99  actionview-4.1.1.gem


More information about the scm-commits mailing list