]> git.pld-linux.org Git - packages/curl.git/blobdiff - curl.spec
- up to 7.66.0; fixes CVE-2019-5482, CVE-2019-5481
[packages/curl.git] / curl.spec
index 181559c7adefc84284ba95b9e5022f413fa8d583..1963b8ea5e3641fd02a674e781edee954a5e77b2 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -22,12 +22,12 @@ Summary(pt_BR.UTF-8):       Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e
 Summary(ru.UTF-8):     Утилита для получения файлов с серверов FTP, HTTP и других
 Summary(uk.UTF-8):     Утиліта для отримання файлів з серверів FTP, HTTP та інших
 Name:          curl
-Version:       7.64.1
+Version:       7.66.0
 Release:       1
 License:       MIT-like
 Group:         Applications/Networking
 Source0:       https://curl.haxx.se/download/%{name}-%{version}.tar.xz
-# Source0-md5: 8d22827310223f24d8eacc866722cc10
+# Source0-md5: 1c19620f5ac46aebe949d18c9bfc1c28
 Patch0:                %{name}-ac.patch
 Patch1:                %{name}-krb5flags.patch
 URL:           http://curl.haxx.se/
@@ -199,6 +199,19 @@ Bibliotecas estáticas para desenvolvimento com o curl.
 Цей пакет містить статичну бібліотеку для розробки програм з
 використанням бібліотеки curl.
 
+%package -n fish-completion-%{name}
+Summary:       Fish completion for curl command
+Summary(pl.UTF-8):     Dopełnianie parametrów w fish dla polecenia curl
+Group:         Applications/Shells
+Requires:      %{name} = %{version}-%{release}
+Requires:      fish
+
+%description -n fish-completion-%{name}
+Fish completion for curl command.
+
+%description -n fish-completion-%{name} -l pl.UTF-8
+Dopełnianie parametrów w fish dla polecenia curl.
+
 %package -n zsh-completion-curl
 Summary:       ZSH completion for curl command
 Summary(pl.UTF-8):     Dopełnianianie parametrów w ZSH dla polecenia curl
@@ -242,6 +255,7 @@ Dopełnianianie parametrów w ZSH dla polecenia curl.
 %else
        --without-ssl --without-gnutls \
 %endif
+       --with-fish-functions-dir=%{fish_compdir} \
        %{__with_without kerberos5 gssapi %{_prefix}} \
        %{__with_without metalink libmetalink} \
        %{__with_without rtmp librtmp} \
@@ -299,6 +313,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_libdir}/libcurl.a
 
+%files -n fish-completion-%{name}
+%defattr(644,root,root,755)
+%{fish_compdir}/%{name}.fish
+
 %files -n zsh-completion-curl
 %defattr(644,root,root,755)
 %{_datadir}/zsh/site-functions/_curl
This page took 0.062664 seconds and 4 git commands to generate.