Accepting request 199214 from home:tokoyami
Update to version 1.2.1 OBS-URL: https://build.opensuse.org/request/show/199214 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=27
This commit is contained in:
parent
8cf83bf614
commit
d99bf35f60
3
tig-1.2.1.tar.gz
Normal file
3
tig-1.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb2612095e9cdb4f480a80a60dadbadecf56886f2c99e66c2436311bf6853498
|
||||
size 124391
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bf8a8b83761634d8431cb38ef5a133371a5e09460750706e6de3813f06242a4
|
||||
size 216724
|
@ -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
|
||||
|
26
tig.changes
26
tig.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 10:18:06 UTC 2013 - multyrealm@gmail.com
|
||||
|
||||
- change autogen.sh call to autoreconf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 07:40:47 UTC 2013 - multyrealm@gmail.com
|
||||
|
||||
- convert asciidoc files to man pages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 06:48:40 UTC 2013 - multyrealm@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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 10 17:30:31 UTC 2013 - pascal.bleser@opensuse.org
|
||||
|
||||
|
15
tig.spec
15
tig.spec
@ -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 @@ 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
|
||||
Requires: git-core
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -46,14 +49,18 @@ showing the commit with the log message, diffstat, and the diff.
|
||||
%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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user