[java-sig-commits] [apache-commons-jexl] Update to 2.1 Update bsf patch Add needed BRs

Orion Poplawski orion at fedoraproject.org
Mon Dec 12 18:27:38 UTC 2011


commit 7c4e1a5a169c7369cb3dc0f57286b2e67d4f5f1f
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Dec 12 11:27:39 2011 -0700

    Update to 2.1
    Update bsf patch
    Add needed BRs

 .gitignore               |    1 +
 apache-commons-jexl.spec |   20 ++++++++++++++------
 sources                  |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9630e23..ad2c8e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 commons-jexl-2.0.1-src.tar.gz
+/commons-jexl-2.1-src.tar.gz
diff --git a/apache-commons-jexl.spec b/apache-commons-jexl.spec
index b31e5bb..4f53aa4 100644
--- a/apache-commons-jexl.spec
+++ b/apache-commons-jexl.spec
@@ -1,8 +1,8 @@
 %global jarname commons-jexl
 
 Name:           apache-%{jarname}
-Version:        2.0.1
-Release:        4%{?dist}
+Version:        2.1
+Release:        1%{?dist}
 Summary:        Java Expression Language (JEXL)
 
 Group:          Development/Libraries
@@ -10,15 +10,18 @@ License:        ASL 2.0
 URL:            http://commons.apache.org/jexl
 Source0:        http://www.apache.org/dist/commons/jexl/source/%{jarname}-%{version}-src.tar.gz
 # Java 1.6 contains bsf 3.0, so we don't need the dependency in the pom.xml file
-Patch0:         %{name}-2.0.1-bsf.patch
+Patch0:         %{name}-bsf.patch
 
 BuildRequires:  jpackage-utils
 BuildRequires:  java-devel >= 1:1.6.0
 BuildRequires:  apache-commons-parent
-BuildRequires:  maven-release-plugin
-BuildRequires:  javacc-maven-plugin
-BuildRequires:  maven-surefire-provider-junit
 BuildRequires:  maven
+BuildRequires:  apache-rat-plugin
+BuildRequires:  buildnumber-maven-plugin
+BuildRequires:  javacc-maven-plugin
+BuildRequires:  maven-dependency-plugin
+BuildRequires:  maven-release-plugin
+BuildRequires:  maven-surefire-provider-junit4
 
 BuildArch:      noarch
 
@@ -90,6 +93,11 @@ cp -p pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
 
 
 %changelog
+* Mon Dec 12 2011 Orion Poplawski <orion at cora.nwra.com> - 2.1-1
+- Update to 2.1
+- Update bsf patch
+- Add needed BRs
+
 * Tue Oct 11 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.0.1-4
 - Packaging fixes
 - New maven macro for depmaps (include a compat depmap) #745118
diff --git a/sources b/sources
index 87892f7..dbaca75 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37c370ec1c4168c26a88d2f6239b3153  commons-jexl-2.0.1-src.tar.gz
+ff1adea9723c6af2644f3c49f9e61c25  commons-jexl-2.1-src.tar.gz


More information about the java-sig-commits mailing list