6
0

Compare commits

...

11 Commits

Author SHA256 Message Date
c340c01c24 Accepting request 1284161 from Java:packages
2.0.72

OBS-URL: https://build.opensuse.org/request/show/1284161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netty-tcnative?expand=0&rev=6
2025-06-10 07:07:35 +00:00
56f945c335 OBS-URL: https://build.opensuse.org/package/show/Java:packages/netty-tcnative?expand=0&rev=33 2025-06-09 10:42:13 +00:00
18c7dd2f6b OBS-URL: https://build.opensuse.org/package/show/Java:packages/netty-tcnative?expand=0&rev=32 2025-06-06 07:51:31 +00:00
c528de964b Accepting request 1245118 from Java:packages
2.0.70

OBS-URL: https://build.opensuse.org/request/show/1245118
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netty-tcnative?expand=0&rev=5
2025-02-11 20:31:22 +00:00
5e32decbd0 OBS-URL: https://build.opensuse.org/package/show/Java:packages/netty-tcnative?expand=0&rev=30 2025-02-11 14:41:57 +00:00
640e90cf87 Accepting request 1228364 from Java:packages
2.0.69

OBS-URL: https://build.opensuse.org/request/show/1228364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netty-tcnative?expand=0&rev=4
2024-12-05 16:09:04 +00:00
aaa6d6f3c6 OBS-URL: https://build.opensuse.org/package/show/Java:packages/netty-tcnative?expand=0&rev=28 2024-12-04 17:50:02 +00:00
e42bfdd090 Accepting request 1226655 from Java:packages
2.0.68

OBS-URL: https://build.opensuse.org/request/show/1226655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netty-tcnative?expand=0&rev=3
2024-11-27 21:11:02 +00:00
d5fde8583b 2
OBS-URL: https://build.opensuse.org/package/show/Java:packages/netty-tcnative?expand=0&rev=26
2024-11-26 19:09:47 +00:00
dcc2e3564c OBS-URL: https://build.opensuse.org/package/show/Java:packages/netty-tcnative?expand=0&rev=25 2024-11-26 19:00:32 +00:00
a0a30b7e6c Accepting request 1219593 from Java:packages
2.0.67

OBS-URL: https://build.opensuse.org/request/show/1219593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netty-tcnative?expand=0&rev=2
2024-10-30 16:43:36 +00:00
5 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a77d22a346652f22f6e78253b915f0bc94bd02b830df2a7a115ea8314923597
size 214425

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6576e7e7f6b313e6795a5377b8c8761511f02d65ba4a11c0416525274a2ab565
size 216692

1
netty-tcnative-rpmlintrc Normal file
View File

@@ -0,0 +1 @@
addFilter("shlib-policy-name-error")

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jun 9 10:41:38 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 2.0.72 Final
* No formal changelog present
-------------------------------------------------------------------
Tue Feb 11 14:40:41 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 2.0.70 Final
* No formal changelog present
-------------------------------------------------------------------
Wed Dec 4 17:49:28 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 2.0.69 Final
* No formal changelog present
-------------------------------------------------------------------
Tue Nov 26 13:27:19 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package netty-tcnative
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
%define with_gcc 11
%endif
Name: netty-tcnative
Version: 2.0.68
Version: 2.0.72
Release: 0
Summary: Fork of Tomcat Native with improved OpenSSL and mavenized build
License: Apache-2.0
@@ -31,8 +31,8 @@ URL: https://github.com/netty/netty/wiki/Forked-Tomcat-Native
Source0: https://github.com/netty/netty-tcnative/archive/%{name}-parent-%{namedversion}.tar.gz
Source1: fixLibNames.patch.in
Source2: https://repo1.maven.org/maven2/io/netty/netty-jni-util/0.0.9.Final/netty-jni-util-0.0.9.Final-sources.jar
Source100: %{name}-rpmlintrc
BuildRequires: apr-devel
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc%{?with_gcc}-c++
BuildRequires: java-devel >= 1.8
@@ -103,6 +103,8 @@ sed "s;@PATH@;%{_libdir};g" < %{SOURCE1} | patch -p1
%pom_remove_plugin :maven-scm-plugin boringssl-static
%pom_remove_plugin :maven-source-plugin openssl-classes
# Tell xmvn to install attached artifact, which it does not
# do by default. In this case install all attached artifacts with
# the linux classifier.