Buimped to latest usptream version, whch claims to support jdk11
This commit is contained in:
parent
a3c8a50e6c
commit
9f938e9e93
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/objenesis-1.2.tar.xz
|
/objenesis-1.2.tar.xz
|
||||||
/2.1.tar.gz
|
/2.1.tar.gz
|
||||||
/2.6.tar.gz
|
/2.6.tar.gz
|
||||||
|
/3.1.tar.gz
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
|
|
||||||
Summary: A library for instantiating Java objects
|
Summary: A library for instantiating Java objects
|
||||||
Name: objenesis
|
Name: objenesis
|
||||||
Version: 2.6
|
Version: 3.1
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://objenesis.org/
|
URL: http://objenesis.org/
|
||||||
Source0: https://github.com/easymock/%{name}/archive/%{version}.tar.gz
|
Source0: https://github.com/easymock/%{name}/archive/%{version}.tar.gz
|
||||||
@ -41,6 +41,7 @@ BuildRequires: mvn(junit:junit)
|
|||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||||
# xmvn-builddep misses this:
|
# xmvn-builddep misses this:
|
||||||
BuildRequires: mvn(org.apache:apache-jar-resource-bundle)
|
BuildRequires: mvn(org.apache:apache-jar-resource-bundle)
|
||||||
|
|
||||||
@ -82,7 +83,6 @@ This package contains the API documentation for %{name}.
|
|||||||
%pom_xpath_remove pom:addMavenDescriptor
|
%pom_xpath_remove pom:addMavenDescriptor
|
||||||
|
|
||||||
%pom_remove_plugin :maven-timestamp-plugin
|
%pom_remove_plugin :maven-timestamp-plugin
|
||||||
%pom_remove_plugin :maven-license-plugin
|
|
||||||
%pom_xpath_remove "pom:dependency[pom:scope='test']" tck
|
%pom_xpath_remove "pom:dependency[pom:scope='test']" tck
|
||||||
|
|
||||||
%pom_xpath_remove pom:build/pom:extensions
|
%pom_xpath_remove pom:build/pom:extensions
|
||||||
@ -103,6 +103,9 @@ This package contains the API documentation for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 04 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-1
|
||||||
|
- bumped to 3.1
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-6
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (2.6.tar.gz) = 554b191390cd990147dafc64996915ab508d2482113430da9d8989e7d23811efbd623a5c8e9d9a878536723459ac7e5091777736742e31944b611e5f2bc8772b
|
SHA512 (3.1.tar.gz) = 371efd905a5679fedfd35c9074ad4e6c0993c37f57a901da0ca4b5e2fc860c6afa16903dd9264af22e0370c6e1bde5e9ae5922fdef989951688c1045c26464d9
|
||||||
|
Loading…
Reference in New Issue
Block a user