Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package deepin-pw-check for openSUSE:Factory checked in at 2022-04-22 21:53:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deepin-pw-check (Old) and /work/SRC/openSUSE:Factory/.deepin-pw-check.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-pw-check" Fri Apr 22 21:53:49 2022 rev:7 rq:971790 version:5.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/deepin-pw-check/deepin-pw-check.changes 2022-03-07 17:46:21.939129814 +0100 +++ /work/SRC/openSUSE:Factory/.deepin-pw-check.new.1538/deepin-pw-check.changes 2022-04-22 21:54:41.874836328 +0200 @@ -1,0 +2,9 @@ +Sun Apr 3 14:58:54 UTC 2022 - Hillwood Yang <hillwood...@gmail.com> + +- Update version to 5.1.8 + * Change pkg.deepin.io to github.com + * Change license to GPL-2.0 + * Add interface for passwd strength + * Fix bugs + +------------------------------------------------------------------- Old: ---- deepin-pw-check-5.1.2.tar.gz New: ---- deepin-pw-check-5.1.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deepin-pw-check.spec ++++++ --- /var/tmp/diff_new_pack.5BfbcA/_old 2022-04-22 21:54:43.318837974 +0200 +++ /var/tmp/diff_new_pack.5BfbcA/_new 2022-04-22 21:54:43.322837978 +0200 @@ -27,7 +27,7 @@ %define import_path %{provider_prefix} Name: deepin-pw-check -Version: 5.1.2 +Version: 5.1.8 Release: 0 License: GPL-3.0+ Summary: Deepin Password Check tool ++++++ deepin-pw-check-5.1.2.tar.gz -> deepin-pw-check-5.1.8.tar.gz ++++++ ++++ 1764 lines of diff (skipped) ++++++ disable-gobuild-in-makefile.patch ++++++ --- /var/tmp/diff_new_pack.5BfbcA/_old 2022-04-22 21:54:43.494838174 +0200 +++ /var/tmp/diff_new_pack.5BfbcA/_new 2022-04-22 21:54:43.498838179 +0200 @@ -1,6 +1,6 @@ -diff -Nur deepin-pw-check-5.0.11/Makefile deepin-pw-check-5.0.11-new/Makefile ---- deepin-pw-check-5.0.11/Makefile 2021-03-03 15:15:12.000000000 +0800 -+++ deepin-pw-check-5.0.11-new/Makefile 2021-03-24 22:20:19.024797706 +0800 +diff -Nur deepin-pw-check-5.1.8/Makefile deepin-pw-check-5.1.8-new/Makefile +--- deepin-pw-check-5.1.8/Makefile 2022-01-13 16:48:23.000000000 +0800 ++++ deepin-pw-check-5.1.8-new/Makefile 2022-04-03 22:54:58.432709730 +0800 @@ -6,7 +6,7 @@ PAM_MODULE_DIR := /etc/pam.d endif @@ -10,7 +10,7 @@ endif BINARIES = deepin-pw-check LIBRARIES = libdeepin_pw_check.so.1.1 -@@ -23,7 +23,7 @@ +@@ -25,7 +25,7 @@ @mkdir -p out/bin out/bin/%: prepare @@ -18,10 +18,10 @@ +# env GOPATH="${GOPATH}" ${GOBUILD} -o $@ ${GOPKG_PREFIX}/*.go out/${LIBRARIES}: - gcc lib/*.c -fPIC -shared -lcrypt -lcrack -liniparser -DIN_CRACKLIB -z noexecstack -Wl,-soname,libdeepin_pw_check.so.1 -o $@ $^ -@@ -46,13 +46,13 @@ + gcc lib/*.c ${SECURITY_BUILD_OPTIONS} -shared -DIN_CRACKLIB -W -Wall -Wl,-soname,libdeepin_pw_check.so.1 -o $@ $^ -lcrypt -lcrack -liniparser +@@ -48,13 +48,13 @@ build_tool: prepare - gcc tool/*.c -liniparser -o out/${TOOL_BINARAY} + gcc tool/*.c -liniparser -W -Wall -o out/${TOOL_BINARAY} -build: prepare $(addprefix out/bin/, ${BINARIES}) out/${LIBRARIES} static_lib out/${PAM_MODULE} build_tool ts_to_policy +build: prepare out/${LIBRARIES} static_lib out/${PAM_MODULE} build_tool ts_to_policy