commit clzip for openSUSE:Factory

2019-03-26 Thread root


binJQ7OuvyZaY.bin
Description: Binary data


commit clzip for openSUSE:Factory

2018-12-31 Thread root
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 
+
+- 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.sig
+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.sig
 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




commit clzip for openSUSE:Factory

2018-03-09 Thread root
Hello community,

here is the log from the commit of package clzip for openSUSE:Factory checked 
in at 2018-03-09 10:43:49

Comparing /work/SRC/openSUSE:Factory/clzip (Old)
 and  /work/SRC/openSUSE:Factory/.clzip.new (New)


Package is "clzip"

Fri Mar  9 10:43:49 2018 rev:10 rq:583125 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/clzip/clzip.changes  2017-05-20 
10:12:52.886511170 +0200
+++ /work/SRC/openSUSE:Factory/.clzip.new/clzip.changes 2018-03-09 
10:43:54.764476933 +0100
@@ -1,0 +2,10 @@
+Mon Mar  5 19:31:54 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 1.10
+  * The option "--loose-trailing" has been added.
+  * The test used by clzip to discriminate trailing data from a
+corrupt header in multimember or concatenated files has been
+improved to a Hamming distance of 3.
+  * The "-S" option now keeps input files unchanged.
+
+---

Old:

  clzip-1.9.tar.gz
  clzip-1.9.tar.gz.sig

New:

  clzip-1.10.tar.gz
  clzip-1.10.tar.gz.sig



Other differences:
--
++ clzip.spec ++
--- /var/tmp/diff_new_pack.GpddyJ/_old  2018-03-09 10:43:58.096356931 +0100
+++ /var/tmp/diff_new_pack.GpddyJ/_new  2018-03-09 10:43:58.100356787 +0100
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package clzip
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2013 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,10 +18,10 @@
 
 
 Name:   clzip
-Version:1.9
+Version:1.10
 Release:0
 Summary:Lossless Data Compressor based on LZMA
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Archiving/Compression
 Url:http://www.nongnu.org/lzip/clzip.html
 
@@ -48,17 +47,9 @@
 
 %build
 # not autoconf
-./configure \
---srcdir=. \
---prefix="%_prefix" \
---bindir="%_bindir" \
---datadir="%_datadir" \
---infodir="%_infodir" \
---mandir="%_mandir" \
---sysconfdir="%_sysconfdir" \
-CC="gcc" \
-CFLAGS="%optflags"
-
+./configure --srcdir=. --prefix="%_prefix" --bindir="%_bindir" \
+   --datadir="%_datadir" --infodir="%_infodir" --mandir="%_mandir" \
+   --sysconfdir="%_sysconfdir" CC="gcc" CFLAGS="%optflags"
 make %{?_smp_flags}
 
 %install

++ clzip-1.9.tar.gz -> clzip-1.10.tar.gz ++
 2712 lines of diff (skipped)




commit clzip for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package clzip for openSUSE:Factory checked 
in at 2017-05-20 10:12:50

Comparing /work/SRC/openSUSE:Factory/clzip (Old)
 and  /work/SRC/openSUSE:Factory/.clzip.new (New)


Package is "clzip"

Sat May 20 10:12:50 2017 rev:9 rq:494555 version:1.9

Changes:

--- /work/SRC/openSUSE:Factory/clzip/clzip.changes  2016-05-29 
03:14:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.clzip.new/clzip.changes 2017-05-20 
10:12:52.886511170 +0200
@@ -1,0 +2,17 @@
+Thu May 11 08:32:38 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.9:
+  * The option '-l, --list' has been ported from lziprecover.
+  * It is now an error to specify two or more different operations
+in the command line (--decompress, --list or --test).
+  * Compression time of option '-0' has been reduced by 6%.
+  * Compression time of options '-1' to '-9' has been reduced by 1%.
+  * Decompression time has been reduced by 7%.
+  * In test mode, clzip now continues checking the rest of the
+files if any input file is a terminal.
+  * Trailing data are now shown both in hexadecimal and as a string
+of printable ASCII characters.
+  * Three missing chapters have been added to the manual, which
+now contains all the chapters of the lzip manual.
+
+---

Old:

  clzip-1.8.tar.gz
  clzip-1.8.tar.gz.sig

New:

  clzip-1.9.tar.gz
  clzip-1.9.tar.gz.sig



Other differences:
--
++ clzip.spec ++
--- /var/tmp/diff_new_pack.mP7D9k/_old  2017-05-20 10:12:53.938362551 +0200
+++ /var/tmp/diff_new_pack.mP7D9k/_new  2017-05-20 10:12:53.938362551 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package clzip
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2013 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 
 Name:   clzip
-Version:1.8
+Version:1.9
 Release:0
 Summary:Lossless Data Compressor based on LZMA
 License:GPL-2.0+
@@ -62,7 +62,7 @@
 make %{?_smp_flags}
 
 %install
-make install DESTDIR="%buildroot"
+%make_install
 
 %check
 make check

++ clzip-1.8.tar.gz -> clzip-1.9.tar.gz ++
 5703 lines of diff (skipped)




commit clzip for openSUSE:Factory

2016-05-28 Thread h_root
Hello community,

here is the log from the commit of package clzip for openSUSE:Factory checked 
in at 2016-05-29 03:13:41

Comparing /work/SRC/openSUSE:Factory/clzip (Old)
 and  /work/SRC/openSUSE:Factory/.clzip.new (New)


Package is "clzip"

Changes:

--- /work/SRC/openSUSE:Factory/clzip/clzip.changes  2015-08-14 
14:46:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.clzip.new/clzip.changes 2016-05-29 
03:14:37.0 +0200
@@ -1,0 +2,17 @@
+Sat May 28 07:53:41 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.8:
+  * main.c: Added new option '-a, --trailing-error'.
+  * main.c (decompress): Print up to 6 bytes of trailing data
+when '-' is specified.
+  * decoder.c (LZd_verify_trailer): Removed test of final code.
+  * main.c (main): Delete '--output' file if infd is a terminal.
+  * main.c (main): Don't use stdin more than once.
+  * lzip.texi: Added chapter 'Trailing data'.
+  * configure: Avoid warning on some shells when testing for gcc.
+  * Makefile.in: Detect the existence of install-info.
+  * testsuite/check.sh: A POSIX shell is required to run the tests.
+  * testsuite/check.sh: Don't check error messages.
+- Run internal testsuite
+
+---

Old:

  clzip-1.7.tar.gz
  clzip-1.7.tar.gz.sig

New:

  clzip-1.8.tar.gz
  clzip-1.8.tar.gz.sig



Other differences:
--
++ clzip.spec ++
--- /var/tmp/diff_new_pack.ioGDcx/_old  2016-05-29 03:14:38.0 +0200
+++ /var/tmp/diff_new_pack.ioGDcx/_new  2016-05-29 03:14:38.0 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package clzip
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2013 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 
 Name:   clzip
-Version:1.7
+Version:1.8
 Release:0
 Summary:Lossless Data Compressor based on LZMA
 License:GPL-2.0+
@@ -64,6 +64,9 @@
 %install
 make install DESTDIR="%buildroot"
 
+%check
+make check
+
 %post
 %install_info --info-dir="%_infodir" "%_infodir/clzip.info%ext_info"
 

++ clzip-1.7.tar.gz -> clzip-1.8.tar.gz ++
  lines of diff (skipped)




commit clzip for openSUSE:Factory

2015-08-14 Thread h_root
Hello community,

here is the log from the commit of package clzip for openSUSE:Factory checked 
in at 2015-08-14 14:46:16

Comparing /work/SRC/openSUSE:Factory/clzip (Old)
 and  /work/SRC/openSUSE:Factory/.clzip.new (New)


Package is clzip

Changes:

--- /work/SRC/openSUSE:Factory/clzip/clzip.changes  2014-10-05 
20:31:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.clzip.new/clzip.changes 2015-08-14 
14:46:17.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  6 08:28:24 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 1.7
+* The option -0, which produces a compression speed and ratio
+  comparable to those of gzip, has been ported from lzip.
+
+---

Old:

  clzip-1.6.tar.gz
  clzip-1.6.tar.gz.sig

New:

  clzip-1.7.tar.gz
  clzip-1.7.tar.gz.sig



Other differences:
--
++ clzip.spec ++
--- /var/tmp/diff_new_pack.cN7Ajq/_old  2015-08-14 14:46:18.0 +0200
+++ /var/tmp/diff_new_pack.cN7Ajq/_new  2015-08-14 14:46:18.0 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package clzip
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2013 Pascal Bleser pascal.ble...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 
 Name:   clzip
-Version:1.6
+Version:1.7
 Release:0
 Summary:Lossless Data Compressor based on LZMA
 License:GPL-2.0+

++ clzip-1.6.tar.gz - clzip-1.7.tar.gz ++
 4209 lines of diff (skipped)




commit clzip for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package clzip for openSUSE:Factory checked 
in at 2014-10-05 20:31:03

Comparing /work/SRC/openSUSE:Factory/clzip (Old)
 and  /work/SRC/openSUSE:Factory/.clzip.new (New)


Package is clzip

Changes:

--- /work/SRC/openSUSE:Factory/clzip/clzip.changes  2014-09-26 
11:21:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.clzip.new/clzip.changes 2014-10-05 
20:31:40.0 +0200
@@ -1,0 +2,11 @@
+Wed Oct  1 11:00:54 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.6
+* Compression ratio of option -9 has been slightly increased.
+* Copying of file dates, permissions, and ownership now behaves
+  like `cp -p`. (If the user ID or the group ID cannot be
+  duplicated, the file permission bits S_ISUID and S_ISGID are
+  cleared).
+* The license has been changed to GPL version 2 or later.
+
+---

Old:

  clzip-1.5.tar.lz
  clzip-1.5.tar.lz.sig

New:

  clzip-1.6.tar.gz
  clzip-1.6.tar.gz.sig



Other differences:
--
++ clzip.spec ++
--- /var/tmp/diff_new_pack.xfROmB/_old  2014-10-05 20:31:41.0 +0200
+++ /var/tmp/diff_new_pack.xfROmB/_new  2014-10-05 20:31:41.0 +0200
@@ -19,22 +19,17 @@
 
 
 Name:   clzip
-Version:1.5
+Version:1.6
 Release:0
 Summary:Lossless Data Compressor based on LZMA
-License:GPL-3.0+
+License:GPL-2.0+
 Group:  Productivity/Archiving/Compression
 Url:http://www.nongnu.org/lzip/clzip.html
 
-Source: 
http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz
-Source2:
http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig
+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.sig
 Source3:%name.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
-BuildRequires:  lzip
-BuildRequires:  make
-BuildRequires:  pkgconfig
 Requires(post): info
 Requires(preun):info
 
@@ -49,12 +44,7 @@
 embedded devices or systems lacking a C++ compiler.
 
 %prep
-%if 0%{?__lzip:1}
 %setup -q
-%else
-tar --use=lzip -xf %{S:0}
-%setup -DTq
-%endif
 
 %build
 # not autoconf

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit clzip for openSUSE:Factory

2014-09-26 Thread h_root
Hello community,

here is the log from the commit of package clzip for openSUSE:Factory checked 
in at 2014-09-26 10:51:58

Comparing /work/SRC/openSUSE:Factory/clzip (Old)
 and  /work/SRC/openSUSE:Factory/.clzip.new (New)


Package is clzip

Changes:

--- /work/SRC/openSUSE:Factory/clzip/clzip.changes  2013-10-09 
09:42:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.clzip.new/clzip.changes 2014-09-26 
11:21:18.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 23 16:55:53 UTC 2014 - jeng...@inai.de
+
+- Drop gpg-offline build-time requirement; this is now handled by
+  the local source validator
+
+---



Other differences:
--
++ clzip.spec ++
--- /var/tmp/diff_new_pack.Qmg0oO/_old  2014-09-26 11:21:18.0 +0200
+++ /var/tmp/diff_new_pack.Qmg0oO/_new  2014-09-26 11:21:18.0 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package clzip
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2013 Pascal Bleser pascal.ble...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,7 +26,6 @@
 Group:  Productivity/Archiving/Compression
 Url:http://www.nongnu.org/lzip/clzip.html
 
-#Freecode-URL: http://freecode.com/projects/clzip
 Source: 
http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz
 Source2:
http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig
 Source3:%name.keyring
@@ -36,9 +35,6 @@
 BuildRequires:  lzip
 BuildRequires:  make
 BuildRequires:  pkgconfig
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
 Requires(post): info
 Requires(preun):info
 
@@ -53,7 +49,6 @@
 embedded devices or systems lacking a C++ compiler.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
 %if 0%{?__lzip:1}
 %setup -q
 %else
@@ -65,31 +60,31 @@
 # not autoconf
 ./configure \
 --srcdir=. \
---prefix=%{_prefix} \
---bindir=%{_bindir} \
---datadir=%{_datadir} \
---infodir=%{_infodir} \
---mandir=%{_mandir} \
---sysconfdir=%{_sysconfdir} \
-CC=%__cc \
-CFLAGS=%{optflags}
+--prefix=%_prefix \
+--bindir=%_bindir \
+--datadir=%_datadir \
+--infodir=%_infodir \
+--mandir=%_mandir \
+--sysconfdir=%_sysconfdir \
+CC=gcc \
+CFLAGS=%optflags
 
-%__make %{?_smp_flags}
+make %{?_smp_flags}
 
 %install
 make install DESTDIR=%buildroot
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/clzip.info%{ext_info}
+%install_info --info-dir=%_infodir %_infodir/clzip.info%ext_info
 
 %preun
-%install_info_delete --info-dir=%{_infodir} 
%{_infodir}/clzip.info%{ext_info}
+%install_info_delete --info-dir=%_infodir %_infodir/clzip.info%ext_info
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_bindir}/clzip
-%doc %{_mandir}/man1/clzip.1%{ext_man}
-%doc %{_infodir}/clzip.info%{ext_info}
+%_bindir/clzip
+%doc %_mandir/man1/clzip.1%ext_man
+%doc %_infodir/clzip.info%ext_info
 
 %changelog



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit clzip for openSUSE:Factory

2013-10-09 Thread h_root
Hello community,

here is the log from the commit of package clzip for openSUSE:Factory checked 
in at 2013-10-09 09:42:41

Comparing /work/SRC/openSUSE:Factory/clzip (Old)
 and  /work/SRC/openSUSE:Factory/.clzip.new (New)


Package is clzip

Changes:

--- /work/SRC/openSUSE:Factory/clzip/clzip.changes  2013-07-01 
15:52:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.clzip.new/clzip.changes 2013-10-09 
09:42:42.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct  2 01:08:32 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 1.5
+* Clzip now shows the progress of compression at verbosity
+  level 2 (-vv).
+
+---

Old:

  clzip-1.4.tar.lz
  clzip-1.4.tar.lz.sig

New:

  clzip-1.5.tar.lz
  clzip-1.5.tar.lz.sig



Other differences:
--
++ clzip.spec ++
--- /var/tmp/diff_new_pack.6wctn3/_old  2013-10-09 09:42:43.0 +0200
+++ /var/tmp/diff_new_pack.6wctn3/_new  2013-10-09 09:42:43.0 +0200
@@ -1,4 +1,8 @@
 # vim: set sw=4 ts=4 et nu:
+#
+# spec file for package clzip
+#
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2013 Pascal Bleser pascal.ble...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -11,21 +15,27 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:   clzip
-Version:1.4
+Version:1.5
 Release:0
 Summary:Lossless Data Compressor based on LZMA
-URL:http://www.nongnu.org/lzip/clzip.html
-Group:  Productivity/Archiving/Compression
 License:GPL-3.0+
+Group:  Productivity/Archiving/Compression
+Url:http://www.nongnu.org/lzip/clzip.html
 
 #Freecode-URL: http://freecode.com/projects/clzip
 Source:
http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz
 Source2:   
http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig
 Source3:   %name.keyring
-BuildRoot:  %{_tmppath}/build-%{name}-%{version}
-BuildRequires:  gcc lzip make glibc-devel pkgconfig
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc
+BuildRequires:  glibc-devel
+BuildRequires:  lzip
+BuildRequires:  make
+BuildRequires:  pkgconfig
 %if 0%{?suse_version} = 1230
 BuildRequires: gpg-offline
 %endif

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org