Hello community,

here is the log from the commit of package libmspack for openSUSE:Factory 
checked in at 2018-11-13 16:24:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmspack (Old)
 and      /work/SRC/openSUSE:Factory/.libmspack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmspack"

Tue Nov 13 16:24:24 2018 rev:28 rq:647204 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmspack/libmspack.changes      2018-11-06 
14:03:41.515507416 +0100
+++ /work/SRC/openSUSE:Factory/.libmspack.new/libmspack.changes 2018-11-13 
16:24:39.846758635 +0100
@@ -1,0 +2,11 @@
+Wed Nov  7 23:00:02 CET 2018 - [email protected]
+
+- Update to version 0.9.1:
+  * Fix bug in decompressing data to get to the correct folder
+    offset when the folder is LZX compressed (0.8 regression).
+  * Build system cleanup
+  * Testsuite available
+  * Does not install testing tools and examples by default.
+- Rename mspack-tools to mspack-examples to follow upstream change.
+
+-------------------------------------------------------------------

Old:
----
  libmspack-0.8alpha.tar.gz

New:
----
  libmspack-0.9.1alpha.tar.gz

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

Other differences:
------------------
++++++ libmspack.spec ++++++
--- /var/tmp/diff_new_pack.6Y1KxM/_old  2018-11-13 16:24:41.498756019 +0100
+++ /var/tmp/diff_new_pack.6Y1KxM/_new  2018-11-13 16:24:41.502756013 +0100
@@ -12,14 +12,14 @@
 # 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/
 #
 
 
 # "alpha" in the version string just says that it is an alpha version.
 %define _version %{version}alpha
 Name:           libmspack
-Version:        0.8
+Version:        0.9.1
 Release:        0
 Summary:        Library That Implements Different Microsoft Compressions
 License:        LGPL-2.1-only
@@ -52,19 +52,28 @@
 The libmspack-devel package contains the header files and static
 libraries necessary for developing programs using libmspack.
 
-%package -n mspack-tools
+%package -n mspack-examples
 Summary:        Library That Implements Different Microsoft Compressions
+# Name up to 0.9 (SLE 15 *, Leap 15 *):
 Group:          Productivity/File utilities
+Provides:       mspack-tools = %{version}
+Obsoletes:      mspack-tools < %{version}
 
-%description -n mspack-tools
+%description -n mspack-examples
 The purpose of libmspack is to provide both compression and
 decompression of some loosely related file formats used by Microsoft.
 Currently the most common formats are implemented.
 
 This subpacke provides useful programs that make use of libmspack.
+ * cabd_memory - An implementation of the mspack_system interface using
+                 only memory
  * cabrip     - Extracts any CAB files embedded in another file.
  * chmextract - Extracts all files in a CHM file to disk.
  * msexpand   - Expands an SZDD or KWAJ file.
+ * multifh     - An implementation of the mspack_system interface which
+                 can access many things: regular disk files, already
+                 opened stdio FILE*  file pointers, open file
+                 descriptors, blocks of memory
  * oabextract - Extracts an Exchange Offline Address Book (.LZX) file.
 
 %prep
@@ -77,15 +86,23 @@
 
 %install
 %make_install
+cd examples
+install -d %{buildroot}%{_bindir}
+../libtool --mode=install /usr/bin/install -c cabd_memory cabrip chmextract 
msexpand multifh oabextract %{buildroot}%{_bindir}
 rm %{buildroot}%{_libdir}/*.*a
 
+%check
+make %{?_smp_mflags} check
+
 %post -n libmspack0 -p /sbin/ldconfig
 %postun -n libmspack0 -p /sbin/ldconfig
 
-%files -n mspack-tools
+%files -n mspack-examples
+%{_bindir}/cabd_memory
 %{_bindir}/cabrip
 %{_bindir}/chmextract
 %{_bindir}/msexpand
+%{_bindir}/multifh
 %{_bindir}/oabextract
 
 %files -n libmspack0

++++++ libmspack-0.8alpha.tar.gz -> libmspack-0.9.1alpha.tar.gz ++++++
++++ 10553 lines of diff (skipped)


Reply via email to