Hello community,

here is the log from the commit of package cardpeek for openSUSE:Factory 
checked in at 2019-11-30 10:38:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cardpeek (Old)
 and      /work/SRC/openSUSE:Factory/.cardpeek.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cardpeek"

Sat Nov 30 10:38:08 2019 rev:9 rq:751675 version:0.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/cardpeek/cardpeek.changes        2018-08-03 
12:38:22.975665954 +0200
+++ /work/SRC/openSUSE:Factory/.cardpeek.new.26869/cardpeek.changes     
2019-11-30 10:40:08.148152338 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 15:05:01 UTC 2019 - Bernhard Wiedemann <[email protected]>
+
+- Fix reproducible.patch to add --mtime @1 to not break the tar call
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ reproducible.patch ++++++
--- /var/tmp/diff_new_pack.y690SY/_old  2019-11-30 10:40:09.668152156 +0100
+++ /var/tmp/diff_new_pack.y690SY/_new  2019-11-30 10:40:09.680152154 +0100
@@ -20,7 +20,7 @@
  dot_cardpeek.tar.gz:    dot_cardpeek_dir      
                        @echo "  TAR      $<"
 -                      $(AM_V_at)tar -c -z -f dot_cardpeek.tar.gz --directory 
$(srcdir)/dot_cardpeek_dir --exclude=.svn --exclude='\._*' .
-+                      $(AM_V_at)tar --help|grep -q sort= && 
taropts="--sort=name --clamp-mtime --format=gnu --owner=0 --group=0" ; tar -c 
$$taropts --directory $(srcdir)/dot_cardpeek_dir --exclude=.svn 
--exclude='\._*' . | gzip -cn9 > dot_cardpeek.tar.gz
++                      $(AM_V_at)tar --help|grep -q sort= && 
taropts="--sort=name --mtime @1 --clamp-mtime --format=gnu --owner=0 --group=0" 
; tar -c $$taropts --directory $(srcdir)/dot_cardpeek_dir --exclude=.svn 
--exclude='\._*' . | gzip -cn9 > dot_cardpeek.tar.gz
  
  cardpeek_resources.$(OBJEXT): dot_cardpeek.tar.gz $(ICONS) AUTHORS COPYING 
cardpeek_resources.gresource.xml
                        @echo "  GLIB_COMPILE_RESOURCES 
cardpeek_resources.gresource.xml"


Reply via email to