Hello community,

here is the log from the commit of package nedit for openSUSE:Factory checked 
in at 2017-07-07 10:17:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nedit (Old)
 and      /work/SRC/openSUSE:Factory/.nedit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nedit"

Fri Jul  7 10:17:31 2017 rev:2 rq:508464 version:5.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/nedit/nedit.changes      2017-06-20 
09:38:46.529771286 +0200
+++ /work/SRC/openSUSE:Factory/.nedit.new/nedit.changes 2017-07-07 
10:17:34.809376861 +0200
@@ -1,0 +2,5 @@
+Thu Jun 29 05:31:30 UTC 2017 - [email protected]
+
+- Extend nedit-5.6_builddate_fix.patch to fix dates in nedit.doc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nedit-5.6_builddate_fix.patch ++++++
--- /var/tmp/diff_new_pack.BenJXm/_old  2017-07-07 10:17:35.701250667 +0200
+++ /var/tmp/diff_new_pack.BenJXm/_new  2017-07-07 10:17:35.701250667 +0200
@@ -49,3 +49,29 @@
 +     Built on: openSUSE BuildService\n";
 +    fprintf(stdout, ncHelpText);
  }
+Index: nedit-5.7/doc/setext
+===================================================================
+--- nedit-5.7.orig/doc/setext
++++ nedit-5.7/doc/setext
+@@ -711,7 +711,7 @@ sub date
+ {
+     $format = $_[0];
+     
+-    ( $sec,$min,$hour,$mday,$mon,$year,@ignore ) = localtime( time );
++    ( $sec,$min,$hour,$mday,$mon,$year,@ignore ) = localtime( 
$ENV{SOURCE_DATE_EPOCH} || time );
+     $month = (January,February,March,April,May,June,July,
+               August,September,October,November,December)[$mon];
+     $year  = $year + 1900;
+Index: nedit-5.7/doc/Makefile
+===================================================================
+--- nedit-5.7.orig/doc/Makefile
++++ nedit-5.7/doc/Makefile
+@@ -39,7 +39,7 @@ instructions:
+       
+ .version:
+       @ if [ "$(VERSION)" = "" ]; then \
+-            echo "NEdit release of `date +'%b %e, %Y'`" > .version; \
++            echo "NEdit release of `date 
--date="@$${SOURCE_DATE_EPOCH:-$$(date +%s)}" +'%b %e, %Y'`" > .version; \
+         else \
+             echo "$(VERSION)" > .version; \
+         fi



Reply via email to