Hello community,

here is the log from the commit of package rubygem-execjs for openSUSE:Factory 
checked in at 2013-09-27 18:06:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-execjs (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-execjs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-execjs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-execjs/rubygem-execjs.changes    
2012-07-16 09:45:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-execjs.new/rubygem-execjs.changes       
2013-09-27 18:06:31.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Aug 30 10:00:26 UTC 2013 - [email protected]
+
+- updated to version 2.0.1 - no changelog
+
+-------------------------------------------------------------------
+Mon Aug 26 05:05:39 UTC 2013 - [email protected]
+
+- updated to version 2.0.0 - no changelog
+
+-------------------------------------------------------------------

Old:
----
  execjs-1.4.0.gem

New:
----
  execjs-2.0.1.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-execjs.spec ++++++
--- /var/tmp/diff_new_pack.9JyMRx/_old  2013-09-27 18:06:32.000000000 +0200
+++ /var/tmp/diff_new_pack.9JyMRx/_new  2013-09-27 18:06:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-execjs
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,30 +17,23 @@
 
 
 Name:           rubygem-execjs
-Version:        1.4.0
+Version:        2.0.1
 Release:        0
 %define mod_name execjs
 %define mod_full_name %{mod_name}-%{version}
-#
-#
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-# multi_json ~> 1.0
-BuildRequires:  rubygem-multi_json >= 1.0
-Requires:       rubygem-multi_json >= 1.0
-# We need at least one JavaScript engine, use Mozilla SpiderMonkey:
-Requires:       nodejs
-#
+BuildRequires:  ruby-macros >= 1
 Url:            https://github.com/sstephenson/execjs
-Source:         %{mod_full_name}.gem
-#
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        Run JavaScript code from Ruby
 License:        MIT
 Group:          Development/Languages/Ruby
+# We need at least one JavaScript engine, use Mozilla SpiderMonkey:
+Requires:       nodejs
 
 %description
-    ExecJS lets you run JavaScript code from Ruby.
+ExecJS lets you run JavaScript code from Ruby.
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}
@@ -52,12 +45,21 @@
 Usually in RDoc and RI formats.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{S:0}
+%gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to