Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package password-store for
openSUSE:Leap:16.0 checked in at 2025-06-04 12:28:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/password-store (Old)
and /work/SRC/openSUSE:Leap:16.0/.password-store.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "password-store"
Wed Jun 4 12:28:26 2025 rev:2 rq:1282673 version:1.7.4
Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/password-store/password-store.changes
2025-03-19 11:53:51.135652005 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.password-store.new.16005/password-store.changes
2025-06-04 12:28:27.382664589 +0200
@@ -1,0 +2,11 @@
+Mon Jun 2 08:38:21 UTC 2025 - Michael Vetter <[email protected]>
+
+- Update default-to-xclip.patch it unfortunately contains the
+ cgit version
+
+-------------------------------------------------------------------
+Sun May 11 13:48:52 UTC 2025 - Andreas Schwab <[email protected]>
+
+- Work around too long socket name during testsuite run
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ password-store.spec ++++++
--- /var/tmp/diff_new_pack.bZH5Yz/_old 2025-06-04 12:28:27.642675432 +0200
+++ /var/tmp/diff_new_pack.bZH5Yz/_new 2025-06-04 12:28:27.642675432 +0200
@@ -66,6 +66,11 @@
for shell_script in src/%{name}.sh contrib/dmenu/passmenu; do
sed -i "s|#\!%{_bindir}/env bash|#\!/bin/bash|" $shell_script
done
+# move tests/gnupg to /tmp to avoid too long socket name
+d=$(mktemp -d)
+mv tests/gnupg $d/.gnupg
+ln -s $d/.gnupg tests/gnupg
+echo GNUPGHOME=$d/.gnupg >> tests/setup.sh
%build
++++++ default-to-xclip.patch ++++++
--- /var/tmp/diff_new_pack.bZH5Yz/_old 2025-06-04 12:28:27.662676266 +0200
+++ /var/tmp/diff_new_pack.bZH5Yz/_new 2025-06-04 12:28:27.666676433 +0200
@@ -39,6 +39,6 @@
local sleep_argv0="password store sleep on display $display_name"
--
-cgit v1.2.3-11-g984f
+cgit v1.2.3-59-g8ed1b