Update to upstream version 1.0.5
This commit is contained in:
parent
8184f0751c
commit
f2a814d45f
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/*.src.rpm
|
/*.src.rpm
|
||||||
/1.0.1.tar.gz
|
/1.0.1.tar.gz
|
||||||
/1.0.3.tar.gz
|
/1.0.3.tar.gz
|
||||||
|
/1.0.5.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: atinject
|
Name: atinject
|
||||||
Version: 1.0.3
|
Version: 1.0.5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Dependency injection specification for Java (JSR-330)
|
Summary: Dependency injection specification for Java (JSR-330)
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/eclipse-ee4j/injection-api
|
URL: https://github.com/eclipse-ee4j/injection-api
|
||||||
@ -30,7 +30,8 @@ beneficial to most nontrivial applications.
|
|||||||
%setup -q -n injection-api-%{version}
|
%setup -q -n injection-api-%{version}
|
||||||
|
|
||||||
%pom_remove_parent
|
%pom_remove_parent
|
||||||
%pom_remove_plugin -r :maven-javadoc-plugin
|
%pom_remove_plugin :maven-javadoc-plugin
|
||||||
|
%pom_remove_plugin :moditect-maven-plugin
|
||||||
|
|
||||||
%mvn_alias : javax.inject:javax.inject
|
%mvn_alias : javax.inject:javax.inject
|
||||||
%mvn_file : atinject
|
%mvn_file : atinject
|
||||||
@ -45,6 +46,9 @@ beneficial to most nontrivial applications.
|
|||||||
%license LICENSE.txt NOTICE.md
|
%license LICENSE.txt NOTICE.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 02 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.5-1
|
||||||
|
- Update to upstream version 1.0.5
|
||||||
|
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-3
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (1.0.3.tar.gz) = 394fefb51a8bc5e793870b9899bf2f946c2cb4d5a5d377e4bc8e8668c4b4419dd2afddbbf3bf3d0e3202625b60ff545671f363d927a8c6c3d09387ba519c29a4
|
SHA512 (1.0.5.tar.gz) = 20db5898c99a232b9ccb8dd13600d67f729476f4e585ba2e0a721e408c3e72479cc6089663499e6da75cd1852075d7abc59df76156290f4307a343b760695e21
|
||||||
|
Loading…
Reference in New Issue
Block a user