forked from pool/colordiff
Accepting request 820639 from home:elimat:branches:devel:tools
- Update to 1.0.19 * Add 'difffile' color option, allowing more git-like coloring (separate color for header of each changed file). Thanks Geraint Edwards. * Improved portability of Makefile, thanks Michael Osipov. * Provide support for 24-bit colour strings, thanks Stephen Wall. - Run spec-cleaner * Drop package groups - Drop patch colordiff-fix-permission.diff not needed anymore OBS-URL: https://build.opensuse.org/request/show/820639 OBS-URL: https://build.opensuse.org/package/show/devel:tools/colordiff?expand=0&rev=18
This commit is contained in:
parent
802f4dc503
commit
c19105fce5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0
|
|
||||||
size 21695
|
|
Binary file not shown.
3
colordiff-1.0.19.tar.gz
Normal file
3
colordiff-1.0.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:46e8c14d87f6c4b77a273cdd97020fda88d5b2be42cf015d5d84aca3dfff3b19
|
||||||
|
size 21329
|
BIN
colordiff-1.0.19.tar.gz.sig
Normal file
BIN
colordiff-1.0.19.tar.gz.sig
Normal file
Binary file not shown.
@ -1,15 +0,0 @@
|
|||||||
Index: Makefile
|
|
||||||
===================================================================
|
|
||||||
--- Makefile.orig
|
|
||||||
+++ Makefile
|
|
||||||
@@ -36,9 +36,7 @@ install:
|
|
||||||
else \
|
|
||||||
install -d ${DESTDIR}${ETC_DIR}; \
|
|
||||||
fi
|
|
||||||
- cp colordiffrc ${DESTDIR}${ETC_DIR}/colordiffrc
|
|
||||||
- -chown root.root ${DESTDIR}${ETC_DIR}/colordiffrc
|
|
||||||
- chmod 644 ${DESTDIR}${ETC_DIR}/colordiffrc
|
|
||||||
+ install -m 644 colordiffrc ${ETC_DIR}/colordiffrc
|
|
||||||
|
|
||||||
.PHONY: uninstall
|
|
||||||
uninstall:
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 13 08:56:10 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 1.0.19
|
||||||
|
* Add 'difffile' color option, allowing more git-like coloring (separate
|
||||||
|
color for header of each changed file). Thanks Geraint Edwards.
|
||||||
|
* Improved portability of Makefile, thanks Michael Osipov.
|
||||||
|
* Provide support for 24-bit colour strings, thanks Stephen Wall.
|
||||||
|
- Run spec-cleaner
|
||||||
|
* Drop package groups
|
||||||
|
- Drop patch colordiff-fix-permission.diff not needed anymore
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 10 15:41:24 UTC 2017 - aavindraa@gmail.com
|
Sun Sep 10 15:41:24 UTC 2017 - aavindraa@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package colordiff
|
# spec file for package colordiff
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,21 +12,19 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: colordiff
|
Name: colordiff
|
||||||
Version: 1.0.18
|
Version: 1.0.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Colour-highlighted 'diff' output
|
Summary: Colour-highlighted 'diff' output
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Text/Utilities
|
URL: https://www.colordiff.org
|
||||||
Url: http://www.colordiff.org
|
|
||||||
Source0: http://www.colordiff.org/%{name}-%{version}.tar.gz
|
Source0: http://www.colordiff.org/%{name}-%{version}.tar.gz
|
||||||
Source1: http://www.colordiff.org/%{name}-%{version}.tar.gz.sig
|
Source1: http://www.colordiff.org/%{name}-%{version}.tar.gz.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
Patch0: colordiff-fix-permission.diff
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -35,24 +33,19 @@ output but with pretty 'syntax' highlighting. Colour schemes can be
|
|||||||
customized.
|
customized.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
%patch0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}/%{_bindir}
|
%make_install INSTALL_DIR=%{_bindir} \
|
||||||
mkdir -p %{buildroot}/%{_sysconfdir}
|
ETC_DIR=%{_sysconfdir} \
|
||||||
make \
|
MAN_DIR=%{_mandir}/man1
|
||||||
INSTALL_DIR=%{buildroot}/%{_bindir} \
|
|
||||||
MAN_DIR=%{buildroot}/%{_mandir}/man1 \
|
|
||||||
ETC_DIR=%{buildroot}%{_sysconfdir} install
|
|
||||||
sed -i -e "s@%{buildroot}@@" %{buildroot}/%{_bindir}/colordiff
|
|
||||||
chmod a-x %{buildroot}/%{_mandir}/man1/colordiff.*
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README COPYING CHANGES BUGS colordiffrc colordiffrc-lightbg
|
%license COPYING
|
||||||
%config %{_sysconfdir}/colordiffrc
|
%doc README CHANGES BUGS colordiffrc colordiffrc-lightbg colordiffrc-gitdiff
|
||||||
|
%config(noreplace) %{_sysconfdir}/colordiffrc
|
||||||
%{_bindir}/cdiff
|
%{_bindir}/cdiff
|
||||||
%{_bindir}/colordiff
|
%{_bindir}/colordiff
|
||||||
%{_mandir}/man1/cdiff.1%{?ext_man}
|
%{_mandir}/man1/cdiff.1%{?ext_man}
|
||||||
|
Loading…
Reference in New Issue
Block a user