Hello community, here is the log from the commit of package tig for openSUSE:Factory checked in at 2018-08-04 21:54:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tig (Old) and /work/SRC/openSUSE:Factory/.tig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tig" Sat Aug 4 21:54:31 2018 rev:44 rq:627318 version:2.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tig/tig.changes 2018-07-28 12:41:30.620553550 +0200 +++ /work/SRC/openSUSE:Factory/.tig.new/tig.changes 2018-08-04 21:54:35.837411524 +0200 @@ -1,0 +2,13 @@ +Fri Jul 27 10:30:19 UTC 2018 - [email protected] + +- Make building more verbose +- Small adjustments with spec-cleaner +- Install bash completion to correct location + +------------------------------------------------------------------- +Fri Jul 27 10:10:10 UTC 2018 - [email protected] + +- tig 2.4.1: + * Add CURSES_CFLAGS to CPPFLAGS. (#856) + +------------------------------------------------------------------- Old: ---- tig-2.4.0.tar.gz New: ---- tig-2.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tig.spec ++++++ --- /var/tmp/diff_new_pack.SRi3zz/_old 2018-08-04 21:54:37.013413725 +0200 +++ /var/tmp/diff_new_pack.SRi3zz/_new 2018-08-04 21:54:37.017413732 +0200 @@ -17,16 +17,16 @@ Name: tig -Version: 2.4.0 +Version: 2.4.1 Release: 0 Summary: An ncurses-based text-mode interface for git License: GPL-2.0-or-later Group: Development/Tools/Version Control URL: https://jonas.github.io/tig/ Source0: https://github.com/jonas/tig/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz -BuildRequires: ncurses-devel BuildRequires: pkgconfig >= 0.9.0 BuildRequires: readline-devel >= 6.3 +BuildRequires: pkgconfig(ncurses) Requires: bash-completion Requires: git-core @@ -47,22 +47,22 @@ %configure \ --with-ncurses \ --docdir=%{_docdir} - -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install install-doc-man -install -D -m0644 contrib/tig-completion.bash "%{buildroot}%{_sysconfdir}/bash_completion.d/%{name}" +install -Dpm 0644 contrib/tig-completion.bash \ + %{buildroot}%{_datadir}/bash-completion/completions/%{name} %files %license COPYING %doc NEWS.adoc README.adoc %doc contrib/*.tigrc %{_bindir}/tig +%config %{_sysconfdir}/tigrc %{_mandir}/man1/tig.1%{?ext_man} %{_mandir}/man5/tigrc.5%{?ext_man} %{_mandir}/man7/tigmanual.7%{?ext_man} -%config %{_sysconfdir}/tigrc -%{_sysconfdir}/bash_completion.d/%{name} +%{_datadir}/bash-completion/completions/%{name} %changelog ++++++ tig-2.4.0.tar.gz -> tig-2.4.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tig-2.4.0/INSTALL.adoc new/tig-2.4.1/INSTALL.adoc --- old/tig-2.4.0/INSTALL.adoc 2018-07-21 21:09:17.000000000 +0200 +++ new/tig-2.4.1/INSTALL.adoc 2018-07-27 05:18:19.000000000 +0200 @@ -6,8 +6,8 @@ repository http://github.com/jonas/tig[git://github.com/jonas/tig.git]. The latest version is: -https://github.com/jonas/tig/releases/download/tig-2.4.0/tig-2.4.0.tar.gz[tig-2.4.0] -https://github.com/jonas/tig/releases/download/tig-2.4.0/tig-2.4.0.tar.gz.md5[(md5)] +https://github.com/jonas/tig/releases/download/tig-2.4.1/tig-2.4.1.tar.gz[tig-2.4.1] +https://github.com/jonas/tig/releases/download/tig-2.4.1/tig-2.4.1.tar.gz.md5[(md5)] *Note:* Do not use the tar.gz file for version 2.0 because it will fail to compile due to issue https://github.com/jonas/tig/pull/283[#283] and diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tig-2.4.0/INSTALL.html new/tig-2.4.1/INSTALL.html --- old/tig-2.4.0/INSTALL.html 2018-07-21 21:09:17.000000000 +0200 +++ new/tig-2.4.1/INSTALL.html 2018-07-27 05:18:19.000000000 +0200 @@ -742,8 +742,8 @@ <div class="paragraph"><p>Download a tarball from <a href="https://github.com/jonas/tig/releases">https://github.com/jonas/tig/releases</a> or clone the Tig repository <a href="http://github.com/jonas/tig">git://github.com/jonas/tig.git</a>.</p></div> <div class="paragraph"><p>The latest version is: -<a href="https://github.com/jonas/tig/releases/download/tig-2.4.0/tig-2.4.0.tar.gz">tig-2.4.0</a> -<a href="https://github.com/jonas/tig/releases/download/tig-2.4.0/tig-2.4.0.tar.gz.md5">(md5)</a></p></div> +<a href="https://github.com/jonas/tig/releases/download/tig-2.4.1/tig-2.4.1.tar.gz">tig-2.4.1</a> +<a href="https://github.com/jonas/tig/releases/download/tig-2.4.1/tig-2.4.1.tar.gz.md5">(md5)</a></p></div> <div class="paragraph"><p><strong>Note:</strong> Do not use the tar.gz file for version 2.0 because it will fail to compile due to issue <a href="https://github.com/jonas/tig/pull/283">#283</a> and <a href="https://github.com/jonas/tig/issues/337">#337</a></p></div> @@ -1008,7 +1008,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-07-21 15:08:50 EDT + 2018-07-26 23:17:59 EDT </div> </div> </body> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tig-2.4.0/Makefile new/tig-2.4.1/Makefile --- old/tig-2.4.0/Makefile 2018-07-21 21:09:21.000000000 +0200 +++ new/tig-2.4.1/Makefile 2018-07-27 05:18:21.000000000 +0200 @@ -2,7 +2,7 @@ # The last tagged version. Can be overridden either by the version from # git or from the value of the DIST_VERSION environment variable. -VERSION = 2.4.0 +VERSION = 2.4.1 all: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tig-2.4.0/NEWS.adoc new/tig-2.4.1/NEWS.adoc --- old/tig-2.4.0/NEWS.adoc 2018-07-21 21:09:17.000000000 +0200 +++ new/tig-2.4.1/NEWS.adoc 2018-07-27 05:18:19.000000000 +0200 @@ -1,6 +1,13 @@ Release notes ============= +tig-2.4.1 +--------- + +Bug fixes: + + - Add `CURSES_CFLAGS` to `CPPFLAGS`. (#856, Linuxbrew/homebrew-core#8440) + tig-2.4.0 --------- @@ -36,7 +43,7 @@ - Use fully qualified reference name for tags when conflicting with branch name. (#746, #787, #849) - Fix resize not working after entering command. (#845) (#846) - - Use stack allocated memory to handle TIG_LS_REMOTE. (#839) + - Use stack allocated memory to handle `TIG_LS_REMOTE`. (#839) - Fix deleted file mode line remains highlighted after hovering in diff or stage view. (#851) - Fix `TIG_LS_REMOTE` not working with git-ls-remote(1). (#853, #854) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tig-2.4.0/NEWS.html new/tig-2.4.1/NEWS.html --- old/tig-2.4.0/NEWS.html 2018-07-21 21:09:17.000000000 +0200 +++ new/tig-2.4.1/NEWS.html 2018-07-27 05:18:19.000000000 +0200 @@ -738,6 +738,19 @@ </div> <div id="content"> <div class="sect1"> +<h2 id="_tig_2_4_1">tig-2.4.1</h2> +<div class="sectionbody"> +<div class="paragraph"><p>Bug fixes:</p></div> +<div class="ulist"><ul> +<li> +<p> +Add <code>CURSES_CFLAGS</code> to <code>CPPFLAGS</code>. (#856, Linuxbrew/homebrew-core#8440) +</p> +</li> +</ul></div> +</div> +</div> +<div class="sect1"> <h2 id="_tig_2_4_0">tig-2.4.0</h2> <div class="sectionbody"> <div class="paragraph"><p>Improvements:</p></div> @@ -866,7 +879,7 @@ </li> <li> <p> -Use stack allocated memory to handle TIG_LS_REMOTE. (#839) +Use stack allocated memory to handle <code>TIG_LS_REMOTE</code>. (#839) </p> </li> <li> @@ -4043,7 +4056,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2018-07-21 15:08:50 EDT + 2018-07-26 23:17:59 EDT </div> </div> </body> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tig-2.4.0/config.make.in new/tig-2.4.1/config.make.in --- old/tig-2.4.0/config.make.in 2018-07-21 21:09:17.000000000 +0200 +++ new/tig-2.4.1/config.make.in 2018-07-27 05:18:19.000000000 +0200 @@ -10,7 +10,8 @@ CC = @CC@ CFLAGS = @CFLAGS@ @COVERAGE_CFLAGS@ -CPPFLAGS = @CPPFLAGS@ -DHAVE_CONFIG_H +# CURSES_CFLAGS contain `-I..` flags so add to preprocessor flags. +CPPFLAGS = @CPPFLAGS@ @CURSES_CFLAGS@ -DHAVE_CONFIG_H LDFLAGS = @LDFLAGS@ LDLIBS = @LIBS@ @CURSES_LIBS@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tig-2.4.0/doc/tig.1 new/tig-2.4.1/doc/tig.1 --- old/tig-2.4.0/doc/tig.1 2018-07-21 21:09:17.000000000 +0200 +++ new/tig-2.4.1/doc/tig.1 2018-07-27 05:18:19.000000000 +0200 @@ -2,12 +2,12 @@ .\" Title: tig .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 07/21/2018 +.\" Date: 07/26/2018 .\" Manual: Tig Manual -.\" Source: Tig 2.4.0 +.\" Source: Tig 2.4.1 .\" Language: English .\" -.TH "TIG" "1" "07/21/2018" "Tig 2\&.4\&.0" "Tig Manual" +.TH "TIG" "1" "07/26/2018" "Tig 2\&.4\&.1" "Tig Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tig-2.4.0/doc/tigmanual.7 new/tig-2.4.1/doc/tigmanual.7 --- old/tig-2.4.0/doc/tigmanual.7 2018-07-21 21:09:17.000000000 +0200 +++ new/tig-2.4.1/doc/tigmanual.7 2018-07-27 05:18:19.000000000 +0200 @@ -2,12 +2,12 @@ .\" Title: tigmanual .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 07/21/2018 +.\" Date: 07/26/2018 .\" Manual: Tig Manual -.\" Source: Tig 2.4.0 +.\" Source: Tig 2.4.1 .\" Language: English .\" -.TH "TIGMANUAL" "7" "07/21/2018" "Tig 2\&.4\&.0" "Tig Manual" +.TH "TIGMANUAL" "7" "07/26/2018" "Tig 2\&.4\&.1" "Tig Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tig-2.4.0/doc/tigrc.5 new/tig-2.4.1/doc/tigrc.5 --- old/tig-2.4.0/doc/tigrc.5 2018-07-21 21:09:17.000000000 +0200 +++ new/tig-2.4.1/doc/tigrc.5 2018-07-27 05:18:19.000000000 +0200 @@ -2,12 +2,12 @@ .\" Title: tigrc .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 07/21/2018 +.\" Date: 07/26/2018 .\" Manual: Tig Manual -.\" Source: Tig 2.4.0 +.\" Source: Tig 2.4.1 .\" Language: English .\" -.TH "TIGRC" "5" "07/21/2018" "Tig 2\&.4\&.0" "Tig Manual" +.TH "TIGRC" "5" "07/26/2018" "Tig 2\&.4\&.1" "Tig Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tig-2.4.0/tig.spec new/tig-2.4.1/tig.spec --- old/tig-2.4.0/tig.spec 2018-07-21 21:09:21.000000000 +0200 +++ new/tig-2.4.1/tig.spec 2018-07-27 05:18:21.000000000 +0200 @@ -3,7 +3,7 @@ Summary: Tig: text-mode interface for git Name: tig -Version: 2.4.0 +Version: 2.4.1 Release: 0%{?dist} License: GPL Group: Development/Tools diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tig-2.4.0/tools/aspell.dict new/tig-2.4.1/tools/aspell.dict --- old/tig-2.4.0/tools/aspell.dict 2018-07-21 21:09:17.000000000 +0200 +++ new/tig-2.4.1/tools/aspell.dict 2018-07-27 05:18:19.000000000 +0200 @@ -1,4 +1,4 @@ -personal_ws-1.1 en 302 +personal_ws-1.1 en 303 CJK del goto @@ -123,6 +123,7 @@ gui bindir tigmanual +Linuxbrew PgUp mailmap SunStudio @@ -224,7 +225,7 @@ UI CommitDate wclear -Homebrew +homebrew chunked BUILTIN tinfo
