Hello community, here is the log from the commit of package bing for openSUSE:Factory checked in at 2012-05-26 09:21:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bing (Old) and /work/SRC/openSUSE:Factory/.bing.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bing", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/bing/bing.changes 2011-10-07 00:46:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bing.new/bing.changes 2012-05-26 09:22:04.000000000 +0200 @@ -1,0 +2,6 @@ +Fri May 25 13:40:45 UTC 2012 - [email protected] + +- run_permissions macro is obsolete: use set_permissions + (bnc#764099) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bing.spec ++++++ --- /var/tmp/diff_new_pack.gNb4xc/_old 2012-05-26 09:22:05.000000000 +0200 +++ /var/tmp/diff_new_pack.gNb4xc/_new 2012-05-26 09:22:05.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package bing # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,15 +16,14 @@ # - Name: bing -License: BSD-3-Clause -Group: Productivity/Networking/Diagnostic PreReq: permissions Url: http://www.freenix.fr/freenix/logiciels/bing.html Summary: A Point-to-Point Bandwidth Measurement Tool +License: BSD-3-Clause +Group: Productivity/Networking/Diagnostic Version: 1.0.5 -Release: 136 +Release: 0 Source: bing-%{version}.tar.bz2 Patch0: bing-%{version}.dif Patch1: %{name}-%{version}-permissions.patch @@ -52,7 +51,11 @@ make install MANDIR=$RPM_BUILD_ROOT/%{_mandir} BINDIR=$RPM_BUILD_ROOT/usr/sbin %post +%if 0%{?suse_version} <= 1130 %run_permissions +%else +%set_permissions /usr/sbin/bing +%endif %verifyscript %verify_permissions -e /usr/sbin/bing -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
