diff --git a/.gitignore b/.gitignore index 007bc48..753aa66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /yawn.py /yawn-0.tar.gz /yawn-20121106.tar.xz +/yawn-20121115.tar.xz diff --git a/sources b/sources index b738f5a..ef55ceb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5def5ec34c159b33e0ff33dbb5d461a5 yawn-20121106.tar.xz +0ba9254b04ca2e7fd8f785cb9ec1aa24 yawn-20121115.tar.xz diff --git a/yawn.spec b/yawn.spec index 5407ec4..fa35f57 100644 --- a/yawn.spec +++ b/yawn.spec @@ -1,10 +1,11 @@ %global htmldir /var/www/yawn %global apacheconfdir /etc/httpd -%global svnrev 600 +%global svnrev 606 +%global revdate 20121115 Name: yawn Version: 0 -Release: 0.11.20121106svn%{svnrev}%{?dist} +Release: 0.12.%{revdate}svn%{svnrev}%{?dist} Summary: Yet Another WBEM Navigator @@ -13,9 +14,9 @@ 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 https://pywbem.svn.sourceforge.net/svnroot/pywbem/yawn/trunk/mod_wsgi yawn-20121106 -# tar -cJvf yawn-20121106.tar.xz yawn-20121106 -Source0: %{name}-20121106.tar.xz +# 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 +Source0: %{name}-%{revdate}.tar.xz BuildRequires: httpd, python-setuptools Requires: mod_wsgi, pywbem, httpd, python-werkzeug, python-mako @@ -32,7 +33,7 @@ Requires: %{name} Script to run yawn without Apache web server. %prep -%setup -q -n %{name}-20121106 +%setup -q -n %{name}-%{revdate} %build %{__python} setup.py build @@ -56,6 +57,9 @@ install -m 0644 ./apache/yawn.conf ${RPM_BUILD_ROOT}/%{apacheconfdir}/conf.d/yaw %{_bindir}/yawn.py %changelog +* Thu Nov 15 2012 Michal Minar - 0-0.12.20121115svn605 +- Update to latest upstream version + * Tue Nov 06 2012 Vitezslav Crhonek - 0-0.11.20121106svn600 - Update to latest upstream version - Fix tarball name