Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
682f192277 |
||
|
|
bce7ec1c58 |
2 changed files with 17 additions and 11 deletions
|
|
@ -1,17 +1,17 @@
|
|||
Name: jackson-databind
|
||||
Version: 2.10.2
|
||||
Release: 2%{?dist}
|
||||
Summary: General data-binding package for Jackson (2.x)
|
||||
License: ASL 2.0 and LGPLv2+
|
||||
Name: jackson-databind
|
||||
Version: 2.10.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: General data-binding package for Jackson (2.x)
|
||||
License: ASL 2.0 and LGPLv2+
|
||||
|
||||
URL: https://github.com/FasterXML/jackson-databind/
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
URL: https://github.com/FasterXML/jackson-databind
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) >= %{version}
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-core) >= %{version}
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:) >= %{version}
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) >= 2.10.5
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-core) >= 2.10.5
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:) >= 2.10.5
|
||||
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.powermock:powermock-api-mockito)
|
||||
|
|
@ -70,6 +70,12 @@ rm src/test/java/com/fasterxml/jackson/databind/ser/jdk/JDKTypeSerializationTest
|
|||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Feb 01 2021 Fabio Valentini <decathorpe@gmail.com> - 2.10.5.1-1
|
||||
- Update to version 2.10.5.1.
|
||||
|
||||
* Mon Jan 18 2021 Fabio Valentini <decathorpe@gmail.com> - 2.10.5-1
|
||||
- Update to version 2.10.5.
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (jackson-databind-2.10.2.tar.gz) = ac87f528757dd7aa6706c4493acbf5d2a1f0477b1a64dba367533d7efea10239d6e11f568b3ca00b8c9c9f0c8ca0b8079555fe4dc6ad03458a498e839e302eba
|
||||
SHA512 (jackson-databind-2.10.5.1.tar.gz) = be0982ad70284393ea6da522a50a95fe66a1de8565c1bd8c8830a42b9860b8f20376b845e22c787d0101a888d73dcf7947c2b34b2c051376b1e1308f2f950c43
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue