From 9d2b6a043c20e48af3b385b603f57809ae5f92164a957dfb1f1a29896f416511 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 12 Dec 2007 17:06:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffstat?expand=0&rev=2 --- diffstat-1.43.tar.bz2 | 3 --- diffstat-1.43.diff => diffstat-1.45.diff | 0 diffstat-1.45.tar.bz2 | 3 +++ diffstat.changes | 20 ++++++++++++++++ diffstat.spec | 30 ++++++++++++++++++------ 5 files changed, 46 insertions(+), 10 deletions(-) delete mode 100644 diffstat-1.43.tar.bz2 rename diffstat-1.43.diff => diffstat-1.45.diff (100%) create mode 100644 diffstat-1.45.tar.bz2 diff --git a/diffstat-1.43.tar.bz2 b/diffstat-1.43.tar.bz2 deleted file mode 100644 index d35c4bb..0000000 --- a/diffstat-1.43.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe2943c8feb493092f1ca858786b161749411e3095aa1a556d11c9dabbcacbcf -size 88470 diff --git a/diffstat-1.43.diff b/diffstat-1.45.diff similarity index 100% rename from diffstat-1.43.diff rename to diffstat-1.45.diff diff --git a/diffstat-1.45.tar.bz2 b/diffstat-1.45.tar.bz2 new file mode 100644 index 0000000..30dac50 --- /dev/null +++ b/diffstat-1.45.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba03042acdbcadf9b709b32a75a38aea7a22749574c94c29167756989a00ac3f +size 91400 diff --git a/diffstat.changes b/diffstat.changes index f3e7bbe..fe1ab88 100644 --- a/diffstat.changes +++ b/diffstat.changes @@ -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 diff --git a/diffstat.spec b/diffstat.spec index 19bd325..0815f6c 100644 --- a/diffstat.spec +++ b/diffstat.spec @@ -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 # package are under the same license as the package itself. # @@ -11,12 +11,12 @@ # norootforbuild Name: diffstat -Version: 1.43 +Version: 1.45 Release: 1 -Autoreqprov: on +AutoReqProv: on Group: Productivity/Text/Utilities -License: distributable -URL: http://dickey.his.com/diffstat/diffstat.html +License: X11/MIT +Url: http://dickey.his.com/diffstat/diffstat.html Summary: Utility That Provides Statistics Based on the Output of diff Source: %{name}-%{version}.tar.bz2 Patch: %{name}-%{version}.diff @@ -57,7 +57,23 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man?/* %{_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 - update to 1.43 * fix to avoid modifying data which is being used by tsearch() for