From 2f1b90ada77559f247a81e7e1f1b6081fc19ed19 Mon Sep 17 00:00:00 2001
From: Tomas Mlcoch <tmlcoch@redhat.com>
Date: Jun 12 2013 11:05:51 +0000
Subject: Update to 0.0.4-2


---

diff --git a/.gitignore b/.gitignore
index 673c905..fea012d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /librepo-b3c3323.tar.xz
 /librepo-720d68d.tar.xz
 /librepo-6df340e.tar.xz
+/librepo-55c1c08.tar.xz
diff --git a/librepo.spec b/librepo.spec
index d416f99..830f3a3 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -1,6 +1,9 @@
+%global gitrev 55c1c08
+# gitrev is output of: git rev-parse --short HEAD
+
 Name:		librepo
 Version:	0.0.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Repodata downloading library
 
 Group:		System Environment/Libraries
@@ -9,8 +12,8 @@ URL:		https://github.com/Tojaj/librepo
 # Use the following commands to generate the tarball:
 #  git clone https://github.com/Tojaj/librepo.git
 #  cd librepo
-#  utils/make_tarball.sh 6df340e
-Source0:	librepo-6df340e.tar.xz
+#  utils/make_tarball.sh %{gitrev}
+Source0:	librepo-%{gitrev}.tar.xz
 
 BuildRequires:	check-devel
 BuildRequires:	cmake
@@ -75,6 +78,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{python_sitearch}/librepo/
 
 %changelog
+* Wed Jun 12 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.4-2
+- examples: Add C example of usage.
+- Fix predefined lists in types.h (GitHub issue 4). Thank you hughsie
+- Add LRO_VARSUB and LRI_VARSUB. (RhBug: 965131)
+- py: Change reported name from _librepo.Exception to librepo.LibrepoException
+
 * Thu May  2 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.4-1
 - Fix type conversion long long -> long.(RhBug: 957656)
 - python: Handle.perfrom() could be called without Result().
diff --git a/sources b/sources
index e2a63ab..7c45da5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a2ae5a6ab24c9d59971fdaa4c4cbb00  librepo-6df340e.tar.xz
+ad1862275ec17bc2a0243e2307f799ec  librepo-55c1c08.tar.xz