[javapackages-tools] Update to upstream bugfix release 3.4.2

Michal Srb msrb at fedoraproject.org
Thu Dec 5 12:35:30 UTC 2013


commit 575a02ed15108a21b5bc44c4936ad0de46fed31b
Author: Michal Srb <msrb at redhat.com>
Date:   Thu Dec 5 13:34:40 2013 +0100

    Update to upstream bugfix release 3.4.2

 .gitignore                                         |    1 +
 ...ting-parent-directories-for-pom.propertie.patch |   35 --------------
 0002-Update-testsuite-for-rhbz-1031769.patch       |   48 --------------------
 javapackages-tools.spec                            |   14 +++---
 sources                                            |    2 +-
 5 files changed, 8 insertions(+), 92 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c014e9..b6cbe7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,4 @@
 /javapackages-3.3.1.tar.xz
 /javapackages-3.4.0.tar.xz
 /javapackages-3.4.1.tar.xz
+/javapackages-3.4.2.tar.xz
diff --git a/javapackages-tools.spec b/javapackages-tools.spec
index 424b3e3..e90d4dd 100644
--- a/javapackages-tools.spec
+++ b/javapackages-tools.spec
@@ -1,6 +1,6 @@
 Name:           javapackages-tools
-Version:        3.4.1
-Release:        3%{?dist}
+Version:        3.4.2
+Release:        1%{?dist}
 
 Summary:        Macros and scripts for Java packaging support
 
@@ -8,10 +8,6 @@ License:        BSD
 URL:            https://fedorahosted.org/javapackages/
 Source0:        https://fedorahosted.org/released/javapackages/javapackages-%{version}.tar.xz
 
-# rhbz#1031769
-Patch1:         0001-Revert-creating-parent-directories-for-pom.propertie.patch
-Patch2:         0002-Update-testsuite-for-rhbz-1031769.patch
-
 BuildArch:      noarch
 
 BuildRequires:  jpackage-utils
@@ -21,6 +17,7 @@ BuildRequires:  python-lxml
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-formencode
+BuildRequires:  scl-utils-build
 
 Requires:       coreutils
 Requires:       libxslt
@@ -93,8 +90,6 @@ Requires:       fedora-review
 
 %prep
 %setup -q -n javapackages-%{version}
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure
@@ -135,6 +130,9 @@ popd
 
 
 %changelog
+* Thu Dec 05 2013 Michal Srb <msrb at redhat.com> - 3.4.2-1
+- Update to upstream bugfix release 3.4.2
+
 * Wed Dec  4 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.4.1-3
 - Add Requires on objectweb-pom
 
diff --git a/sources b/sources
index 94815dc..48e5666 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6abef7f7bf08c84fc62f03f8d03f8959  javapackages-3.4.1.tar.xz
+8a47adf390a8130eba6a7a3e40ad1ba2  javapackages-3.4.2.tar.xz


More information about the scm-commits mailing list