Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package shadowsocks-v2ray-plugin for openSUSE:Factory checked in at 2023-06-12 15:27:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shadowsocks-v2ray-plugin (Old) and /work/SRC/openSUSE:Factory/.shadowsocks-v2ray-plugin.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shadowsocks-v2ray-plugin" Mon Jun 12 15:27:23 2023 rev:5 rq:1092470 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/shadowsocks-v2ray-plugin/shadowsocks-v2ray-plugin.changes 2021-05-11 23:03:55.769020876 +0200 +++ /work/SRC/openSUSE:Factory/.shadowsocks-v2ray-plugin.new.15902/shadowsocks-v2ray-plugin.changes 2023-06-12 15:27:57.383586212 +0200 @@ -1,0 +2,8 @@ +Mon Jun 12 07:06:37 UTC 2023 - opensuse-packaging <opensuse-packag...@opensuse.org> + +- Update version to 1.3.2 + * Added support for MIPS64 architecture + * Update VPN flag + * Update args.go + +------------------------------------------------------------------- Old: ---- v2ray-plugin-ddd7ab4.tar.gz vendor.tar.xz New: ---- v2ray-plugin-1.3.2.tar.gz vendor.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shadowsocks-v2ray-plugin.spec ++++++ --- /var/tmp/diff_new_pack.T3wC1C/_old 2023-06-12 15:27:58.091590401 +0200 +++ /var/tmp/diff_new_pack.T3wC1C/_new 2023-06-12 15:27:58.095590425 +0200 @@ -1,7 +1,7 @@ # # spec file for package shadowsocks-v2ray-plugin # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,8 @@ # -%define commit ddd7ab46b4aeee0ca8b272efed9d7da3e3a6e52c -%define shortcommit ddd7ab4 +#%define commit ddd7ab46b4aeee0ca8b272efed9d7da3e3a6e52c +#%define shortcommit ddd7ab4 %define provider github %define provider_tld com %define project shadowsocks @@ -26,19 +26,18 @@ %define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %define import_path %{provider_prefix} -Name: shadowsocks-%{repo} -Version: 1.3.1+git20210506.%{shortcommit} +Name: shadowsocks-v2ray-plugin +Version: 1.3.2 Release: 0 Summary: SIP003 plugin for shadowsocks License: MIT Group: Productivity/Networking/Security URL: https://github.com/shadowsocks/v2ray-plugin -Source0: https://github.com/shadowsocks/v2ray-plugin/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz -Source1: vendor.tar.xz +Source0: https://github.com/shadowsocks/v2ray-plugin/archive/v%{version}/%{repo}-%{version}.tar.gz +Source1: vendor.tar.gz BuildRequires: fdupes -BuildRequires: golang-github-v2fly-v2ray-core +# BuildRequires: golang-github-v2fly-v2ray-core BuildRequires: golang-packaging -BuildRequires: golang(API) = 1.16 AutoReqProv: Off BuildRoot: %{_tmppath}/%{name}-%{version}-build %{go_provides} @@ -58,13 +57,14 @@ This package provide source code for shadowsocks-%{repo} %prep -%autosetup -p1 -a1 -n %{repo}-%{commit} +%autosetup -p1 -a1 -n %{repo}-%{version} # Use v2ray-core in system default -sed -i 's|github.com/golang/protobuf v1.5.2||g; s|github.com/v2fly/v2ray-core/v4 v4.38.3||g' go.mod -rm go.sum vendor/modules.txt -rm -rf vender/github.com/v2fly +# sed -i 's|github.com/golang/protobuf v1.5.2||g; s|github.com/v2fly/v2ray-core/v4 v4.38.3||g' go.mod +#rm go.sum vendor/modules.txt +#rm -rf vender/github.com/v2fly %build +export GO111MODULE=off %goprep %{import_path} %gobuild ++++++ v2ray-plugin-ddd7ab4.tar.gz -> v2ray-plugin-1.3.2.tar.gz ++++++