diff --git a/SPECS/libssh2.spec b/SPECS/libssh2.spec
index 1a15f77..e3d0155 100644
--- a/SPECS/libssh2.spec
+++ b/SPECS/libssh2.spec
@@ -12,7 +12,7 @@
 
 Name:		libssh2
 Version:	1.4.3
-Release:	6%{?dist}
+Release:	8%{?dist}
 Summary:	A library implementing the SSH2 protocol
 Group:		System Environment/Libraries
 License:	BSD
@@ -154,6 +154,12 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/libssh2.pc
 
 %changelog
+* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.4.3-8
+- Mass rebuild 2014-01-24
+
+* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.4.3-7
+- Mass rebuild 2013-12-27
+
 * Wed Aug 14 2013 Kamil Dudka <kdudka@redhat.com> 1.4.3-6
 - fix very slow sftp upload to localhost
 - fix a use after free in channel.c