[yum-presto] Only download prestodelta.xml when doing updates and other fixes

Jonathan Dieter jdieter at fedoraproject.org
Thu Jul 7 22:00:12 UTC 2011


commit aad43dfa1005c6c2a2bb36faeb71c6fe3a19b626
Author: Jonathan Dieter <jdieter at lesbg.com>
Date:   Thu Jul 7 22:58:54 2011 +0100

    Only download prestodelta.xml when doing updates and other fixes

 .gitignore      |    1 +
 sources         |    2 +-
 yum-presto.spec |    9 +++++++--
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 018ae63..c48f1b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 yum-presto-0.6.2.tar.bz2
+/yum-presto-0.7.0.tar.bz2
diff --git a/sources b/sources
index 5614d3e..ea9ccbe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f38cad477cdabf209b71b35a34cc04ec  yum-presto-0.6.2.tar.bz2
+18dcaa262138e369c3d0f35b93385de5  yum-presto-0.7.0.tar.bz2
diff --git a/yum-presto.spec b/yum-presto.spec
index 5feb197..49350aa 100644
--- a/yum-presto.spec
+++ b/yum-presto.spec
@@ -2,8 +2,8 @@
 
 Summary: Presto plugin for yum
 Name: yum-presto
-Version: 0.6.2
-Release: 3%{?dist}
+Version: 0.7.0
+Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: http://www.lesbg.com/jdieter/presto/%{name}-%{version}.tar.bz2
@@ -45,6 +45,11 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/presto.conf
 
 %changelog
+* Thu Jul  7 2011 Jonathan Dieter <jdieter at lesbg.com> - 0.7.0-1
+- Don't download prestodelta.xml when its size is larger than the updated rpms
+- Only download prestodelta.xml when doing updates (#664864)
+- Other small fixes (#572553, #677379, #678588)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list