This commit is contained in:
parent
82e276bd8c
commit
2d653f1ee8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8aa3a836fbfedec173afa28fecd286eb3329c6801b78e57ca167ab7c2b966736
|
||||
size 1667843
|
3
curl-7.16.4.tar.bz2
Normal file
3
curl-7.16.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45c69529126b6ff50e7ebe2c2b8157a4ecb405174a1349234903021e9ac5c87b
|
||||
size 1668101
|
11
curl.changes
11
curl.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 3 13:53:05 CEST 2007 - mmarek@suse.cz
|
||||
|
||||
- updated to 7.16.4
|
||||
* added CURLOPT_NEW_FILE_PERMS and CURLOPT_NEW_DIRECTORY_PERMS
|
||||
* improved hashing of sockets for the multi_socket API
|
||||
* ftp kerberos5 support added
|
||||
* some bugfixes (see /usr/share/doc/packages/curl/RELEASE-NOTES)
|
||||
- fixed libcurl-devel Provides: [#293401]
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 9 10:35:48 CEST 2007 - mmarek@suse.cz
|
||||
|
||||
|
13
curl.spec
13
curl.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package curl (Version 7.16.3)
|
||||
# spec file for package curl (Version 7.16.4)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
Name: curl
|
||||
BuildRequires: libidn-devel openssl-devel zlib-devel
|
||||
Version: 7.16.3
|
||||
Version: 7.16.4
|
||||
Release: 1
|
||||
Autoreqprov: on
|
||||
License: BSD 3-Clause, X11/MIT
|
||||
@ -67,8 +67,8 @@ Authors:
|
||||
Summary: A Tool for Transferring Data from URLs
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
Requires: libcurl4 = %{version} zlib-devel openssl-devel libidn-devel
|
||||
Provides: curl-devel = %{version}-%{release}
|
||||
# curl-devel (v 7.15.5) was last used in 10.2
|
||||
Provides: curl-devel <= 7.15.5
|
||||
Obsoletes: curl-devel < 7.16.2
|
||||
|
||||
%description -n libcurl-devel
|
||||
@ -158,6 +158,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 03 2007 - mmarek@suse.cz
|
||||
- updated to 7.16.4
|
||||
* added CURLOPT_NEW_FILE_PERMS and CURLOPT_NEW_DIRECTORY_PERMS
|
||||
* improved hashing of sockets for the multi_socket API
|
||||
* ftp kerberos5 support added
|
||||
* some bugfixes (see /usr/share/doc/packages/curl/RELEASE-NOTES)
|
||||
- fixed libcurl-devel Provides: [#293401]
|
||||
* Mon Jul 09 2007 - mmarek@suse.cz
|
||||
- updated to 7.16.3
|
||||
* many bugfixes
|
||||
|
Loading…
x
Reference in New Issue
Block a user