Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2023-05-19 11:54:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nghttp2 (Old)
 and      /work/SRC/openSUSE:Factory/.nghttp2.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nghttp2"

Fri May 19 11:54:41 2023 rev:72 rq:1087728 version:1.53.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2023-04-16 
19:13:19.841430610 +0200
+++ /work/SRC/openSUSE:Factory/.nghttp2.new.1533/nghttp2.changes        
2023-05-19 11:54:42.786985606 +0200
@@ -1,0 +2,6 @@
+Thu May 18 04:53:42 UTC 2023 - Martin Pluskal <[email protected]>
+
+- Update to version 1.53.0:
+  * https://nghttp2.org/blog/2023/05/10/nghttp2-v1-53-0/ 
+
+-------------------------------------------------------------------

Old:
----
  nghttp2-1.52.0.tar.xz

New:
----
  nghttp2-1.53.0.tar.xz

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

Other differences:
------------------
++++++ nghttp2.spec ++++++
--- /var/tmp/diff_new_pack.gZsS28/_old  2023-05-19 11:54:43.774991261 +0200
+++ /var/tmp/diff_new_pack.gZsS28/_new  2023-05-19 11:54:43.794991375 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nghttp2
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,8 @@
 %global soname_asio libnghttp2_asio
 %global sover_asio 1
 %global flavor @BUILD_FLAVOR@%{nil}
-# libnghttp2_asio has been deprecated in this repository due to maintenance
-# issue and will be removed at the end of 2022
-%bcond_with asio
 Name:           nghttp2
-Version:        1.52.0
+Version:        1.53.0
 Release:        0
 Summary:        Implementation of Hypertext Transfer Protocol version 2 in C
 License:        MIT
@@ -36,6 +33,8 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
@@ -49,16 +48,8 @@
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(zlib)
 %ifnarch ppc %{arm}
-%if 0%{?sle_version} >= 150000 && 0%{?is_opensuse}
 BuildRequires:  pkgconfig(jemalloc)
 %endif
-%endif
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_system-devel
-BuildRequires:  libboost_thread-devel
-%else
-BuildRequires:  boost-devel
-%endif
 
 %description
 This is an implementation of Hypertext Transfer Protocol version 2.
@@ -77,14 +68,6 @@
 Shared C libraries for implementation of Hypertext Transfer Protocol
 version 2.
 
-%package -n %{soname_asio}%{sover_asio}
-Summary:        Shared library for nghttp2
-Group:          System/Libraries
-
-%description -n %{soname_asio}%{sover_asio}
-Shared libraries for asynchronous implementation of Hypertext Transfer
-Protocol version 2.
-
 %package -n python3-nghttp2
 Summary:        Python3 bindings for nghttp2
 Group:          Development/Libraries/Python
@@ -103,15 +86,6 @@
 Development files for usage with libnghttp2, which implements
 Hypertext Transfer Protocol version 2.
 
-%package -n %{soname_asio}-devel
-Summary:        Development files for nghttp2
-Group:          Development/Languages/C and C++
-Requires:       %{soname_asio}%{sover_asio} = %{version}
-
-%description -n %{soname_asio}-devel
-Development files for usage with libnghttp2_aio, which implements
-asynchronous Hypertext Transfer Protocol version 2.
-
 %package doc
 Summary:        Documentation for nghttp2
 Group:          Documentation/HTML
@@ -130,7 +104,6 @@
 %configure \
   --disable-static        \
   --disable-silent-rules  \
-  %{?with_asio:--enable-asio-lib} %{!?with_asio: --disable-asio-lib} \
   --enable-app            \
   %{nil}
 %make_build all
@@ -150,12 +123,7 @@
 # One test fails if python-sphinx is not present
 %make_build check ||:
 
-%post -n %{soname}-%{sover} -p /sbin/ldconfig
-%postun -n %{soname}-%{sover} -p /sbin/ldconfig
-%if %{with asio}
-%post -n %{soname_asio}%{sover_asio} -p /sbin/ldconfig
-%postun -n %{soname_asio}%{sover_asio} -p /sbin/ldconfig
-%endif
+%ldconfig_scriptlets -n %{soname}-%{sover}
 
 %files
 %{_bindir}/deflatehd
@@ -176,16 +144,4 @@
 %{_libdir}/%{soname}.so
 %{_libdir}/pkgconfig/%{soname}.pc
 
-%if %{with asio}
-%files -n %{soname_asio}%{sover_asio}
-%license COPYING
-%{_libdir}/%{soname_asio}.so.%{sover_asio}*
-
-%files -n %{soname_asio}-devel
-%dir %{_includedir}/%{name}/
-%{_includedir}/%{name}/asio_http2*.h
-%{_libdir}/%{soname_asio}.so
-%{_libdir}/pkgconfig/%{soname_asio}.pc
-%endif
-
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.gZsS28/_old  2023-05-19 11:54:43.830991581 +0200
+++ /var/tmp/diff_new_pack.gZsS28/_new  2023-05-19 11:54:43.830991581 +0200
@@ -1,3 +1,2 @@
 libnghttp2-14
-libnghttp2_asio1
 

++++++ nghttp2-1.52.0.tar.xz -> nghttp2-1.53.0.tar.xz ++++++
++++ 57061 lines of diff (skipped)

Reply via email to