rpms/lash/devel lash-linking.patch,1.1,1.2 lash.spec,1.27,1.28

Orcan Ogetbil oget at fedoraproject.org
Fri Jul 23 19:16:51 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/lash/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25706

Modified Files:
	lash-linking.patch lash.spec 
Log Message:
* Fri Jul 23 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.5.4-11
- More DSO-linking fixes


lash-linking.patch:
 clients/control/Makefile.am |    2 +-
 clients/control/Makefile.in |    2 +-
 clients/panel/Makefile.am   |    2 +-
 clients/panel/Makefile.in   |    2 +-
 clients/synth/Makefile.am   |    2 +-
 clients/synth/Makefile.in   |    2 +-
 lashd/Makefile.am           |    1 +
 lashd/Makefile.in           |    1 +
 8 files changed, 8 insertions(+), 6 deletions(-)

Index: lash-linking.patch
===================================================================
RCS file: /cvs/pkgs/rpms/lash/devel/lash-linking.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lash-linking.patch	10 Feb 2010 08:32:59 -0000	1.1
+++ lash-linking.patch	23 Jul 2010 19:16:50 -0000	1.2
@@ -66,3 +66,25 @@ diff -rupN lash-0.5.4.old/clients/synth/
  
  all: all-am
  
+diff -rupN lash-0.5.4.old/lashd/Makefile.am lash-0.5.4/lashd/Makefile.am
+--- lash-0.5.4.old/lashd/Makefile.am	2006-09-16 16:27:46.000000000 -0400
++++ lash-0.5.4/lashd/Makefile.am	2010-07-23 15:13:59.000000000 -0400
+@@ -32,6 +32,7 @@ lashd_LDADD = \
+ 	$(ALSA_LIBS) \
+ 	$(XML2_LIBS) \
+ 	$(UUID_LIBS) \
++	-lpthread \
+ 	$(top_builddir)/liblash/liblash.la
+ 
+ lashd_CFLAGS = \
+diff -rupN lash-0.5.4.old/lashd/Makefile.in lash-0.5.4/lashd/Makefile.in
+--- lash-0.5.4.old/lashd/Makefile.in	2007-11-14 17:00:10.000000000 -0500
++++ lash-0.5.4/lashd/Makefile.in	2010-07-23 15:14:29.000000000 -0400
+@@ -262,6 +262,7 @@ lashd_LDADD = \
+ 	$(ALSA_LIBS) \
+ 	$(XML2_LIBS) \
+ 	$(UUID_LIBS) \
++	-lpthread \
+ 	$(top_builddir)/liblash/liblash.la
+ 
+ lashd_CFLAGS = \


Index: lash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lash/devel/lash.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- lash.spec	22 Jul 2010 02:04:50 -0000	1.27
+++ lash.spec	23 Jul 2010 19:16:50 -0000	1.28
@@ -3,7 +3,7 @@
 Summary:      LASH Audio Session Handler
 Name:         lash
 Version:      0.5.4
-Release:      10%{?dist}
+Release:      11%{?dist}
 License:      GPLv2+
 Group:        System Environment/Libraries
 URL:          http://www.nongnu.org/lash/
@@ -164,6 +164,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{python_sitearch}/lash.py*
 
 %changelog
+* Fri Jul 23 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.5.4-11
+- More DSO-linking fixes
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.5.4-10
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 



More information about the scm-commits mailing list