diff --git a/libvirt-glib-0.1.2.tar.gz b/libvirt-glib-0.1.2.tar.gz
deleted file mode 100644
index 9344436..0000000
--- a/libvirt-glib-0.1.2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ae0760e8719e43a31295025b9070283ad459e6294cfc370319925b9044b3d209
-size 694180
diff --git a/libvirt-glib-0.1.3.tar.gz b/libvirt-glib-0.1.3.tar.gz
new file mode 100644
index 0000000..0770689
--- /dev/null
+++ b/libvirt-glib-0.1.3.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f90c8f78a6e5274ff79df44c22414e307c9d5c5f782fb9bc31af0d2b1b408be5
+size 699833
diff --git a/libvirt-glib.changes b/libvirt-glib.changes
index 21dbcb7..dcc5c34 100644
--- a/libvirt-glib.changes
+++ b/libvirt-glib.changes
@@ -1,3 +1,21 @@
+-------------------------------------------------------------------
+Thu Oct 11 15:21:10 UTC 2012 - dimstar@opensuse.org
+
+- Update to version 0.1.3:
+  + Improve documentation for set_memory method in GVirConfigDomain
+  + Handle size units for memory attributes
+  + Add API for current memory
+  + Fix python example to specify virt type
+  + Use 1 GB of RAM in python example instead 1 TB !
+  + Add API to get hypervisor name and version
+  + Avoid NULL format string for g_set_error
+  + Fix XXX_new_with_xml constructors for config objects
+  + Add misc getters for VNC/SPICE config attributes
+  + Add handling of PMSUSPENDED state
+  + Add handling of WAKEUP events
+  + Require libvirt 0.10.2 minimum
+  + Add API for domain PM wakeup.
+
 -------------------------------------------------------------------
 Tue Aug 21 21:01:32 UTC 2012 - dimstar@opensuse.org
 
diff --git a/libvirt-glib.spec b/libvirt-glib.spec
index b33353b..0a4202f 100644
--- a/libvirt-glib.spec
+++ b/libvirt-glib.spec
@@ -18,7 +18,7 @@
 
 
 Name:           libvirt-glib
-Version:        0.1.2
+Version:        0.1.3
 Release:        0
 Summary:        GLib and GObject mapping of libvirt
 License:        LGPL-2.1+
@@ -31,7 +31,7 @@ BuildRequires:  pkgconfig(glib-2.0) >= 2.22.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.10.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.8
 BuildRequires:  pkgconfig(gthread-2.0) >= 2.22.0
-BuildRequires:  pkgconfig(libvirt) >= 0.9.10
+BuildRequires:  pkgconfig(libvirt) >= 0.10.2
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.0.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build