commit clzip for openSUSE:Factory
Hello community, here is the log from the commit of package clzip for openSUSE:Factory checked in at 2018-12-31 09:46:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clzip (Old) and /work/SRC/openSUSE:Factory/.clzip.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "clzip" Mon Dec 31 09:46:24 2018 rev:11 rq:658033 version:1.11~rc1 Changes: -------- --- /work/SRC/openSUSE:Factory/clzip/clzip.changes 2018-03-09 10:43:54.764476933 +0100 +++ /work/SRC/openSUSE:Factory/.clzip.new.28833/clzip.changes 2018-12-31 09:47:15.890173458 +0100 @@ -1,0 +2,7 @@ +Fri Dec 14 11:49:06 UTC 2018 - Jan Engelhardt <jengelh@inai.de> + +- Update to new upstream release 1.11~rc1 + * Detection of forbidden combinations of characters in trailing + data has been improved. + +------------------------------------------------------------------- Old: ---- clzip-1.10.tar.gz clzip-1.10.tar.gz.sig New: ---- clzip-1.11-rc1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clzip.spec ++++++ --- /var/tmp/diff_new_pack.8tSLJa/_old 2018-12-31 09:47:16.374173060 +0100 +++ /var/tmp/diff_new_pack.8tSLJa/_new 2018-12-31 09:47:16.378173057 +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: clzip -Version: 1.10 +Version: 1.11~rc1 Release: 0 +%define xversion 1.11-rc1 Summary: Lossless Data Compressor based on LZMA License: GPL-2.0-or-later Group: Productivity/Archiving/Compression -Url: http://www.nongnu.org/lzip/clzip.html - -Source: http://download.savannah.gnu.org/releases/lzip/clzip/%name-%version.tar.gz -Source2: http://download.savannah.gnu.org/releases/lzip/clzip/%name-%version.tar.gz.s... +URL: http://www.nongnu.org/lzip/clzip.html +Source: http://download.savannah.gnu.org/releases/lzip/clzip/%name-%xversion.tar.gz +#Source2: http://download.savannah.gnu.org/releases/lzip/clzip/%name-%version.tar.gz.s... Source3: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(post): info @@ -43,20 +43,27 @@ embedded devices or systems lacking a C++ compiler. %prep -%setup -q +%autosetup -n %name-%xversion %build # not autoconf -./configure --srcdir=. --prefix="%_prefix" --bindir="%_bindir" \ - --datadir="%_datadir" --infodir="%_infodir" --mandir="%_mandir" \ - --sysconfdir="%_sysconfdir" CC="gcc" 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_flags} +popd %install +pushd build/ %make_install +popd %check -make check +pushd build/ +make %{?_smp_mflags} check +popd %post %install_info --info-dir="%_infodir" "%_infodir/clzip.info%ext_info" @@ -68,7 +75,7 @@ %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README %_bindir/clzip -%doc %_mandir/man1/clzip.1%ext_man -%doc %_infodir/clzip.info%ext_info +%_mandir/man1/clzip.1%ext_man +%_infodir/clzip.info%ext_info %changelog
participants (1)
-
root