Hello community,

here is the log from the commit of package wbxml2 for openSUSE:Factory checked 
in at 2017-03-16 09:43:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wbxml2 (Old)
 and      /work/SRC/openSUSE:Factory/.wbxml2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wbxml2"

Thu Mar 16 09:43:25 2017 rev:29 rq:479652 version:0.11.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/wbxml2/wbxml2.changes    2017-03-12 
20:05:10.931719973 +0100
+++ /work/SRC/openSUSE:Factory/.wbxml2.new/wbxml2.changes       2017-03-16 
09:51:57.562186242 +0100
@@ -1,0 +2,7 @@
+Wed Mar 15 12:22:18 UTC 2017 - jeng...@inai.de
+
+- Trim descriptions
+- Replace unnecessary uses of %__ indirections in macros,
+  remove redundant %clean section, do parallel build with %_smp_mflags.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wbxml2.spec ++++++
--- /var/tmp/diff_new_pack.NdljHF/_old  2017-03-16 09:51:58.006123372 +0100
+++ /var/tmp/diff_new_pack.NdljHF/_new  2017-03-16 09:51:58.010122806 +0100
@@ -29,47 +29,29 @@
 Url:            http://libwbxml.opensync.org/
 Summary:        WBXML parser and compiler library
 License:        LGPL-2.1+
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Version:        0.11.5
 Release:        0
 Source:         libwbxml-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-wbxml2 is a library that includes a WBXML parser and a WBXML compiler.
-Unlike wbxml, it does not depend on libxml2 but on expat, making it
-faster and more portable. WBXML Library contains a library and its
-associated tools to Parse, Encode and Handle WBXML documents. The WBXML
-(Wireless Binary XML) format is a binary representation of XML, and it
-has been defined by the Wap Forum.
-
-
-
-Authors:
---------
-    Aymerick Jéhanne <libwb...@aymerick.com>
-    Michael Bell <michael.b...@opensync.org>
+wbxml2 is a library that includes a WBXML (Wireless Binary XML)
+parser and a WBXML compiler. Unlike wbxml, it uses expat instead of
+libxml2. WBXML contains a library and its associated tools to parse,
+ecode and handle WBXML documents.
 
 %package -n %{libname}
-
 Summary:        WBXML parser and compiler library
 License:        LGPL-2.1+
 Group:          System/Libraries
 
 %description -n %{libname}
-wbxml2 is a library that includes a WBXML parser and a WBXML compiler.
-Unlike wbxml, it does not depend on libxml2 but on expat, making it
-faster and more portable. WBXML Library contains a library and its
-associated tools to Parse, Encode and Handle WBXML documents. The WBXML
-(Wireless Binary XML) format is a binary representation of XML, and it
-has been defined by the Wap Forum.
-
-
-
-Authors:
---------
-    Aymerick Jéhanne <libwb...@aymerick.com>
-    Michael Bell <michael.b...@opensync.org>
+wbxml2 is a library that includes a WBXML (Wireless Binary XML)
+parser and a WBXML compiler. Unlike wbxml, it uses expat instead of
+libxml2. WBXML contains a library and its associated tools to parse,
+ecode and handle WBXML documents. The WBXML format is a binary
+representation of XML defined by the Wap Forum.
 
 %package -n wbxml2-tools
 Summary:        Tools for libwbxml2
@@ -81,19 +63,10 @@
 Obsoletes:      wbxml2 < %{version}
 
 %description -n wbxml2-tools 
-wbxml2 is a library that includes a WBXML parser and a WBXML compiler.
-Unlike wbxml, it does not depend on libxml2 but on expat, making it
-faster and more portable. WBXML Library contains a library and its
-associated tools to Parse, Encode and Handle WBXML documents. The WBXML
-(Wireless Binary XML) format is a binary representation of XML, and it
-has been defined by the Wap Forum.
-
-
-
-Authors:
---------
-    Aymerick Jéhanne <libwb...@aymerick.com>
-    Michael Bell <michael.b...@opensync.org>
+wbxml2 is a library that includes a WBXML (Wireless Binary XML)
+parser and a WBXML compiler. Unlike wbxml, it uses expat instead of
+libxml2. WBXML contains a library and its associated tools to parse,
+ecode and handle WBXML documents.
 
 %package -n libwbxml2-devel
 Summary:        WBXML parser and compiler library
@@ -102,25 +75,16 @@
 Requires:       %{libname} = %{version} glibc-devel libexpat-devel 
 
 %description -n libwbxml2-devel 
-wbxml2 is a library that includes a WBXML parser and a WBXML compiler.
-Unlike wbxml, it does not depend on libxml2 but on expat, making it
-faster and more portable. WBXML Library contains a library and its
-associated tools to Parse, Encode and Handle WBXML documents. The WBXML
-(Wireless Binary XML) format is a binary representation of XML, and it
-has been defined by the Wap Forum.
-
-
-
-Authors:
---------
-    Aymerick Jéhanne <libwb...@aymerick.com>
-    Michael Bell <michael.b...@opensync.org>
+wbxml2 is a library that includes a WBXML (Wireless Binary XML)
+parser and a WBXML compiler. Unlike wbxml, it uses expat instead of
+libxml2. WBXML contains a library and its associated tools to parse,
+ecode and handle WBXML documents.
 
 %prep
 %setup -q -n libwbxml-%{version}
 
 %build
-%__mkdir build
+mkdir build
 pushd build
 CFLAGS="%{optflags}" \
 CXXFLAGS="%{optflags}" \
@@ -132,7 +96,7 @@
         -DLIB_SUFFIX=64 \
 %endif
          %{_builddir}/libwbxml-%{version}
-%__make %{?jobs:-j%jobs} VERBOSE=1
+make %{?_smp_mflags} VERBOSE=1
 popd
 
 %install
@@ -140,9 +104,6 @@
 %makeinstall
 popd
 
-%clean 
-%__rm -rf %{buildroot}
-
 %post -n %{libname} -p /sbin/ldconfig
 
 %postun -n %{libname} -p /sbin/ldconfig
@@ -154,14 +115,14 @@
 
 %files -n libwbxml2-devel
 %defattr(-,root,root)
-%{_prefix}/share/cmake/Modules/FindLibWbxml2.cmake
+%{_datadir}/cmake/Modules/FindLibWbxml2.cmake
 %{_libdir}/pkgconfig/libwbxml2.pc
 %{_libdir}/libwbxml2.so
-%{_prefix}/include/libwbxml*
+%{_includedir}/libwbxml*
 
 %files -n wbxml2-tools
 %defattr(-,root,root)
-%{_prefix}/bin/wbxml2xml
-%{_prefix}/bin/xml2wbxml
+%{_bindir}/wbxml2xml
+%{_bindir}/xml2wbxml
 
 %changelog


Reply via email to