Hello community, here is the log from the commit of package wbxml2 for openSUSE:Factory checked in at 2017-03-12 20:05:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wbxml2 (Old) and /work/SRC/openSUSE:Factory/.wbxml2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wbxml2" Sun Mar 12 20:05:10 2017 rev:28 rq:478514 version:0.11.5 Changes: -------- --- /work/SRC/openSUSE:Factory/wbxml2/wbxml2.changes 2011-09-23 12:50:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wbxml2.new/wbxml2.changes 2017-03-12 20:05:10.931719973 +0100 @@ -1,0 +2,18 @@ +Sun Feb 19 14:27:59 UTC 2017 - [email protected] + +- updated to version 0.11.5 + * Fixed ActiveSync element data of code pages ResolveRecipients and + GAL (issue #52 from Thomas Führer, fixed in pull request #53). + * Added definitions of ActiveSync protocoll v16.0 (pull request #32 from Gil Hartmann). + * Added support to build a static library (issue #22 and pull requests #23, #24, #25, + #26 and #27 from Gaurav Gupta). + * Added support for MacOS X to Travis CI environment. + * Added support for ccache (pull request #44 from Gaurav Gupta). + * Fixed some memory leaks (pull requests #43 and #45 from Renu Tyagi). + * Avoid malloc typecasts (pull requests #31, #33, #34, #35, #36, #37, #38, #39 and #40 from Gaurav Gupta). + * Added support for automated testing with travis-ci.org + * Fixed memory leak in function wbxml_strtbl_collect_words of wbxml_encoder (pull request #21 from Gaurav Gupta). + * Fixed memory leak in function wbxml_strtbl_check_references of wbxml_encoder (pull request #20 from Gaurav Gupta). + * If pkg-config is used then use the provided ldflags (pull request #19 from Jeroen Dekkers). + +------------------------------------------------------------------- Old: ---- wbxml2-0.10.9.tar.bz2 New: ---- libwbxml-0.11.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wbxml2.spec ++++++ --- /var/tmp/diff_new_pack.nl2f96/_old 2017-03-12 20:05:11.603624896 +0100 +++ /var/tmp/diff_new_pack.nl2f96/_new 2017-03-12 20:05:11.607624330 +0100 @@ -1,7 +1,7 @@ # # spec file for package wbxml2 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,21 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild # set libname -%define libname libwbxml2-0 +%define libname libwbxml2-1 Name: wbxml2 -BuildRequires: cmake gcc-c++ libexpat-devel pkg-config popt-devel zlib-devel +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: libexpat-devel +BuildRequires: pkg-config +BuildRequires: popt-devel +BuildRequires: zlib-devel Url: http://libwbxml.opensync.org/ +Summary: WBXML parser and compiler library License: LGPL-2.1+ Group: System/Libraries -Summary: WBXML parser and compiler library -Version: 0.10.9 -Release: 1 -AutoReqProv: on -Source: %{name}-%{version}.tar.bz2 +Version: 0.11.5 +Release: 0 +Source: libwbxml-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -49,8 +52,8 @@ %package -n %{libname} -License: LGPL-2.1+ Summary: WBXML parser and compiler library +License: LGPL-2.1+ Group: System/Libraries %description -n %{libname} @@ -69,8 +72,8 @@ Michael Bell <[email protected]> %package -n wbxml2-tools -License: GPL-2.0+ Summary: Tools for libwbxml2 +License: GPL-2.0+ Group: Productivity/Other Requires: %{libname} = %{version} # package was called wbxml2 in openSUSE < 11.2 @@ -93,8 +96,8 @@ Michael Bell <[email protected]> %package -n libwbxml2-devel -License: LGPL-2.1+ Summary: WBXML parser and compiler library +License: LGPL-2.1+ Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} glibc-devel libexpat-devel @@ -114,7 +117,7 @@ Michael Bell <[email protected]> %prep -%setup -q +%setup -q -n libwbxml-%{version} %build %__mkdir build @@ -128,7 +131,7 @@ %if %{_lib} == lib64 -DLIB_SUFFIX=64 \ %endif - %{_builddir}/%{name}-%{version} + %{_builddir}/libwbxml-%{version} %__make %{?jobs:-j%jobs} VERBOSE=1 popd @@ -146,14 +149,15 @@ %files -n %{libname} %defattr(-, root, root) -%doc AUTHORS COPYING ChangeLog NEWS README References TODO -%{_libdir}/libwbxml2.so.0* +%doc BUGS COPYING ChangeLog GNU-LGPL INSTALL README RELEASE References THANKS TODO +%{_libdir}/libwbxml2.so.1* %files -n libwbxml2-devel %defattr(-,root,root) +%{_prefix}/share/cmake/Modules/FindLibWbxml2.cmake %{_libdir}/pkgconfig/libwbxml2.pc %{_libdir}/libwbxml2.so -%{_prefix}/include/wbxml* +%{_prefix}/include/libwbxml* %files -n wbxml2-tools %defattr(-,root,root)
