Update to upstream version 1.11
This commit is contained in:
parent
0b1fa6566b
commit
e63f295e1c
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ modello-1.5-source-release.zip
|
||||
/modello-1.8.3-source-release.zip
|
||||
/modello-1.9.1-source-release.zip
|
||||
/modello-1.10.0-source-release.zip
|
||||
/modello-1.11-source-release.zip
|
||||
|
||||
10
modello.spec
10
modello.spec
@ -1,6 +1,6 @@
|
||||
Name: modello
|
||||
Version: 1.10.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Modello Data Model toolkit
|
||||
# The majority of files are under MIT license, but some of them are
|
||||
# ASL 2.0 or BSD-licensed.
|
||||
@ -38,7 +38,6 @@ architecture, various types of code and descriptors can be generated
|
||||
from the single model, including Java POJOs, XML
|
||||
marshallers/unmarshallers, XSD and documentation.
|
||||
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
@ -72,12 +71,15 @@ sed -i s/maven-project/maven-core/ modello-maven-plugin/pom.xml
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE
|
||||
%{_bindir}/*
|
||||
/usr/bin/modello
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Jun 26 2019 Marian Koncek <mkoncek@redhat.com> - 1.11-1
|
||||
- Update to upstream version 1.11
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.0-2
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (modello-1.10.0-source-release.zip) = eda3264c5e33c1e19117d79bdf5560d639c2510ef8c857b5089eeac9b2dc4706197419802c191cc2691f9bda4380324602d57b973ad6fd19413a198c1add5373
|
||||
SHA512 (modello-1.11-source-release.zip) = e7731a80cc1112405a4e8746713eb9d0d81bf7a00bb13fb615bc63196513579b956f9dff56d963e16c3e6c7c9cd651954922fb62541765e86b0ace0fa9b8450f
|
||||
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user