commit aqute-bnd for openSUSE:Factory

2020-04-01 Thread root
Hello community,

here is the log from the commit of package aqute-bnd for openSUSE:Factory 
checked in at 2020-04-01 19:18:33

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


Package is "aqute-bnd"

Wed Apr  1 19:18:33 2020 rev:5 rq:790521 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/aqute-bnd/aqute-bnd.changes  2019-07-02 
10:38:41.518608852 +0200
+++ /work/SRC/openSUSE:Factory/.aqute-bnd.new.3248/aqute-bnd.changes
2020-04-01 19:18:53.119545882 +0200
@@ -1,0 +2,7 @@
+Wed Apr  1 08:09:22 UTC 2020 - Fridrich Strba 
+
+- Addes patch:
+  * 0001-Port-to-OSGI-7.0.0.patch
++ Port to OSGI 7.0.0
+
+---

New:

  0001-Port-to-OSGI-7.0.0.patch



Other differences:
--
++ aqute-bnd.spec ++
--- /var/tmp/diff_new_pack.KW1BrC/_old  2020-04-01 19:18:56.491547399 +0200
+++ /var/tmp/diff_new_pack.KW1BrC/_new  2020-04-01 19:18:56.495547401 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aqute-bnd
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,7 +23,7 @@
 # Part of jpm is under BSD, but jpm is not included in binary RPM
 License:Apache-2.0
 Group:  Development/Libraries/Java
-URL:http://bnd.bndtools.org/
+URL:https://bnd.bndtools.org/
 Source0:https://github.com/bndtools/bnd/archive/%{version}.REL.tar.gz
 Source1:bnd-%{version}.REL-build_xml.tar.xz
 Source3:
https://repo1.maven.org/maven2/biz/aQute/bnd/aQute.libg/%{version}/aQute.libg-%{version}.pom
@@ -32,7 +32,8 @@
 Source6:
https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.annotation/%{version}/biz.aQute.bnd.annotation-%{version}.pom
 Patch0: 0001-Disable-removed-commands.patch
 Patch1: 0002-Fix-ant-compatibility.patch
-Patch2: aqute-bnd-3.5.0-java8compat.patch
+Patch2: 0001-Port-to-OSGI-7.0.0.patch
+Patch3: aqute-bnd-3.5.0-java8compat.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
 BuildRequires:  javapackages-local
@@ -91,6 +92,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # the commands pull in more dependencies than we want (felix-resolver, jetty)
 rm biz.aQute.bnd/src/aQute/bnd/main/{RemoteCommand,ResolveCommand}.java

++ bnd-maven-plugin.spec ++
--- /var/tmp/diff_new_pack.KW1BrC/_old  2020-04-01 19:18:56.527547415 +0200
+++ /var/tmp/diff_new_pack.KW1BrC/_new  2020-04-01 19:18:56.527547415 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bnd-maven-plugin
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,7 +23,7 @@
 # Part of jpm is under BSD, but jpm is not included in binary RPM
 License:Apache-2.0
 Group:  Development/Libraries/Java
-URL:http://bnd.bndtools.org/
+URL:https://bnd.bndtools.org/
 Source0:https://github.com/bndtools/bnd/archive/%{version}.REL.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  maven-local

++ 0001-Port-to-OSGI-7.0.0.patch ++
>From e9469ae2ca9f3d64fd88e0d8aaf8ebeea7bb937d Mon Sep 17 00:00:00 2001
From: Marian Koncek 
Date: Fri, 12 Apr 2019 14:59:30 +0200
Subject: [PATCH] Port to OSGI 7.0.0

---
 .../src/aQute/bnd/main/ReporterLogger.java| 16 +
 .../src/aQute/bnd/testing/TestingLog.java | 35 +++
 2 files changed, 51 insertions(+)

diff --git a/biz.aQute.bnd/src/aQute/bnd/main/ReporterLogger.java 
b/biz.aQute.bnd/src/aQute/bnd/main/ReporterLogger.java
index ce86cd6..735db9c 100644
--- a/biz.aQute.bnd/src/aQute/bnd/main/ReporterLogger.java
+++ b/biz.aQute.bnd/src/aQute/bnd/main/ReporterLogger.java
@@ -1,5 +1,6 @@
 package aQute.bnd.main;
 
+import org.osgi.framework.Bundle;
 import org.osgi.framework.ServiceReference;
 import org.osgi.service.log.LogService;
 import org.slf4j.Logger;
@@ -8,6 +9,7 @@ import org.slf4j.LoggerFactory;
 import aQute.service.reporter.Reporter;
 
 public class ReporterLogger implements LogService {
+   private final static RuntimeException UNSUPPORTED = new 
UnsupportedOperationException("This method is provided for backwards 
compatibility");
private final static Logger logger  = 
LoggerFactory.getLogger(ReporterLogger.class);
 
private Reporterreporter;
@@ -108,4 +110,18 @@ public class ReporterLogger implements LogService {
}
 

commit aqute-bnd for openSUSE:Factory

2019-07-02 Thread root
Hello community,

here is the log from the commit of package aqute-bnd for openSUSE:Factory 
checked in at 2019-07-02 10:38:40

Comparing /work/SRC/openSUSE:Factory/aqute-bnd (Old)
 and  /work/SRC/openSUSE:Factory/.aqute-bnd.new.4615 (New)


Package is "aqute-bnd"

Tue Jul  2 10:38:40 2019 rev:4 rq:712778 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/aqute-bnd/aqute-bnd.changes  2019-03-27 
16:22:41.983513557 +0100
+++ /work/SRC/openSUSE:Factory/.aqute-bnd.new.4615/aqute-bnd.changes
2019-07-02 10:38:41.518608852 +0200
@@ -1,0 +2,5 @@
+Wed Jun 26 15:29:03 UTC 2019 - Fridrich Strba 
+
+- Add aliases for the aqute-bnd artifact
+
+---



Other differences:
--
++ aqute-bnd.spec ++
--- /var/tmp/diff_new_pack.mGEqVw/_old  2019-07-02 10:38:43.118611287 +0200
+++ /var/tmp/diff_new_pack.mGEqVw/_new  2019-07-02 10:38:43.122611293 +0200
@@ -173,7 +173,7 @@
 install -pm 0644 biz.aQute.bndlib/pom.xml 
%{buildroot}%{_mavenpomdir}/%{name}/biz.aQute.bndlib.pom
 %add_maven_depmap %{name}/biz.aQute.bndlib.pom %{name}/biz.aQute.bndlib.jar -f 
bndlib -a biz.aQute.bnd:bndlib,biz.aQute:bndlib
 install -pm 0644 biz.aQute.bnd/pom.xml 
%{buildroot}%{_mavenpomdir}/%{name}/biz.aQute.bnd.pom
-%add_maven_depmap %{name}/biz.aQute.bnd.pom %{name}/biz.aQute.bnd.jar
+%add_maven_depmap %{name}/biz.aQute.bnd.pom %{name}/biz.aQute.bnd.jar -a 
biz.aQute.bnd:bnd,biz.aQute:bnd
 # javadoc
 install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
 mv biz.aQute.bnd.annotation/target/site/apidocs 
%{buildroot}%{_javadocdir}/%{name}/biz.aQute.bnd.annotation




commit aqute-bnd for openSUSE:Factory

2019-04-05 Thread root
Hello community,

here is the log from the commit of package aqute-bnd for openSUSE:Factory 
checked in at 2019-04-05 12:03:56

Comparing /work/SRC/openSUSE:Factory/aqute-bnd (Old)
 and  /work/SRC/openSUSE:Factory/.aqute-bnd.new.3908 (New)


Package is "aqute-bnd"

Fri Apr  5 12:03:56 2019 rev:3 rq:690941 version:3.5.0

Changes:

New Changes file:

--- /dev/null   2019-04-04 01:10:41.205915624 +0200
+++ /work/SRC/openSUSE:Factory/.aqute-bnd.new.3908/bnd-maven-plugin.changes 
2019-04-05 12:05:11.654592696 +0200
@@ -0,0 +1,5 @@
+---
+Wed Apr  3 09:33:04 UTC 2019 - Fridrich Strba 
+
+- Initial packaging of the bnd-maven-plugin distributed as a part
+  of aqute-bnd 3.5.0

New:

  bnd-maven-plugin.changes
  bnd-maven-plugin.spec



Other differences:
--
++ aqute-bnd.spec ++
--- /var/tmp/diff_new_pack.jbEm4y/_old  2019-04-05 12:05:14.354591666 +0200
+++ /var/tmp/diff_new_pack.jbEm4y/_new  2019-04-05 12:05:14.358591664 +0200
@@ -42,8 +42,8 @@
 BuildRequires:  slf4j
 # Explicit javapackages-tools requires since bnd script uses
 # /usr/share/java-utils/java-functions
-Requires:   javapackages-tools
 Requires:   %{name}lib = %{version}-%{release}
+Requires:   javapackages-tools
 BuildArch:  noarch
 
 %description

++ bnd-maven-plugin.spec ++
#
# spec file for package bnd-maven-plugin
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:   bnd-maven-plugin
Version:3.5.0
Release:0
Summary:BND Maven plugin
# Part of jpm is under BSD, but jpm is not included in binary RPM
License:Apache-2.0
Group:  Development/Libraries/Java
URL:http://bnd.bndtools.org/
Source0:https://github.com/bndtools/bnd/archive/%{version}.REL.tar.gz
BuildRequires:  fdupes
BuildRequires:  maven-local
BuildRequires:  mvn(biz.aQute.bnd:biz.aQute.bndlib)
BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
BuildRequires:  mvn(org.apache.maven:maven-artifact)
BuildRequires:  mvn(org.apache.maven:maven-compat)
BuildRequires:  mvn(org.apache.maven:maven-core)
BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
BuildRequires:  mvn(org.eclipse.aether:aether-api)
BuildRequires:  mvn(org.slf4j:slf4j-api)
BuildRequires:  mvn(org.sonatype.plexus:plexus-build-api)
BuildArch:  noarch

%description
Collection of various Maven plugins provided by the Bnd project.

%package javadoc
Summary:Javadoc for %{name}
Group:  Development/Libraries/Java

%description javadoc
API documentation for %{name}.

%prep
%setup -q -n bnd-%{version}.REL

rm gradlew*
rm -f $(find | grep -E '\.(.ar|exe|tar\.(gz|bz2|xz)|zip)$' | xargs)

pushd maven
rm 
bnd-shared-maven-lib/src/main/java/aQute/bnd/maven/lib/resolve/DependencyResolver.java
%pom_remove_dep -r :biz.aQute.resolve
%pom_remove_dep -r :biz.aQute.repository
# Unavailable reactor dependency - org.osgi.impl.bundle.repoindex.cli
%pom_disable_module bnd-indexer-maven-plugin
# Requires unbuilt parts of bnd
%pom_disable_module bnd-export-maven-plugin
%pom_disable_module bnd-resolver-maven-plugin
%pom_disable_module bnd-testing-maven-plugin
# Integration tests require Internet access
%pom_remove_plugin -r :maven-invoker-plugin
%pom_remove_plugin -r :maven-javadoc-plugin
%pom_remove_plugin -r :flatten-maven-plugin
%pom_remove_plugin -r :maven-source-plugin
popd

%{mvn_package} biz.aQute.bnd:bnd-plugin-parent __noinstall

%build
pushd maven
%{mvn_build} -- -Dproject.build.sourceEncoding=UTF-8 -Dsource=7
popd

%install
pushd maven
%mvn_install
popd
%fdupes -s %{buildroot}%{_javadocdir}

%files -f maven/.mfiles
%license LICENSE

%files javadoc -f maven/.mfiles-javadoc
%license LICENSE

%changelog



commit aqute-bnd for openSUSE:Factory

2019-03-27 Thread root
Hello community,

here is the log from the commit of package aqute-bnd for openSUSE:Factory 
checked in at 2019-03-27 16:22:39

Comparing /work/SRC/openSUSE:Factory/aqute-bnd (Old)
 and  /work/SRC/openSUSE:Factory/.aqute-bnd.new.25356 (New)


Package is "aqute-bnd"

Wed Mar 27 16:22:39 2019 rev:2 rq:689056 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/aqute-bnd/aqute-bnd.changes  2019-03-22 
14:58:25.349907166 +0100
+++ /work/SRC/openSUSE:Factory/.aqute-bnd.new.25356/aqute-bnd.changes   
2019-03-27 16:22:41.983513557 +0100
@@ -1,0 +2,6 @@
+Thu Mar 14 10:43:20 UTC 2019 - Fridrich Strba 
+
+- Correct error with duplicate identical aliases for two different
+  artifacts
+
+---



Other differences:
--
++ aqute-bnd.spec ++
--- /var/tmp/diff_new_pack.Oq0ZQj/_old  2019-03-27 16:22:44.371513059 +0100
+++ /var/tmp/diff_new_pack.Oq0ZQj/_new  2019-03-27 16:22:44.371513059 +0100
@@ -173,7 +173,7 @@
 install -pm 0644 biz.aQute.bndlib/pom.xml 
%{buildroot}%{_mavenpomdir}/%{name}/biz.aQute.bndlib.pom
 %add_maven_depmap %{name}/biz.aQute.bndlib.pom %{name}/biz.aQute.bndlib.jar -f 
bndlib -a biz.aQute.bnd:bndlib,biz.aQute:bndlib
 install -pm 0644 biz.aQute.bnd/pom.xml 
%{buildroot}%{_mavenpomdir}/%{name}/biz.aQute.bnd.pom
-%add_maven_depmap %{name}/biz.aQute.bnd.pom %{name}/biz.aQute.bnd.jar -a 
biz.aQute.bnd:bndlib,biz.aQute:bndlib
+%add_maven_depmap %{name}/biz.aQute.bnd.pom %{name}/biz.aQute.bnd.jar
 # javadoc
 install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
 mv biz.aQute.bnd.annotation/target/site/apidocs 
%{buildroot}%{_javadocdir}/%{name}/biz.aQute.bnd.annotation