diff --git a/.gitignore b/.gitignore index 91c06f6..dbf00b1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /*.src.rpm /.build-*.log /org.apache.felix.framework-4.6.0-source-release.tar.gz +/org.apache.felix.framework-5.0.0-source-release.tar.gz diff --git a/felix-framework.spec b/felix-framework.spec index 6440047..7e0cecb 100644 --- a/felix-framework.spec +++ b/felix-framework.spec @@ -1,8 +1,8 @@ %global bundle org.apache.felix.framework Name: felix-framework -Version: 4.6.0 -Release: 3%{?dist} +Version: 5.0.0 +Release: 1%{?dist} Summary: Apache Felix Framework License: ASL 2.0 URL: http://felix.apache.org @@ -18,6 +18,7 @@ BuildRequires: mvn(org.osgi:org.osgi.annotation) BuildRequires: mvn(org.osgi:org.osgi.compendium) BuildRequires: mvn(org.osgi:org.osgi.core) BuildRequires: mvn(org.mockito:mockito-core) +BuildRequires: mvn(org.apache.felix:org.apache.felix.resolver) >= 1.2.0 %description Apache Felix Framework Interfaces and Classes. @@ -50,6 +51,9 @@ rm src/test/java/org/apache/felix/framework/ServiceRegistryTest.java %doc LICENSE NOTICE %changelog +* Fri Jun 19 2015 Alexander Kurtakov 5.0.0-1 +- Update to upstream 5.0. + * Wed Jun 17 2015 Alexander Kurtakov 4.6.0-3 - Fix FTBFS - ignore tests. diff --git a/sources b/sources index b94af35..45764c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b7ffdde23919ee29284ffa21d2f8da5 org.apache.felix.framework-4.6.0-source-release.tar.gz +78a69ef025622c0de4383601b839cab4 org.apache.felix.framework-5.0.0-source-release.tar.gz