rpms/rosegarden4/devel rosegarden4.spec,1.15,1.16

Orcan Ogetbil oget at fedoraproject.org
Sat Feb 13 22:13:36 UTC 2010


Author: oget

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

Modified Files:
	rosegarden4.spec 
Log Message:
* Sat Feb 13 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.7.3-6
- Fix DSO linking RHBZ#564747



Index: rosegarden4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rosegarden4/devel/rosegarden4.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- rosegarden4.spec	26 Nov 2009 07:45:19 -0000	1.15
+++ rosegarden4.spec	13 Feb 2010 22:13:36 -0000	1.16
@@ -1,6 +1,6 @@
 Name:      rosegarden4
 Version:   1.7.3
-Release:   5%{?dist}
+Release:   6%{?dist}
 Summary:   MIDI, audio and notation editor
 Group:     Applications/Multimedia
 License:   GPLv2+
@@ -77,6 +77,9 @@ echo "GenericName=Audio and MIDI Sequenc
 # Put quotes around this item, otherwise the script will fail. RHBZ#464046
 sed -i 's|\(`send_dcop wasCancelled`\)|"\1"|' src/helpers/rosegarden-lilypondview
 
+# Fix DSO linking
+sed -i 's|\(kdeui\)|\1 DCOP|' src/CmakeLists.txt
+
 %build
 %cmake . -DCMAKE_CXX_FLAGS="%{optflags}"
 make VERBOSE=1 %{?_smp_mflags}
@@ -164,6 +167,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %doc data/fonts/README
 
 %changelog
+* Sat Feb 13 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.7.3-6
+- Fix DSO linking RHBZ#564747
+
 * Wed Nov 25 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.7.3-5
 - Font subpackages are noarch
 - Rebuild needed (something broke the ABI?)



More information about the scm-commits mailing list