]> git.pld-linux.org Git - packages/curl.git/commitdiff
- updated to 7.10 (fixes segfault with --interface option)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 2 Oct 2002 11:35:19 +0000 (11:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.60

curl.spec

index ff687fc3eb434535415fa57e2a64f976b00c614c..1f374d40e21fa354fb333751855f46a1cb5f9d61 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -5,14 +5,13 @@ Summary(pt_BR):       Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e HTTPS
 Summary(ru):   õÔÉÌÉÔÁ ÄÌÑ ÐÏÌÕÞÅÎÉÑ ÆÁÊÌÏ× Ó ÓÅÒ×ÅÒÏ× FTP, HTTP É ÄÒÕÇÉÈ
 Summary(uk):   õÔÉ̦ÔÁ ÄÌÑ ÏÔÒÉÍÁÎÎÑ ÆÁÊ̦נڠÓÅÒ×ÅҦנFTP, HTTP ÔÁ ¦ÎÛÉÈ
 Name:          curl
-Version:       7.9.8
+Version:       7.10
 Release:       1
 License:       MPL
 Vendor:                Daniel Stenberg <Daniel.Stenberg@sth.frontec.se>
 Group:         Applications/Networking
 Source0:       http://curl.haxx.se/download/%{name}-%{version}.tar.gz
 Patch0:                %{name}-no_strip.patch
-Patch1:                %{name}-fix-proto.patch
 URL:           http://curl.haxx.se/
 %{!?_without_ssl:BuildRequires:        openssl-devel >= 0.9.6a}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -132,7 +131,6 @@ Bibliotecas est
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %configure \
@@ -160,7 +158,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc CHANGES LEGAL README docs/TheArtOfHttpScripting
+%doc CHANGES README docs/TheArtOfHttpScripting
 %doc docs/{BUGS,CONTRIBUTE,FAQ,FEATURES,INTERNALS,MANUAL,README*,RESOURCES,THANKS,TODO}
 %attr(755,root,root) %{_bindir}/%{name}-config
 %attr(755,root,root) %{_libdir}/lib*.so
This page took 0.072173 seconds and 4 git commands to generate.