- updated to 1.55:
* fixed [bnc#739210] -- on commercial license found in diffstat 1.54 (test files) * add -R option, like patch's, to reverse the order of the comparison. - switch on make check OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=15
This commit is contained in:
parent
244bb4d74c
commit
a922fafc8b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0026aa7d704d99e8d5d749b121e54c920d3df405bfb1ab13c0e649522bee4b05
|
|
||||||
size 181867
|
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 4 09:04:33 UTC 2012 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- updated to 1.55:
|
||||||
|
* fixed [bnc#739210] -- on commercial license found in diffstat
|
||||||
|
1.54 (test files)
|
||||||
|
* add -R option, like patch's, to reverse the order of the
|
||||||
|
comparison.
|
||||||
|
- switch on make check
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 20 20:15:42 UTC 2011 - coolo@suse.com
|
Tue Dec 20 20:15:42 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package diffstat
|
# spec file for package diffstat
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -15,22 +15,23 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: diffstat
|
Name: diffstat
|
||||||
Version: 1.54
|
Version: 1.55
|
||||||
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
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: ftp://invisible-island.net/diffstat/diffstat.tar.gz
|
||||||
Patch: %{name}-%{version}.diff
|
Patch: %{name}.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
diffstat reads the output of the diff command and displays a histogram
|
diffstat reads the output of the diff command and displays a histogram
|
||||||
of the insertions, deletions, and modifications in each file.
|
of the insertions, deletions, and modifications in each file.
|
||||||
|
|
||||||
%prep
|
%prep -n diffstat
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
|
|
||||||
@ -42,6 +43,9 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README CHANGES
|
%doc README CHANGES
|
||||||
|
3
diffstat.tar.gz
Normal file
3
diffstat.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:59a46c75a99f2c373a81880051adc43a17b71c55478691e702c61c13c6d61b55
|
||||||
|
size 235836
|
Loading…
x
Reference in New Issue
Block a user