[modello] Update to upstream version 1.8.2

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Nov 3 06:27:44 UTC 2014


commit c6c29589c1241beb167d8fdeea4bbf9be7f4875d
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Nov 3 07:25:33 2014 +0100

    Update to upstream version 1.8.2

 .gitignore                                         |    1 +
 ...-Fix-handling-of-Boolean-fields-in-StAX-r.patch |  129 -----------------
 ...-Fix-StAX-reader-in-case-no-field-adder-i.patch |  152 --------------------
 modello.spec                                       |   12 +-
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 289 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9dc4d72..ecefa78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ modello-1.5-source-release.zip
 /LICENSE-2.0.txt
 /modello-1.7-source-release.zip
 /modello-1.8.1-source-release.zip
+/modello-1.8.2-source-release.zip
diff --git a/modello.spec b/modello.spec
index 00c68a7..68dd6be 100644
--- a/modello.spec
+++ b/modello.spec
@@ -1,6 +1,6 @@
 Name:           modello
-Version:        1.8.1
-Release:        5%{?dist}
+Version:        1.8.2
+Release:        1%{?dist}
 Epoch:          0
 Summary:        Modello Data Model toolkit
 # The majority of files are under MIT license, but some of them are
@@ -10,9 +10,6 @@ URL:            http://modello.codehaus.org/
 Source0:        http://repo2.maven.org/maven2/org/codehaus/%{name}/%{name}/%{version}/%{name}-%{version}-source-release.zip
 Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
 
-Patch0001:      0001-MODELLO-284-Fix-handling-of-Boolean-fields-in-StAX-r.patch
-Patch0002:      0002-MODELLO-285-Fix-StAX-reader-in-case-no-field-adder-i.patch
-
 BuildArch:      noarch
 
 BuildRequires:  maven-local
@@ -53,8 +50,6 @@ API documentation for %{name}.
 
 %prep
 %setup -q
-%patch0001 -p1
-%patch0002 -p1
 cp -p %{SOURCE1} LICENSE
 # We don't generate site; don't pull extra dependencies.
 %pom_remove_plugin :maven-site-plugin
@@ -79,6 +74,9 @@ sed -i s/maven-project/maven-core/ modello-maven-plugin/pom.xml
 %doc LICENSE
 
 %changelog
+* Mon Nov  3 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 0:1.8.2-1
+- Update to upstream version 1.8.2
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0:1.8.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index b074cd0..2960968 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-8a3a120047ce16193c0acdc449ee40dc  modello-1.8.1-source-release.zip
+8450ce714b1a2ea8bd7059a53e58a6ee  modello-1.8.2-source-release.zip
 3b83ef96387f14655fc854ddc3c6bd57  LICENSE-2.0.txt


More information about the scm-commits mailing list