commit felix-shell for openSUSE:Factory

2020-04-01 Thread root
Hello community,

here is the log from the commit of package felix-shell for openSUSE:Factory 
checked in at 2020-04-01 19:18:44

Comparing /work/SRC/openSUSE:Factory/felix-shell (Old)
 and  /work/SRC/openSUSE:Factory/.felix-shell.new.3248 (New)


Package is "felix-shell"

Wed Apr  1 19:18:44 2020 rev:3 rq:790523 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/felix-shell/felix-shell.changes  2019-12-02 
11:38:21.690460936 +0100
+++ /work/SRC/openSUSE:Factory/.felix-shell.new.3248/felix-shell.changes
2020-04-01 19:19:07.023552138 +0200
@@ -1,0 +2,5 @@
+Tue Mar 31 06:10:51 UTC 2020 - Fridrich Strba 
+
+- Build against OSGi R7 APIs
+
+---



Other differences:
--
++ felix-shell.spec ++
--- /var/tmp/diff_new_pack.SEICWu/_old  2020-04-01 19:19:08.803552938 +0200
+++ /var/tmp/diff_new_pack.SEICWu/_new  2020-04-01 19:19:08.803552938 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package felix-shell
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,14 @@
 Summary:Apache Felix Shell Service
 License:Apache-2.0
 Group:  Development/Libraries/Java
-URL:http://felix.apache.org
+URL:https://felix.apache.org
 Source0:
http://archive.apache.org/dist/felix/%{bundle}-%{version}-source-release.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  maven-local
 BuildRequires:  mvn(org.apache.felix:felix-parent:pom:)
 BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
-BuildRequires:  mvn(org.osgi:org.osgi.compendium)
-BuildRequires:  mvn(org.osgi:org.osgi.core)
+BuildRequires:  mvn(org.osgi:osgi.cmpn)
+BuildRequires:  mvn(org.osgi:osgi.core)
 BuildArch:  noarch
 
 %description
@@ -48,6 +48,10 @@
 
 %pom_remove_plugin org.codehaus.mojo:rat-maven-plugin
 
+# Use latest OSGi implementation
+%pom_change_dep :org.osgi.core org.osgi:osgi.core
+%pom_change_dep :org.osgi.compendium org.osgi:osgi.cmpn
+
 %pom_add_dep junit:junit::test
 
 %{mvn_file} :%{bundle} "felix/%{bundle}"
@@ -63,11 +67,10 @@
 %fdupes -s %{buildroot}%{_javadocdir}
 
 %files -f .mfiles
-%license LICENSE
-%doc NOTICE DEPENDENCIES
+%license LICENSE NOTICE
+%doc DEPENDENCIES
 
 %files javadoc -f .mfiles-javadoc
-%license LICENSE
-%doc NOTICE
+%license LICENSE NOTICE
 
 %changelog




commit felix-shell for openSUSE:Factory

2019-12-02 Thread root
Hello community,

here is the log from the commit of package felix-shell for openSUSE:Factory 
checked in at 2019-12-02 11:34:55

Comparing /work/SRC/openSUSE:Factory/felix-shell (Old)
 and  /work/SRC/openSUSE:Factory/.felix-shell.new.4691 (New)


Package is "felix-shell"

Mon Dec  2 11:34:55 2019 rev:2 rq:752786 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/felix-shell/felix-shell.changes  2019-05-10 
09:19:01.364393570 +0200
+++ /work/SRC/openSUSE:Factory/.felix-shell.new.4691/felix-shell.changes
2019-12-02 11:38:21.690460936 +0100
@@ -1,0 +2,5 @@
+Mon Dec  2 06:30:52 UTC 2019 - Fridrich Strba 
+
+- Specify maven.compiler.release to fix javadoc build with jdk11
+
+---



Other differences:
--
++ felix-shell.spec ++
--- /var/tmp/diff_new_pack.0zgywD/_old  2019-12-02 11:38:22.058461014 +0100
+++ /var/tmp/diff_new_pack.0zgywD/_new  2019-12-02 11:38:22.058461014 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package felix-shell
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -53,7 +53,10 @@
 %{mvn_file} :%{bundle} "felix/%{bundle}"
 
 %build
-%{mvn_build} -f 
+%{mvn_build} -f \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+   -- -Dmaven.compiler.release=6
+%endif
 
 %install
 %mvn_install