rpms/system-config-services/devel .cvsignore, 1.67, 1.68 sources, 1.80, 1.81 system-config-services.spec, 1.79, 1.80

Nils Philippsen nphilipp at fedoraproject.org
Tue Aug 26 12:02:16 UTC 2008


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-services/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28595

Modified Files:
	.cvsignore sources system-config-services.spec 
Log Message:
version 0.99.22



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/devel/.cvsignore,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- .cvsignore	5 Aug 2008 21:01:44 -0000	1.67
+++ .cvsignore	26 Aug 2008 12:01:46 -0000	1.68
@@ -1 +1 @@
-system-config-services-0.99.21.tar.bz2
+system-config-services-0.99.22.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/devel/sources,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- sources	5 Aug 2008 21:01:44 -0000	1.80
+++ sources	26 Aug 2008 12:01:46 -0000	1.81
@@ -1 +1 @@
-7247af9a284fc6e6eac94da119a452ca  system-config-services-0.99.21.tar.bz2
+8d403dff15eac4da45e83289f0f52d59  system-config-services-0.99.22.tar.bz2


Index: system-config-services.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/devel/system-config-services.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- system-config-services.spec	5 Aug 2008 21:01:44 -0000	1.79
+++ system-config-services.spec	26 Aug 2008 12:01:46 -0000	1.80
@@ -1,10 +1,5 @@
-# workaround %%{with ...} peculiarities
-%if %{undefined python_sitelib}
-%expand %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")
-%endif
-%if %{undefined python_version}
-%expand %define python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")
-%endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
+%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
 
 # Command line configurables
 
@@ -16,7 +11,7 @@
 
 Summary: system-config-services is an initscript and xinetd configuration utility
 Name: system-config-services
-Version: 0.99.21
+Version: 0.99.22
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/services
 # We are upstream, thus the source is only available from within this source
@@ -112,6 +107,47 @@
 %{_mandir}/*/system-config-services.8*
 
 %changelog
+* Tue Aug 26 2008 Nils Philippsen <nphilipp at redhat.com> - 0.99.22-1
+- version 0.99.22
+
+* Tue Aug 26 2008 Nils Philippsen <nphilipp at redhat.com>
+- make services list insensitive until first batch of services has rolled in
+
+* Fri Aug 22 2008 Nils Philippsen <nphilipp at redhat.com>
+- honor X-Fedora-Pidfile directive in LSB header
+- implement default priorities for AsyncCmdQueue objects
+- service gtk events in GUIServicesList.on_services_changed () to avoid hanging
+  GUI on startup
+
+* Thu Aug 21 2008 Nils Philippsen <nphilipp at redhat.com>
+- let GUI wait until herders are ready, then select first service in list
+- remove debugging output
+- when the selected service is deleted, find a suitable alternative to select
+- change PolicyKit actions to org.fedoraproject.config.services.info,
+  org.fedoraproject.config.services.manage
+- when listing services, don't sleep until backend herder is ready
+- handle SVC_HERDER_READY signal with empty service name
+
+* Wed Aug 20 2008 Nils Philippsen <nphilipp at redhat.com>
+- make monitoring of initially stopped services with pidfiles work
+
+* Mon Aug 18 2008 Nils Philippsen <nphilipp at redhat.com>
+- use %global for %%python_sitelib, %%python_version
+
+* Fri Aug 15 2008 Nils Philippsen <nphilipp at redhat.com>
+- remove some cruft
+- DBUS objects get a bus name, not the bus itself when created
+
+* Tue Aug 12 2008 Nils Philippsen <nphilipp at redhat.com>
+- rectify dbus interface name
+
+* Fri Aug 08 2008 Nils Philippsen <nphilipp at redhat.com>
+- use HookableSet for DBusSysVServiceProxy.runlevels
+- set about dialog transient for main window
+
+* Wed Aug 06 2008 Nils Philippsen <nphilipp at redhat.com>
+- don't except KeyboardInterrupt in two places
+
 * Tue Aug 05 2008 Nils Philippsen <nphilipp at redhat.com> - 0.99.21-1
 - get rid of save() methods, save instantly on changes instead
 




More information about the fedora-extras-commits mailing list