#6 Fix bogus changelog date
Merged 4 years ago by lyarwood. Opened 4 years ago by lyarwood.
rpms/ lyarwood/novnc master-fix-changelog-date  into  master

file modified
+5 -2
@@ -1,6 +1,6 @@ 

  Name:           novnc

  Version:        1.1.0

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        VNC client using HTML5 (Web Sockets, Canvas) with encryption support

  Requires:       python3-websockify

  
@@ -51,7 +51,10 @@ 

  %{_bindir}/%{name}_server

  

  %changelog

- * Tue Aug 08 2019 Lee Yarwood <lyarwood@redhat.com> 1.1.0-3

+ * Fri Aug 09 2019 Lee Yarwood <lyarwood@redhat.com> 1.1.0-4

+ - Fix bogus changelog date.

+ 

+ * Thu Aug 08 2019 Lee Yarwood <lyarwood@redhat.com> 1.1.0-3

  - launch.sh: Check for a local websockify directory

  

  * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2

no initial comment

Pull-Request has been merged by lyarwood

4 years ago