new upstream release - 7.46.0
This commit is contained in:
parent
b1cf0d53ef
commit
62fef86fa4
@ -12,7 +12,7 @@ diff --git a/configure b/configure
|
|||||||
index 8f079a3..53b4774 100755
|
index 8f079a3..53b4774 100755
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -16109,18 +16109,11 @@ $as_echo "yes" >&6; }
|
@@ -16017,18 +16017,11 @@ $as_echo "yes" >&6; }
|
||||||
gccvhi=`echo $gccver | cut -d . -f1`
|
gccvhi=`echo $gccver | cut -d . -f1`
|
||||||
gccvlo=`echo $gccver | cut -d . -f2`
|
gccvlo=`echo $gccver | cut -d . -f2`
|
||||||
compiler_num=`(expr $gccvhi "*" 100 + $gccvlo) 2>/dev/null`
|
compiler_num=`(expr $gccvhi "*" 100 + $gccvlo) 2>/dev/null`
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iEYEABECAAYFAlXK47IACgkQeOEcayedXJEpMgCg8hUSyXOqdU+6oSo5j+FCQVy1
|
|
||||||
kaUAoLxHC7qRuXCP3ZCsL+VvsiOqDc/E
|
|
||||||
=JM7A
|
|
||||||
-----END PGP SIGNATURE-----
|
|
7
curl-7.46.0.tar.lzma.asc
Normal file
7
curl-7.46.0.tar.lzma.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iEYEABECAAYFAlZel9wACgkQeOEcayedXJEsYACfTnbAnkbePp450rwYPaQz53yI
|
||||||
|
zg8Anj+YPivd5G6PTRFM1Q+tD5HEIwzp
|
||||||
|
=izYm
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,6 +1,6 @@
|
|||||||
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.45.0
|
Version: 7.46.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -234,6 +234,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/aclocal/libcurl.m4
|
%{_datadir}/aclocal/libcurl.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 2 2015 Kamil Dudka <kdudka@redhat.com> 7.46.0-1
|
||||||
|
- new upstream release
|
||||||
|
|
||||||
* Wed Oct 7 2015 Paul Howarth <paul@city-fan.org> 7.45.0-1
|
* Wed Oct 7 2015 Paul Howarth <paul@city-fan.org> 7.45.0-1
|
||||||
- new upstream release
|
- new upstream release
|
||||||
- drop %%defattr, redundant since rpm 4.4
|
- drop %%defattr, redundant since rpm 4.4
|
||||||
|
Loading…
Reference in New Issue
Block a user