Hello community,

here is the log from the commit of package ladspa-vlevel for openSUSE:Factory 
checked in at 2014-03-04 13:40:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ladspa-vlevel (Old)
 and      /work/SRC/openSUSE:Factory/.ladspa-vlevel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ladspa-vlevel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ladspa-vlevel/ladspa-vlevel.changes      
2014-02-28 21:16:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa-vlevel.new/ladspa-vlevel.changes 
2014-03-04 13:40:42.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar  3 13:56:27 CET 2014 - [email protected]
+
+- Run spec-cleaner
+- Remove obsoleted autoreq/autoprov tags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ladspa-vlevel.spec ++++++
--- /var/tmp/diff_new_pack.NNWKbG/_old  2014-03-04 13:40:43.000000000 +0100
+++ /var/tmp/diff_new_pack.NNWKbG/_new  2014-03-04 13:40:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ladspa-vlevel
 #
-# Copyright (c) 2013 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,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           ladspa-vlevel
-BuildRequires:  gcc-c++
-BuildRequires:  ladspa-devel
+Version:        0.5
+Release:        0
 Summary:        LADSPA vlevel plugin
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Utilities
-Version:        0.5
-Release:        0
-AutoReq:        on
-Autoprov:       off
-Supplements:    ladspa
-Source:         vlevel-%{version}.tar.bz2
 Url:            http://vlevel.sourceforge.net/about/
+Source:         vlevel-%{version}.tar.bz2
+BuildRequires:  gcc-c++
+BuildRequires:  ladspa-devel
+Supplements:    ladspa
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,12 +41,12 @@
 # This package failed when testing with -Wl,-as-needed being default.
 # So we disable it here, if you want to retest, just delete this comment and 
the line below.
 export SUSE_ASNEEDED=0
-make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
+make %{?_smp_mflags} CXXFLAGS="%{optflags} -fPIC -ggdb"
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_libdir}/ladspa
-install -c *.so "$RPM_BUILD_ROOT"%{_libdir}/ladspa
-install -D -c -m 755 vlevel-bin $RPM_BUILD_ROOT%{_bindir}/vlevel-bin
+mkdir -p %{buildroot}%{_libdir}/ladspa
+install -c *.so %{buildroot}%{_libdir}/ladspa
+install -D -c -m 755 vlevel-bin %{buildroot}%{_bindir}/vlevel-bin
 
 %files
 %defattr(-,root,root)

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

Reply via email to