Added changelog message.
[fedora-mingw.git] / libssh2 / mingw32-libssh2.spec
index d354877..1a63774 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:           mingw32-libssh2
 Version:        0.18
-Release:        1%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW Windows library implementing the SSH2 protocol
 
 License:        BSD
@@ -50,6 +50,7 @@ SECSH-DHGEX(04), and SECSH-NUMBERS(10).
 %patch1004 -p1
 %patch1005 -p1
 
+libtoolize --force --copy
 autoreconf
 
 
@@ -72,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
+%doc COPYING
 %{_mingw32_bindir}/libssh2-1.dll
 %{_mingw32_libdir}/libssh2.dll.a
 %{_mingw32_libdir}/libssh2.la
@@ -81,5 +83,17 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 0.18-5
+- Rebuild for mingw32-gcc 4.4
+
+* Fri Feb  6 2009 Richard W.M. Jones <rjones@redhat.com> - 0.18-4
+- Include license file.
+
+* Fri Feb  6 2009 Richard W.M. Jones <rjones@redhat.com> - 0.18-3
+- Rebuild against new OpenSSH (because of soname bump).
+
+* Sat Jan 24 2009 Richard W.M. Jones <rjones@redhat.com> - 0.18-2
+- Update libtool installation.
+
 * Mon Nov 10 2008 Richard W.M. Jones <rjones@redhat.com> - 0.18-1
 - Initial RPM release.