rpms/ladspa/devel .cvsignore, 1.2, 1.3 ladspa.spec, 1.15, 1.16 sources, 1.2, 1.3 ladspa-1.12-gcc41.patch, 1.1, NONE

Michael Schwendt mschwendt at fedoraproject.org
Fri Sep 5 19:36:01 UTC 2008


Author: mschwendt

Update of /cvs/pkgs/rpms/ladspa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20307

Modified Files:
	.cvsignore ladspa.spec sources 
Removed Files:
	ladspa-1.12-gcc41.patch 
Log Message:
* Fri Sep  5 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.13-1
- link with build-id to fix rawhide build
- upgrade to 1.13 (GCC4 build-fix and string fixes) (#449542)
- add -plugindir patch so listplugin and friends will work by default
  (Anthony Green #324741)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ladspa/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:40:09 -0000	1.2
+++ .cvsignore	5 Sep 2008 19:35:30 -0000	1.3
@@ -1 +1 @@
-ladspa_sdk_1.12.tgz
+ladspa_sdk_1.13.tgz


Index: ladspa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ladspa/devel/ladspa.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ladspa.spec	5 Aug 2008 20:00:57 -0000	1.15
+++ ladspa.spec	5 Sep 2008 19:35:30 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           ladspa
-Version:        1.12
-Release:        10%{?dist}
+Version:        1.13
+Release:        1%{?dist}
 
 Summary:        LADSPA SDK, example plug-ins and tools
 
@@ -8,7 +8,7 @@
 License:        LGPLv2+
 URL:            http://www.ladspa.org/
 Source:         http://www.ladspa.org/download/%{name}_sdk_%{version}.tgz
-Patch:          ladspa-1.12-gcc41.patch
+Patch1:         ladspa-1.13-plugindir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl
@@ -38,9 +38,9 @@
 
 %prep
 %setup -q -n ladspa_sdk
-%patch -p1
+%patch1 -p0 -b .plugindir
 # respect RPM_OPT_FLAGS
-perl -pi -e 's/^(CFLAGS.*)-O3(.*)/$1\$\(RPM_OPT_FLAGS\)$2/' src/makefile
+perl -pi -e 's/^(CFLAGS.*)-O3(.*)/$1\$\(RPM_OPT_FLAGS\)$2 -DPLUGINDIR=\$\(PLUGINDIR\)/' src/makefile
 
 # fix links to the header file in the docs
 cd doc
@@ -49,7 +49,7 @@
 
 %build
 cd src
-make targets %{?_smp_mflags}
+PLUGINDIR=\\\"%{_libdir}/ladspa\\\" make targets %{?_smp_mflags} LD="ld --build-id"
 
 #make test
 #make check
@@ -96,6 +96,12 @@
 
 
 %changelog
+* Fri Sep  5 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.13-1
+- link with build-id to fix rawhide build
+- upgrade to 1.13 (GCC4 build-fix and string fixes) (#449542)
+- add -plugindir patch so listplugin and friends will work by default
+  (Anthony Green #324741)
+
 * Tue Aug  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.12-10
 - fix license tag
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ladspa/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:40:09 -0000	1.2
+++ sources	5 Sep 2008 19:35:31 -0000	1.3
@@ -1 +1 @@
-dbd63dd701d80b152943073c84565c14  ladspa_sdk_1.12.tgz
+671be3e1021d0722cadc7fb27054628e  ladspa_sdk_1.13.tgz


--- ladspa-1.12-gcc41.patch DELETED ---




More information about the fedora-extras-commits mailing list