rpms/system-config-httpd/F-12 sources, 1.16, 1.17 system-config-httpd.spec, 1.24, 1.25

Phil Knirsch pknirsch at fedoraproject.org
Thu May 20 11:27:32 UTC 2010


Author: pknirsch

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

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-12/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	19 Oct 2009 15:32:09 -0000	1.16
+++ sources	20 May 2010 11:27:31 -0000	1.17
@@ -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-12/system-config-httpd.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- system-config-httpd.spec	19 Oct 2009 15:32:09 -0000	1.24
+++ system-config-httpd.spec	20 May 2010 11:27:32 -0000	1.25
@@ -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