Hello community, here is the log from the commit of package lhasa for openSUSE:Factory checked in at 2015-11-10 10:03:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lhasa (Old) and /work/SRC/openSUSE:Factory/.lhasa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lhasa" Changes: -------- --- /work/SRC/openSUSE:Factory/lhasa/lhasa.changes 2014-09-25 08:43:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lhasa.new/lhasa.changes 2015-11-10 10:03:04.000000000 +0100 @@ -1,0 +2,12 @@ +Sat Nov 7 09:38:52 UTC 2015 - [email protected] + +- Update to new upstream release 0.3.0 +* PMarc -pm1- archives that contain truncated compressed data (the + decompressed length is longer than what can be read from the + compressed data) now decompress as intended. Certain archives in + the wild make the assumption that this can be done. +* LArc -lz5- archives that make use of the initial history buffer + now decompress correctly. +* The tests no longer use predictable temporary paths. + +------------------------------------------------------------------- Old: ---- lhasa-0.2.0.tar.gz lhasa-0.2.0.tar.gz.asc New: ---- lhasa-0.3.0.tar.gz lhasa-0.3.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lhasa.spec ++++++ --- /var/tmp/diff_new_pack.VFYky7/_old 2015-11-10 10:03:05.000000000 +0100 +++ /var/tmp/diff_new_pack.VFYky7/_new 2015-11-10 10:03:05.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package lhasa # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -18,7 +18,7 @@ Name: lhasa %define lname liblhasa0 -Version: 0.2.0 +Version: 0.3.0 Release: 0 Summary: Program to unpack LHARC archives License: ISC @@ -30,7 +30,7 @@ Source2: http://www.soulsphere.org/projects/lhasa/lhasa-%version.tar.gz.asc Source3: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz %description @@ -66,8 +66,8 @@ %install b="%buildroot"; -make install DESTDIR="$b"; -rm -f "$b/%_libdir"/*.la; +%make_install +rm -f "$b/%_libdir"/*.la %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig ++++++ lhasa-0.2.0.tar.gz -> lhasa-0.3.0.tar.gz ++++++ ++++ 1763 lines of diff (skipped)
