Hello community,

here is the log from the commit of package password-store for openSUSE:Factory 
checked in at 2015-02-06 10:23:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/password-store (Old)
 and      /work/SRC/openSUSE:Factory/.password-store.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "password-store"

Changes:
--------
--- /work/SRC/openSUSE:Factory/password-store/password-store.changes    
2015-01-29 09:58:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.password-store.new/password-store.changes       
2015-02-06 10:23:03.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Jan 29 12:11:24 UTC 2015 - [email protected]
+
+- Add conditionals on dependencies that don't exist on older distros
+- Disable tests in older distros where the dependencies don't satisfy them
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ password-store.spec ++++++
--- /var/tmp/diff_new_pack.1S4bS4/_old  2015-02-06 10:23:04.000000000 +0100
+++ /var/tmp/diff_new_pack.1S4bS4/_new  2015-02-06 10:23:04.000000000 +0100
@@ -26,15 +26,21 @@
 Source:         
http://git.zx2c4.com/password-store/snapshot/%{name}-%{version}.tar.xz
 BuildRequires:  git
 BuildRequires:  gpg2
+%if 0%{?suse_version} != 1315
 BuildRequires:  pwgen
-BuildRequires:  tree >= 1.7.0
+%endif
+BuildRequires:  tree
 BuildRequires:  xz
 BuildRequires:  bash-completion
 BuildRequires:  zsh
+%if 0%{?suse_version} > 1320
 BuildRequires:  fish
+%endif
 Requires:       gpg2
+%if 0%{?suse_version} != 1315
 Requires:       pwgen
-Requires:       tree >= 1.7.0
+%endif
+Requires:       tree
 Recommends:     xclip
 Suggests:       git
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -67,13 +73,19 @@
 install -D -m 0755 contrib/dmenu/passmenu %{buildroot}%{_bindir}/passmenu
 
 %check
+%if 0%{?suse_version} >= 1320
 make test %{?_smp_mflags}
+%endif
 
 %files
 %defattr(-,root,root)
 %doc README COPYING
 %{_mandir}/man1/pass.1.gz
 %{_bindir}/pass
+%if 0%{suse_version} <= 1320
+%dir %{_datadir}/fish
+%dir %{_datadir}/fish/completions
+%endif
 %{_datadir}/bash-completion/completions/pass
 %{_datadir}/fish/completions/pass.fish
 %{_datadir}/zsh/site-functions/_pass

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to