diff --git a/curl.spec b/curl.spec index 9d07017..6aea747 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ %define libname libcurl Name: curl -Version: 7.45.0 +Version: 7.46.0 Release: 1mamba Summary: A tool for transfering data with URL syntax that supports many protocols Group: Applications/Networking @@ -153,6 +153,7 @@ install -m644 docs/examples/{Makefile.example,README,*.c} \ %files %defattr(-,root,root) %{_bindir}/curl +%{_datadir}/zsh/site-functions/_curl %{_mandir}/man1/curl.* %files -n %{libname} @@ -178,6 +179,9 @@ install -m644 docs/examples/{Makefile.example,README,*.c} \ %doc CHANGES README RELEASE-NOTES %changelog +* Thu Dec 03 2015 Automatic Build System 7.46.0-1mamba +- automatic version update by autodist + * Wed Oct 07 2015 Automatic Build System 7.45.0-1mamba - automatic version update by autodist