diff --git a/sources b/sources index eee40f4..66e4eed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d7477378e12834b2dcd506d23eb5e64 yawn-0.tar.gz +006c20abeb4e742bc025a10432ab0cec yawn-0.tar.gz diff --git a/yawn-0-content-type.patch b/yawn-0-content-type.patch deleted file mode 100644 index f94884d..0000000 --- a/yawn-0-content-type.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up ./yawn.py.orig ./yawn.py ---- ./yawn.py.orig 2012-03-13 12:08:50.699204574 +0100 -+++ ./yawn.py 2012-03-13 12:09:00.978254992 +0100 -@@ -673,6 +673,7 @@ def _printInstRow(req, urlargs, keys, in - ############################################################################## - def Pickle(req, obj): - req.add_common_vars() -+ req.content_type = "Text/HTML" - ht = _printHead("Object", "Object Serialization", req) - ht+= '

To pass the following object as a Parameter Reference to a method call, copy this string to your clipboard and paste it to the parameter field.

' - ht+= '


'+obj+'
' diff --git a/yawn-0-urls.patch b/yawn-0-urls.patch deleted file mode 100644 index 9a0b101..0000000 --- a/yawn-0-urls.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up ./yawn.py.orig ./yawn.py ---- ./yawn.py.orig 2012-05-17 15:54:35.430476551 +0200 -+++ ./yawn.py 2012-05-17 15:55:07.804231442 +0200 -@@ -2074,6 +2074,7 @@ def _baseScript(req): - # req object doesn't seem to have this!! - # TODO make this more robust - # http://www.modpython.org/pipermail/mod_python/2006-March/020501.html -+ return "." - drlen = len(req.subprocess_env['DOCUMENT_ROOT']) - if os.path.basename(__file__)[:6] == 'index.': - return os.path.dirname(__file__)[drlen:] diff --git a/yawn.spec b/yawn.spec index 3159f32..e288ed5 100644 --- a/yawn.spec +++ b/yawn.spec @@ -1,10 +1,10 @@ %global htmldir /var/www/yawn %global apacheconfdir /etc/httpd -%global svnrev 578 +%global svnrev 588 Name: yawn Version: 0 -Release: 0.7.20120620svn%{svnrev}%{?dist} +Release: 0.7.20120905svn%{svnrev}%{?dist} Summary: Yet Another WBEM Navigator @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/yawn.py %changelog +* Wed Sep 05 2012 Vitezslav Crhonek - 0-0.8.20120905svn588 +- Update to latest upstream version + * Thu Aug 02 2012 Vitezslav Crhonek - 0-0.7.20120620svn578 - Add python-mako to Requires