]> git.pld-linux.org Git - packages/php.git/blobdiff - php.spec
- Obsoletes for php-domxml (in last version from php.spec - not to obsolete php4...
[packages/php.git] / php.spec
index 1ec00644368a5afc09e2efaea25b84d8b5f4184f..c804cc3556310020d25b032678243ea5756197d7 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -9,7 +9,7 @@
 #   These extensions BuildRequires proprietary libraries...
 # - deal with modules removed from php and not moved to PECL
 #   (existing only in php4):
-#   db, domxml, hyperwave, java, mcal, overload, qtdom
+#   db, hyperwave, java, mcal, overload, qtdom
 # - enabling sybase+sybase_ct+mssql together causes SEGV beside warnings
 # - mime_magic can't handle new "string/*" entries in magic.mime
 # - make additional headers added by mail patch configurable
@@ -535,7 +535,9 @@ Summary(pl):        Modu
 Group:         Libraries
 Requires(post,preun):  %{name}-common = %{epoch}:%{version}-%{release}
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
-Provides:       php-domxml = %{epoch}:%{version}-%{release}
+# it has some compatibility functions
+Provides:      php-domxml = %{epoch}:%{version}-%{release}
+Obsoletes:     php-domxml <= 3:4.3.8-1
 
 %description dom
 This is a dynamic shared object (DSO) for PHP that will add new DOM
@@ -1348,7 +1350,8 @@ Requires: %{name}-common = %{epoch}:%{version}-%{release}
 Requires:      libxslt >= 1.0.18
 # Maybe it would be nice to add it here?
 #Provides:     php-xslt
-Obsoletes:     php-xslt
+# actually not true, functionality is similar, but API differs
+Obsoletes:     php-xslt <= 3:4.3.8-1
 
 %description xsl
 This is a dynamic shared object (DSO) for PHP that will add new XSL
This page took 0.032061 seconds and 4 git commands to generate.