summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2011-09-08 11:14:41 +0200
committerKamil Dudka <kdudka@redhat.com>2011-09-08 11:15:55 +0200
commit13e3a891a5735adc8432dab740e18c5daddcb445 (patch)
tree00e87d53ed71b31459ade087c2a836d325bef882
parentsshd/loopback test fails in the sparc buildsystem (diff)
downloadlibssh2-freefilesync-13e3a891a5735adc8432dab740e18c5daddcb445.tar.gz
libssh2-freefilesync-13e3a891a5735adc8432dab740e18c5daddcb445.tar.bz2
libssh2-freefilesync-13e3a891a5735adc8432dab740e18c5daddcb445.zip
update to 1.3.0
-rw-r--r--.gitignore3
-rw-r--r--libssh2-1.2.7.tar.gz.asc7
-rw-r--r--libssh2-1.3.0.tar.gz.asc7
-rw-r--r--libssh2.spec7
-rw-r--r--sources2
5 files changed, 14 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index a4df282..8846a13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-libssh2-1.2.4.tar.gz
-/libssh2-1.2.7.tar.gz
+/libssh2-1.3.0.tar.gz
diff --git a/libssh2-1.2.7.tar.gz.asc b/libssh2-1.2.7.tar.gz.asc
deleted file mode 100644
index 1f761c0..0000000
--- a/libssh2-1.2.7.tar.gz.asc
+++ /dev/null
@@ -1,7 +0,0 @@
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.10 (GNU/Linux)
-
-iEYEABECAAYFAkxq+yUACgkQeOEcayedXJG20ACeMdXVfOb0uopARLRRxVdZ3y4/
-a5EAn2lxpeDn1L6JMtdYtJQT19hjfL1T
-=eefQ
------END PGP SIGNATURE-----
diff --git a/libssh2-1.3.0.tar.gz.asc b/libssh2-1.3.0.tar.gz.asc
new file mode 100644
index 0000000..0de0e44
--- /dev/null
+++ b/libssh2-1.3.0.tar.gz.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iEYEABECAAYFAk5miSYACgkQeOEcayedXJH3swCg6URaVPa2VvmUISM7KrLAbyfw
+aqYAoJxpmM0XY9HYqrMqmtH2uYNbpJyL
+=yCYe
+-----END PGP SIGNATURE-----
diff --git a/libssh2.spec b/libssh2.spec
index 4e102d5..406ef11 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -1,6 +1,6 @@
Name: libssh2
-Version: 1.2.7
-Release: 2%{?dist}
+Version: 1.3.0
+Release: 1%{?dist}
Summary: A library implementing the SSH2 protocol
Group: System Environment/Libraries
@@ -112,6 +112,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/*
%changelog
+* Thu Sep 08 2011 Kamil Dudka <kdudka@redhat.com> 1.3.0-1
+- update to 1.3.0
+
* Sat Jun 25 2011 Dennis Gilmore <dennis@ausil.us> - 1.2.7-2
- sshd/loopback test fails in the sparc buildsystem
diff --git a/sources b/sources
index 5fa0b4e..05b2d34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5d78344886f1282e4008c09bf568076 libssh2-1.2.7.tar.gz
+6425331899ccf1015f1ed79448cb4709 libssh2-1.3.0.tar.gz
bgstack15