Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wbxml2 for openSUSE:Factory checked 
in at 2021-04-12 12:37:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wbxml2 (Old)
 and      /work/SRC/openSUSE:Factory/.wbxml2.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wbxml2"

Mon Apr 12 12:37:18 2021 rev:31 rq:884469 version:0.11.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/wbxml2/wbxml2.changes    2019-05-22 
10:57:58.642907401 +0200
+++ /work/SRC/openSUSE:Factory/.wbxml2.new.2401/wbxml2.changes  2021-04-12 
12:40:12.341567440 +0200
@@ -1,0 +2,18 @@
+Sun Apr 11 11:38:20 UTC 2021 - Bo Simonsen <[email protected]>
+
+- fixed spec file syntax
+- updated to version 0.11.7
+  * Added WBXML_INSTALL_FULL_HEADERS cmake flag to expose internal
+    API headers; changes library version for compatibility (e.g.
+    2.6.1 -> 20601.0.0)
+    (pull request #67 from David Llewellyn-Jones)
+  * Link to libexpat correctly (private). Therefore the tools
+    wbxml2xml and xml2wbxml do no longer link directly to libexpat.
+    (pull request #65 from Peter Keresztes Schmidt)
+  * Fixed several memory leaks and leak-sanitizer issues.
+    (pull requests #61, #62, #63 and #64 from Gaurav Gupta)
+  * During build use headers which come with source code and not
+    the installed headers.
+    (pull request #66 from David Llewellyn-Jones)
+
+-------------------------------------------------------------------

Old:
----
  libwbxml-0.11.6.tar.bz2

New:
----
  libwbxml-0.11.7.tar.gz

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

Other differences:
------------------
++++++ wbxml2.spec ++++++
--- /var/tmp/diff_new_pack.epxbEG/_old  2021-04-12 12:40:12.869568054 +0200
+++ /var/tmp/diff_new_pack.epxbEG/_new  2021-04-12 12:40:12.869568054 +0200
@@ -30,9 +30,9 @@
 Summary:        WBXML parser and compiler library
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Version:        0.11.6
+Version:        0.11.7
 Release:        0
-Source:         libwbxml-%{version}.tar.bz2
+Source:         
https://github.com/libwbxml/libwbxml/archive/refs/tags/libwbxml-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -81,7 +81,7 @@
 ecode and handle WBXML documents.
 
 %prep
-%setup -q -n libwbxml-%{version}
+%setup -q -n libwbxml-libwbxml-%{version}
 
 %build
 mkdir build
@@ -92,10 +92,10 @@
         -DCMAKE_BUILD_TYPE=None \
         -DCMAKE_INSTALL_PREFIX=%{_prefix} \
         -DENABLE_INSTALL_DOC:BOOL=OFF \
-%if %{_lib} == lib64
+%if "%{_lib}" == "lib64"
         -DLIB_SUFFIX=64 \
 %endif
-         %{_builddir}/libwbxml-%{version}
+         %{_builddir}/libwbxml-libwbxml-%{version}
 make %{?_smp_mflags} VERBOSE=1
 popd
 

Reply via email to