rpms/php-pear-PHP-CompatInfo/devel php-pear-PHP-CompatInfo.spec, 1.6, 1.7

Remi Collet (remi) fedora-extras-commits at redhat.com
Tue Nov 20 18:19:27 UTC 2007


Author: remi

Update of /cvs/extras/rpms/php-pear-PHP-CompatInfo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12263

Modified Files:
	php-pear-PHP-CompatInfo.spec 
Log Message:
fix BR


Index: php-pear-PHP-CompatInfo.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear-PHP-CompatInfo/devel/php-pear-PHP-CompatInfo.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- php-pear-PHP-CompatInfo.spec	20 Nov 2007 12:56:49 -0000	1.6
+++ php-pear-PHP-CompatInfo.spec	20 Nov 2007 18:18:53 -0000	1.7
@@ -3,7 +3,7 @@
 
 Name:           php-pear-PHP-CompatInfo
 Version:        1.5.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Find out version and extensions required for a piece of code to run
 Summary(fr):    Trouver version et extensions nécessaires à l'exécution d'un code
 
@@ -15,8 +15,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  dos2unix php-pear >= 1:1.4.9-1.2
-Requires:       php-pear(PEAR) >= 1.4.3 php-pear(Console_Getargs) >= 1.3.3 php-pear(Console_Table) >= 1.0.5
+BuildRequires:  php-pear(PEAR) >= 1.5.4
+Requires:       php-pear(PEAR) >= 1.5.4 php-pear(Console_Getargs) >= 1.3.3 php-pear(Console_Table) >= 1.0.5
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Provides:       php-pear(%{pear_name}) = %{version}
@@ -63,9 +63,6 @@
 popd
 # Move documentation
 mv $RPM_BUILD_ROOT%{pear_docdir}/%{pear_name} docdir
-# avoid rpmlint warning "wrong-file-end-of-line-encoding"
-#dos2unix -o docdir/docs/examples/* docdir/tests/*
-ls -al docdir/docs
 
 
 %clean
@@ -93,6 +90,9 @@
 
 
 %changelog
+* Tue Nov 20 2007 Remi Collet <Fedora at FamilleCollet.com> 1.5.1-2
+- fix BR (pear >= 1.5.4)
+
 * Tue Nov 20 2007 Remi Collet <Fedora at FamilleCollet.com> 1.5.1-1
 - upgrade to 1.5.1
 - fix licence + del file




More information about the fedora-extras-commits mailing list