Hello community,

here is the log from the commit of package infinipath-psm for openSUSE:Factory 
checked in at 2018-11-06 14:10:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/infinipath-psm (Old)
 and      /work/SRC/openSUSE:Factory/.infinipath-psm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "infinipath-psm"

Tue Nov  6 14:10:55 2018 rev:15 rq:644497 version:3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/infinipath-psm/infinipath-psm.changes    
2018-08-10 09:45:53.653895139 +0200
+++ /work/SRC/openSUSE:Factory/.infinipath-psm.new/infinipath-psm.changes       
2018-11-06 14:10:57.830934838 +0100
@@ -1,0 +2,5 @@
+Tue Oct 23 19:24:37 UTC 2018 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Extend reproducible.patch to fix all build dates
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ reproducible.patch ++++++
--- /var/tmp/diff_new_pack.CehNXc/_old  2018-11-06 14:10:58.606933813 +0100
+++ /var/tmp/diff_new_pack.CehNXc/_new  2018-11-06 14:10:58.610933808 +0100
@@ -26,3 +26,17 @@
        $(CC) -c $(BASECFLAGS) $(INCLUDES) _revision.c -o _revision.o
        $(CC) $(LDFLAGS) -o $@ -Wl,-soname=${TARGLIB}.so.${MAJOR} -shared 
-Wl,--unique='*fastpath*' \
                ${${TARGLIB}-objs} _revision.o -L$(build_dir)/ipath $(LDLIBS)
+
+Index: infinipath-psm-3.3.26.604758e/ipath/Makefile
+===================================================================
+--- infinipath-psm-3.3.26.604758e.orig/ipath/Makefile
++++ infinipath-psm-3.3.26.604758e/ipath/Makefile
+@@ -70,7 +70,7 @@ ${TARGLIB}.so.${MAJOR}: ${TARGLIB}.so.${
+ # file around.  Generate it such that the ident command can find it
+ # and strings -a | grep InfiniPath does a reasonable job as well.
+ ${TARGLIB}.so.${MAJOR}.${MINOR}: ${${TARGLIB}-objs}
+-      date +'static __attribute__ ((unused)) char __psc_infinipath_revision[] 
="$$""Date: %F %R ${rpm_extra_description}InfiniPath $$";' > _revision.c
++      date -u -d@$${SOURCE_DATE_EPOCH:-$$(date +%s)} +'static __attribute__ 
((unused)) char __psc_infinipath_revision[] ="$$""Date: %F %R 
${rpm_extra_description}InfiniPath $$";' > _revision.c
+       $(CC) -c $(BASECFLAGS) $(INCLUDES) _revision.c -o _revision.o
+       $(CC) -o $@ -Wl,-soname=${TARGLIB}.so.${MAJOR} -shared \
+               -Wl,--unique='*fastpath*' \


Reply via email to