Hello community, here is the log from the commit of package nant for openSUSE:Factory checked in at 2018-06-22 13:34:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nant (Old) and /work/SRC/openSUSE:Factory/.nant.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nant" Fri Jun 22 13:34:48 2018 rev:27 rq:618069 version:0.92+git20130131 Changes: -------- --- /work/SRC/openSUSE:Factory/nant/nant.changes 2018-02-14 10:52:31.675727489 +0100 +++ /work/SRC/openSUSE:Factory/.nant.new/nant.changes 2018-06-22 13:34:53.183752515 +0200 @@ -1,0 +2,5 @@ +Thu Jun 14 09:20:26 UTC 2018 - [email protected] + +- Add reproducible.patch to make build reproducible (boo#1047218) + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nant.spec ++++++ --- /var/tmp/diff_new_pack.isorK8/_old 2018-06-22 13:34:54.223714071 +0200 +++ /var/tmp/diff_new_pack.isorK8/_new 2018-06-22 13:34:54.223714071 +0200 @@ -23,6 +23,8 @@ Url: http://nant.sourceforge.net # git clone //github.com/letiemble/nant.git Source0: %{name}.tar.xz +# PATCH-FIX-OPENSUSE boo#1047218 +Patch0: reproducible.patch Summary: Ant for .NET License: GPL-2.0+ and LGPL-2.1+ Group: Development/Tools/Building @@ -50,6 +52,7 @@ %prep %setup -q -n %{name} +%patch0 -p1 %build make TARGET=mono-4.5 MCS="mcs -sdk:4" ++++++ reproducible.patch ++++++ Index: nant/NAnt.build =================================================================== --- nant.orig/NAnt.build +++ nant/NAnt.build @@ -32,7 +32,7 @@ <property name="project.config" value="debug" /> <!-- debug | release --> <property name="nant.console.name" value="NAnt" /> <property name="build.defines" value="" /> - <property name="build.number" value="${math::abs(math::floor(timespan::get-total-days(datetime::now() - datetime::parse('01/01/2000'))))}" /> + <property name="build.number" value="1" /> <!-- platform specific properties. These are the defaults --> <property name="current.build.defines" value="${build.defines}" /> @@ -107,7 +107,7 @@ <attribute type="AssemblyConfigurationAttribute" value="${project.release.type}" /> <attribute type="AssemblyCompanyAttribute" value="http://nant.sourceforge.net" /> <attribute type="AssemblyProductAttribute" value="NAnt" /> - <attribute type="AssemblyCopyrightAttribute" value="Copyright (C) 2001-${datetime::get-year(datetime::now())} Gerry Shaw" /> + <attribute type="AssemblyCopyrightAttribute" value="Copyright (C) 2001-2015 Gerry Shaw" /> <attribute type="AssemblyTrademarkAttribute" value="" /> <attribute type="AssemblyCultureAttribute" value="" /> <attribute type="AssemblyVersionAttribute" value="${project.version}.${build.number}.0" />
