Update to upstream version 1.0.3
This commit is contained in:
parent
023f778c5b
commit
cc83df56e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/noarch
|
||||
/*.src.rpm
|
||||
/1.0.1.tar.gz
|
||||
/1.0.3.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: atinject
|
||||
Version: 1.0.1
|
||||
Version: 1.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Dependency injection specification for Java (JSR-330)
|
||||
License: ASL 2.0
|
||||
@ -9,6 +9,7 @@ BuildArch: noarch
|
||||
Source0: https://github.com/eclipse-ee4j/injection-api/archive/%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
|
||||
%description
|
||||
This package specifies a means for obtaining objects in such a way as
|
||||
@ -39,6 +40,9 @@ beneficial to most nontrivial applications.
|
||||
%license LICENSE.txt NOTICE.md
|
||||
|
||||
%changelog
|
||||
* Mon Oct 05 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.3-1
|
||||
- Update to upstream version 1.0.3
|
||||
|
||||
* Sat May 16 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.1-1
|
||||
- Update to upstream version 1.0.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (1.0.1.tar.gz) = bdbc0ae1e06574ebe5baf82d7f4ba7ea20d161cec893c687d60549b9f426134f8c6cc834774804a50de577e3a4327645e87560b79712febc51f9a7815de1d896
|
||||
SHA512 (1.0.3.tar.gz) = 394fefb51a8bc5e793870b9899bf2f946c2cb4d5a5d377e4bc8e8668c4b4419dd2afddbbf3bf3d0e3202625b60ff545671f363d927a8c6c3d09387ba519c29a4
|
||||
|
Loading…
Reference in New Issue
Block a user