rpms/minicomputer/devel minicomputer-linking.patch, NONE, 1.1 minicomputer.spec, 1.5, 1.6

Orcan Ogetbil oget at fedoraproject.org
Sat Feb 13 21:49:05 UTC 2010


Author: oget

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

Modified Files:
	minicomputer.spec 
Added Files:
	minicomputer-linking.patch 
Log Message:
* Sat Feb 13 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.41-2
- Fix DSO linking RHBZ#565097


minicomputer-linking.patch:
 SConstruct |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE minicomputer-linking.patch ---
--- MinicomputerV1.41.old/SConstruct	2010-01-30 12:18:53.000000000 -0500
+++ MinicomputerV1.41/SConstruct	2010-02-13 16:32:00.000000000 -0500
@@ -45,6 +45,9 @@ if not conf.CheckLibWithHeader('asound',
 if not conf.CheckLibWithHeader('pthread', 'pthread.h','c'):
 	print 'Did not find pthread library, exiting!'
 	Exit(1)
+if not conf.CheckLibWithHeader('m', 'math.h','c'):
+	print 'Did not find math library, exiting!'
+	Exit(1)
 env = conf.Finish()
 
 print"-                    checking dependencies for the editor:"


Index: minicomputer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/minicomputer/devel/minicomputer.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- minicomputer.spec	7 Feb 2010 01:13:07 -0000	1.5
+++ minicomputer.spec	13 Feb 2010 21:49:05 -0000	1.6
@@ -1,12 +1,14 @@
 Name:		minicomputer
 Version:	1.41
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Software Synthesizer
 Group:		Applications/Multimedia
 License:	GPLv3+
 URL:		http://minicomputer.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/minicomputer/MinicomputerV%{version}.tar.gz
 Source1:	%{name}.desktop
+# DSO linking fix. Sent upstream by email.
+Patch0:		%{name}-linking.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	alsa-lib-devel
@@ -27,6 +29,7 @@ Jack as realtime audio infrastructure an
 
 %prep
 %setup -q -c -n MinicomputerV%{version}
+%patch0 -p1 -b .linking
 
 # Fix optflags
 # SSE instruction set, which provides improved functionality, is only available in these archs:
@@ -77,6 +80,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.xpm
 
 %changelog
+* Sat Feb 13 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.41-2
+- Fix DSO linking RHBZ#565097
+
 * Sat Feb 06 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.41-1
 - Update to 1.41
 



More information about the scm-commits mailing list