From bf450cfe38e76ebd560739243bbe23ac6431fea4d3a89c55c6d77ea8f79528ad Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 22 Oct 2008 21:40:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aubio?expand=0&rev=3 --- aubio.changes | 5 +++++ aubio.spec | 17 +++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/aubio.changes b/aubio.changes index 9e74b89..30876ca 100644 --- a/aubio.changes +++ b/aubio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 22 16:17:02 CEST 2008 - mrueckert@suse.de + +- fix debug_packages_requires define + ------------------------------------------------------------------- Fri Aug 1 17:11:45 CEST 2008 - ro@suse.de diff --git a/aubio.spec b/aubio.spec index 17f95a5..b3d550f 100644 --- a/aubio.spec +++ b/aubio.spec @@ -2,9 +2,16 @@ # spec file for package aubio (Version 0.3.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# 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/ # @@ -19,11 +26,11 @@ License: GPL v2 only Group: System/Libraries AutoReqProv: on Version: 0.3.2 -Release: 3 +Release: 4 Source: %{name}-%{version}.tar.bz2 Url: http://aubio.org BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define debug_package_requires libaubio2 = %{version} +%define debug_package_requires libaubio2 = %{version}-%{release} %description Aubio is a library for real time audio labelling. Its features include @@ -123,6 +130,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/sounds/aubio %changelog +* Wed Oct 22 2008 mrueckert@suse.de +- fix debug_packages_requires define * Fri Aug 01 2008 ro@suse.de - fix requires for debuginfo package * Wed Jul 16 2008 tiwai@suse.de