From 69a88598c2ebc66a3d1ff67f87d0e6213a88176f Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Mon, 16 Sep 2013 10:09:39 +0200 Subject: [PATCH] Update to upstream version 3.0.4 --- .gitignore | 1 + javapackages-tools.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8c47402..dabbf90 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /javapackages-3.0.1.tar.xz /javapackages-3.0.2.tar.xz /javapackages-3.0.3.tar.xz +/javapackages-3.0.4.tar.xz diff --git a/javapackages-tools.spec b/javapackages-tools.spec index d323c36..db1b0a6 100644 --- a/javapackages-tools.spec +++ b/javapackages-tools.spec @@ -1,5 +1,5 @@ Name: javapackages-tools -Version: 3.0.3 +Version: 3.0.4 Release: 1%{?dist} Summary: Macros and scripts for Java packaging support @@ -111,13 +111,17 @@ cp %{SOURCE1} %{buildroot}%{_mavendepmapfragdir}/ pushd python %{__python} setup.py test popd +pushd test +%{__python} -m unittest discover -p '*_test.py' +popd + %files -f files-common %doc LICENSE %files -n maven-local -f files-maven -%{_mavendepmapfragdir}/*xml +%{_mavendepmapfragdir}/google-guice-sisu-guice-noaop.xml %files -n python-javapackages %doc LICENSE @@ -128,6 +132,9 @@ popd %changelog +* Fri Sep 13 2013 Stanislav Ochotnicky - 3.0.4-1 +- Update to upstream version 3.0.4 + * Wed Sep 11 2013 Stanislav Ochotnicky - 3.0.3-1 - Update to upstream version 3.0.3 diff --git a/sources b/sources index fe044c9..b0bfa48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db0ac4aaec70d0a632bd3b206c211009 javapackages-3.0.3.tar.xz +36cf1f04da156cb98d35fbf68361f62b javapackages-3.0.4.tar.xz