Dominique Leuenberger 2017-01-25 21:31:21 +00:00 committed by Git OBS Bridge
commit 625dc06cd2
4 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 18 10:07:00 UTC 2017 - bwiedemann@suse.com
- set build date to enable reproducible builds
-------------------------------------------------------------------
Wed Sep 21 10:50:36 UTC 2016 - idonmez@suse.com

View File

@ -107,6 +107,7 @@ files using the libjpeg library.
%build
export LDFLAGS="-Wl,-z,relro,-z,now"
%configure --disable-static \
--with-build-date=$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m%d) \
--with-jpeg8
make %{?_smp_mflags}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 18 10:07:29 UTC 2017 - bwiedemann@suse.com
- set build date to enable reproducible builds
-------------------------------------------------------------------
Wed Sep 21 10:50:36 UTC 2016 - idonmez@suse.com

View File

@ -87,7 +87,8 @@ files using the libjpeg library.
%build
export LDFLAGS="-Wl,-z,relro,-z,now"
%configure --disable-static
%configure --disable-static \
--with-build-date=$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m%d)
make %{?_smp_mflags}
%check