Hello community,

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

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

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/php5-pear-Archive_Tar/php5-pear-Archive_Tar.changes  
    2012-01-30 12:27:36.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Archive_Tar.new/php5-pear-Archive_Tar.changes
 2012-12-05 14:02:54.000000000 +0100
@@ -1,0 +2,21 @@
+Mon Nov 26 15:36:42 UTC 2012 - Ralf Lang <[email protected]>
+
+- version 1.3.10
+  Fix Bug #13361: Unable to add() some files (ex. mp3) [mrook]
+  Fix Bug #19330: Class creates incorrect (non-readable) tar.gz file [mrook]
+- from 1.3.9
+  Fix Bug #16759: No error thrown from missing PHP zlib functions [mrook]
+  Fix Bug #18877: Incorrect handling of backslashes in filenames on Linux 
[mrook]
+  Fix Bug #19085: Error while packaging [mrook]
+  Fix Bug #19289: Invalid tar file generated [mrook]
+
+- from 1.3.8:
+  Fix Bug #17853: Test failure: dirtraversal.phpt [mrook]
+  Fix Bug #18512: dead links are not saved in tar file [mrook]
+  Fix Bug #18702: Unpacks incorrectly on long file names using header prefix 
[mrook]
+  Implement Feature #10145: Patch to return a Pear Error Object on failure 
[mrook]
+  Implement Feature #17491: Option to preserve permissions [mrook]
+  Implement Feature #17813: Prevent PHP notice when extracting corrupted 
archive [mrook]
+
+
+-------------------------------------------------------------------

Old:
----
  Archive_Tar-1.3.7.tgz

New:
----
  Archive_Tar-1.3.10.tgz

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

Other differences:
------------------
++++++ php5-pear-Archive_Tar.spec ++++++
--- /var/tmp/diff_new_pack.JiwTX3/_old  2012-12-05 14:02:55.000000000 +0100
+++ /var/tmp/diff_new_pack.JiwTX3/_new  2012-12-05 14:02:55.000000000 +0100
@@ -22,26 +22,35 @@
 Summary:        Tar file management class
 License:        BSD-2-Clause
 Group:          Productivity/Networking/Web/Servers
-Version:        1.3.7
+Version:        1.3.10
 Release:        0
 BuildArch:      noarch
 Url:            http://pear.php.net/package/%{pear_name}
 Source:         %{pear_name}-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php >= 4
+%if 0%{?sles_version} == 11
+BuildRequires:  php53
+BuildRequires:  php53-devel
+BuildRequires:  php53-pear
+Requires:       php53 >= 4.3.0
+Requires:       php53-pear >= 1.5.4
+%else
+BuildRequires:  php >= 4.3.0
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
-Requires:       php >= 4
-Requires:       php5-pear
+BuildRequires:  php-pear >= 1.5.4
+Requires:       php >= 4.3.0
+Requires:       php-pear >= 1.5.4
+%endif
 #
-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
 This class provides handling of tar files in PHP.

++++++ Archive_Tar-1.3.7.tgz -> Archive_Tar-1.3.10.tgz ++++++
++++ 4916 lines of diff (skipped)

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

Reply via email to