rpms/gnome-media/devel icon-names.patch, NONE, 1.1 gnome-media.spec, 1.137, 1.138

Matthias Clasen mclasen at fedoraproject.org
Fri Sep 5 02:16:50 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gnome-media/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23995

Modified Files:
	gnome-media.spec 
Added Files:
	icon-names.patch 
Log Message:
use standard icon names


icon-names.patch:

--- NEW FILE icon-names.patch ---
diff -up gnome-media-2.23.91/gst-mixer/src/track.c.icon-names gnome-media-2.23.91/gst-mixer/src/track.c
--- gnome-media-2.23.91/gst-mixer/src/track.c.icon-names	2008-09-04 22:07:30.000000000 -0400
+++ gnome-media-2.23.91/gst-mixer/src/track.c	2008-09-04 22:07:45.000000000 -0400
@@ -35,7 +35,7 @@ static const struct {
   gchar *label,
 	*pixmap;
 } pix[] = {
-  { "cd",         "media-cdrom"         	},
+  { "cd",         "media-optical"         	},
   { "line",       "gvc-line-in"                 },
   { "mic",        "audio-input-microphone"      },
   { "mix",        "multimedia-volume-control"   },


Index: gnome-media.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-media/devel/gnome-media.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- gnome-media.spec	3 Sep 2008 01:09:06 -0000	1.137
+++ gnome-media.spec	5 Sep 2008 02:16:20 -0000	1.138
@@ -14,11 +14,13 @@
 Summary:        GNOME media programs
 Name:           gnome-media
 Version:        2.23.91
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2+ and GFDL
 Group:          Applications/Multimedia
 Source:         http://download.gnome.org/sources/gnome-media/2.23/gnome-media-%{version}.tar.bz2
 Patch0:         gnome-media-2.13.5-hide-help-button.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=550931
+Patch1:		icon-names.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Obsoletes:      gnome
@@ -79,6 +81,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .hide-help-button
+%patch1 -p1 -b .icon-names
 
 %build
 # try to work around a problem where gst-inspect does 
@@ -201,6 +204,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Thu Sep  4 2008 Matthias Clasen <mclasen at redhat.com>  2.23.91-2
+- Fix a non-standard icon name
+
 * Tue Sep  2 2008 Matthias Clasen <mclasen at redhat.com>  2.23.91-1
 - Update to 2.23.91
 




More information about the fedora-extras-commits mailing list