diff --git a/.gitignore b/.gitignore index 2f69a1b..178319f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /websockify-0.4.1.tar.gz /websockify-0.5.1.tar.gz /v0.5.1.tar.gz +/websockify-0.6.0.tar.gz diff --git a/python-websockify.spec b/python-websockify.spec index 0a7bde4..facb4c3 100644 --- a/python-websockify.spec +++ b/python-websockify.spec @@ -1,6 +1,6 @@ Name: python-websockify -Version: 0.5.1 -Release: 2%{?dist} +Version: 0.6.0 +Release: 1%{?dist} Summary: WSGI based adapter for the Websockets protocol License: LGPLv3 @@ -42,6 +42,9 @@ install -m 444 docs/websockify.1 %{buildroot}%{_mandir}/man1/ %changelog +* Mon Mar 23 2015 Nikola Đipanov - 0.6.0-1 +- Update to release 0.6.0 + * Sun Jun 08 2014 Fedora Release Engineering - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 33ed880..7555b32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b603874b502bcd9d509e664c97ca780 websockify-0.5.1.tar.gz +fdb30e7b273f2a3d433559dfc8d117e9 websockify-0.6.0.tar.gz