[gofer] Update gofer to 0.77-1

Jeff Ortel jortel at fedoraproject.org
Wed Nov 13 22:59:59 UTC 2013


commit e7e97c67f954fe264c04489f58ad35ae38cc907e
Author: Jeff Ortel <jortel at redhat.com>
Date:   Wed Nov 13 17:00:13 2013 -0600

    Update gofer to 0.77-1

 .gitignore |    1 +
 gofer.spec |   26 ++++++++++----------------
 sources    |    2 +-
 3 files changed, 12 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46a7626..5351bdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /gofer-0.66.tar.gz
 /gofer-0.74.tar.gz
 /gofer-0.75.tar.gz
+/gofer-0.77.tar.gz
diff --git a/gofer.spec b/gofer.spec
index 492f871..7d955f5 100644
--- a/gofer.spec
+++ b/gofer.spec
@@ -1,13 +1,9 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%if 0%{fedora} > 0
-%{!?ruby_sitelib: %global ruby_sitelib %{?ruby_vendorlibdir}}
-%else
-%{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig  -e 'puts Config::CONFIG["libdir"]')}
-%endif
+%{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig  -e 'puts Config::CONFIG["sitelibdir"]')}
 
 Name: gofer
-Version: 0.75
-Release: 4%{?dist}
+Version: 0.77
+Release: 1%{?dist}
 Summary: A lightweight, extensible python agent
 Group:   Development/Languages
 License: LGPLv2
@@ -145,7 +141,7 @@ Contains gofer python lib modules.
 %package -n ruby-%{name}
 Summary: Gofer ruby lib modules
 Group: Development/Languages
-BuildRequires: ruby-devel
+BuildRequires: ruby
 Requires: rubygems
 Requires: rubygem(json)
 Requires: rubygem(qpid) >= 0.16.0
@@ -252,14 +248,12 @@ This plug-in provides RMI access to package (RPM) management.
 
 
 %changelog
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.75-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Wed Mar 13 2013 Vít Ondruch <vondruch at redhat.com> - 0.75-3
-- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.75-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+* Mon Sep 30 2013 Jeff Ortel <jortel at redhat.com> 0.77-1
+- Reduce logging do DEBUG on frequent messaging and RMI processing events.
+  (jortel at redhat.com)
+* Wed Mar 06 2013 Jeff Ortel <jortel at redhat.com> 0.76-1
+- Add support for cancelling RMI; thread pool rewrite; RMI class restructure.
+  (jortel at redhat.com)
 
 * Wed Nov 07 2012 Jeff Ortel <jortel at redhat.com> 0.75-1
 - policy timeout enhancements. (jortel at redhat.com)
diff --git a/sources b/sources
index 48b21e8..f849207 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-78d519912fe13444939170dc9401db72  gofer-0.75.tar.gz
+388cad06cda898d539df506e2b7f52ad  gofer-0.77.tar.gz


More information about the scm-commits mailing list