[gofer] update to: 0.60.

Jeff Ortel jortel at fedoraproject.org
Tue Nov 22 17:10:19 UTC 2011


commit 68397b6a78823007052f75b5d37c2482801f264f
Author: Jeff Ortel <jortel at redhat.com>
Date:   Tue Nov 22 11:09:57 2011 -0600

    update to: 0.60.

 .gitignore |    1 +
 gofer.spec |   32 +++++++++++++++++++++++++++++++-
 sources    |    2 +-
 3 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 545759f..1617370 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gofer-0.54.tar.gz
+/gofer-0.60.tar.gz
diff --git a/gofer.spec b/gofer.spec
index bb20106..2ceb4e2 100644
--- a/gofer.spec
+++ b/gofer.spec
@@ -2,7 +2,7 @@
 %{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig  -e 'puts Config::CONFIG["sitelibdir"]')}
 
 Name: gofer
-Version: 0.54
+Version: 0.60
 Release: 1%{?dist}
 Summary: A lightweight, extensible python agent
 Group:   Development/Languages
@@ -240,6 +240,36 @@ This plug-in provides RMI access to package (RPM) management.
 
 
 %changelog
+* Fri Nov 18 2011 Jeff Ortel <jortel at redhat.com> 0.60-1
+- plugin: package; revise API for constructors; add Yum wrapper class.
+  (jortel at redhat.com)
+- Support remote class constructor arguments. (jortel at redhat.com)
+
+* Wed Nov 16 2011 Jeff Ortel <jortel at redhat.com> 0.59-1
+- plugin: package; Initialize yum plugins. (jortel at redhat.com)
+
+* Wed Nov 16 2011 Jeff Ortel <jortel at redhat.com> 0.58-1
+- Add 'apply' flag on Pacakge.update(); handle obsoletes; better return info.
+  (jortel at redhat.com)
+- Test commit for SSH key changed. (jortel at redhat.com)
+- Better handling of corrupted files in pending store. (jortel at redhat.com)
+- Fix bug in non-eager plugin loading. (jortel at redhat.com)
+
+* Thu Nov 10 2011 Jeff Ortel <jortel at redhat.com> 0.57-1
+- Impl plugin: System, rename shutdown() to: halt(); add cancel().
+  (jortel at redhat.com)
+
+* Thu Nov 10 2011 Jeff Ortel <jortel at redhat.com> 0.56-1
+- Impl plugin: Package.update(). (jortel at redhat.com)
+- Impl plugin: system.shutdown() & reboot(). (jortel at redhat.com)
+
+* Thu Nov 10 2011 Jeff Ortel <jortel at redhat.com> 0.55-1
+- change to 'importkeys' semantics; add importkeys to group installs.
+  (jortel at redhat.com)
+- Restrict Plugin.export() to class|function; split test agent & plugin.
+  (jortel at redhat.com)
+- Add tools. (jortel at redhat.com)
+
 * Thu Oct 27 2011 Jeff Ortel <jortel at redhat.com> 0.54-1
 - Refactor pmon, separate threading. (jortel at redhat.com)
 
diff --git a/sources b/sources
index 12a84f0..53c1414 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9171431d50ba20826e9102a69f8ea5a6  gofer-0.54.tar.gz
+7a9b9ffac4a39dbe3016f8f3d41eedc2  gofer-0.60.tar.gz


More information about the scm-commits mailing list