Hello community,

here is the log from the commit of package tig for openSUSE:Factory checked in 
at 2013-09-23 11:09:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-08-23 11:07:35.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tig.new/tig.changes     2013-09-23 
11:18:27.000000000 +0200
@@ -1,0 +2,31 @@
+Wed Sep 18 11:55:49 UTC 2013 - speili...@suse.com
+
+- Use pristine upstream tarball
+
+-------------------------------------------------------------------
+Mon Sep 16 10:18:06 UTC 2013 - multyre...@gmail.com
+
+- change autogen.sh call to autoreconf
+
+-------------------------------------------------------------------
+Thu Sep  5 07:40:47 UTC 2013 - multyre...@gmail.com
+
+- convert asciidoc files to man pages
+
+-------------------------------------------------------------------
+Tue Sep  3 06:48:40 UTC 2013 - multyre...@gmail.com
+
+- update to 1.2.1
+  * Incompatibilities:
+    - Move manual and man pages to doc/ directory and rename AsciiDoc files
+      to have .asciidoc as the extension to make them render on GitHub.
+  * Improvements:
+    - Show blob sizes in the tree view either as bytes or using binary unit
+      prefixes. Example: `set show-file-size = units`. (GH #163)
+    - Reduce main view memory usage and startup time, especially when revision
+      graph rendering is disabled. (GH #160)
+  * Bug fixes:
+    - Fix submodule-related setup to check for non-zero return value from
+      setenv(). (GH #188)
+
+-------------------------------------------------------------------

Old:
----
  tig-1.2.tar.gz

New:
----
  tig-1.2.1.tar.gz

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

Other differences:
------------------
++++++ tig.spec ++++++
--- /var/tmp/diff_new_pack.wfy37g/_old  2013-09-23 11:18:27.000000000 +0200
+++ /var/tmp/diff_new_pack.wfy37g/_new  2013-09-23 11:18:27.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           tig
-Version:        1.2
+Version:        1.2.1
 Release:        0
 Summary:        An ncurses-based text-mode interface for git
 License:        GPL-2.0+
@@ -26,6 +26,9 @@
 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
 Requires:       git-core
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -46,14 +49,18 @@
 %patch1
 
 %build
+autoreconf -vi -I contrib
 %configure
 make prefix=%{_prefix} mandir=%{_mandir}
 
 %install
 make DESTDIR=%{buildroot} prefix="%{_prefix}" mandir="%{_mandir}" install
-install -D -m0644 tig.1       "%{buildroot}/%{_mandir}/man1/tig.1"
-install -D -m0644 tigrc.5     "%{buildroot}/%{_mandir}/man5/tigrc.5"
-install -D -m0644 tigmanual.7 "%{buildroot}/%{_mandir}/man7/tigmanual.7"
+a2x -f manpage -D %{_tmppath} doc/tig.1.asciidoc
+a2x -f manpage -D %{_tmppath} doc/tigrc.5.asciidoc
+a2x -f manpage -D %{_tmppath} doc/tigmanual.7.asciidoc
+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"
 
 %files
 %defattr(-,root,root)

++++++ tig-1.2.tar.gz -> tig-1.2.1.tar.gz ++++++
++++ 15892 lines of diff (skipped)

++++++ tig-fix-build.diff ++++++
--- /var/tmp/diff_new_pack.wfy37g/_old  2013-09-23 11:18:28.000000000 +0200
+++ /var/tmp/diff_new_pack.wfy37g/_new  2013-09-23 11:18:28.000000000 +0200
@@ -1,6 +1,6 @@
---- Makefile   2011-08-28 15:42:39.000000000 -0700
-+++ Makefile   2011-08-30 16:42:46.091484511 -0700
-@@ -32,7 +32,7 @@
+--- Makefile   2013-08-24 17:42:16.000000000 +0300
++++ Makefile   2013-09-03 10:23:28.826035738 +0300
+@@ -36,7 +36,7 @@
  RPM_VERSION = $(word 1,$(RPM_VERLIST))
  RPM_RELEASE = $(word 2,$(RPM_VERLIST))$(if $(WTDIRTY),.dirty)
  
@@ -8,4 +8,4 @@
 +LDLIBS ?= -lncurses
  CFLAGS ?= -Wall -O2
  DFLAGS        = -g -DDEBUG -Werror -O0
- PROGS = tig
+ EXE   = tig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to