Hello community, here is the log from the commit of package simple-obfs for openSUSE:Factory checked in at 2019-07-17 13:19:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/simple-obfs (Old) and /work/SRC/openSUSE:Factory/.simple-obfs.new.1887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "simple-obfs" Wed Jul 17 13:19:54 2019 rev:4 rq:715556 version:0.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/simple-obfs/simple-obfs.changes 2018-04-16 12:48:30.802150559 +0200 +++ /work/SRC/openSUSE:Factory/.simple-obfs.new.1887/simple-obfs.changes 2019-07-17 13:19:56.995651788 +0200 @@ -1,0 +2,6 @@ +Tue Jul 16 03:46:18 UTC 2019 - Hillwood Yang <[email protected]> + +- Update libcork +- Use gcc8 to fix build on Tumbleweed + +------------------------------------------------------------------- Old: ---- libcork-0.15.0git20160622.tar.bz2 New: ---- libcork-f029845.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ simple-obfs.spec ++++++ --- /var/tmp/diff_new_pack.5GeGJp/_old 2019-07-17 13:19:57.579651456 +0200 +++ /var/tmp/diff_new_pack.5GeGJp/_new 2019-07-17 13:19:57.579651456 +0200 @@ -1,7 +1,7 @@ # # spec file for package simple-obfs # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -24,9 +24,11 @@ Group: Productivity/Networking/Web/Proxy URL: https://github.com/shadowsocks/simple-obfs Source0: https://github.com/shadowsocks/simple-obfs/archive/v%{version}/%{name}-%{version}.tar.gz -Source1: libcork-0.15.0git20160622.tar.bz2 +Source1: https://github.com/shadowsocks/libcork/archive/f02984545061c924808e4b9ea7cc6749a41f1979/libcork-f029845.tar.gz Patch1: simple-obfs-asciidoc-fix.patch BuildRequires: asciidoc +BuildRequires: gcc8 +BuildRequires: gcc8-c++ BuildRequires: libtool BuildRequires: mbedtls-devel BuildRequires: pkgconfig @@ -51,13 +53,14 @@ This package provides Documents for it. %prep -%setup -q +%setup -a1 -q %patch1 -p1 %build -tar -jxvf %{SOURCE1} rmdir libcork -mv libcork-0.15.0git20160622 libcork +mv libcork-f02984545061c924808e4b9ea7cc6749a41f1979 libcork +export CC=gcc-8 +export CXX=g++-8 autoreconf -fiv %configure make %{?_smp_mflags} V=1
