[yawn] new upstream version

Michal Minar miminar at fedoraproject.org
Fri Jan 18 10:41:38 UTC 2013


commit b6d6b2ae3fa85b1a2e5d5c3dfc492bb4f248951d
Author: Michal Minar <miminar at redhat.com>
Date:   Fri Jan 18 11:41:01 2013 +0100

    new upstream version

 .gitignore |    1 +
 sources    |    2 +-
 yawn.spec  |   15 ++++++++++-----
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 753aa66..34656e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /yawn-0.tar.gz
 /yawn-20121106.tar.xz
 /yawn-20121115.tar.xz
+/yawn-20130118.tar.xz
diff --git a/sources b/sources
index ef55ceb..595a1c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ba9254b04ca2e7fd8f785cb9ec1aa24  yawn-20121115.tar.xz
+b9288bafbb6f229397ae2136dbc9675f  yawn-20130118.tar.xz
diff --git a/yawn.spec b/yawn.spec
index fa35f57..c8d3540 100644
--- a/yawn.spec
+++ b/yawn.spec
@@ -1,11 +1,11 @@
 %global htmldir /var/www/yawn
 %global apacheconfdir /etc/httpd
-%global svnrev 606
-%global revdate 20121115
+%global svnrev 610
+%global revdate 20130118
 
 Name:           yawn
 Version:        0
-Release:        0.12.%{revdate}svn%{svnrev}%{?dist}
+Release:        0.13.%{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 606 https://pywbem.svn.sourceforge.net/svnroot/pywbem/yawn/trunk/mod_wsgi yawn-20121115
-#  tar -cJvf yawn-20121115.tar.xz yawn-20121115
+#  svn export -r 610 https://pywbem.svn.sourceforge.net/svnroot/pywbem/yawn/trunk/mod_wsgi yawn-20130118
+#  tar -cJvf yawn-20130118.tar.xz yawn-20130118
 Source0:        %{name}-%{revdate}.tar.xz
 
 BuildRequires:  httpd, python-setuptools
@@ -52,11 +52,16 @@ install -m 0644 ./apache/yawn.conf ${RPM_BUILD_ROOT}/%{apacheconfdir}/conf.d/yaw
 %{htmldir}
 %{python_sitelib}/*
 %config(noreplace) %{apacheconfdir}/conf.d/yawn.conf
+%doc README Changelog
 
 %files server
 %{_bindir}/yawn.py
 
 %changelog
+* Fri Jan 18 2013 Michal Minar <miminar at redhat.com> 0-0.13.20130118svn610
+- Updated to latest upstream version
+- Added changelog file
+
 * Thu Nov 15 2012 Michal Minar <miminar at redhat.com> - 0-0.12.20121115svn605
 - Update to latest upstream version
 


More information about the scm-commits mailing list