rpms/gnome-media/F-8 gnome-volume-control-add-front-track.patch, NONE, 1.1 gnome-media.spec, 1.112, 1.113

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Wed Oct 17 19:54:25 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gnome-media/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9248

Modified Files:
	gnome-media.spec 
Added Files:
	gnome-volume-control-add-front-track.patch 
Log Message:
* Wed Oct 17 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.1-3
- Show the "Front" track by default (#335121)


gnome-volume-control-add-front-track.patch:

--- NEW FILE gnome-volume-control-add-front-track.patch ---
Index: gst-mixer/src/element.h
===================================================================
--- gst-mixer/src/element.h	(revision 3721)
+++ gst-mixer/src/element.h	(working copy)
@@ -90,6 +90,7 @@
     { "master", FALSE }, \
     { "digital output", FALSE }, \
     { "recording", FALSE }, \
+    { "front", FALSE }, \
     { NULL, FALSE } \
   }
 


Index: gnome-media.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-media/F-8/gnome-media.spec,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- gnome-media.spec	10 Oct 2007 14:54:20 -0000	1.112
+++ gnome-media.spec	17 Oct 2007 19:53:53 -0000	1.113
@@ -12,11 +12,13 @@
 Summary:        GNOME media programs
 Name:           gnome-media
 Version:        2.20.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+ and GFDL+
 Group:          Applications/Multimedia
 Source:         ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.20/gnome-media-%{version}.tar.gz
 Patch0:         gnome-media-2.13.5-hide-help-button.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=335121
+Patch1:         gnome-volume-control-add-front-track.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Obsoletes:      gnome
@@ -75,7 +77,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .hide-help-button
-
+%patch1 -p0 -b .front-track
 %build
 /usr/bin/gst-inspect-0.10 --print-all > /dev/null
 %configure --disable-schemas-install --enable-grecord=no
@@ -188,6 +190,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Oct 17 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.1-3
+- Show the "Front" track by default (#335121)
+
 * Wed Oct 10 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.1-2
 - Install the schema for the mixer properly (#186791)
 




More information about the fedora-extras-commits mailing list