From 19fbe2b822ab74f437e49b98966a8dbf4ab1820a Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Thu, 10 Oct 2013 11:07:43 +0200 Subject: [PATCH] Just release bump --- librepo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/librepo.spec b/librepo.spec index 26f62c5..19c6b3e 100644 --- a/librepo.spec +++ b/librepo.spec @@ -3,7 +3,7 @@ Name: librepo Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Repodata downloading library Group: System Environment/Libraries @@ -118,6 +118,9 @@ popd %{python3_sitearch}/ %changelog +* Thu Oct 10 2013 Tomas Mlcoch - 1.2.1-2 +- Just release bump + * Mon Oct 07 2013 Tomas Mlcoch - 1.2.1-1 - Open fd right before downloading and close them immediately after download. (RhBug: 1015957)