rpms/php-pear-propel_runtime/F-8 php-pear-propel_runtime.spec, 1.2, 1.3

Alexander Kahl (akahl) fedora-extras-commits at redhat.com
Fri Jul 11 08:00:48 UTC 2008


Author: akahl

Update of /cvs/pkgs/rpms/php-pear-propel_runtime/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7068/F-8

Modified Files:
	php-pear-propel_runtime.spec 
Log Message:
* imported changes from correct approved specfile



Index: php-pear-propel_runtime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-pear-propel_runtime/F-8/php-pear-propel_runtime.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-pear-propel_runtime.spec	11 Jul 2008 07:50:38 -0000	1.2
+++ php-pear-propel_runtime.spec	11 Jul 2008 08:00:05 -0000	1.3
@@ -25,14 +25,10 @@
 Requires: php-xml
 Requires: php-pdo
 
-Requires(hint): php-pear-Log
-
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 
 Provides:   php-pear(%{channel}/%{pear_name}) = %{version}
-Obsoletes:  php-pear-propel-runtime
-Obsoletes:  php-pear-propel
 
 %description
 Propel is an Object Relational Mapping (ORM) framework for PHP5.
@@ -71,12 +67,12 @@
 
 %post
 %{__pear} install --nodeps --soft --force --register-only \
-	%{pear_xmldir}/%{pear_name}.xml >/dev/null || :
+  %{pear_xmldir}/%{pear_name}.xml >/dev/null || :
 
 %postun
 if [ $1 -eq 0 ] ; then
-	%{__pear} uninstall --nodeps --ignore-errors --register-only \
-		%{channel}/%{pear_name} >/dev/null || :
+  %{__pear} uninstall --nodeps --ignore-errors --register-only \
+    %{channel}/%{pear_name} >/dev/null || :
 fi
 
 
@@ -97,6 +93,8 @@
 * Fri Jul 11 2008 Alexander Kahl <akahl at iconmobile.com> - 1.3.0-0.2.rc1
 - updated summary
 - untabified
+- dropped Obsoletes
+- dropped php-pear-Log dependency, not really necessary
 
 * Sun Jun  1 2008 Alexander Kahl <akahl at iconmobile.com> - 1.3.0-0.1.rc1
 - update to 1.3.0-rc1




More information about the fedora-extras-commits mailing list