Hello community,

here is the log from the commit of package socat for openSUSE:Factory checked 
in at 2019-04-10 23:09:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/socat (Old)
 and      /work/SRC/openSUSE:Factory/.socat.new.27019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "socat"

Wed Apr 10 23:09:34 2019 rev:39 rq:692059 version:1.7.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/socat/socat.changes      2018-09-18 
11:41:12.804050204 +0200
+++ /work/SRC/openSUSE:Factory/.socat.new.27019/socat.changes   2019-04-10 
23:09:37.083866373 +0200
@@ -1,0 +2,9 @@
+Sat Apr  6 13:34:11 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to version 1.7.3.3:
+  * bugfix release, see the CHANGES file for all changes
+- Drop patch:
+  * socat-openssl-1.1-tests.patch (not longer needed)
+- Run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  socat-1.7.3.2.tar.bz2
  socat-openssl-1.1-tests.patch

New:
----
  socat-1.7.3.3.tar.bz2

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

Other differences:
------------------
++++++ socat.spec ++++++
--- /var/tmp/diff_new_pack.m1yeAY/_old  2019-04-10 23:09:37.827867218 +0200
+++ /var/tmp/diff_new_pack.m1yeAY/_new  2019-04-10 23:09:37.831867223 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package socat
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,39 +13,35 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           socat
+Version:        1.7.3.3
+Release:        0
+Summary:        Multipurpose relay for bidirectional data transfer
+License:        SUSE-GPL-2.0-with-openssl-exception AND MIT
+Group:          Productivity/Networking/Other
+URL:            http://www.dest-unreach.org/socat/
+Source:         
http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
+Source1:        %{name}.changes
+Patch1:         socat-ignore-tests-failure-boo1078346.patch
+BuildRequires:  iputils
+BuildRequires:  net-tools
 BuildRequires:  openssl-devel
 BuildRequires:  procps
 BuildRequires:  readline-devel
 %if 0%{?suse_version}
 BuildRequires:  tcpd-devel
 %endif
-# begin: test deps: (ip, ping, ping6, netstat, /etc/services)
 %if 0%{?suse_version}
 BuildRequires:  iproute2
 BuildRequires:  netcfg
 %endif
-BuildRequires:  iputils
-BuildRequires:  net-tools
 %if 0%{?suse_version} >= 1330
 BuildRequires:  net-tools-deprecated
 %endif
-# end: test deps
-Version:        1.7.3.2
-Release:        0
-Url:            http://www.dest-unreach.org/socat/
-Summary:        Multipurpose relay for bidirectional data transfer
-License:        SUSE-GPL-2.0-with-openssl-exception AND MIT
-Group:          Productivity/Networking/Other
-Source:         
http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
-Patch0:         socat-openssl-1.1-tests.patch
-Patch1:         socat-ignore-tests-failure-boo1078346.patch
-Source1:        %{name}.changes
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 socat is a relay for bidirectional data transfer between two
@@ -56,21 +52,18 @@
 combination of two of these.
 
 %prep
-%setup
-if pkg-config --atleast-version=1.1 openssl 
-then
-%patch0 -p1
-fi
+%setup -q
 %patch1 -p1
+sed 's|#! %{_bindir}/env bash|#!%{_bindir}/bash|' -i proxyecho.sh readline.sh
 
 %build
 # export deterministic BUILD_DATE, format like "__DATE__ __TIME__"
 CL_DATE="$(awk -F " - " 'NR==2{print $1;}' %{SOURCE1})"
 test -n "$CL_DATE"
-export BUILD_DATE="$(LANG=C date --utc -d "${CL_DATE}" +"%b %e %Y %T")"
+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 %{?_smp_mflags} all
 mkdir examples
 cp -a daemon.sh ftp.sh mail.sh proxyecho.sh readline.sh examples
 
@@ -94,12 +87,11 @@
 ./test.sh $sotests
 
 %files
-%defattr(-,root,root)
 %license COPYING COPYING.OpenSSL
 %doc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README SECURITY 
VERSION examples
 %{_bindir}/socat
 %{_bindir}/procan
 %{_bindir}/filan
-%{_mandir}/man1/socat.1*
+%{_mandir}/man1/socat.1%{?ext_man}
 
 %changelog

++++++ socat-1.7.3.2.tar.bz2 -> socat-1.7.3.3.tar.bz2 ++++++
++++ 9408 lines of diff (skipped)


Reply via email to