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-09-01 22:10:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-pw-check (Old)
and /work/SRC/openSUSE:Factory/.deepin-pw-check.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-pw-check"
Thu Sep 1 22:10:09 2022 rev:8 rq:1000242 version:5.1.16
Changes:
--------
--- /work/SRC/openSUSE:Factory/deepin-pw-check/deepin-pw-check.changes
2022-04-22 21:54:41.874836328 +0200
+++
/work/SRC/openSUSE:Factory/.deepin-pw-check.new.2083/deepin-pw-check.changes
2022-09-01 22:11:01.696220722 +0200
@@ -1,0 +2,8 @@
+Wed Aug 24 13:57:25 UTC 2022 - Hillwood Yang <[email protected]>
+
+- Update version to 5.1.16
+ * Fix bugs
+ * Update translations
+ * Update some apis
+
+-------------------------------------------------------------------
Old:
----
deepin-pw-check-5.1.8.tar.gz
New:
----
deepin-pw-check-5.1.16.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ deepin-pw-check.spec ++++++
--- /var/tmp/diff_new_pack.veszyg/_old 2022-09-01 22:11:02.608223216 +0200
+++ /var/tmp/diff_new_pack.veszyg/_new 2022-09-01 22:11:02.616223238 +0200
@@ -27,7 +27,7 @@
%define import_path %{provider_prefix}
Name: deepin-pw-check
-Version: 5.1.8
+Version: 5.1.16
Release: 0
License: GPL-3.0+
Summary: Deepin Password Check tool
++++++ deepin-pw-check-5.1.8.tar.gz -> deepin-pw-check-5.1.16.tar.gz ++++++
++++ 4000 lines of diff (skipped)
++++++ disable-gobuild-in-makefile.patch ++++++
--- /var/tmp/diff_new_pack.veszyg/_old 2022-09-01 22:11:02.720223522 +0200
+++ /var/tmp/diff_new_pack.veszyg/_new 2022-09-01 22:11:02.724223533 +0200
@@ -1,27 +1,18 @@
-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
- ifeq (${PKG_FILE_DIR},)
--PKG_FILE_DIR := /usr/local/lib/pkgconfig
-+PKG_FILE_DIR := /usr/lib/pkgconfig
- endif
- BINARIES = deepin-pw-check
- LIBRARIES = libdeepin_pw_check.so.1.1
-@@ -25,7 +25,7 @@
+diff -Nurp deepin-pw-check-5.1.16/Makefile deepin-pw-check-5.1.16-new/Makefile
+--- deepin-pw-check-5.1.16/Makefile 2022-08-15 11:11:11.000000000 +0800
++++ deepin-pw-check-5.1.16-new/Makefile 2022-08-24 21:55:43.659287279
+0800
+@@ -25,7 +25,7 @@ prepare:
@mkdir -p out/bin
out/bin/%: prepare
-- env GOPATH="${GOPATH}" ${GOBUILD} -o $@ ${GOPKG_PREFIX}/*.go
-+# env GOPATH="${GOPATH}" ${GOBUILD} -o $@ ${GOPKG_PREFIX}/*.go
+- env GOPATH="${GOPATH}" ${GOBUILD} -o $@ ${GOBUILD_OPTIONS}
${GOPKG_PREFIX}/*.go
++# env GOPATH="${GOPATH}" ${GOBUILD} -o $@ ${GOBUILD_OPTIONS}
${GOPKG_PREFIX}/*.go
out/${LIBRARIES}:
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 @@
+@@ -48,13 +48,13 @@ out/${PAM_MODULE}: out/${LIBRARIES}
build_tool: prepare
- gcc tool/*.c -liniparser -W -Wall -o out/${TOOL_BINARAY}
+ gcc tool/*.c -liniparser -W -Wall ${SECURITY_BUILD_OPTIONS} -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