diff --git a/.gitignore b/.gitignore
index 2000a23..01624ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /librepo-714e828.tar.xz
 /librepo-b3c3323.tar.xz
+/librepo-720d68d.tar.xz
diff --git a/librepo.spec b/librepo.spec
index c4221c0..541bd78 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -1,10 +1,10 @@
-%global timestamp 20130318
-%global gitrev b3c3323
+%global timestamp 20130408
+%global gitrev 720d68d
 %global checkout %{timestamp}git%{gitrev}
 
 Name:		librepo
 Version:	0.0.2
-Release:	2.%{checkout}%{?dist}
+Release:	3.%{checkout}%{?dist}
 Summary:	Repodata downloading library
 
 Group:		System Environment/Libraries
@@ -79,6 +79,15 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{python_sitearch}/librepo/
 
 %changelog
+* Mon Apr  8 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.2-3.git720d68d
+- Add CURL_GLOBAL_ACK_EINTR flag to curl init.
+- Proper multi handle cleanup. (RhBug: 947388)
+- Support for read 'useragent' attr. (RhBug: 947346)
+- Add valgrind supress files. (RhBug: 923214)
+- Make python bindings interruptible (LRO_INTERRUPTIBLE) (RhBug: 919125)
+- Add LRI_MIRRORS option (RhBug: 923198)
+- Add LRI_METALINK option. (BzBug: 947767)
+
 * Mon Mar 18 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.2-2.gitb3c3323
 - py: Use standard python exception while accessing bad attrs. (RhBug: 920673)
 - Default mask for newly created files is 0666. (RhBug: 922557)
diff --git a/sources b/sources
index 527a162..6113a37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a19c50ac09b6dfedc8351f38e3745756  librepo-b3c3323.tar.xz
+5c33fd7636a0804a1186bbeee7b9bbe9  librepo-720d68d.tar.xz