Hello community, here is the log from the commit of package php5-pear-Net_URL for openSUSE:Factory checked in at 2012-12-07 14:48:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php5-pear-Net_URL (Old) and /work/SRC/openSUSE:Factory/.php5-pear-Net_URL.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php5-pear-Net_URL", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/php5-pear-Net_URL/php5-pear-Net_URL.changes 2011-12-20 10:55:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.php5-pear-Net_URL.new/php5-pear-Net_URL.changes 2012-12-07 14:48:20.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Nov 27 18:44:50 UTC 2012 - Ralf Lang <[email protected]> + +- SLE11 compatible dependency naming + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php5-pear-Net_URL.spec ++++++ --- /var/tmp/diff_new_pack.gtRNJn/_old 2012-12-07 14:48:20.000000000 +0100 +++ /var/tmp/diff_new_pack.gtRNJn/_new 2012-12-07 14:48:20.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package php5-pear-Net_URL # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: php5-pear-Net_URL %define pear_name Net_URL %define pear_sname net_url @@ -28,19 +29,24 @@ Source: %{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: php >= 4.3 +%if 0%{?sles_version} == 11 +BuildRequires: php53-devel +%else BuildRequires: php-macros -BuildRequires: php5-pear +%endif +BuildRequires: php-pear Requires: php >= 4.3 -Requires: php5-pear +Requires: php-pear # -Provides: php-pear-%{pear_name} pear-%{pear_name} +Provides: pear-%{pear_name} +Provides: php-pear-%{pear_name} # Fix for renaming (package convention) -Provides: php5-pear-%{pear_sname} = %{version} -Provides: php-pear-%{pear_sname} = %{version} Provides: pear-%{pear_sname} = %{version} -Obsoletes: php5-pear-%{pear_sname} < %{version} -Obsoletes: php-pear-%{pear_sname} < %{version} +Provides: php-pear-%{pear_sname} = %{version} +Provides: php5-pear-%{pear_sname} = %{version} Obsoletes: pear-%{pear_sname} < %{version} +Obsoletes: php-pear-%{pear_sname} < %{version} +Obsoletes: php5-pear-%{pear_sname} < %{version} %description Provides easy parsing of URLs and their constituent parts. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
