Hello community,

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

Package is "ladspa-vcf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ladspa-vcf/ladspa-vcf.changes    2014-02-02 
22:19:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa-vcf.new/ladspa-vcf.changes       
2014-03-04 13:39:53.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Mar  3 13:54:41 CET 2014 - [email protected]
+
+- Run spec-cleaner
+- Remove obsoleted autoreq/autoprov tags
+- Patch carried from the original ladspa package:
+  vcf-Makefile.dif
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ladspa-vcf.spec ++++++
--- /var/tmp/diff_new_pack.BRpsKy/_old  2014-03-04 13:39:54.000000000 +0100
+++ /var/tmp/diff_new_pack.BRpsKy/_new  2014-03-04 13:39:54.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ladspa-vcf
 #
-# 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,21 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           ladspa-vcf
-BuildRequires:  gcc
-BuildRequires:  ladspa-devel
+Version:        0.0.5
+Release:        0
 Summary:        LADSPA VCF plugin
 License:        GPL-2.0
 Group:          Productivity/Multimedia/Sound/Utilities
-Version:        0.0.5
-Release:        0
-AutoReq:        on
-Autoprov:       off
-Supplements:    ladspa
 Source:         vcf-%{version}.tar.bz2
 Source1:        README_VCF
 Source2:        COPYING
 Patch1:         vcf-Makefile.dif
+BuildRequires:  gcc
+BuildRequires:  ladspa-devel
+Supplements:    ladspa
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,18 +38,18 @@
 %prep
 %setup -q -n vcf-%{version}
 %patch1
-cp %{S:1} README
-cp %{S:2} .
+cp %{SOURCE1} README
+cp %{SOURCE2} .
 
 %build
 # 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} CFLAGS="$RPM_OPT_FLAGS -fPIC -ggdb"
+make %{?_smp_mflags} CFLAGS="%{optflags} -fPIC -ggdb"
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_libdir}/ladspa
-install -c *.so "$RPM_BUILD_ROOT"%{_libdir}/ladspa
+mkdir -p %{buildroot}%{_libdir}/ladspa
+install -c *.so %{buildroot}%{_libdir}/ladspa
 
 %files
 %defattr(-,root,root)

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

Reply via email to