Update to upstream version 3.3
This commit is contained in:
parent
39e1761bd7
commit
b0116e3950
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/2.6.tar.gz
|
||||
/3.0.1.tar.gz
|
||||
/3.1.tar.gz
|
||||
/3.3.tar.gz
|
||||
|
@ -32,8 +32,8 @@
|
||||
|
||||
Summary: A library for instantiating Java objects
|
||||
Name: objenesis
|
||||
Version: 3.1
|
||||
Release: 10%{?dist}
|
||||
Version: 3.3
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: http://objenesis.org/
|
||||
BuildArch: noarch
|
||||
@ -47,13 +47,13 @@ BuildRequires: javapackages-bootstrap
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter)
|
||||
%endif
|
||||
# xmvn-builddep misses this:
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: mvn(org.apache:apache-jar-resource-bundle)
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
Objenesis is a small Java library that serves one purpose: to instantiate
|
||||
a new object of a particular class.
|
||||
@ -89,13 +89,16 @@ This package contains the API documentation for %{name}.
|
||||
%pom_remove_plugin :maven-timestamp-plugin
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
%pom_remove_plugin -r :maven-shade-plugin
|
||||
%pom_remove_plugin -r org.sonatype.plugins:nexus-staging-maven-plugin
|
||||
%pom_xpath_remove "pom:dependency[pom:scope='test']" tck
|
||||
|
||||
%pom_xpath_remove pom:build/pom:extensions
|
||||
|
||||
# Missing dependencies
|
||||
rm tck/src/test/java/org/objenesis/tck/OsgiTest.java
|
||||
|
||||
%build
|
||||
# tests are skipped because of missing dependency spring-osgi-test
|
||||
%mvn_build -f
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -107,6 +110,9 @@ This package contains the API documentation for %{name}.
|
||||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Thu Sep 08 2022 Marian Koncek <mkoncek@redhat.com> - 3.3-1
|
||||
- Update to upstream version 3.3
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (3.1.tar.gz) = 371efd905a5679fedfd35c9074ad4e6c0993c37f57a901da0ca4b5e2fc860c6afa16903dd9264af22e0370c6e1bde5e9ae5922fdef989951688c1045c26464d9
|
||||
SHA512 (3.3.tar.gz) = 786fe0d2d1dba0f006d5218101578d8fd23616765f5cdb4df190d138fd10dd675b9189887c27a40b63f09ed5e1dac1324b2936c7ac24a655e6f63d53b9cd7c01
|
||||
|
Loading…
Reference in New Issue
Block a user