Hello community, here is the log from the commit of package hex for openSUSE:Factory checked in at 2015-02-27 11:03:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hex (Old) and /work/SRC/openSUSE:Factory/.hex.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "hex" Changes: -------- --- /work/SRC/openSUSE:Factory/hex/hex.changes 2011-10-04 18:11:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.hex.new/hex.changes 2015-02-27 11:03:20.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Oct 15 06:01:18 UTC 2014 - jengelh@inai.de + +- Enable parallel build and remove ancient specfile tags and sections + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hex.spec ++++++ --- /var/tmp/diff_new_pack.uDreTu/_old 2015-02-27 11:03:21.000000000 +0100 +++ /var/tmp/diff_new_pack.uDreTu/_new 2015-02-27 11:03:21.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package hex # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,21 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: hex +Version: 1.4 +Release: 0 +Summary: Yet Another Hex Dumper License: BSD-3-Clause Group: Development/Tools/Other -Provides: util-linux:/usr/bin/hex -AutoReqProv: on -Version: 1.4 -Release: 257 Url: http://ibiblio.org/pub/Linux/utils/file/hex/!INDEX.html -Summary: Yet Another Hex Dumper Source: %{name}-%{version}.tar.gz Patch: %{name}-%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build +Provides: util-linux:/usr/bin/hex %description A hex dumper that does CP/M and EBCDIC formatting and has @@ -43,15 +40,12 @@ %build make clean -make CFLAGS="$RPM_OPT_FLAGS -Wall" CC="%{__cc}" +make CFLAGS="$RPM_OPT_FLAGS -Wall" CC="%{__cc}" %{?_smp_mflags} %install mkdir -p "$RPM_BUILD_ROOT"{%{_mandir}/man1,%{_bindir}} make install DESTDIR="$RPM_BUILD_ROOT" MANDIR=%{_mandir} -%clean -rm -rf "$RPM_BUILD_ROOT" - %files %defattr(-,root,root) %doc READ.ME -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org