rpms/system-config-users/devel .cvsignore, 1.48, 1.49 sources, 1.51, 1.52 system-config-users.spec, 1.57, 1.58

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Mon Jul 23 08:56:58 UTC 2007


Author: nphilipp

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

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/devel/.cvsignore,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- .cvsignore	2 Jul 2007 08:49:15 -0000	1.48
+++ .cvsignore	23 Jul 2007 08:56:26 -0000	1.49
@@ -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/devel/sources,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- sources	2 Jul 2007 08:49:15 -0000	1.51
+++ sources	23 Jul 2007 08:56:26 -0000	1.52
@@ -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/devel/system-config-users.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- system-config-users.spec	2 Jul 2007 08:49:15 -0000	1.57
+++ system-config-users.spec	23 Jul 2007 08:56:26 -0000	1.58
@@ -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