[yawn] new upstream version

Michal Minar miminar at fedoraproject.org
Thu Feb 27 09:48:53 UTC 2014


commit 2d29c0d61e69b6bbc28e54dae262e5496df47e66
Author: Michal Minar <miminar at redhat.com>
Date:   Thu Feb 27 10:46:02 2014 +0100

    new upstream version
    
    It fixes enumeration of instrumented classes with new tog-pegasus
    releases having root/PG_InterOp namespace renamed to root/interop.

 .gitignore |    8 +-------
 sources    |    3 +--
 yawn.spec  |   13 ++++++++-----
 3 files changed, 10 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 52587b5..8f4a314 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1 @@
-/yawn.py
-/yawn-0.tar.gz
-/yawn-20121106.tar.xz
-/yawn-20121115.tar.xz
-/yawn-20130118.tar.xz
-/yawn-20130213.tar.xz
-/yawn-20130426.tar.xz
+/yawn-20140227.tar.xz
diff --git a/sources b/sources
index a2b3f3f..f6ef42a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-b57b9102232415eab195e520dc14ac1d  yawn-20130213.tar.xz
-e171b9ad78c7c11fe9541e9ce9de7877  yawn-20130426.tar.xz
+c8258262a95f9460e0f1070ddd23a5d2  yawn-20140227.tar.xz
diff --git a/yawn.spec b/yawn.spec
index 925352b..31b3de3 100644
--- a/yawn.spec
+++ b/yawn.spec
@@ -1,11 +1,11 @@
 %global htmldir /var/www/yawn
 %global apacheconfdir /etc/httpd
-%global svnrev 620
-%global revdate 20130426
+%global svnrev 630
+%global revdate 20140227
 
 Name:           yawn
 Version:        0
-Release:        0.15.%{revdate}svn%{svnrev}%{?dist}
+Release:        0.16.%{revdate}svn%{svnrev}%{?dist}
 Summary:        Yet Another WBEM Navigator
 
 
@@ -14,8 +14,8 @@ License:        GPLv2
 URL:            https://sourceforge.net/apps/mediawiki/pywbem/index.php?title=YAWN
 # The source for this package was pulled from upstream svn repository.
 # Use the following commands to get the archive:
-#  svn export -r 620 https://pywbem.svn.sourceforge.net/svnroot/pywbem/yawn/trunk/mod_wsgi yawn-20130426
-#  tar -cJvf yawn-20130426.tar.xz yawn-20130426
+#  svn export -r 630 https://svn.code.sf.net/p/pywbem/code/yawn/trunk/mod_wsgi yawn-20140227
+#  tar -cJvf yawn-20140227.tar.xz yawn-20140227
 Source0:        %{name}-%{revdate}.tar.xz
 
 BuildRequires:  httpd, python-setuptools
@@ -58,6 +58,9 @@ install -m 0644 ./apache/yawn.conf ${RPM_BUILD_ROOT}/%{apacheconfdir}/conf.d/yaw
 %{_bindir}/yawn.py
 
 %changelog
+* Thu Feb 27 2014 Michal Minar <miminar at redhat.com> 0-0.16.20140227svn630
+- New upstream version fixing enumeration of instrumetned classes.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.15.20130426svn620
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list