rpms/Miro/devel Miro.spec,1.43,1.44

Alex Lancaster alexlan at fedoraproject.org
Fri Dec 19 03:56:40 UTC 2008


Author: alexlan

Update of /cvs/extras/rpms/Miro/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23646

Modified Files:
	Miro.spec 
Log Message:
* Thu Dec 18 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.2.8-3
- Enable patch for new boost 1.37 for F-11+



Index: Miro.spec
===================================================================
RCS file: /cvs/extras/rpms/Miro/devel/Miro.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- Miro.spec	19 Dec 2008 03:11:13 -0000	1.43
+++ Miro.spec	19 Dec 2008 03:56:09 -0000	1.44
@@ -5,7 +5,7 @@
 
 Name:           Miro
 Version:        1.2.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Miro - Internet TV Player
 Group:          Applications/Multimedia
 License:        GPLv2+
@@ -39,8 +39,10 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-# Enable this once Boost 1.36 enters, post-F10
-#patch3 -p1
+# Enable patch for Boost >= 1.36 (F-11 and later only)
+%if 0%{?fedora} >= 11
+%patch3 -p1
+%endif
 
 %build
 cd platform/gtk-x11 && CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -85,6 +87,9 @@
 
 
 %changelog
+* Thu Dec 18 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.2.8-3
+- Enable patch for new boost 1.37 for F-11+
+
 * Thu Dec 18 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.2.8-2
 - Rebuild against new boost
 




More information about the fedora-extras-commits mailing list