rpms/system-config-httpd/F-13 sources, 1.17, 1.18 system-config-httpd.spec, 1.25, 1.26

Phil Knirsch pknirsch at fedoraproject.org
Thu May 20 11:16:00 UTC 2010


Author: pknirsch

Update of /cvs/pkgs/rpms/system-config-httpd/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19397

Modified Files:
	sources system-config-httpd.spec 
Log Message:
- Fixed bug in IP verification for All Addresses selection in IP dialog
- Replacement of the C version of alchemist by a Python only version to avoid segfaults (#528638)
- Several other minor fixes




Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-httpd/F-13/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources	6 Oct 2009 12:12:11 -0000	1.17
+++ sources	20 May 2010 11:16:00 -0000	1.18
@@ -1 +1 @@
-29ed881700cc74faef3fb89449143080  system-config-httpd-1.4.6.tar.gz
+5fcd532d129b2eceeab1e514804b34e8  system-config-httpd-1.5.1.tar.gz


Index: system-config-httpd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-httpd/F-13/system-config-httpd.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- system-config-httpd.spec	6 Oct 2009 12:12:11 -0000	1.25
+++ system-config-httpd.spec	20 May 2010 11:16:00 -0000	1.26
@@ -1,6 +1,6 @@
 Summary: Apache configuration tool
 Name: system-config-httpd
-Version: 1.4.6
+Version: 1.5.1
 Release: 1%{?dist}
 Epoch: 5
 URL: http://www.redhat.com/
@@ -8,10 +8,10 @@ Source0: system-config-httpd-%{version}.
 License: GPLv2+
 Group: Applications/System
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: alchemist-devel, python >= 2.2, python-devel >= 2.2
+BuildRequires: python >= 2.2, python-devel >= 2.2
 BuildRequires: libglade2-devel, gettext, intltool >= 0.17
 BuildArch: noarch
-Requires: python >= 2.2, alchemist, libglade2, pygtk2-libglade, pygtk2
+Requires: python >= 2.2, libglade2, pygtk2-libglade, pygtk2
 Requires: gnome-python2, gnome-python2-canvas, httpd, usermode, libxslt-python
 Obsoletes: apacheconf
 Provides: apacheconf
@@ -74,6 +74,13 @@ fi
 %dir /var/cache/alchemist/apache
 
 %changelog
+* Wed May 19 2010 Phil Knirsch <pknirsch at redhat.com> 1.5.1-1
+- Fixed bug in IP verification for All Addresses selection in IP dialog
+
+* Tue May 18 2010 Phil Knirsch <pknirsch at redhat.com> 1.5.0-1
+- Replacement of the C version of alchemist by a Python only version to avoid segfaults (#528638)
+- Several other minor fixes
+
 * Mon Oct 05 2009 Phil Knirsch <pknirsch at redhat.com> 1.4.6-1
 - Some more translation updates
 - Renamed sr at Latn.po to sr at latin.po (#426593)



More information about the scm-commits mailing list