rpms/mediawiki/devel mediawiki.spec,1.33,1.34

athimm athimm at fedoraproject.org
Fri Jul 24 10:37:59 UTC 2009


Author: athimm

Update of /cvs/extras/rpms/mediawiki/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22132

Modified Files:
	mediawiki.spec 
Log Message:
Dependencies from mediawiki need to move to mediawiki-nomath


Index: mediawiki.spec
===================================================================
RCS file: /cvs/extras/rpms/mediawiki/devel/mediawiki.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- mediawiki.spec	13 Jul 2009 20:33:45 -0000	1.33
+++ mediawiki.spec	24 Jul 2009 10:37:59 -0000	1.34
@@ -1,7 +1,7 @@
 Summary: A wiki engine
 Name: mediawiki
 Version: 1.15.1
-Release: 48%{?dist}
+Release: 49%{?dist}
 License: GPLv2+
 Group: Development/Tools
 URL: http://www.mediawiki.org/
@@ -10,11 +10,6 @@ Patch0: mediawiki-1.15.0-commoncode.patc
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 ExcludeArch:    sparc64 s390 s390x
 BuildRequires: ocaml >= 3.06
-# to make sure the "apache" group is created before mediawiki is installed
-Requires(pre): httpd
-Requires: php >= 5, php-xml
-Requires: php-mysql, php-pgsql
-Requires: diffutils, ImageMagick, php-gd
 Requires: mediawiki-nomath = %{version}-%{release}
 Requires: mediawiki-math = %{version}-%{release}
 
@@ -32,6 +27,11 @@ configuration.
 %package nomath
 Summary: mediawiki w/o texvc.
 Group: Development/Tools
+# to make sure the "apache" group is created before mediawiki is installed
+Requires(pre): httpd
+Requires: php >= 5, php-xml
+Requires: php-mysql, php-pgsql
+Requires: diffutils, ImageMagick, php-gd
 
 %description nomath
 This subpackage contains all mediawiki parts except the ones to aid in
@@ -113,6 +113,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jul 23 2009 Axel Thimm <Axel.Thimm at ATrpms.net> - 1.15.1-49
+- All (runtime) dependencies from mediawiki need to move to
+  mediawiki-nomath.
+
 * Mon Jul 13 2009 Axel Thimm <Axel.Thimm at ATrpms.net> - 1.15.1-48
 - Update to 1.15.1 (Fixes XSS vulnerability).
 




More information about the fedora-extras-commits mailing list