diff --git a/paramiko-1.12.0.tar.gz b/paramiko-1.12.0.tar.gz
deleted file mode 100644
index 3c3417e..0000000
--- a/paramiko-1.12.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:cc0c0549f611ccc1358a0e1c760e00074990adba723d4d647a2637a1fadbdd71
-size 859845
diff --git a/paramiko-1.13.1.tar.gz b/paramiko-1.13.1.tar.gz
new file mode 100644
index 0000000..553f4eb
--- /dev/null
+++ b/paramiko-1.13.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5f4b9d9f0d3d29ef70ae7a3b065def5f9c22a6faa6b85ecb45a969b07e06c6b6
+size 1103993
diff --git a/python-paramiko.changes b/python-paramiko.changes
index 77a31f2..c9e5a08 100644
--- a/python-paramiko.changes
+++ b/python-paramiko.changes
@@ -1,3 +1,35 @@
+-------------------------------------------------------------------
+Sat May 31 11:35:11 UTC 2014 - dmueller@suse.com
+
+- update to 1.13.1:
+* :support:`256 backported` Convert API documentation to Sphinx, yielding a new
+ API docs website to replace the old Epydoc one.
+* :bug:`-` Use constant-time hash comparison operations where possible, to
+ protect against `timing-based attacks
+ `_. Thanks to Alex Gaynor
+ for the patch.
+* :feature:`58` Allow client code to access the stored SSH server banner via
+ `Transport.get_banner `. Thanks to
+ ``@Jhoanor`` for the patch.
+* :bug:`252` (`Fabric #1020 `_)
+ Enhanced the implementation of ``ProxyCommand`` to avoid a deadlock/hang
+ condition that frequently occurs at ``Transport`` shutdown time. Thanks to
+ Mateusz Kobos, Matthijs van der Vleuten and Guillaume Zitta for the original
+ reports and to Marius Gedminas for helping test nontrivial use cases.
+* :bug:`268` Fix some missed renames of ``ProxyCommand`` related error classes.
+ Thanks to Marius Gedminas for catch & patch.
+* :bug:`34` (PR :issue:`35`) Fix SFTP prefetching incompatibility with some
+ SFTP servers regarding request/response ordering. Thanks to Richard
+ Kettlewell.
+* :bug:`193` (and its attentant PRs :issue:`230` & :issue:`253`) Fix SSH agent
+ problems present on Windows. Thanks to David Hobbs for initial report and to
+ Aarni Koskela & Olle Lundberg for the patches.
+* :bug:`225 (1.12+)` Note ecdsa requirement in README. Thanks to Amaury
+ Rodriguez for the catch.
+* :bug:`176` Fix AttributeError bugs in known_hosts file (re)loading. Thanks
+ to Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test
+ case.
+
-------------------------------------------------------------------
Fri Apr 18 15:10:24 UTC 2014 - rschweikert@suse.com
diff --git a/python-paramiko.spec b/python-paramiko.spec
index 95c9afa..eb8f186 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -17,7 +17,7 @@
Name: python-paramiko
-Version: 1.12.0
+Version: 1.13.1
Release: 0
Url: https://github.com/paramiko/paramiko/
Summary: SSH2 protocol library
@@ -52,7 +52,7 @@ python setup.py build
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
-python test.py
+LANG=en_US.UTF-8 python test.py
%files
%defattr(-,root,root)