rpms/system-config-users/F-7 .cvsignore, 1.47, 1.48 sources, 1.50, 1.51 system-config-users.spec, 1.56, 1.57

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Mon Jul 23 09:01:02 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-users/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14695

Modified Files:
	.cvsignore sources system-config-users.spec 
Log Message:
make "make archive" work with Hg
fix exception syntax, catch only IndexErrors caused by group inconsistencies (#243217)
list users and/or groups found to be inconsistent (#243217)
catch IndexErrors caused by group inconsistencies (#243217)
don't delete preferences toplevel window when closing via window manager (#248686)
barf even less on inconsistent groups (#243217)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/F-7/.cvsignore,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- .cvsignore	2 Jul 2007 08:52:03 -0000	1.47
+++ .cvsignore	23 Jul 2007 09:00:30 -0000	1.48
@@ -1 +1 @@
-system-config-users-1.2.60.tar.bz2
+system-config-users-1.2.61.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/F-7/sources,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- sources	2 Jul 2007 08:52:03 -0000	1.50
+++ sources	23 Jul 2007 09:00:30 -0000	1.51
@@ -1 +1 @@
-6fb09b417e9f4b593fae298947435e8d  system-config-users-1.2.60.tar.bz2
+5e545ec3a0d91a133afbe45313cdf4d8  system-config-users-1.2.61.tar.bz2


Index: system-config-users.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/F-7/system-config-users.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- system-config-users.spec	2 Jul 2007 08:52:03 -0000	1.56
+++ system-config-users.spec	23 Jul 2007 09:00:30 -0000	1.57
@@ -1,6 +1,6 @@
 Summary: A graphical interface for administering users and groups
 Name: system-config-users
-Version: 1.2.60
+Version: 1.2.61
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/users
 License: GPL
@@ -89,6 +89,22 @@
 %attr(0644,root,root) %config (noreplace) /etc/sysconfig/system-config-users
 
 %changelog
+* Mon Jul 23 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.61
+- make "make archive" work with Hg
+
+* Fri Jul 20 2007 Nils Philippsen <nphilipp at redhat.com>
+- fix exception syntax, catch only IndexErrors caused by group inconsistencies
+  (#243217)
+- list users and/or groups found to be inconsistent (#243217)
+
+* Thu Jul 19 2007 Nils Philippsen <nphilipp at redhat.com>
+- catch IndexErrors caused by group inconsistencies (#243217)
+
+* Wed Jul 18 2007 Nils Philippsen <nphilipp at redhat.com>
+- don't delete preferences toplevel window when closing via window manager
+  (#248686)
+- barf even less on inconsistent groups (#243217)
+
 * Thu Jun 28 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.60
 - don't barf on inconsistent groups
 - use integers instead of strings for various user parameters (#226976, patch




More information about the fedora-extras-commits mailing list