Hello community,

here is the log from the commit of package tig for openSUSE:Factory checked in 
at 2017-03-12 20:05:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tig (Old)
 and      /work/SRC/openSUSE:Factory/.tig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tig"

Sun Mar 12 20:05:34 2017 rev:38 rq:478676 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tig/tig.changes  2017-01-24 10:41:15.575453400 
+0100
+++ /work/SRC/openSUSE:Factory/.tig.new/tig.changes     2017-03-12 
20:05:35.172289853 +0100
@@ -1,0 +2,5 @@
+Sat Mar 11 15:28:59 UTC 2017 - [email protected]
+
+- spec-cleaned
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tig.spec ++++++
--- /var/tmp/diff_new_pack.jVoW9O/_old  2017-03-12 20:05:35.824197605 +0100
+++ /var/tmp/diff_new_pack.jVoW9O/_new  2017-03-12 20:05:35.832196473 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%define with_bash_completion 0%{?suse_version} >= 1310
 Name:           tig
 Version:        2.2.1
 Release:        0
@@ -29,14 +28,12 @@
 # PATCH-FIX-TO-UPSTREAM -- to make build-compare happy
 Patch2:         reproducible.patch
 BuildRequires:  asciidoc
+BuildRequires:  bash-completion
 BuildRequires:  ncurses-devel
 BuildRequires:  readline-devel
+Requires:       bash-completion
 Requires:       git-core
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{with_bash_completion}
-BuildRequires:  bash-completion
-Requires:       bash-completion
-%endif
 
 %description
 Tig is a git repository browser that additionally can act as a pager
@@ -63,21 +60,18 @@
 %install
 make DESTDIR=%{buildroot} prefix="%{_prefix}" mandir="%{_mandir}" install
 make DESTDIR=%{buildroot} prefix="%{_prefix}" mandir="%{_mandir}" install-doc
-%if 0%{with_bash_completion}
 install -D -m0644 contrib/tig-completion.bash 
"%{buildroot}%{_sysconfdir}/bash_completion.d/%{name}"
-%endif
 
 %files
 %defattr(-,root,root)
 %doc COPYING NEWS.adoc README.adoc
 %doc contrib/*.tigrc
+%{_docdir}/%{name}/*
 %{_bindir}/tig
 %{_mandir}/man1/tig.1%{ext_man}
 %{_mandir}/man5/tigrc.5%{ext_man}
 %{_mandir}/man7/tigmanual.7%{ext_man}
 %config %{_sysconfdir}/tigrc
-%if 0%{with_bash_completion}
 %{_sysconfdir}/bash_completion.d/%{name}
-%endif
 
 %changelog


Reply via email to