Hello community,

here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory 
checked in at 2016-04-11 09:11:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2015-11-24 22:30:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new/rubygem-gem2rpm.changes     
2016-04-11 09:11:03.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr  6 06:54:21 UTC 2016 - [email protected]
+
+- add 0017-touch-unpacked-sources.patch to please build-compare
+
+-------------------------------------------------------------------

New:
----
  0017-touch-unpacked-sources.patch

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

Other differences:
------------------
++++++ rubygem-gem2rpm.spec ++++++
--- /var/tmp/diff_new_pack.8AYyIw/_old  2016-04-11 09:11:04.000000000 +0200
+++ /var/tmp/diff_new_pack.8AYyIw/_new  2016-04-11 09:11:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-gem2rpm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -63,6 +63,7 @@
 Patch13:        0015-Add-licence-to-the-list-of-license-files-as-well.patch
 Patch14:        0016-add-two-more-ways-to-express-changes.patch
 Patch15:        0009-No-longer-require-the-ruby-version-inside-the-subpac.patch
+Patch16:        0017-touch-unpacked-sources.patch
 Summary:        Generate rpm specfiles from gems
 License:        GPL-2.0+
 Group:          Development/Languages/Ruby
@@ -90,7 +91,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
-
+%patch16 -p1
 %build
 %gem_build
 

++++++ 0017-touch-unpacked-sources.patch ++++++
commit f8c0600c659f26d1ec6c9d890a63dd642f741003
Author: Stephan Kulow <[email protected]>
Date:   Wed Apr 6 08:00:27 2016 +0200

    add the touch for build-compare to the template

diff --git a/templates/opensuse.spec.erb b/templates/opensuse.spec.erb
index 57bf9ff..22c4647 100644
--- a/templates/opensuse.spec.erb
+++ b/templates/opensuse.spec.erb
@@ -137,6 +137,7 @@ PreReq:         update-alternatives
 <% config[:patches].each_with_index do |patch, i| -%>
 %patch<%= i %> <%= patch[1] if patch[1] %>
 <% end -%>
+find -type f -print0 | xargs -0 touch -r %{S:0}
 %gem_build
 <% end -%>
 

Reply via email to