Hello community,

here is the log from the commit of package jetty-alpn for openSUSE:Factory 
checked in at 2019-11-08 15:24:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jetty-alpn (Old)
 and      /work/SRC/openSUSE:Factory/.jetty-alpn.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jetty-alpn"

Fri Nov  8 15:24:43 2019 rev:1 rq:746021 version:8.1.13.v20181017

Changes:
--------
New Changes file:

--- /dev/null   2019-10-24 10:19:07.066239389 +0200
+++ /work/SRC/openSUSE:Factory/.jetty-alpn.new.2990/jetty-alpn.changes  
2019-11-08 15:24:49.042937085 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Wed Nov  6 11:16:05 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Initial packaging of jetty-alpn 8.1.13.v20181017

New:
----
  Unshade-alpn-api.patch
  alpn-project-8.1.13.v20181017.tar.gz
  jetty-alpn.changes
  jetty-alpn.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jetty-alpn.spec ++++++
#
# spec file for package jetty-alpn
#
# Copyright (c) 2018 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:           jetty-alpn
Version:        8.1.13.v20181017
Release:        0
Summary:        Jetty implementation of ALPN API
License:        GPL-2.0-only WITH Classpath-exception-2.0
Group:          Development/Libraries/Java
URL:            https://github.com/jetty-project/jetty-alpn
Source0:        
https://github.com/jetty-project/%{name}/archive/alpn-project-%{version}.tar.gz
Patch0:         Unshade-alpn-api.patch
BuildRequires:  fdupes
BuildRequires:  maven-local
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
BuildRequires:  mvn(org.eclipse.jetty.alpn:alpn-api)
BuildRequires:  mvn(org.eclipse.jetty:jetty-parent:pom:)
BuildConflicts: java-devel >= 9
BuildArch:      noarch

%description
A pure Java(TM) implementation of the Application Layer Protocol
Negotiation TLS Extension

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Documentation/HTML

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{name}-alpn-project-%{version}

# unshade jetty-alpn-api
%patch0 -p1
%pom_remove_plugin -r :maven-shade-plugin

%pom_remove_plugin -r :maven-enforcer-plugin

%pom_disable_module alpn-tests

%build
%{mvn_build} -f

%install
%mvn_install
%fdupes -s %{buildroot}%{_javadocdir}

%files -f .mfiles
%doc README.md

%files javadoc -f .mfiles-javadoc

%changelog
++++++ Unshade-alpn-api.patch ++++++
--- jetty-alpn-alpn-project-8.1.13.v20181017/alpn-boot/pom.xml  2018-10-17 
11:30:07.000000000 +0200
+++ jetty-alpn-alpn-project-8.1.13.v20181017/alpn-boot/pom.xml  2019-01-08 
08:27:21.433696932 +0100
@@ -56,9 +56,9 @@
             <configuration>
               <instructions>
                 <Export-Package>
-                  
org.eclipse.jetty.alpn;sun.security.ssl;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"
+                  
sun.security.ssl;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"
                 </Export-Package>
-                <Import-Package>!sun.*,</Import-Package>
+                <Import-Package>!sun.*,org.eclipse.jetty.alpn</Import-Package>
                 <_nouses>true</_nouses>
               </instructions>
             </configuration>

Reply via email to