Hello community,

here is the log from the commit of package password-store for openSUSE:Factory 
checked in at 2019-04-12 09:15:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/password-store (Old)
 and      /work/SRC/openSUSE:Factory/.password-store.new.27019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "password-store"

Fri Apr 12 09:15:32 2019 rev:10 rq:693156 version:1.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/password-store/password-store.changes    
2018-08-07 09:42:54.237291833 +0200
+++ /work/SRC/openSUSE:Factory/.password-store.new.27019/password-store.changes 
2019-04-12 09:15:32.637719157 +0200
@@ -1,0 +2,8 @@
+Thu Apr 11 09:26:57 UTC 2019 - Dan Čermák <[email protected]>
+
+- small fixes to the pass spec file: 
+  * cleanup rpmlint warnings
+  * require xclip instead of recommending it
+  * preserve timestamps of fish completion files during installation
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ password-store.spec ++++++
--- /var/tmp/diff_new_pack.NnhyQ5/_old  2019-04-12 09:15:33.417719630 +0200
+++ /var/tmp/diff_new_pack.NnhyQ5/_new  2019-04-12 09:15:33.421719632 +0200
@@ -22,8 +22,8 @@
 Summary:        Utility to store, retrieve, generate and synchronize passwords
 License:        GPL-2.0-or-later
 Group:          Productivity/Other
-URL:            http://zx2c4.com/projects/password-store/
-Source:         
http://git.zx2c4.com/password-store/snapshot/%{name}-%{version}.tar.xz
+URL:            https://zx2c4.com/projects/%{name}/
+Source:         
https://git.zx2c4.com/password-store/snapshot/%{name}-%{version}.tar.xz
 BuildRequires:  bash-completion
 BuildRequires:  git
 BuildRequires:  gpg2
@@ -33,9 +33,9 @@
 BuildRequires:  zsh
 Requires:       gpg2
 Requires:       qrencode
-Requires:       tree
+Requires:       tree >= 1.7.0
 Recommends:     pwgen
-Recommends:     xclip
+Requires:       xclip
 Suggests:       git
 BuildArch:      noarch
 %if 0%{?suse_version} > 1320
@@ -60,13 +60,16 @@
 A dmenu interface to "pass", a password manager.
 
 %prep
-%setup -q
+%autosetup
+for shell_script in src/%{name}.sh contrib/dmenu/passmenu; do
+    sed -i "s|#\!/usr/bin/env bash|#\!/bin/bash|" $shell_script
+done
 
 %build
 
 %install
 %make_install FISHCOMP_PATH=%{buildroot}%{_datadir}/fish/completions 
WITH_ALLCOMP="yes"
-install -D -m 0755 contrib/dmenu/passmenu %{buildroot}%{_bindir}/passmenu
+install -p -D -m 0755 contrib/dmenu/passmenu %{buildroot}%{_bindir}/passmenu
 
 %check
 %if 0%{?suse_version} >= 1320


Reply via email to