Accepting request 1145993 from home:amanzini:branches:devel:tools
- update to 1.66: + improve handling of git diff's + update install-sh + improve configure script checks, reducing compiler warnings OBS-URL: https://build.opensuse.org/request/show/1145993 OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=40
This commit is contained in:
parent
dcd6082788
commit
334c930b13
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cf27424926debcd85921755c3915559288244bd103f62d740dc6b83b557a28a
|
||||
size 295596
|
@ -1,15 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Comment: See https://invisible-island.net/public/public.html for info
|
||||
|
||||
iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmNDY9gACgkQzCr0RyFn
|
||||
vgPySwwArmvvTa7oi8wjVWBYU0qrwXO5cVqlTtP+obm1HpPsDo0I4cCj5RdN3VVl
|
||||
GpW9uXu2G38TBz+XiNPaJbh9boZMBequGAWi3a85VBXs0R37KcprfmJvVWrMYXWX
|
||||
kC/wQ0TmxKrgXkJNThgUQ9UEh9PFde+x5gKlvLFptwx7rOBCR4XQSYpjR94ulFva
|
||||
B9ohmxlJJB5a2KWdKg/Yig9Y8bvNgWAVozOlawyUSlAx2LrfWptNWcXlG348ZusP
|
||||
23OMmE07fFIsKHLhuPmJeLjLxL9UMMNI2joDgkLZOaNn3PPEfl11seWczXxyEAcP
|
||||
UvU5FDJpWtdwR9Zo7HoCdBehKmXOxHRaAzJUwQzMbWcB8dgiUA6lxYeUp73eHrDo
|
||||
d0pY5UoJGHkhztDNqSJp3TZ28agkqg0RLY81TKinHEZoMTAhBbhAZXhn6Vc8maGq
|
||||
I32xekyEy5csZixXWrjhOU5qxTDHobO6wPKjs6eBFN1ZPo7M86ZnmrqdNo2kp/vu
|
||||
DbbEr0UI
|
||||
=2xK0
|
||||
-----END PGP SIGNATURE-----
|
3
diffstat-1.66.tgz
Normal file
3
diffstat-1.66.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e
|
||||
size 302451
|
15
diffstat-1.66.tgz.asc
Normal file
15
diffstat-1.66.tgz.asc
Normal file
@ -0,0 +1,15 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Comment: See https://invisible-island.net/public/public.html for info
|
||||
|
||||
iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmW24vgACgkQzCr0RyFn
|
||||
vgMseAwAtzF7ms/jC6Kaec+eX31eiz/vPspEUPsJsSKc+zg2/J/DA193n0ocC7qB
|
||||
/inKayo2LMRoi4jezmkfKVCdx7eP0DI26m/JLWWoJDEpaOLNsrGolVEgHC/d+xF+
|
||||
Hb1wX0bciK/mW6l2o5OsTV2uLJv8mEa1Vl2U8wDDI+Mq013MPX6iGwesEXajjsOH
|
||||
wItsa+NdWWR9IzYfkMjHxWGMkORanE5suRgH75VVUqX4rN0kB9nvi4j1Orj4Jh5s
|
||||
arfdiMiv2H4T7kwiI6OJMgxg3QbCR597yCftgiFVh2VPFRcDR9uH0GtuhOp0hVNk
|
||||
pa+E3ZCkOLqQN7GipUPJLLeYwxdBXt6fOH8+fIPZvPJL0RYFVw/XZQ55FB7lXdSs
|
||||
hBCO+NYhhh8U4fjX3JVUszei1O/R1RGRrCCWk0oudyMwNEfBl5uwNU5QN8ImDzBX
|
||||
CnYncbQJiijuJFmlqER+wifRkOjMB158xIqUEHXrQCQLSFB5fadu8CZfBdcgO0Qw
|
||||
jVqsTNIw
|
||||
=8mPm
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 11 17:27:48 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- update to 1.66:
|
||||
+ improve handling of git diff's
|
||||
+ update install-sh
|
||||
+ improve configure script checks, reducing compiler warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 22:42:37 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@ Index: makefile.in
|
||||
===================================================================
|
||||
--- makefile.in.orig
|
||||
+++ makefile.in
|
||||
@@ -15,6 +15,7 @@ exec_prefix = @exec_prefix@
|
||||
@@ -16,6 +16,7 @@ datarootdir = @datarootdir@
|
||||
bindir = @bindir@
|
||||
mandir = @mandir@
|
||||
|
||||
@ -27,7 +27,7 @@ Index: makefile.in
|
||||
CC = @CC@
|
||||
LINK = $(CC)
|
||||
INSTALL = @INSTALL@
|
||||
@@ -26,7 +27,7 @@ CTAGS = @CTAGS@
|
||||
@@ -28,7 +29,7 @@ CTAGS = @CTAGS@
|
||||
ETAGS = @ETAGS@
|
||||
|
||||
CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package diffstat
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: diffstat
|
||||
Version: 1.65
|
||||
Version: 1.66
|
||||
Release: 0
|
||||
Summary: Utility That Provides Statistics Based on the Output of diff
|
||||
License: MIT
|
||||
Group: Productivity/Text/Utilities
|
||||
URL: https://dickey.his.com/diffstat/diffstat.html
|
||||
Source0: https://invisible-mirror.net/archives/diffstat/diffstat-%{version}.tgz
|
||||
Source1: https://invisible-mirror.net/archives/diffstat/diffstat-%{version}.tgz.asc
|
||||
URL: https://invisible-island.net/diffstat/
|
||||
Source0: https://invisible-island.net/archives/diffstat/diffstat-%{version}.tgz
|
||||
Source1: https://invisible-island.net/archives/diffstat/diffstat-%{version}.tgz.asc
|
||||
Source2: %{name}.keyring
|
||||
Patch0: %{name}.diff
|
||||
|
||||
@ -33,8 +33,7 @@ diffstat reads the output of the diff command and displays a histogram
|
||||
of the insertions, deletions, and modifications in each file.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
%autosetup -p0
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
Loading…
Reference in New Issue
Block a user