Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package uriparser for openSUSE:Factory checked in at 2022-10-18 12:45:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uriparser (Old) and /work/SRC/openSUSE:Factory/.uriparser.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uriparser" Tue Oct 18 12:45:41 2022 rev:11 rq:1029671 version:0.9.7 Changes: -------- --- /work/SRC/openSUSE:Factory/uriparser/uriparser.changes 2022-05-19 22:50:09.614399503 +0200 +++ /work/SRC/openSUSE:Factory/.uriparser.new.2275/uriparser.changes 2022-10-18 12:46:04.997871732 +0200 @@ -1,0 +2,25 @@ +Mon Oct 17 11:52:32 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.9.7: + * Fixed: Multiple issues with IPv6 and IPvFuture literal parsing + (GitHub #146, GitHub #150) + Thanks to Scallop Ye for the report and the pull request! + * Fixed: Fix symbol visibility for -DBUILD_SHARED_LIBS=OFF (GitHub #139, + GitHub #141); thanks to Mariusz Zaborski for the report! + * Fixed: For MinGW, use size_t for inet_ntop declaration and fix macro + checks for both MinGW and mingw-w64 (GitHub #131) + * Fixed: Compiler warnings (GitHub #132, GitHub #152) + * Improved: Use name UriConfig.h rather than generic config.h for the + config header file to avoid name clashes and also include it through + "UriConfig.h" with quotes rather than <UriConfig.h> so that it is found + in quote path locations (GitHub #149) + Thanks to Gaspard Petit for bringing this up! + * Improved: Document need for UriConfig.h in UriMemory.c (GitHub #136) + * Infrastructure: Add (support for) Visual Studio 17/2022 (GitHub #152) + * Infrastructure: Drop (support for) Visual Studio <=14/2015 (GitHub #152) + * Infrastructure: Update Clang from 13 to 15 (GitHub #143, GitHub #151) + * Infrastructure: Make MinGW with 32bit Wine on Ubuntu 20.04 possible + (GitHub #142, GitHub #144, GitHub #145) + * Soname: 1:30:0 ??? see https://verbump.de/ for what these numbers do + +------------------------------------------------------------------- Old: ---- uriparser-0.9.6.tar.bz2 New: ---- uriparser-0.9.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uriparser.spec ++++++ --- /var/tmp/diff_new_pack.q0zt4r/_old 2022-10-18 12:46:05.781873517 +0200 +++ /var/tmp/diff_new_pack.q0zt4r/_new 2022-10-18 12:46:05.789873535 +0200 @@ -20,13 +20,13 @@ %define so_ver 1 Name: uriparser -Version: 0.9.6 +Version: 0.9.7 Release: 0 Summary: A strictly RFC 3986 compliant URI parsing library License: BSD-3-Clause AND LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: https://uriparser.github.io -Source: https://github.com/uriparser/uriparser/releases/download/uriparser-%{version}/uriparser-%{version}.tar.bz2 +Source: https://github.com/uriparser/uriparser/releases/download/uriparser-%{version}/uriparser-%{version}.tar.xz Source1: baselibs.conf BuildRequires: cmake BuildRequires: doxygen @@ -37,6 +37,7 @@ BuildRequires: graphviz-gd BuildRequires: libqt5-qttools BuildRequires: pkg-config +BuildRequires: xz BuildRequires: pkgconfig(libxdot) %if %{with googletest} BuildRequires: gtest >= 1.8.1