Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wbxml2 for openSUSE:Factory checked in at 2023-01-19 16:44:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wbxml2 (Old) and /work/SRC/openSUSE:Factory/.wbxml2.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wbxml2" Thu Jan 19 16:44:03 2023 rev:32 rq:1059438 version:0.11.8 Changes: -------- --- /work/SRC/openSUSE:Factory/wbxml2/wbxml2.changes 2021-04-12 12:40:12.341567440 +0200 +++ /work/SRC/openSUSE:Factory/.wbxml2.new.32243/wbxml2.changes 2023-01-19 16:44:19.165804981 +0100 @@ -1,0 +2,11 @@ +Tue Dec 6 14:42:37 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 0.11.8: + * Changed location of releases to GitHub only in README. + * Change the default internal namespace separator from the colon to the pipe + This solves compatibility with libexpat >= 2.4.5 after fix the security + problem CVE-2022-25236. + * Removed copy of Expat in macosx directory (issue #77). + * Migrated from Travis CI to GitHub actions for testing. + +------------------------------------------------------------------- Old: ---- libwbxml-0.11.7.tar.gz New: ---- libwbxml-0.11.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wbxml2.spec ++++++ --- /var/tmp/diff_new_pack.2m3rU2/_old 2023-01-19 16:44:19.757808063 +0100 +++ /var/tmp/diff_new_pack.2m3rU2/_new 2023-01-19 16:44:19.765808105 +0100 @@ -1,7 +1,7 @@ # # spec file for package wbxml2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,28 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # set libname %define libname libwbxml2-1 - Name: wbxml2 +Version: 0.11.8 +Release: 0 +Summary: WBXML parser and compiler library +License: LGPL-2.1-or-later +Group: Development/Libraries/C and C++ +URL: https://github.com/libwbxml/libwbxml +Source: https://github.com/libwbxml/libwbxml/archive/refs/tags/libwbxml-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libexpat-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: popt-devel BuildRequires: zlib-devel -Url: http://libwbxml.opensync.org/ -Summary: WBXML parser and compiler library -License: LGPL-2.1-or-later -Group: Development/Libraries/C and C++ -Version: 0.11.7 -Release: 0 -Source: https://github.com/libwbxml/libwbxml/archive/refs/tags/libwbxml-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description wbxml2 is a library that includes a WBXML (Wireless Binary XML) @@ -72,7 +70,9 @@ Summary: WBXML parser and compiler library License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Requires: %{libname} = %{version} glibc-devel libexpat-devel +Requires: %{libname} = %{version} +Requires: glibc-devel +Requires: libexpat-devel %description -n libwbxml2-devel wbxml2 is a library that includes a WBXML (Wireless Binary XML) @@ -96,32 +96,29 @@ -DLIB_SUFFIX=64 \ %endif %{_builddir}/libwbxml-libwbxml-%{version} -make %{?_smp_mflags} VERBOSE=1 +%make_build popd %install pushd build -%makeinstall +%make_install popd %post -n %{libname} -p /sbin/ldconfig - %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} -%defattr(-, root, root) -%doc BUGS COPYING ChangeLog GNU-LGPL INSTALL README RELEASE References THANKS TODO +%license COPYING +%doc BUGS ChangeLog GNU-LGPL INSTALL README RELEASE References THANKS TODO %{_libdir}/libwbxml2.so.1* %files -n libwbxml2-devel -%defattr(-,root,root) %{_datadir}/cmake/Modules/FindLibWbxml2.cmake %{_libdir}/pkgconfig/libwbxml2.pc %{_libdir}/libwbxml2.so %{_includedir}/libwbxml* %files -n wbxml2-tools -%defattr(-,root,root) %{_bindir}/wbxml2xml %{_bindir}/xml2wbxml ++++++ libwbxml-0.11.7.tar.gz -> libwbxml-0.11.8.tar.gz ++++++ ++++ 12938 lines of diff (skipped)