1.57
OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=20
This commit is contained in:
parent
b5dc251800
commit
9887923fe3
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 16 05:36:24 UTC 2013 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- updated to 1.57:
|
||||||
|
* improve treatment of binary files in ambiguous message introduced in
|
||||||
|
diffutils 2.8.4, and finally corrected in 3.0
|
||||||
|
* use mkdtemp instead of the insecure mktemp
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 13 07:36:01 UTC 2013 - pgajdos@suse.com
|
Wed Feb 13 07:36:01 UTC 2013 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ Index: config_h.in
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- config_h.in.orig
|
--- config_h.in.orig
|
||||||
+++ config_h.in
|
+++ config_h.in
|
||||||
@@ -5,4 +5,10 @@
|
@@ -5,4 +5,11 @@
|
||||||
* config.h -- Kevin Buettner.
|
* config.h -- Kevin Buettner.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -14,6 +14,7 @@ Index: config_h.in
|
|||||||
+#define HAVE_STRING_H 0
|
+#define HAVE_STRING_H 0
|
||||||
+#define HAVE_UNISTD_H 0
|
+#define HAVE_UNISTD_H 0
|
||||||
+#define STDC_HEADERS 0
|
+#define STDC_HEADERS 0
|
||||||
|
+#define HAVE_MKDTEMP 1
|
||||||
Index: makefile.in
|
Index: makefile.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- makefile.in.orig
|
--- makefile.in.orig
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: diffstat
|
Name: diffstat
|
||||||
Version: 1.56
|
Version: 1.57
|
||||||
Release: 0
|
Release: 0
|
||||||
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
|
||||||
@ -49,7 +49,7 @@ make check
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README CHANGES
|
%doc README CHANGES
|
||||||
%doc %{_mandir}/man?/*
|
%{_bindir}/diffstat
|
||||||
%{_bindir}/*
|
%doc %{_mandir}/man1/diffstat.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6cb2da712036958aff83084e7c140dbdc7ff84025fd33f7ce7826658b9486c8a
|
oid sha256:cb9845839d695f178d6b5458b08d3e04773e400f35c0c062c4c0102220fba1e6
|
||||||
size 237671
|
size 245755
|
||||||
|
Loading…
x
Reference in New Issue
Block a user