[yum-cvs] 2 commits - Makefile yum-updatesd.spec

Jeremy Katz katzj at linux.duke.edu
Tue Dec 18 03:56:21 UTC 2007


 Makefile          |    2 +-
 yum-updatesd.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 90cb7e36b8bf9f97d1b922b0914c4cbb24a4dd99
Merge: eb39ada... b24a257...
Author: Jeremy Katz <katzj at redhat.com>
Date:   Mon Dec 17 22:54:15 2007 -0500

    Merge branch 'master' of git+ssh://katzj@login.linux.duke.edu/home/groups/yum/git/yum-updatesd
    
    * 'master' of git+ssh://katzj@login.linux.duke.edu/home/groups/yum/git/yum-updatesd:
      Import SecondsOption() and dtrt if it isn't available (so no hard dep. needed)
      Explain why limited isn't used on default runs
      Use SecondsOption from latest yum
      Fix updaterefresh option
      Override metadata expires value, as it's pointless to run cached

commit eb39adad0e08c883dd4522c05d3a7290251a19a4
Author: Jeremy Katz <katzj at redhat.com>
Date:   Mon Dec 17 22:46:26 2007 -0500

    Bump version

diff --git a/Makefile b/Makefile
index 56aab35..a04f84b 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
 # James Bowes <jbowes at redhat.com>
 
 NAME = yum-updatesd
-VERSION = 0.8
+VERSION = 0.9
 
 PREFIX = /usr
 MANDIR = $(PREFIX)/share/man
diff --git a/yum-updatesd.spec b/yum-updatesd.spec
index efa03e6..b1c8320 100644
--- a/yum-updatesd.spec
+++ b/yum-updatesd.spec
@@ -1,7 +1,7 @@
 Summary: Update notification daemon
 Name: yum-updatesd
 Epoch: 1
-Version: 0.8
+Version: 0.9
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
@@ -61,6 +61,9 @@ exit 0
 
 
 %changelog
+* Mon Dec 17 2007 Jeremy Katz <katzj at redhat.com> - 1:0.9-1
+- More mail fixes (Pierre Ossman)
+
 * Wed Dec  5 2007 Jeremy Katz <katzj at redhat.com> - 1:0.8-1
 - Use sendmail (Pierre Ossman, #397711)
 - Don't wake up as often (#391571)



More information about the Yum-cvs-commits mailing list