Hello community, here is the log from the commit of package socat for openSUSE:Factory checked in at 2018-09-18 11:41:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/socat (Old) and /work/SRC/openSUSE:Factory/.socat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "socat" Tue Sep 18 11:41:05 2018 rev:38 rq:635272 version:1.7.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/socat/socat.changes 2018-09-04 22:49:12.059568065 +0200 +++ /work/SRC/openSUSE:Factory/.socat.new/socat.changes 2018-09-18 11:41:12.804050204 +0200 @@ -1,0 +2,5 @@ +Mon Sep 10 12:14:48 UTC 2018 - Jan Engelhardt <[email protected]> + +- Replace old variables by modern counterparts. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ socat.spec ++++++ --- /var/tmp/diff_new_pack.3Dn5CP/_old 2018-09-18 11:41:13.984048965 +0200 +++ /var/tmp/diff_new_pack.3Dn5CP/_new 2018-09-18 11:41:13.984048965 +0200 @@ -70,15 +70,15 @@ export BUILD_DATE="$(LANG=C date --utc -d "${CL_DATE}" +"%b %e %Y %T")" export CFLAGS="%{optflags} -fno-strict-aliasing -DHAVE_SSLv23_client_method -DHAVE_SSLv23_server_method" %configure -%{__make} all +make all mkdir examples cp -a daemon.sh ftp.sh mail.sh proxyecho.sh readline.sh examples %install mkdir -p \ - ${RPM_BUILD_ROOT}/%{_bindir} \ - ${RPM_BUILD_ROOT}/%{_mandir}/man1 -%{__make} DESTDIR=${RPM_BUILD_ROOT} install + %{buildroot}/%{_bindir} \ + %{buildroot}/%{_mandir}/man1 +%make_install %check export TERM=ansi
