Hello community,

here is the log from the commit of package php5-pear-Auth_SASL for 
openSUSE:Factory checked in at 2012-12-05 14:03:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5-pear-Auth_SASL (Old)
 and      /work/SRC/openSUSE:Factory/.php5-pear-Auth_SASL.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php5-pear-Auth_SASL", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/php5-pear-Auth_SASL/php5-pear-Auth_SASL.changes  
2012-01-27 15:23:21.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Auth_SASL.new/php5-pear-Auth_SASL.changes 
    2012-12-05 14:03:04.000000000 +0100
@@ -1,0 +2,13 @@
+Tue Nov 27 07:49:36 UTC 2012 - Ralf Lang <[email protected]>
+
+- need to explicitly include php53-devel to supersede php-macros for SLE11 
builds
+- SLES 11SP2 compatibility
+
+-------------------------------------------------------------------
+Mon Nov 26 15:45:59 UTC 2012 - Ralf Lang <[email protected]>
+
+- version 1.0.6
+  Bug #18856: Authentication warnings because of wrong Auth_SASL::factory 
argument [kguest]
+  Added basic support for any mechanism of the SCRAM family; with thanks to 
Jehan Pagès. [kguest]
+  crammd5 and digestmd5 mechanisms name deprecated in favour of IANA 
registered names 'cram-md5' and 'digest-md5'; with thanks to Jehan Pagès. 
[kguest]
+-------------------------------------------------------------------

Old:
----
  Auth_SASL-1.0.4.tgz

New:
----
  Auth_SASL-1.0.6.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php5-pear-Auth_SASL.spec ++++++
--- /var/tmp/diff_new_pack.cq5sL4/_old  2012-12-05 14:03:05.000000000 +0100
+++ /var/tmp/diff_new_pack.cq5sL4/_new  2012-12-05 14:03:05.000000000 +0100
@@ -22,25 +22,29 @@
 Summary:        Abstraction of various SASL mechanism responses
 License:        BSD-3-Clause
 Group:          Productivity/Networking/Web/Servers
-Version:        1.0.4
+Version:        1.0.6
 Release:        0
 BuildArch:      noarch
 Url:            http://pear.php.net/package/%{pear_name}
 Source:         http://pear.php.net/get/%{pear_name}-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php >= 4.2.0
+%if 0%{?sles_version} == 11
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
+%endif
+BuildRequires:  php-pear >= 1.4.3
 Requires:       php >= 4.2.0
-Requires:       php5-pear
-Provides:       php-pear-%{pear_name} pear-%{pear_name}
+Requires:       php-pear >= 1.4.3
+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 code to generate responses to common SASL mechanisms,
@@ -60,7 +64,9 @@
 %install
 %{__mv} package*.xml %{pear_name}-%{version}
 cd %{pear_name}-%{version}
+which pear
 PHP_PEAR_PHP_BIN="$(which php) -d memory_limit=50m"
+
 %{__pear} -v \
        -d doc_dir=/doc \
        -d bin_dir=%{_bindir} \

++++++ Auth_SASL-1.0.4.tgz -> Auth_SASL-1.0.6.tgz ++++++
++++ 1947 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to