Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/felix-utils.git#d35fd4a36307d8dd727a6488a37c04cfec5f182e
This commit is contained in:
parent
97285da120
commit
1954e4e375
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/org.apache.felix.utils-1.11.0-source-release.tar.gz
|
||||
/org.apache.felix.utils-1.11.2-source-release.tar.gz
|
||||
/org.apache.felix.utils-1.11.4-source-release.tar.gz
|
||||
/org.apache.felix.utils-1.11.6-source-release.tar.gz
|
||||
|
||||
@ -1,19 +1,20 @@
|
||||
%global bundle org.apache.felix.utils
|
||||
|
||||
Name: felix-utils
|
||||
Version: 1.11.4
|
||||
Release: 4%{?dist}
|
||||
Version: 1.11.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility classes for OSGi
|
||||
License: ASL 2.0
|
||||
URL: http://felix.apache.org
|
||||
BuildArch: noarch
|
||||
|
||||
URL: http://felix.apache.org
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/felix/%{bundle}/%{version}/%{bundle}-%{version}-source-release.tar.gz
|
||||
|
||||
# The module org.osgi.cmpn requires implementing methods which were not
|
||||
# implemented in previous versions where org.osgi.compendium was used
|
||||
Patch0: 0000-Port-to-osgi-cmpn.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:felix-parent:pom:)
|
||||
@ -52,6 +53,9 @@ This package contains the API documentation for %{name}.
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Feb 02 2021 Fabio Valentini <decathorpe@gmail.com> - 1.11.6-1
|
||||
- Update to version 1.11.6.
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (org.apache.felix.utils-1.11.4-source-release.tar.gz) = c5ce739f98ad7a4e45b66496f1f237c77203fcfba3a1e871b0029bfb2e0ba921ac7fab88512398f869cc5dc090f9d33e88f91aa831e842c372af6778be3a2edc
|
||||
SHA512 (org.apache.felix.utils-1.11.6-source-release.tar.gz) = 6f11b8bda9459d8064709d977859486e760666de44a784ccb2a8b173e358136cda7fec2a6ec1efabe697b38f19c74de7ee6883ba01447669f6a728626ee8a20a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user