rpms/system-config-soundcard/devel system-config-soundcard-2.0.6-desktop.patch, NONE, 1.1 system-config-soundcard.spec, 1.58, 1.59

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Wed Jul 25 10:31:57 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/system-config-soundcard/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2138

Modified Files:
	system-config-soundcard.spec 
Added Files:
	system-config-soundcard-2.0.6-desktop.patch 
Log Message:
fixed #245875 - desktop file categories

system-config-soundcard-2.0.6-desktop.patch:

--- NEW FILE system-config-soundcard-2.0.6-desktop.patch ---
--- system-config-soundcard-2.0.6/system-config-soundcard.desktop.in.old	2006-01-30 09:47:55.000000000 +0100
+++ system-config-soundcard-2.0.6/system-config-soundcard.desktop.in	2007-07-25 12:24:19.000000000 +0200
@@ -2,7 +2,7 @@
 _Name=Soundcard Detection
 _Comment=Auto-detect and configure soundcard
 Icon=system-config-soundcard.png
-Categories=Application;SystemSetup;
+Categories=System;Settings;
 Exec=/usr/bin/system-config-soundcard
 Type=Application
 StartupNotify=true


Index: system-config-soundcard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-soundcard/devel/system-config-soundcard.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- system-config-soundcard.spec	26 Jun 2007 14:56:06 -0000	1.58
+++ system-config-soundcard.spec	25 Jul 2007 10:31:24 -0000	1.59
@@ -1,7 +1,7 @@
 Summary: A graphical interface for detecting and configuring soundcards
 Name: system-config-soundcard
 Version: 2.0.6
-Release: 7%{dist}
+Release: 8%{dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/soundcard
 License: GPL
 ExclusiveOS: Linux
@@ -13,6 +13,7 @@
 Patch1: system-config-soundcard-2.0.6-update.patch
 Patch2: system-config-soundcard-no-vendor.patch
 Patch3: system-config-soundcard-2.0.6-usb-hack.patch
+Patch4: system-config-soundcard-2.0.6-desktop.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext, intltool
 ExcludeArch: s390 s390x
@@ -39,6 +40,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1 -b .usb
+%patch4 -p1
 
 %build
 make
@@ -88,6 +90,9 @@
 %ghost /root/scsound.log
 
 %changelog
+* Wed Jul 25 2007 Martin Stransky <stransky at redhat.com> - 2.0.6-8
+- fixed #245875 - desktop file categories
+
 * Tue Jun 26 2007 Martin Stransky <stransky at redhat.com> - 2.0.6-7
 - fixed broken URL (#237724)
 




More information about the scm-commits mailing list