OBS User unknown
2009-03-26 01:04:57 +00:00
committed by Git OBS Bridge
parent c9b60dc6c9
commit 4d1873100b
5 changed files with 55 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e029b0b92b2abf4cc9f99e1baf1a600f40fa29e4b0206c9905c7cbc42e9a7e47
size 15577

3
colordiff-1.0.8a.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a2627df7f6eed25baa7ebd6507b1d28118b52c3373d0dfc2bbfe7f7fe11a2ff
size 16374

View File

@@ -1,7 +1,7 @@
Index: colordiff-1.0.6/Makefile
Index: colordiff-1.0.8/Makefile
===================================================================
--- colordiff-1.0.6.orig/Makefile
+++ colordiff-1.0.6/Makefile
--- colordiff-1.0.8.orig/Makefile
+++ colordiff-1.0.8/Makefile
@@ -32,9 +32,7 @@ install: etc
if [ -f ${ETC_DIR}/colordiffrc ]; then \
mv -f ${ETC_DIR}/colordiffrc ${ETC_DIR}/colordiffrc.old; \

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Mar 18 14:02:42 CET 2009 - mseben@suse.cz
- updated to 1.0.8a version
- Changes between version 1.0.6a and 1.0.7a
- Support introduced for 'wdiff' colourising (thanks to Tom Regner)
- Correctly handles undefined HOME (patches from various people).
- Support for p4 diffs added by Alexis Layton, plus bug fix for
blank first lines
- Changes between version 1.0.7a and 1.0.8a
- Support for numeric colours added, for 256-colour terminals
(thanks to GautamIyer).
- Diff-types can now be specified explicitly, for use when
diff-type detection doesn't work or isn't possible.
- Return diff's exit code, patch from Tim Connors. Allow
extraneous diff text to be coloured separately.
-------------------------------------------------------------------
Sun Jun 24 21:29:42 CEST 2007 - bwalle@suse.de

View File

@@ -1,19 +1,27 @@
#
# spec file for package colordiff (Version 1.0.6a)
# spec file for package colordiff (Version 1.0.8a)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: colordiff
URL: http://colordiff.sourceforge.net/
Version: 1.0.6a
Url: http://colordiff.sourceforge.net/
Version: 1.0.8a
Release: 1
License: GPL
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: Productivity/Text/Utilities
Summary: Colour-highlighted 'diff' output
@@ -59,5 +67,19 @@ rm -rf "$RPM_BUILD_ROOT"
/etc/colordiffrc
%changelog
* Sun Jun 24 2007 - bwalle@suse.de
* Wed Mar 18 2009 mseben@suse.cz
- updated to 1.0.8a version
- Changes between version 1.0.6a and 1.0.7a
- Support introduced for 'wdiff' colourising (thanks to Tom Regner)
- Correctly handles undefined HOME (patches from various people).
- Support for p4 diffs added by Alexis Layton, plus bug fix for
blank first lines
- Changes between version 1.0.7a and 1.0.8a
- Support for numeric colours added, for 256-colour terminals
(thanks to GautamIyer).
- Diff-types can now be specified explicitly, for use when
diff-type detection doesn't work or isn't possible.
- Return diff's exit code, patch from Tim Connors. Allow
extraneous diff text to be coloured separately.
* Sun Jun 24 2007 bwalle@suse.de
- initial SUSE package