This commit is contained in:
parent
8ae053b4a0
commit
9d2b6a043c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fe2943c8feb493092f1ca858786b161749411e3095aa1a556d11c9dabbcacbcf
|
|
||||||
size 88470
|
|
3
diffstat-1.45.tar.bz2
Normal file
3
diffstat-1.45.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba03042acdbcadf9b709b32a75a38aea7a22749574c94c29167756989a00ac3f
|
||||||
|
size 91400
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 11 20:16:15 CET 2007 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
- update to 1.45
|
||||||
|
* add "-b" option (Debian #379380, patch by
|
||||||
|
Greg Norris).
|
||||||
|
* add a check for default-diff output, e.g., "diff foo
|
||||||
|
bar|diffstat", which has no "diff" command in the
|
||||||
|
output for diffstat to guess that a diff is beginning.
|
||||||
|
* add a check after completing a chunk for unified diff
|
||||||
|
to ensure that the next line either begins another chunk
|
||||||
|
for the diff, or starts another diff, e.g., a context
|
||||||
|
diff (report by Adrian Bunk).
|
||||||
|
* add configure options for leak-checking valgrind, etc.
|
||||||
|
* use install-sh rather than install.sh
|
||||||
|
* updated config.guess and config.sub
|
||||||
|
* updated configure macros CF_GCC_ATTRIBUTES CF_GCC_WARNINGS
|
||||||
|
CF_MSG_LOG CF_PATH_SYNTAX CF_VERBOSE CF_XOPEN_SOURCE
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 27 15:33:59 CEST 2006 - mjancar@suse.cz
|
Thu Jul 27 15:33:59 CEST 2006 - mjancar@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package diffstat (Version 1.43)
|
# spec file for package diffstat (Version 1.45)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -11,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: diffstat
|
Name: diffstat
|
||||||
Version: 1.43
|
Version: 1.45
|
||||||
Release: 1
|
Release: 1
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
License: distributable
|
License: X11/MIT
|
||||||
URL: http://dickey.his.com/diffstat/diffstat.html
|
Url: http://dickey.his.com/diffstat/diffstat.html
|
||||||
Summary: Utility That Provides Statistics Based on the Output of diff
|
Summary: Utility That Provides Statistics Based on the Output of diff
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch: %{name}-%{version}.diff
|
Patch: %{name}-%{version}.diff
|
||||||
@ -57,7 +57,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man?/*
|
%doc %{_mandir}/man?/*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog -n diffstat
|
%changelog
|
||||||
|
* Tue Dec 11 2007 - pgajdos@suse.cz
|
||||||
|
- update to 1.45
|
||||||
|
* add "-b" option (Debian #379380, patch by
|
||||||
|
Greg Norris).
|
||||||
|
* add a check for default-diff output, e.g., "diff foo
|
||||||
|
bar|diffstat", which has no "diff" command in the
|
||||||
|
output for diffstat to guess that a diff is beginning.
|
||||||
|
* add a check after completing a chunk for unified diff
|
||||||
|
to ensure that the next line either begins another chunk
|
||||||
|
for the diff, or starts another diff, e.g., a context
|
||||||
|
diff (report by Adrian Bunk).
|
||||||
|
* add configure options for leak-checking valgrind, etc.
|
||||||
|
* use install-sh rather than install.sh
|
||||||
|
* updated config.guess and config.sub
|
||||||
|
* updated configure macros CF_GCC_ATTRIBUTES CF_GCC_WARNINGS
|
||||||
|
CF_MSG_LOG CF_PATH_SYNTAX CF_VERBOSE CF_XOPEN_SOURCE
|
||||||
* Thu Jul 27 2006 - mjancar@suse.cz
|
* Thu Jul 27 2006 - mjancar@suse.cz
|
||||||
- update to 1.43
|
- update to 1.43
|
||||||
* fix to avoid modifying data which is being used by tsearch() for
|
* fix to avoid modifying data which is being used by tsearch() for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user