Hello community,

here is the log from the commit of package ladspa for openSUSE:Factory checked 
in at 2012-02-16 14:57:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ladspa (Old)
 and      /work/SRC/openSUSE:Factory/.ladspa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ladspa", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ladspa/ladspa.changes    2011-11-14 
11:56:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa.new/ladspa.changes       2012-02-16 
14:57:38.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Feb 14 07:51:10 UTC 2012 - [email protected]
+
+- remove old %suse_update_config
+
+-------------------------------------------------------------------
+Thu Feb  9 14:20:40 UTC 2012 - [email protected]
+
+- Remove swh-configure-2.65.patch for >12.1
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ladspa-devel.spec ++++++
--- /var/tmp/diff_new_pack.B8Qu2n/_old  2012-02-16 14:57:39.000000000 +0100
+++ /var/tmp/diff_new_pack.B8Qu2n/_new  2012-02-16 14:57:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ladspa-devel
 #
-# 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
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           ladspa-devel
 Summary:        Include Files mandatory for Development
-Version:        1.13
-Release:        6
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
+Version:        1.13
+Release:        0
 Source:         ladspa_sdk_1.13.tar.bz2
 Url:            http://www.ladspa.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -33,12 +31,6 @@
 %description
 This package contains include files to develop LADSPA plugins.
 
-
-
-Authors:
---------
-    Richard Furse <[email protected]>
-
 %prep
 %setup -n ladspa_sdk
 

++++++ ladspa.spec ++++++
--- /var/tmp/diff_new_pack.B8Qu2n/_old  2012-02-16 14:57:39.000000000 +0100
+++ /var/tmp/diff_new_pack.B8Qu2n/_new  2012-02-16 14:57:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ladspa
 #
-# 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
@@ -15,12 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           ladspa
-BuildRequires:  fdupes fftw3-devel flac-devel gcc-c++ ladspa-devel 
libsndfile-devel pkgconfig xorg-x11-util-devel
+BuildRequires:  fdupes
+BuildRequires:  fftw3-devel
+BuildRequires:  flac-devel
+BuildRequires:  gcc-c++
+BuildRequires:  ladspa-devel
+BuildRequires:  libsndfile-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  xorg-x11-util-devel
 %define AMB_version 0.6.1
 %define FIL_version 0.3.0
 %define MCP_version 0.4.0
@@ -38,10 +43,10 @@
 %define vlevel_version 0.5
 %define vocoder_version 0.3
 Summary:        The Linux Audio Developer's Simple Plug-In API
-Version:        1.13
-Release:        9
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Sound/Utilities
+Version:        1.13
+Release:        0
 AutoReq:        on
 Autoprov:       off
 Provides:       ladspa > 1.12.code10.3.1
@@ -120,14 +125,6 @@
 dynamically.  The package contains the LADSPA SDK, the CMT plug-in
 libraries (including Freeverb), and the swh plug-ins.
 
-
-
-Authors:
---------
-    Richard Furse <[email protected]>
-    Jezar at Dreampoint <dreampoint.co.uk>
-    Steve Harris <[email protected]>
-
 %prep
 #
 # More URLs
@@ -154,8 +151,9 @@
 %patch20 -p1
 touch config.rpath
 ./autogen.sh --prefix=%{_prefix}
-%{?suse_update_config:%{suse_update_config -f}}
+%if 0%{?suse_version} <= 1210
 %patch21 -p 1
+%endif
 )
 (cd cmt
 %patch2
@@ -172,7 +170,6 @@
 %patch6
 %patch27
 %patch28
-%{?suse_update_config:%{suse_update_config -f}}
 )
 (cd vcf-%{vcf_version}
 %patch7
@@ -209,98 +206,99 @@
 export SUSE_ASNEEDED=0
 # LADSPA SDK
 cd ladspa_sdk/src
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb" targets
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb" targets
 cd ../..
 # CMT
 cd cmt/src
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fPIC -ggdb" 
targets
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fPIC -ggdb" 
targets
 cd ../..
 # SWH plugins
 cd swh-plugins-%{swh_version}
+autoreconf --install --force
 #./autogen.sh --prefix=%{_prefix} --libdir=%{_libdir}
 CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -DPIC -fno-strict-aliasing" \
 ./configure --prefix=%{_prefix}
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -DPIC 
-fno-strict-aliasing"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -DPIC 
-fno-strict-aliasing"
 cd ..
 # Vocoder
 cd vocoder-%{vocoder_version}
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
 cd ..
 # Alien Wah
 cd alienwah-%{alienwah_version}
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
 cd ..
 # Sooperlooper
 cd sooperlooper-%{sooperlooper_version}
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
 cd ..
 # Blop
 cd blop-%{blop_version}
 autoreconf --install --force
 ./configure --prefix=%{_prefix} \
            --with-ladspa-plugin-dir=%{_libdir}/ladspa
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -DNO_DEBUG -DPIC -fPIC -ggdb"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -DNO_DEBUG -DPIC -fPIC -ggdb"
 cd ..
 # VCF
 cd vcf-%{vcf_version}
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
 cd ..
 # unmatched
 cd unmatched
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
 cd ..
 # matched
 cd matched
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
 cd ..
 # preamp
 cd preamp
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -fno-strict-aliasing" 
\
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -fno-strict-aliasing" \
      CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -fno-strict-aliasing"
 cd ..
 # MCP plugins
 cd MCP-plugins-%{MCP_version}
-make %{?jobs:-j%jobs} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
+make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
 cd ..
 # REV plugins
 cd REV-plugins-%{REV_version}
-make %{?jobs:-j%jobs} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
+make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
 cd ..
 # VCO plugins
 cd VCO-plugins-%{VCO_version}
-make %{?jobs:-j%jobs} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
+make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
 cd ..
 # vlevel
 cd vlevel-%{vlevel_version}
-make %{?jobs:-j%jobs} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
+make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
 cd ..
 # tap-plugins
 cd tap-plugins-%{tap_version}
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -c"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb -c"
 cd ..
 # super-60
 cd super-60
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
 cd ..
 # caps
 cd caps-%{caps_version}
-make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
 cd ..
 # FIL plugins
 cd FIL-plugins-%{FIL_version}
-make %{?jobs:-j%jobs} CXXFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
+make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
 cd ..
 # AMB plugins
 cd AMB-plugins-%{AMB_version}
-make %{?jobs:-j%jobs} CXXFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
+make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
 cd ..
 # pvoc plugins
 cd pvoc-%{pvoc_version}
-make %{?jobs:-j%jobs} OPTS="$RPM_OPT_FLAGS -ggdb -fPIC"
+make %{?_smp_mflags} OPTS="$RPM_OPT_FLAGS -ggdb -fPIC"
 cd ..
 # blepvco
 cd blepvco-%{blepvco_version}
-make %{?jobs:-j%jobs} CPPFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
+make %{?_smp_mflags} CPPFLAGS="$RPM_OPT_FLAGS -ggdb -fPIC"
 cd ..
 
 %install

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to