Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2012-08-04 09:36:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-bundler (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-bundler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-bundler", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2012-07-23 10:16:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes     
2012-08-04 09:36:28.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 31 14:35:25 UTC 2012 - [email protected]
+
+- use new gem2rpm to get new provisions 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rubygem-bundler.spec ++++++
--- /var/tmp/diff_new_pack.bC9HpD/_old  2012-08-04 09:36:29.000000000 +0200
+++ /var/tmp/diff_new_pack.bC9HpD/_new  2012-08-04 09:36:29.000000000 +0200
@@ -19,20 +19,18 @@
 Name:           rubygem-bundler
 Version:        1.1.5
 Release:        0
-# lib/bundler/vendor/thor/parser/options.rb contains code from Daniel Berger's 
Getopt::Long
-# class which is licensed under the Ruby license
-Summary:        The best way to manage your application's dependencies
-License:        MIT and Ruby
-Group:          Development/Languages/Ruby
-Url:            http://gembundler.com
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
-Source:         %{mod_full_name}.gem
-BuildRequires:  rubygems_with_buildroot_patch
-Provides:       rubygem-%{mod_name}-1 = %{version}
-Provides:       rubygem-%{mod_name}-1_0 = %{version}
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros >= 1
+Requires:       ruby >= 1.8.7
+BuildRequires:  ruby-devel >= 1.8.7
+Url:            http://gembundler.com
+Source:         %{mod_full_name}.gem
+Summary:        The best way to manage your application's dependencies
+License:        MIT and Ruby
+Group:          Development/Languages/Ruby
 
 %description
 Bundler manages an application's dependencies through its entire life, across
@@ -56,9 +54,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %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 %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)


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

Reply via email to