rpms/gnash/OLPC-2 gnash.spec,1.6,1.7

John (J5) Palmieri (johnp) fedora-extras-commits at redhat.com
Mon Jun 18 20:57:21 UTC 2007


Author: johnp

Update of /cvs/extras/rpms/gnash/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12196

Modified Files:
	gnash.spec 
Log Message:
- use --with-extentions=gtk2 instead of --enable-extentions
- fix previous changelog entry's date



Index: gnash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnash/OLPC-2/gnash.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnash.spec	18 Jun 2007 20:03:07 -0000	1.6
+++ gnash.spec	18 Jun 2007 20:56:46 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           gnash
 Version:        0.8.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GNU flash movie player
 
 Group:          Applications/Multimedia
@@ -51,7 +51,7 @@
 %configure --disable-static --with-plugindir=%{_libdir}/mozilla/plugins \
   --enable-sound=GST --enable-renderer=agg \
   --disable-dependency-tracking --disable-rpath \
-  --enable-extensions --disable-klash \
+  --with-extentions=gtk2 --disable-klash \
   --enable-media=GST
 
 make %{?_smp_mflags}
@@ -108,7 +108,11 @@
 %{_libdir}/mozilla/plugins/libgnashplugin.so
 
 %changelog
-* Fri Jun 18 2007 John (J5) Palmieri <johnp at redhat.com> - 0.8.0-1
+* Mon Jun 18 2007 John (J5) Palmieri <johnp at redhat.com> - 0.8.0-2
+- use --with-extentions=gtk2 instead of --enable-extentions
+- fix previous changelog entry's date 
+ 
+* Mon Jun 18 2007 John (J5) Palmieri <johnp at redhat.com> - 0.8.0-1
 - Update to 0.8.0
 - remove kde build
 - build for OLPC




More information about the fedora-extras-commits mailing list