rpms/usermode/devel .cvsignore, 1.49, 1.50 sources, 1.53, 1.54 usermode.spec, 1.70, 1.71

Miloslav Trmac (mitr) fedora-extras-commits at redhat.com
Mon Jun 11 21:35:37 UTC 2007


Author: mitr

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

Modified Files:
	.cvsignore sources usermode.spec 
Log Message:
* Mon Jun 11 2007 Miloslav Trmač <mitr at redhat.com> - 1.92-1
- Fix userhelper hangs in non-UTF8 locales
  Resolves: #242420
- Clean up menu categories in desktop files



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/usermode/devel/.cvsignore,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- .cvsignore	11 Jun 2007 13:11:09 -0000	1.49
+++ .cvsignore	11 Jun 2007 21:35:02 -0000	1.50
@@ -1 +1 @@
-usermode-1.91.2.tar.bz2
+usermode-1.92.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/usermode/devel/sources,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sources	11 Jun 2007 13:11:09 -0000	1.53
+++ sources	11 Jun 2007 21:35:02 -0000	1.54
@@ -1 +1 @@
-84abb408057912b710bf51aea5bc59ce  usermode-1.91.2.tar.bz2
+6b962175592a2b4668b7251fa18d97f4  usermode-1.92.tar.bz2


Index: usermode.spec
===================================================================
RCS file: /cvs/pkgs/rpms/usermode/devel/usermode.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- usermode.spec	11 Jun 2007 13:11:09 -0000	1.70
+++ usermode.spec	11 Jun 2007 21:35:02 -0000	1.71
@@ -4,7 +4,7 @@
 
 Summary: Tools for certain user account management tasks
 Name: usermode
-Version: 1.91.2
+Version: 1.92
 Release: 1
 License: GPL
 Group: Applications/System
@@ -67,20 +67,15 @@
 done
 
 for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
-  cat >>$RPM_BUILD_ROOT%{_datadir}/applications/$i <<EOF
-NoDisplay=true
-EOF
-  desktop-file-install --vendor redhat --delete-original    \
-    --dir $RPM_BUILD_ROOT%{_datadir}/applications           \
-    --remove-category Application			    \
-    --add-category X-GNOME-PersonalSettings		    \
-    $RPM_BUILD_ROOT%{_datadir}/applications/$i
+  echo 'NoDisplay=true' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
+done
+
+for i in redhat-userinfo.desktop redhat-userpasswd.desktop \
+	redhat-usermount.desktop; do
+	desktop-file-install --vendor redhat --delete-original \
+		--dir $RPM_BUILD_ROOT%{_datadir}/applications \
+		$RPM_BUILD_ROOT%{_datadir}/applications/$i
 done
-  
-desktop-file-install --vendor redhat --delete-original       \
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications              \
-  --remove-category Application				     \
-  $RPM_BUILD_ROOT%{_datadir}/applications/redhat-usermount.desktop
 
 %find_lang %{name}
 
@@ -121,6 +116,11 @@
 %{_datadir}/applications/*
 
 %changelog
+* Mon Jun 11 2007 Miloslav Trmač <mitr at redhat.com> - 1.92-1
+- Fix userhelper hangs in non-UTF8 locales
+  Resolves: #242420
+- Clean up menu categories in desktop files
+
 * Sat Jun  9 2007 Miloslav Trmač <mitr at redhat.com> - 1.91.2-1
 - Show the user we're authenticating as in an i18n-safe way.
   Resolves: #233210




More information about the fedora-extras-commits mailing list