[apache-commons-beanutils] Update to upstream version 1.9.0

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Jan 6 08:40:08 UTC 2014


commit 0326dcca33ef36267c1bf1dda2d315047f661fb2
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Jan 6 09:35:36 2014 +0100

    Update to upstream version 1.9.0

 .gitignore                    |    1 +
 apache-commons-beanutils.spec |    8 +++++---
 sources                       |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2d99030..bc39342 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 commons-beanutils-1.8.3-src.tar.gz
+/commons-beanutils-1.9.0-src.tar.gz
diff --git a/apache-commons-beanutils.spec b/apache-commons-beanutils.spec
index 276c685..e4d068b 100644
--- a/apache-commons-beanutils.spec
+++ b/apache-commons-beanutils.spec
@@ -2,8 +2,8 @@
 %global short_name      commons-%{base_name}
 
 Name:           apache-%{short_name}
-Version:        1.8.3
-Release:        11%{?dist}
+Version:        1.9.0
+Release:        1%{?dist}
 Summary:        Java utility methods for accessing and modifying the properties of arbitrary JavaBeans
 License:        ASL 2.0
 URL:            http://commons.apache.org/%{base_name}
@@ -38,7 +38,6 @@ Obsoletes:      jakarta-%{short_name}-javadoc <= 0:1.7.0
 %setup -q -n %{short_name}-%{version}-src
 sed -i 's/\r//' *.txt
 
-%pom_remove_plugin :maven-antrun-plugin
 %pom_remove_plugin :maven-assembly-plugin
 
 %mvn_alias :{*} :@1-core :@1-bean-collections
@@ -66,6 +65,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 %doc LICENSE.txt NOTICE.txt
 
 %changelog
+* Mon Jan  6 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.9.0-1
+- Update to upstream version 1.9.0
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.3-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index e8725be..1fc6041 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-12c522d95db2b75b326c1f0bb8182f75  commons-beanutils-1.8.3-src.tar.gz
+7874bb9e6dfc9af183cbaf5f579c29ea  commons-beanutils-1.9.0-src.tar.gz


More information about the scm-commits mailing list