commit php5-pear-Archive_Tar for openSUSE:Factory

2012-12-05 Thread h_root
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.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Archive_Tar.new/php5-pear-Archive_Tar.changes
 2012-12-05 14:02:54.0 +0100
@@ -1,0 +2,21 @@
+Mon Nov 26 15:36:42 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.JiwTX3/_new  2012-12-05 14:02:55.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit php5-pear-Archive_Tar for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Archive_Tar for 
openSUSE:Factory checked in at 2012-01-30 12:27:34

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  
2011-09-23 12:39:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Archive_Tar.new/php5-pear-Archive_Tar.changes
 2012-01-30 12:27:36.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan 17 15:52:51 UTC 2012 - cdenic...@suse.com
+
+- license update: BSD-2-Clause
+  is BSD-2-Clause.
+
+---
+Thu Jan 12 11:30:49 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ php5-pear-Archive_Tar.spec ++
--- /var/tmp/diff_new_pack.eUdFe4/_old  2012-01-30 12:27:37.0 +0100
+++ /var/tmp/diff_new_pack.eUdFe4/_new  2012-01-30 12:27:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Archive_Tar
 #
-# 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,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Archive_Tar
 %define pear_name  Archive_Tar
 %define pear_sname archive_tar
 Summary:Tar file management class
-Version:1.3.7
-Release:1
-License:New BSD License
+License:BSD-2-Clause
 Group:  Productivity/Networking/Web/Servers
+Version:1.3.7
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php = 4
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php = 4
 Requires:   php5-pear

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org