rpms/codeina/devel codeina.spec, 1.5, 1.6 gst-install-plugins-helper.sh, 1.1, 1.2

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Tue Oct 9 17:32:39 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/codeina/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17731

Modified Files:
	codeina.spec gst-install-plugins-helper.sh 
Log Message:
* Tue Oct 09 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.1-3
- Quote each codec details correctly in the gst-install-plugins-helper
  script, thanks to Matthias Clasen for the help



Index: codeina.spec
===================================================================
RCS file: /cvs/pkgs/rpms/codeina/devel/codeina.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- codeina.spec	30 Sep 2007 23:25:40 -0000	1.5
+++ codeina.spec	9 Oct 2007 17:32:07 -0000	1.6
@@ -6,7 +6,7 @@
 
 Name:           codeina
 Version:        0.10.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GStreamer Codec Installation Application
 
 Group:          Applications/Internet
@@ -64,6 +64,10 @@
 %{_datadir}/%{name}/
 
 %changelog
+* Tue Oct 09 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.1-3
+- Quote each codec details correctly in the gst-install-plugins-helper
+  script, thanks to Matthias Clasen for the help
+
 * Mon Oct 01 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.1-2
 - Big patch from myself (fixes from Thomas) to:
 - Show a title to the price column (#299251)


Index: gst-install-plugins-helper.sh
===================================================================
RCS file: /cvs/pkgs/rpms/codeina/devel/gst-install-plugins-helper.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-install-plugins-helper.sh	22 Aug 2007 18:01:49 -0000	1.1
+++ gst-install-plugins-helper.sh	9 Oct 2007 17:32:07 -0000	1.2
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-/usr/bin/codeina $@
+/usr/bin/codeina "$@"
 




More information about the fedora-extras-commits mailing list