diff --git a/.cvsignore b/.cvsignore index ca6d69d..7d16cc9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ curl-7.15.4.tar.bz2 curl-7.15.5.tar.bz2 +curl-7.16.0.tar.bz2 diff --git a/curl.spec b/curl.spec index 9fbfa99..46a4576 100644 --- a/curl.spec +++ b/curl.spec @@ -1,6 +1,6 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others). Name: curl -Version: 7.15.5 +Version: 7.16.0 Release: 1%{?dist} License: MIT Group: Applications/Internet @@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Oct 30 2006 Jindrich Novy - 7.16.0-1 +- update to curl-7.16.0 + * Thu Aug 24 2006 Jindrich Novy - 7.15.5-1.fc6 - update to curl-7.15.5 - use %%{?dist} diff --git a/sources b/sources index fc94577..30996a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -594142c7d53bbdd988e8cef6354eeeff curl-7.15.5.tar.bz2 +5819f56e93d04cde2992fe88b54cbfad curl-7.16.0.tar.bz2