commit lziprecover for openSUSE:Factory
Hello community, here is the log from the commit of package lziprecover for openSUSE:Factory checked in at 2018-12-31 09:46:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lziprecover (Old) and /work/SRC/openSUSE:Factory/.lziprecover.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "lziprecover" Mon Dec 31 09:46:22 2018 rev:6 rq:658031 version:1.21~rc1 Changes: -------- --- /work/SRC/openSUSE:Factory/lziprecover/lziprecover.changes 2018-03-09 10:43:59.888292392 +0100 +++ /work/SRC/openSUSE:Factory/.lziprecover.new.28833/lziprecover.changes 2018-12-31 09:47:15.186174035 +0100 @@ -1,0 +2,19 @@ +Fri Dec 14 11:46:20 UTC 2018 - Jan Engelhardt <jengelh@inai.de> + +- Update to new upstream release 1.21~rc1 + * The options '--dump', '--remove' and '--strip' have been + added, mainly as support for the tarlz archive format. + * Detection of forbidden combinations of characters in trailing + data has been improved. + * '--split' can now detect trailing data and gaps between + members, and save each gap in its own file. Trailing data (if + any) are saved alone in the last file. (Gaps may contain + garbage or may be members with corrupt headers or trailers). + * '--ignore-errors' now makes '--list' show gaps between + members, ignoring format errors. + * '--ignore-errors' now makes '--range-decompress' ignore a + truncated last member. + * '--ignore-errors' now makes '--dump', '--remove' and + '--strip' ignore format errors. + +------------------------------------------------------------------- Old: ---- lziprecover-1.20.tar.gz lziprecover-1.20.tar.gz.sig New: ---- lziprecover-1.21-rc1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lziprecover.spec ++++++ --- /var/tmp/diff_new_pack.sobMMh/_old 2018-12-31 09:47:15.666173641 +0100 +++ /var/tmp/diff_new_pack.sobMMh/_new 2018-12-31 09:47:15.666173641 +0100 @@ -13,20 +13,20 @@ # 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/ # Name: lziprecover -Version: 1.20 +Version: 1.21~rc1 Release: 0 +%define xversion 1.21-rc1 Summary: Utility to repair broken lzip files License: GPL-2.0-or-later Group: Productivity/Archiving/Compression -Url: http://www.nongnu.org/lzip/lunzip.html - -Source: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.ta... -Source2: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.ta... +URL: http://www.nongnu.org/lzip/lunzip.html +Source: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%xversion.t... +#Source2: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.ta... Source3: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ @@ -53,34 +53,39 @@ multi-member files. %prep -%setup -q +%autosetup -n %name-%xversion %build # not autoconf -install -d build -pushd build -../configure --srcdir=.. --prefix="%{_prefix}" --bindir="%{_bindir}" \ - --datarootdir="%{_datadir}" --infodir="%{_infodir}" \ - --mandir="%{_mandir}" CC="%__cc" CFLAGS="%{optflags}" +mkdir build +pushd build/ +../configure --prefix="%_prefix" --bindir="%_bindir" --datadir="%_datadir" \ + --infodir="%_infodir" --mandir="%_mandir" --sysconfdir="%_sysconfdir" \ + CC="%__cc" CFLAGS="%optflags" make %{?_smp_mflags} popd %install -pushd build -make install DESTDIR="%buildroot" +pushd build/ +%make_install +popd + +%check +pushd build/ +make %{?_smp_mflags} check popd %post -%install_info --info-dir="%{_infodir}" "%{_infodir}/%{name}".info* +%install_info --info-dir="%_infodir" "%_infodir/%name".info* %postun -%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/%{name}".info* +%install_info_delete --info-dir="%_infodir" "%_infodir/%name".info* %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README -%{_bindir}/lziprecover -%doc %{_mandir}/man1/lziprecover.1* -%doc %{_infodir}/lziprecover.info* +%_bindir/lziprecover +%_mandir/man1/lziprecover.1* +%_infodir/lziprecover.info* %changelog
participants (1)
-
root