rpms/system-config-httpd/devel .cvsignore, 1.14, 1.15 sources, 1.17, 1.18 system-config-httpd.spec, 1.25, 1.26

Phil Knirsch pknirsch at fedoraproject.org
Wed May 19 08:31:35 UTC 2010


Author: pknirsch

Update of /cvs/pkgs/rpms/system-config-httpd/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22723

Modified Files:
	.cvsignore sources system-config-httpd.spec 
Log Message:
- Replacement of the C version of alchemist by a Python only version to avoid segfaults (#528638)
- Several other minor fixes



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-httpd/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	6 Oct 2009 12:12:11 -0000	1.14
+++ .cvsignore	19 May 2010 08:31:35 -0000	1.15
@@ -1 +1 @@
-system-config-httpd-1.4.6.tar.gz
+system-config-httpd-1.5.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-httpd/devel/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	19 May 2010 08:31:35 -0000	1.18
@@ -1 +1 @@
-29ed881700cc74faef3fb89449143080  system-config-httpd-1.4.6.tar.gz
+ef7e00b1c0528ea4c6888a8a9e4d8f5f  system-config-httpd-1.5.0.tar.gz


Index: system-config-httpd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-httpd/devel/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	19 May 2010 08:31:35 -0000	1.26
@@ -1,6 +1,6 @@
 Summary: Apache configuration tool
 Name: system-config-httpd
-Version: 1.4.6
+Version: 1.5.0
 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,10 @@ fi
 %dir /var/cache/alchemist/apache
 
 %changelog
+* 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