Hello community,

here is the log from the commit of package tig for openSUSE:Factory checked in 
at 2015-03-16 09:42:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tig (Old)
 and      /work/SRC/openSUSE:Factory/.tig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tig"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tig/tig.changes  2014-09-17 17:25:31.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tig.new/tig.changes     2015-03-16 
09:42:12.000000000 +0100
@@ -1,0 +2,14 @@
+Wed Mar 11 19:25:11 UTC 2015 - [email protected]
+
+- tig 2.1:
+  * navigation updates and fixes
+  * UI improvements
+  * speed improvements
+  * Add :exec prompt command
+  * Add :save-options prompt command
+  * documentation updates
+- Replace tig-fix-build.diff, autoconf call with configure option
+- use make install-doc
+- build with readline support
+
+-------------------------------------------------------------------

Old:
----
  tig-2.0.3.tar.gz
  tig-fix-build.diff

New:
----
  tig-2.1.tar.gz

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

Other differences:
------------------
++++++ tig.spec ++++++
--- /var/tmp/diff_new_pack.XHLNME/_old  2015-03-16 09:42:13.000000000 +0100
+++ /var/tmp/diff_new_pack.XHLNME/_new  2015-03-16 09:42:13.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tig
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,17 @@
 
 
 Name:           tig
-Version:        2.0.3
+Version:        2.1
 Release:        0
 Summary:        An ncurses-based text-mode interface for git
 License:        GPL-2.0+
 Group:          Development/Tools/Version Control
 Url:            http://jonas.nitro.dk/tig/
 Source0:        http://jonas.nitro.dk/tig/releases/tig-%{version}.tar.gz
-Patch0:         tig-fix-build.diff
 Patch1:         tig-remove_build_timestamp.patch
 BuildRequires:  asciidoc
-BuildRequires:  automake
-BuildRequires:  libxslt-tools
 BuildRequires:  ncurses-devel
+BuildRequires:  readline-devel
 Requires:       git-core
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -45,22 +43,17 @@
 
 %prep
 %setup -q
-%patch0
 %patch1
 
 %build
-autoreconf -vi -I contrib
-%configure
-make prefix=%{_prefix} mandir=%{_mandir}
+%configure \
+       --with-ncurses \
+       --docdir=%{_docdir}
+make %{?_smp_mflags} prefix=%{_prefix} mandir=%{_mandir}
 
 %install
 make DESTDIR=%{buildroot} prefix="%{_prefix}" mandir="%{_mandir}" install
-a2x -f manpage -D %{_tmppath} doc/tig.1.adoc
-a2x -f manpage -D %{_tmppath} doc/tigrc.5.adoc
-a2x -f manpage -D %{_tmppath} doc/tigmanual.7.adoc
-install -D -m0644 %{_tmppath}/tig.1       "%{buildroot}/%{_mandir}/man1/tig.1"
-install -D -m0644 %{_tmppath}/tigrc.5     
"%{buildroot}/%{_mandir}/man5/tigrc.5"
-install -D -m0644 %{_tmppath}/tigmanual.7 
"%{buildroot}/%{_mandir}/man7/tigmanual.7"
+make DESTDIR=%{buildroot} prefix="%{_prefix}" mandir="%{_mandir}" install-doc
 
 %files
 %defattr(-,root,root)
@@ -69,6 +62,6 @@
 %doc %{_mandir}/man1/tig.1%{ext_man}
 %doc %{_mandir}/man5/tigrc.5%{ext_man}
 %doc %{_mandir}/man7/tigmanual.7%{ext_man}
-%config /etc/tigrc
+%config %{_sysconfdir}/tigrc
 
 %changelog

++++++ tig-2.0.3.tar.gz -> tig-2.1.tar.gz ++++++
++++ 13621 lines of diff (skipped)

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

Reply via email to