[yum-presto/f17] Fix bug caused by typo (#808130)

Jonathan Dieter jdieter at fedoraproject.org
Thu Mar 29 16:49:28 UTC 2012


commit 73ef4119a717964fb6239c70907d0ab1928b4ae8
Author: Jonathan Dieter <jdieter at lesbg.com>
Date:   Thu Mar 29 19:49:19 2012 +0300

    Fix bug caused by typo (#808130)
    
    Signed-off-by: Jonathan Dieter <jdieter at lesbg.com>

 .gitignore      |    1 +
 sources         |    2 +-
 yum-presto.spec |    5 ++++-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a01de57..a42e465 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ yum-presto-0.6.2.tar.bz2
 /yum-presto-0.7.0.tar.bz2
 /yum-presto-0.7.1.tar.bz2
 /yum-presto-0.7.2.tar.bz2
+/yum-presto-0.7.3.tar.bz2
diff --git a/sources b/sources
index 954bc0d..0f3241e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bed6b168f972d294347b61e602c6f0a9  yum-presto-0.7.2.tar.bz2
+c8171c462ce9929bd46231feb5d6c21d  yum-presto-0.7.3.tar.bz2
diff --git a/yum-presto.spec b/yum-presto.spec
index acf5f09..706283f 100644
--- a/yum-presto.spec
+++ b/yum-presto.spec
@@ -2,7 +2,7 @@
 
 Summary: Presto plugin for yum
 Name: yum-presto
-Version: 0.7.2
+Version: 0.7.3
 Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/presto.conf
 
 %changelog
+* Thu Mar 29 2012 Jonathan Dieter <jdieter at lesbg.com> - 0.7.3-1
+- Fix bug caused by typo (#808130)
+
 * Mon Mar 26 2012 Jonathan Dieter <jdieter at lesbg.com> - 0.7.2-1
 - Initial i18n framework
 - French translation from Bribanick dominique <chepioq at gmail.com>


More information about the scm-commits mailing list