Fridrich Strba 2024-04-29 16:57:53 +00:00 committed by Git OBS Bridge
parent 62803390a1
commit 35e10ccfed
5 changed files with 25 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce4b728dfa7e13feb007f4de2fe95f2a7bd2706ba367b128bf8d039b701b06e4
size 118866

BIN
jaf-api-2.1.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -8,7 +8,7 @@
<property name="project.groupId" value="jakarta.activation"/>
<property name="project.artifactId" value="jakarta.activation-api"/>
<property name="project.version" value="2.1.0"/>
<property name="project.version" value="2.1.3"/>
<property name="spec.version" value="2.1"/>
<property name="activation.version" value="${project.version}"/>

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Apr 29 16:54:40 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 2.1.3
* Changes:
+ #93 - Use OSGi service loader mediator
+ #94 - Loading of service provider implementations needs to be
done under doPrivileged
+ #100 - Avoid requiring accessDeclaredMembers permissions
+ fix wrong class file version for package-info
+ add missing javadoc description for MimeTypeEntry getters
+ fixes erroneous assumption about classes being loaded from
Thread.getContextClassLoader
+ allows reproducible build
- Use the new https://github.com/jakartaee/jaf-api URL
-------------------------------------------------------------------
Mon Apr 29 14:28:00 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -16,17 +16,18 @@
#
%global srcname jaf-api
%global artifact_name jakarta.activation-api
# The automatic requires would be java-headless >= 9, but the
# binaries are java 8 compatible
%define __requires_exclude java-headless
Name: jakarta-activation
Version: 2.1.0
Version: 2.1.3
Release: 0
Summary: Jakarta Activation Specification and Implementation
License: BSD-3-Clause
URL: https://eclipse-ee4j.github.io/jaf/
Source0: https://github.com/eclipse-ee4j/jaf/archive/%{version}/jaf-%{version}.tar.gz
URL: https://github.com/jakartaee/%{srcname}
Source0: https://github.com/jakartaee/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz
Source1: %{name}-build.xml
BuildRequires: ant
BuildRequires: fdupes
@ -48,7 +49,7 @@ Summary: Javadoc for %{name}
This package contains javadoc for %{name}.
%prep
%setup -q -n jaf-%{version}
%setup -q -n %{srcname}-%{version}
cp %{SOURCE1} api/build.xml
%build