Hello community,

here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory 
checked in at 2014-02-07 10:29:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-gem2rpm (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-gem2rpm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-gem2rpm/rubygem-gem2rpm.changes  
2014-01-23 15:55:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new/rubygem-gem2rpm.changes     
2014-02-07 10:29:51.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Feb  6 11:52:43 UTC 2014 - [email protected]
+
+- buildrequire ruby-devel for extensions
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ gem2rpm-fix-opensuse-template.diff ++++++
--- /var/tmp/diff_new_pack.PPyCSV/_old  2014-02-07 10:29:52.000000000 +0100
+++ /var/tmp/diff_new_pack.PPyCSV/_new  2014-02-07 10:29:52.000000000 +0100
@@ -75,7 +75,7 @@
        begin
 diff -ru gem2rpm-0.9.2.orig/templates/opensuse.spec.erb 
gem2rpm-0.9.2/templates/opensuse.spec.erb
 --- gem2rpm-0.9.2.orig/templates/opensuse.spec.erb     2013-04-30 
13:31:08.586730796 +0200
-+++ gem2rpm-0.9.2/templates/opensuse.spec.erb  2014-01-13 20:50:24.423287000 
+0100
++++ gem2rpm-0.9.2/templates/opensuse.spec.erb  2014-02-06 12:50:30.021264515 
+0100
 @@ -1,7 +1,7 @@
  #
 -# spec file for package rubygem-<%= spec.name %> (Version <%= spec.version %>)
@@ -86,7 +86,7 @@
  #
  # All modifications and additions to the file contributed by third parties
  # remain the property of their copyright owners, unless otherwise agreed
-@@ -15,58 +15,181 @@
+@@ -15,58 +15,184 @@
  # Please submit bugfixes or comments via http://bugs.opensuse.org/
  #
  
@@ -125,10 +125,13 @@
 +<% for req in spec.required_ruby_version -%>
 +<% unless req.empty? -%>
 +Requires:       ruby <%= req %>
-+BuildRequires:  ruby-devel <%= req %>
++BuildRequires:  ruby <%= req %>
  <% end -%>
 -<% for d in spec.dependencies -%>
 +<% end -%>
++<% unless spec.extensions.empty? -%>
++BuildRequires:  ruby-devel
++<% end -%>
 +<% for d in spec.runtime_dependencies -%>
 +<% if ['rdoc'].include? d.name.to_s -%>
 +# <%= d.name %> <%= d.__getobj__().requirement %>
@@ -206,10 +209,10 @@
 +Summary:        Test suite for %{mod_name}
 +Group:          Development/Languages/Ruby
 +Requires:       %{name} = %{version}
- 
++
 +%description testsuite
 +Test::Unit or RSpec files, useful for developers.
-+
+ 
 +<% end -%>
  %prep
 +#gem_unpack
@@ -233,7 +236,9 @@
 +mv %{buildroot}%{_bindir}/<%= executable %>{,%{mod_branch}}
 +touch %{buildroot}%{_sysconfdir}/alternatives/<%= executable %>
 +ln -s %{_sysconfdir}/alternatives/<%= executable %> 
%{buildroot}%{_bindir}/<%= executable %>
-+
+ 
+-%clean
+-%{__rm} -rf %{buildroot}
 +<% end -%>
 +<% unless docdirfiles.empty? -%>
 +mkdir -p %{buildroot}%{_docdir}/%{name}
@@ -248,9 +253,7 @@
 +/usr/sbin/update-alternatives --install \
 +    %{_bindir}/<%= executable %> <%= executable %> %{_bindir}/<%= executable 
%>%{mod_branch} %{mod_weight}
 +<% end -%>
- 
--%clean
--%{__rm} -rf %{buildroot}
++
 +%preun
 +<% spec.executables.each do |executable| -%>
 +if [ "$1" = 0 ] ; then

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

Reply via email to