[packages/php-symfony] Revert; it's libxml2 incompatibility that requires php(56)-xml updates. Exclude some php deps.
    arekm 
    arekm at pld-linux.org
       
    Tue Oct 21 13:36:23 CEST 2025
    
    
  
commit 8d4e0d71ba918d0a298e81543b78740e25889259
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Oct 21 13:35:31 2025 +0200
    Revert; it's libxml2 incompatibility that requires php(56)-xml updates.
    Exclude some php deps.
 php-symfony.spec |  6 ++----
 xml.patch        | 24 ------------------------
 2 files changed, 2 insertions(+), 28 deletions(-)
---
diff --git a/php-symfony.spec b/php-symfony.spec
index 3740add..b730cec 100644
--- a/php-symfony.spec
+++ b/php-symfony.spec
@@ -8,7 +8,7 @@ Summary:	Open-source PHP web framework
 Summary(pl.UTF-8):	Szkielet aplikacji WWW w PHP o otwartych źródłach
 Name:		php-%{pkgname}
 Version:	1.4.20
-Release:	6
+Release:	7
 License:	various free licenses (distributable)
 Group:		Development/Languages/PHP
 Source0:	http://www.symfony-project.org/get/symfony-%{version}.tgz
@@ -16,7 +16,6 @@ Source0:	http://www.symfony-project.org/get/symfony-%{version}.tgz
 Patch0:		symfony1.4_php56.patch
 Patch1:         quote.patch
 Patch2:         path.patch
-Patch3:		xml.patch
 URL:		http://symfony.com/legacy
 BuildRequires:	rpmbuild(macros) >= 1.654
 Requires:	Smarty
@@ -28,7 +27,7 @@ Requires:	php-pear-PEAR-core
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_noautoreq_pear Doctrine/.* PHPUnit/.* PHPUnit2/.* phing/.* propel/.* simpletest/.*
+%define		_noautoreq_pear Doctrine/.* PHPUnit/.* PHPUnit2/.* phing/.* propel/.* simpletest/.* creole/.* phpDocumentor/.* PEAR/PackageFileManager.*php PHP/CodeSniffer.php
 
 %description
 Based on the best practices of web development, thoroughly tried on
@@ -69,7 +68,6 @@ takich jak:
 %patch -P0 -p1
 %patch -P1 -p1
 %patch -P2 -p1
-%patch -P3 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
diff --git a/xml.patch b/xml.patch
deleted file mode 100644
index 2b9a723..0000000
--- a/xml.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur symfony-1.4.20.org/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/build.xml symfony-1.4.20/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/build.xml
---- symfony-1.4.20.org/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/build.xml	2010-01-29 15:48:28.000000000 +0100
-+++ symfony-1.4.20/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/build.xml	2025-10-21 10:35:29.563245475 +0200
-@@ -69,7 +69,7 @@
- 	<echo message=" "/>
- 	<echo message="Usage: "/>
- 	<echo message=" "/>
--	<echo message="$> propel-gen /path/to/projectdir [target]"/>
-+	<echo message="    propel-gen /path/to/projectdir [target]"/>
- 	<echo message=" "/>
- 	<echo message="=========================================================="/>	
- 	<fail message="No project directory specified."/>
-diff -ur symfony-1.4.20.org/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/pear/pear-build.xml symfony-1.4.20/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/pear/pear-build.xml
---- symfony-1.4.20.org/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/pear/pear-build.xml	2010-01-29 15:48:28.000000000 +0100
-+++ symfony-1.4.20/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/pear/pear-build.xml	2025-10-21 10:35:56.028255794 +0200
-@@ -40,7 +40,7 @@
- 	<echo message=" "/>
- 	<echo message="Usage: "/>
- 	<echo message=" "/>
--	<echo message="$> propel-gen /path/to/projectdir [target]"/>
-+	<echo message="    propel-gen /path/to/projectdir [target]"/>
- 	<echo message=" "/>
- 	<echo message="====================================================="/>	
- 	<fail message="No project directory specified."/>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-symfony.git/commitdiff/8d4e0d71ba918d0a298e81543b78740e25889259
    
    
More information about the pld-cvs-commit
mailing list