DISTFILES: php-pear-PEAR_PackageFileManager2: PEAR_PackageFileManager2-1.0.4.tgz

2019-02-28 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/PEAR_PackageFileManager2-1.0.4.tgz
44c6efe61fc3465641d98591d57c60a3  PEAR_PackageFileManager2-1.0.4.tgz
Size: 43365 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-PEAR_PackageFileManager_Plugins: PEAR_PackageFileManager_Plugins-1.0.4.tgz

2019-02-28 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/PEAR_PackageFileManager_Plugins-1.0.4.tgz
1446670a449361244b29d097ea986db3  
PEAR_PackageFileManager_Plugins-1.0.4.tgz
Size: 20967 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/phpcs] - updated to 3.4.0

2019-02-28 Thread adamg
commit 4e2d7fc4017f3fee7030b6ece2b7ec9cfb4c
Author: Adam Gołębiowski 
Date:   Thu Feb 28 11:35:02 2019 +0100

- updated to 3.4.0

 case-sensitive.patch | 11 ---
 peardeps.patch   | 28 
 phpcs.spec   | 15 ---
 3 files changed, 4 insertions(+), 50 deletions(-)
---
diff --git a/phpcs.spec b/phpcs.spec
index 24ae873..747e856 100644
--- a/phpcs.spec
+++ b/phpcs.spec
@@ -3,19 +3,17 @@
 # $ phpcs --config-set default_standard PEAR
 # PHP Warning:  
file_put_contents(/usr/share/pear/data/PHP_CodeSniffer/CodeSniffer.conf): 
failed to open stream: Permission denied in /usr/share/pear/PHP/CodeSniffer.php 
on line 1532
 %definepearnamePHP_CodeSniffer
-%definephp_min_version 5.2.1
+%definephp_min_version 5.4.0
 %include   /usr/lib/rpm/macros.php
 Summary:   PHP_CodeSniffer tokenises PHP code and detects violations of a 
defined set of coding standards
 Summary(pl.UTF-8): PHP_CodeSniffer analizuje kod PHP pod kątem naruszeń 
zdefiniowanych standardów kodowania
 Name:  phpcs
-Version:   2.9.1
+Version:   3.4.0
 Release:   1
 License:   BSD License
 Group: Development/Languages/PHP
 Source0:   https://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: 50855c5c3bbe01b0180438f50f617064
-Patch0:case-sensitive.patch
-Patch1:peardeps.patch
+# Source0-md5: daedf0015977e8d398f381bb2e05ae6b
 URL:   https://github.com/squizlabs/PHP_CodeSniffer
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -53,10 +51,6 @@ przez programistów pewnych częstych błędów semantycznych.
 
 %prep
 %pear_package_setup
-%patch0 -p1
-%patch1 -p1
-
-mv .%{_bindir}/scripts .
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -70,10 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc install.log scripts
+%doc install.log
 %{php_pear_dir}/.registry/*.reg
 %attr(755,root,root) %{_bindir}/phpcs
 %attr(755,root,root) %{_bindir}/phpcbf
 %{php_pear_dir}/PHP/CodeSniffer
-%{php_pear_dir}/PHP/CodeSniffer.php
 %{php_pear_dir}/data/PHP_CodeSniffer
diff --git a/case-sensitive.patch b/case-sensitive.patch
deleted file mode 100644
index 967a479..000
--- a/case-sensitive.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 PHP_CodeSniffer-2.0.0/usr/share/pear/PHP/CodeSniffer.php~  2014-12-18 
15:30:31.0 +0200
-+++ PHP_CodeSniffer-2.0.0/usr/share/pear/PHP/CodeSniffer.php   2014-12-18 
15:31:17.858092309 +0200
-@@ -1559,7 +1559,7 @@
- $testPath = $path;
- }
- 
--$pattern = '`'.$pattern.'`i';
-+$pattern = '`'.$pattern.'`';
- if (preg_match($pattern, $testPath) === 1) {
- return true;
- }
diff --git a/peardeps.patch b/peardeps.patch
deleted file mode 100644
index 9ed0496..000
--- a/peardeps.patch
+++ /dev/null
@@ -1,28 +0,0 @@
 PHP_CodeSniffer-2.0.0/usr/share/pear/PHP/CodeSniffer/CLI.php~  
2014-12-18 15:33:47.0 +0200
-+++ PHP_CodeSniffer-2.0.0/usr/share/pear/PHP/CodeSniffer/CLI.php   
2014-12-18 15:35:53.698306987 +0200
-@@ -80,11 +80,7 @@
- define('PHP_CODESNIFFER_CBF', false);
- }
- 
--if (is_file(dirname(__FILE__).'/../CodeSniffer/Reporting.php') === 
true) {
--include_once dirname(__FILE__).'/../CodeSniffer/Reporting.php';
--} else {
--include_once 'PHP/CodeSniffer/Reporting.php';
--}
-+include_once 'PHP/CodeSniffer/Reporting.php';
- 
- PHP_CodeSniffer_Reporting::startTiming();
- $this->checkRequirements();
-@@ -105,11 +105,7 @@
- define('PHP_CODESNIFFER_CBF', true);
- }
- 
--if (is_file(dirname(__FILE__).'/../CodeSniffer/Reporting.php') === 
true) {
--include_once dirname(__FILE__).'/../CodeSniffer/Reporting.php';
--} else {
--include_once 'PHP/CodeSniffer/Reporting.php';
--}
-+include_once 'PHP/CodeSniffer/Reporting.php';
- 
- PHP_CodeSniffer_Reporting::startTiming();
- $this->checkRequirements();


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/phpcs.git/commitdiff/4e2d7fc4017f3fee7030b6ece2b7ec9cfb4c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: phpcs: PHP_CodeSniffer-3.4.0.tgz

2019-02-28 Thread adamg
Request by: adamg


Files fetched: 1

STORED: https://pear.php.net/get/PHP_CodeSniffer-3.4.0.tgz
daedf0015977e8d398f381bb2e05ae6b  PHP_CodeSniffer-3.4.0.tgz
Size: 618644 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-PEAR_PackageFileManager_Plugins] - updated to 1.0.4

2019-02-28 Thread adamg
commit 6caf93f359a343de8c02ed74645f5a4a834ecf6d
Author: Adam Gołębiowski 
Date:   Thu Feb 28 11:16:23 2019 +0100

- updated to 1.0.4

 php-pear-PEAR_PackageFileManager_Plugins.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-PEAR_PackageFileManager_Plugins.spec 
b/php-pear-PEAR_PackageFileManager_Plugins.spec
index 8dde594..a1896b0 100644
--- a/php-pear-PEAR_PackageFileManager_Plugins.spec
+++ b/php-pear-PEAR_PackageFileManager_Plugins.spec
@@ -3,12 +3,12 @@
 %include   /usr/lib/rpm/macros.php
 Summary:   Plugins for PEAR_PackageFileManager to pick up what files to use
 Name:  php-pear-%{_pearname}
-Version:   1.0.2
+Version:   1.0.4
 Release:   1
 License:   New BSD License
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 0bb8d0ad9692f7e8a3c5a4d581df1fe9
+# Source0-md5: 1446670a449361244b29d097ea986db3
 URL:   http://pear.php.net/package/PEAR_PackageFileManager_Plugins/
 BuildRequires: php-packagexml2cl
 BuildRequires: php-pear-PEAR


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-PEAR_PackageFileManager_Plugins.git/commitdiff/6caf93f359a343de8c02ed74645f5a4a834ecf6d

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: wireshark: wireshark-2.6.7.tar.xz

2019-02-28 Thread adamg
Request by: adamg


Files fetched: 1

STORED: https://www.wireshark.org/download/src/wireshark-2.6.7.tar.xz
6d0545309cace70e51fa3a966fbc  wireshark-2.6.7.tar.xz
Size: 28420060 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/wireshark] - updated to 2.6.7 (solves CVE-2019-9209, CVE-2019-9208, wnpa-sec-2019-08) 2.6.6 solves: CVE-2019-

2019-02-28 Thread adamg
commit dd8602c584dec5a3628d57eb47a985ed2fd98617
Author: Adam Gołębiowski 
Date:   Thu Feb 28 11:14:22 2019 +0100

- updated to 2.6.7 (solves CVE-2019-9209, CVE-2019-9208, wnpa-sec-2019-08)
  2.6.6 solves: CVE-2019-5716, CVE-2019-5717, CVE-2019-5718, CVE-2019-5719

 wireshark.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wireshark.spec b/wireshark.spec
index 97df2bb..87f6cfa 100644
--- a/wireshark.spec
+++ b/wireshark.spec
@@ -22,12 +22,12 @@ Summary(pt_BR.UTF-8):   Analisador de tráfego de rede
 Summary(ru.UTF-8): Анализатор сетевого траффика
 Summary(uk.UTF-8): Аналізатор мережевого трафіку
 Name:  wireshark
-Version:   2.6.5
+Version:   2.6.7
 Release:   1
 License:   GPL v2+
 Group: Networking/Utilities
 Source0:   https://www.wireshark.org/download/src/%{name}-%{version}.tar.xz
-# Source0-md5: e25257d5969705f2a18cae627ed42d80
+# Source0-md5: 6d0545309cace70e51fa3a966fbc
 Patch0:%{name}-Werror.patch
 Patch1:%{name}-ac.patch
 Patch2:%{name}-desktop.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wireshark.git/commitdiff/dd8602c584dec5a3628d57eb47a985ed2fd98617

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-PHP_Fork: PHP_Fork-0.4.0.tgz

2019-02-28 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/PHP_Fork-0.4.0.tgz
b3bcc3e56d429f7810af28e74b5c3280  PHP_Fork-0.4.0.tgz
Size: 13119 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-PHP_Fork] - updated to 0.4.0

2019-02-28 Thread adamg
commit e9b0d1e389adde055e20cd33935797aa970aaf53
Author: Adam Gołębiowski 
Date:   Thu Feb 28 11:14:12 2019 +0100

- updated to 0.4.0

 php-pear-PHP_Fork.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-PHP_Fork.spec b/php-pear-PHP_Fork.spec
index cb46c83..c966e87 100644
--- a/php-pear-PHP_Fork.spec
+++ b/php-pear-PHP_Fork.spec
@@ -4,12 +4,12 @@
 Summary:   %{_pearname} - Wrapper for pcntl_fork() with Java-like API
 Summary(pl.UTF-8): %{_pearname} - Wrapper dla pcntl_fork() z API zbliżonym 
do Javy
 Name:  php-pear-%{_pearname}
-Version:   0.3.2
-Release:   2
+Version:   0.4.0
+Release:   1
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: fe0abe4e78a2700b74b263960ab28c46
+# Source0-md5: b3bcc3e56d429f7810af28e74b5c3280
 URL:   http://pear.php.net/package/PHP_Fork/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-PHP_Fork.git/commitdiff/e9b0d1e389adde055e20cd33935797aa970aaf53

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Pager: Pager-2.5.1.tgz

2019-02-28 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Pager-2.5.1.tgz
ceb5033548fe0520773bfe6f22e24886  Pager-2.5.1.tgz
Size: 36596 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Pager] - updated to 2.5.1

2019-02-28 Thread adamg
commit fe4049d69d4c6aca8dff5298efca3d16c008ad70
Author: Adam Gołębiowski 
Date:   Thu Feb 28 11:12:47 2019 +0100

- updated to 2.5.1

 php-pear-Pager.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-Pager.spec b/php-pear-Pager.spec
index 626ff20..7b21772 100644
--- a/php-pear-Pager.spec
+++ b/php-pear-Pager.spec
@@ -4,12 +4,12 @@
 Summary:   %{pearname} - generic data paging class
 Summary(pl.UTF-8): %{pearname} - podstawowa klasa do dzielenia na strony
 Name:  php-pear-%{pearname}
-Version:   2.4.9
+Version:   2.5.1
 Release:   1
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: 394dcb02467e8000ad023fb0c00a85e3
+# Source0-md5: ceb5033548fe0520773bfe6f22e24886
 URL:   http://pear.php.net/package/Pager/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Pager.git/commitdiff/fe4049d69d4c6aca8dff5298efca3d16c008ad70

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Payment_DTA: Payment_DTA-1.4.3.tgz

2019-02-28 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Payment_DTA-1.4.3.tgz
dc59de1c58003207a0139997f0b83cc5  Payment_DTA-1.4.3.tgz
Size: 49811 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Payment_DTA] - updated to 1.4.3

2019-02-28 Thread adamg
commit ba6afe0ecb001dddf27a5bd773816cc992de4a0d
Author: Adam Gołębiowski 
Date:   Thu Feb 28 11:11:41 2019 +0100

- updated to 1.4.3

 php-pear-Payment_DTA.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-Payment_DTA.spec b/php-pear-Payment_DTA.spec
index 8e61b5e..b21ff98 100644
--- a/php-pear-Payment_DTA.spec
+++ b/php-pear-Payment_DTA.spec
@@ -7,12 +7,12 @@
 Summary:   %{_pearname} - creates DTA files containing money transactions 
(Germany)
 Summary(pl.UTF-8): %{_pearname} - tworzenie plików DTA zawierających 
transfery pieniężne (Niemcy)
 Name:  php-pear-%{_pearname}
-Version:   1.3.0
+Version:   1.4.3
 Release:   1
 License:   BSD style
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: d0e6058c738ad89934dd486753c92fbd
+# Source0-md5: dc59de1c58003207a0139997f0b83cc5
 URL:   http://pear.php.net/package/Payment_DTA/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -52,3 +52,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/%{_pearname}/docs/*
 %{php_pear_dir}/.registry/*.reg
 %{php_pear_dir}/%{_class}/*.php
+%{php_pear_dir}/data/Payment_DTA


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Payment_DTA.git/commitdiff/ba6afe0ecb001dddf27a5bd773816cc992de4a0d

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Payment_Process2: Payment_Process2-0.3.1.tgz

2019-02-28 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Payment_Process2-0.3.1.tgz
6dacc74ee670d5608509472ddf89af7e  Payment_Process2-0.3.1.tgz
Size: 54903 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Payment_Process2] - updated to 0.3.1

2019-02-28 Thread adamg
commit db75c9b827c9fbc6707e732f6aeb66fcf722580a
Author: Adam Gołębiowski 
Date:   Thu Feb 28 11:10:17 2019 +0100

- updated to 0.3.1

 php-pear-Payment_Process2.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-Payment_Process2.spec b/php-pear-Payment_Process2.spec
index 9efa527..b2e486e 100644
--- a/php-pear-Payment_Process2.spec
+++ b/php-pear-Payment_Process2.spec
@@ -7,12 +7,12 @@
 Summary:   %{_pearname} - A PHP5 Payment process API
 #Summary(pl.UTF-8):%{_pearname} - 
 Name:  php-pear-%{_pearname}
-Version:   0.1.0
+Version:   0.3.1
 Release:   1
 License:   BSD Style
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 75eb004a512eb2301cfe63e9ec0a51e4
+# Source0-md5: 6dacc74ee670d5608509472ddf89af7e
 URL:   http://pear.php.net/package/Payment_Process2/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -48,3 +48,4 @@ rm -rf $RPM_BUILD_ROOT
 %{php_pear_dir}/.registry/*.reg
 %{php_pear_dir}/Payment/Process2.php
 %{php_pear_dir}/Payment/Process2
+%{php_pear_dir}/data/Payment_Process2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Payment_Process2.git/commitdiff/db75c9b827c9fbc6707e732f6aeb66fcf722580a

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-SOAP: SOAP-0.14.0.tgz

2019-02-28 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/SOAP-0.14.0.tgz
f559b8602147d6abbb28e11b4484844a  SOAP-0.14.0.tgz
Size: 86450 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-SOAP] - updated to 0.14.0

2019-02-28 Thread adamg
commit 158f1bdb7ab7d2f97ebca0847a0d63b0d63a06fc
Author: Adam Gołębiowski 
Date:   Thu Feb 28 11:08:35 2019 +0100

- updated to 0.14.0

 php-pear-SOAP.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/php-pear-SOAP.spec b/php-pear-SOAP.spec
index 324d42e..ee19ade 100644
--- a/php-pear-SOAP.spec
+++ b/php-pear-SOAP.spec
@@ -4,12 +4,12 @@
 Summary:   %{pearname} - Client/Server for PHP
 Summary(pl.UTF-8): %{pearname} - klient/serwer dla PHP
 Name:  php-pear-%{pearname}
-Version:   0.13.0
-Release:   2
+Version:   0.14.0
+Release:   1
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: 117f22c06e5f749c14af7b44174f8bfc
+# Source0-md5: f559b8602147d6abbb28e11b4484844a
 URL:   http://pear.php.net/package/SOAP/
 BuildRequires: php-pear-PEAR >= 1:1.5.4
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -62,7 +62,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc install.log optional-packages.txt
+%doc install.log 
 %{php_pear_dir}/.registry/*.reg
 %dir %{php_pear_dir}/SOAP
 %dir %{php_pear_dir}/SOAP/Transport


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-SOAP.git/commitdiff/158f1bdb7ab7d2f97ebca0847a0d63b0d63a06fc

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-SQL_Parser: SQL_Parser-0.7.0.tgz

2019-02-28 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/SQL_Parser-0.7.0.tgz
de71135d2148008ac5f1cbc29b00be57  SQL_Parser-0.7.0.tgz
Size: 26880 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-SQL_Parser] - updated to 0.7.0

2019-02-28 Thread adamg
commit abe3812d0a0d5a54298fb0ad9bca6302d3fa700b
Author: Adam Gołębiowski 
Date:   Thu Feb 28 11:06:30 2019 +0100

- updated to 0.7.0

 php-pear-SQL_Parser.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-SQL_Parser.spec b/php-pear-SQL_Parser.spec
index ec1b1e4..6cdef89 100644
--- a/php-pear-SQL_Parser.spec
+++ b/php-pear-SQL_Parser.spec
@@ -4,12 +4,12 @@
 Summary:   %{pearname} - an SQL Parser
 Summary(pl.UTF-8): %{pearname} - parser SQL-a
 Name:  php-pear-%{pearname}
-Version:   0.6.0
-Release:   4
+Version:   0.7.0
+Release:   1
 License:   LGPL
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: 9ca052adc0c79f5df83b23c5786f5757
+# Source0-md5: de71135d2148008ac5f1cbc29b00be57
 Patch0:no-pure-ctype.patch
 URL:   http://pear.php.net/package/SQL_Parser/
 BuildRequires: php-pear-PEAR


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-SQL_Parser.git/commitdiff/abe3812d0a0d5a54298fb0ad9bca6302d3fa700b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: pylint: pylint-2.3.0.tar.gz

2019-02-28 Thread adamg
Request by: adamg


Files fetched: 1

STORED: https://github.com/PyCQA/pylint/archive/pylint-2.3.0.tar.gz
a52abca94a284ee82be7a0bad55330bc  pylint-2.3.0.tar.gz
Size: 607457 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/pylint] - updated to 2.3.0

2019-02-28 Thread adamg
commit 0f8320e39c8fe91100711fbc972d20d4a3acd79e
Author: Adam Gołębiowski 
Date:   Thu Feb 28 11:04:42 2019 +0100

- updated to 2.3.0

 pylint.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pylint.spec b/pylint.spec
index 5f47235..f467d96 100644
--- a/pylint.spec
+++ b/pylint.spec
@@ -9,13 +9,13 @@
 Summary:   Python 2 tool that checks if a module satisfy a coding standard
 Summary(pl.UTF-8): Narzędzie Pythona 2 sprawdzające zgodność modułu ze 
standardem kodowania
 Name:  pylint
-Version:   2.2.2
+Version:   2.3.0
 Release:   1
 License:   GPL v2+
 Group: Development/Languages/Python
 #Source0Download: https://pypi.python.org/pypi/pylint
 Source0:   
https://github.com/PyCQA/pylint/archive/%{name}-%{version}.tar.gz
-# Source0-md5: d402bab7c1ba32e46d7b252bc97140de
+# Source0-md5: a52abca94a284ee82be7a0bad55330bc
 URL:   http://www.pylint.org/
 %if %{with python2}
 BuildRequires: python-astroid >= 1.5.3


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pylint.git/commitdiff/0f8320e39c8fe91100711fbc972d20d4a3acd79e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/openssh] - release 3, rebuild against openssl-1.1.1b

2019-02-27 Thread adamg
commit 863dad137eabe22a157edccdf54f39e4da7d5a57
Author: Adam Gołębiowski 
Date:   Wed Feb 27 09:20:03 2019 +0100

- release 3, rebuild against openssl-1.1.1b

 openssh.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openssh.spec b/openssh.spec
index 66581ab..049e8c0 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -36,7 +36,7 @@ Summary(ru.UTF-8):OpenSSH - свободная реализация прото
 Summary(uk.UTF-8): OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:  openssh
 Version:   7.9p1
-Release:   2
+Release:   3
 Epoch: 2
 License:   BSD
 Group: Applications/Networking


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/863dad137eabe22a157edccdf54f39e4da7d5a57

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Services_Amazon_S3] - updated to 0.4.0

2019-02-26 Thread adamg
commit 25f928eac577aa2b4674fe35de8d7a1fc82f03ab
Author: Adam Gołębiowski 
Date:   Wed Feb 27 08:17:40 2019 +0100

- updated to 0.4.0

 php-pear-Services_Amazon_S3.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-Services_Amazon_S3.spec b/php-pear-Services_Amazon_S3.spec
index d746067..0b83789 100644
--- a/php-pear-Services_Amazon_S3.spec
+++ b/php-pear-Services_Amazon_S3.spec
@@ -8,12 +8,12 @@
 Summary:   %{_pearname} - PHP interface to Amazon S3's API
 Summary(pl.UTF-8): %{_pearname} - interfejs PHP do API Amazon S3
 Name:  php-pear-%{_pearname}
-Version:   0.1.0
-Release:   2
+Version:   0.4.0
+Release:   1
 License:   New BSD License
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 9d98696b3bf3155f8e0fa351dbf984c2
+# Source0-md5: dd748d0d2466d1ce5b78a5d50a47c80c
 URL:   http://pear.php.net/package/Services_Amazon_S3/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Services_Amazon_S3.git/commitdiff/25f928eac577aa2b4674fe35de8d7a1fc82f03ab

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Spreadsheet_Excel_Writer] - obsolete

2019-02-26 Thread adamg
commit d43954f3a7e3e113b79fa280c48200e24a277109
Author: Adam Gołębiowski 
Date:   Wed Feb 27 08:16:14 2019 +0100

- obsolete

 php-pear-Spreadsheet_Excel_Writer-git.patch | 46 -
 1 file changed, 46 deletions(-)
---
diff --git a/php-pear-Spreadsheet_Excel_Writer-git.patch 
b/php-pear-Spreadsheet_Excel_Writer-git.patch
deleted file mode 100644
index 93dd608..000
--- a/php-pear-Spreadsheet_Excel_Writer-git.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-diff -urN 
Spreadsheet_Excel_Writer-0.9.3.org/Spreadsheet/Excel/Writer/Worksheet.php 
Spreadsheet_Excel_Writer-0.9.3/Spreadsheet/Excel/Writer/Worksheet.php
 Spreadsheet_Excel_Writer-0.9.3.org/Spreadsheet/Excel/Writer/Worksheet.php  
2012-01-26 03:12:56.0 +0100
-+++ Spreadsheet_Excel_Writer-0.9.3/Spreadsheet/Excel/Writer/Worksheet.php  
2014-06-18 10:55:21.0 +0200
-@@ -1629,20 +1629,25 @@
- */
- function writeStringBIFF8($row, $col, $str, $format = null)
- {
-+// If the string is Unicode and contains any "surrogate pairs" then 
using mb_strlen($str, 'UTF-16LE')
-+// as the string length will cause a "found unreadable content" error 
when opening the worksheet in Excel
-+// (apparently the length is expected to be the number of 16-bit code 
points, not the number of characters).
-+// Instead, always use the byte length divided by two for Unicode 
strings, and if mb_strlen() exists use
-+// mb_strlen($str, '8bit') just in case mbstring.func_overload is set 
to overload strlen().
- if ($this->_input_encoding == 'UTF-16LE')
- {
--$strlen = function_exists('mb_strlen') ? mb_strlen($str, 
'UTF-16LE') : (strlen($str) / 2);
-+$strlen = (function_exists('mb_strlen') ? mb_strlen($str, '8bit') 
: strlen($str)) / 2;
- $encoding  = 0x1;
- }
- elseif ($this->_input_encoding != '')
- {
- $str = iconv($this->_input_encoding, 'UTF-16LE', $str);
--$strlen = function_exists('mb_strlen') ? mb_strlen($str, 
'UTF-16LE') : (strlen($str) / 2);
-+$strlen = (function_exists('mb_strlen') ? mb_strlen($str, '8bit') 
: strlen($str)) / 2;
- $encoding  = 0x1;
- }
- else
- {
--$strlen= strlen($str);
-+$strlen= function_exists('mb_strlen') ? mb_strlen($str, 
'8bit') : strlen($str);
- $encoding  = 0x0;
- }
- $record= 0x00FD;   // Record identifier
-@@ -2484,10 +2489,10 @@
- $length   = 2 + count($ranges) * 8; 
- $header   = pack('vv', $record, $length);
- $data = pack('v',  count($ranges));
--foreach($ranges as $range) 
-+foreach ($ranges as $range) 
-   $data .= pack('', $range[0], $range[2], $range[1], 
$range[3]);
--$string=$header.$data;
--$this->_append(&$string, true);
-+$string = $header.$data;
-+$this->_append($string, true);
-   }
- }
- 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Spreadsheet_Excel_Writer.git/commitdiff/d43954f3a7e3e113b79fa280c48200e24a277109

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Services_Amazon_S3: Services_Amazon_S3-0.4.0.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Services_Amazon_S3-0.4.0.tgz
dd748d0d2466d1ce5b78a5d50a47c80c  Services_Amazon_S3-0.4.0.tgz
Size: 32397 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Services_Twitter: Services_Twitter-0.7.0.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Services_Twitter-0.7.0.tgz
fa3a95dda3c4143360c92e5ac4cd9a66  Services_Twitter-0.7.0.tgz
Size: 60645 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Services_Twitter] - updated to 0.7.0

2019-02-26 Thread adamg
commit afffdb94e81dcfecd6cfbd246e283364fc487665
Author: Adam Gołębiowski 
Date:   Wed Feb 27 08:17:09 2019 +0100

- updated to 0.7.0

 php-pear-Services_Twitter.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-Services_Twitter.spec b/php-pear-Services_Twitter.spec
index 2957cf0..ee87a69 100644
--- a/php-pear-Services_Twitter.spec
+++ b/php-pear-Services_Twitter.spec
@@ -4,12 +4,12 @@
 Summary:   %{_pearname} - PHP interface to Twitter's API
 Summary(pl.UTF-8): %{_pearname} - interfejs PHP do API serwisu Twitter
 Name:  php-pear-%{_pearname}
-Version:   0.6.3
-Release:   3
+Version:   0.7.0
+Release:   1
 License:   BSD
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: d08d1e3acef4cc5db7f9a1df6f237e56
+# Source0-md5: fa3a95dda3c4143360c92e5ac4cd9a66
 URL:   http://pear.php.net/package/Services_Twitter/
 BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Services_Twitter.git/commitdiff/afffdb94e81dcfecd6cfbd246e283364fc487665

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Services_Yadis: Services_Yadis-0.5.3.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Services_Yadis-0.5.3.tgz
52dfed84152e044ce973027c71ab637f  Services_Yadis-0.5.3.tgz
Size: 14759 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Spreadsheet_Excel_Writer: Spreadsheet_Excel_Writer-0.9.4.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Spreadsheet_Excel_Writer-0.9.4.tgz
ac3355bd8c5eddac6b1feee78a7fe5c6  Spreadsheet_Excel_Writer-0.9.4.tgz
Size: 58480 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Services_Yadis] - updated to 0.5.3

2019-02-26 Thread adamg
commit 19cc0764d953150f8bb06d64e04815fbe4ee191d
Author: Adam Gołębiowski 
Date:   Wed Feb 27 08:16:01 2019 +0100

- updated to 0.5.3

 php-pear-Services_Yadis.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-Services_Yadis.spec b/php-pear-Services_Yadis.spec
index 3cf863b..c263f11 100644
--- a/php-pear-Services_Yadis.spec
+++ b/php-pear-Services_Yadis.spec
@@ -4,12 +4,12 @@
 Summary:   %{_pearname} - Implementation of the Yadis Specification 1.0 
protocol for PHP5
 Summary(pl.UTF-8): %{_pearname} - Implementacja protokołu Yadis 1.0 dla 
PHP5
 Name:  php-pear-%{_pearname}
-Version:   0.5.2
+Version:   0.5.3
 Release:   1
 License:   New BSD License
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 726980b55ceed4d70c37c3751a750acb
+# Source0-md5: 52dfed84152e044ce973027c71ab637f
 URL:   http://pear.php.net/package/Services_Yadis/
 BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Services_Yadis.git/commitdiff/19cc0764d953150f8bb06d64e04815fbe4ee191d

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Spreadsheet_Excel_Writer] - updated to 0.9.4

2019-02-26 Thread adamg
commit b3dce49ba27f88434da7ba7c7b71b2c886fca2bd
Author: Adam Gołębiowski 
Date:   Wed Feb 27 08:15:09 2019 +0100

- updated to 0.9.4

 php-pear-Spreadsheet_Excel_Writer.spec | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/php-pear-Spreadsheet_Excel_Writer.spec 
b/php-pear-Spreadsheet_Excel_Writer.spec
index c344ee1..3f6705d 100644
--- a/php-pear-Spreadsheet_Excel_Writer.spec
+++ b/php-pear-Spreadsheet_Excel_Writer.spec
@@ -4,13 +4,12 @@
 Summary:   %{_pearname} - package for generating Excel spreadsheets
 Summary(pl.UTF-8): %{_pearname} - pakiet generujący arkusze Excela
 Name:  php-pear-%{_pearname}
-Version:   0.9.3
-Release:   4
+Version:   0.9.4
+Release:   1
 License:   LGPL
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: a1c353beb819fa4b7146f5325625774b
-Patch0:%{name}-git.patch
+# Source0-md5: ac3355bd8c5eddac6b1feee78a7fe5c6
 URL:   http://pear.php.net/package/Spreadsheet_Excel_Writer/
 BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -43,8 +42,6 @@ Ta klasa ma w PEAR status: %{_status}.
 
 %prep
 %pear_package_setup
-cd ./%{php_pear_dir}
-%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Spreadsheet_Excel_Writer.git/commitdiff/b3dce49ba27f88434da7ba7c7b71b2c886fca2bd

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Stream_Var: Stream_Var-1.2.0.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Stream_Var-1.2.0.tgz
b3c2d947373c0e85f548d32eb761ae3b  Stream_Var-1.2.0.tgz
Size: 6602 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Stream_Var] - updated to 1.2.0

2019-02-26 Thread adamg
commit 9d901a174f5ea115996ac1b03ec4b4d7b9210359
Author: Adam Gołębiowski 
Date:   Wed Feb 27 08:14:02 2019 +0100

- updated to 1.2.0

 php-pear-Stream_Var.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-Stream_Var.spec b/php-pear-Stream_Var.spec
index b6ab037..9a8de43 100644
--- a/php-pear-Stream_Var.spec
+++ b/php-pear-Stream_Var.spec
@@ -4,12 +4,12 @@
 Summary:   %{_pearname} - allows stream based access to any variable
 Summary(pl.UTF-8): %{_pearname} - oparty na strumieniu dostęp do dowolnej 
zmiennej
 Name:  php-pear-%{_pearname}
-Version:   1.1.0
-Release:   2
+Version:   1.2.0
+Release:   1
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: b852891189314ad94517be8c8d77c231
+# Source0-md5: b3c2d947373c0e85f548d32eb761ae3b
 URL:   http://pear.php.net/package/Stream_Var/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Stream_Var.git/commitdiff/9d901a174f5ea115996ac1b03ec4b4d7b9210359

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Testing_Selenium: Testing_Selenium-0.4.4.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Testing_Selenium-0.4.4.tgz
40b079eb2e388c5fbb98cc901ce93135  Testing_Selenium-0.4.4.tgz
Size: 2455420 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Testing_Selenium] - updated to 0.4.4

2019-02-26 Thread adamg
commit d3dc579e06a22faed10a907411bef2d7ae973d51
Author: Adam Gołębiowski 
Date:   Wed Feb 27 08:09:24 2019 +0100

- updated to 0.4.4

 php-pear-Testing_Selenium.spec | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/php-pear-Testing_Selenium.spec b/php-pear-Testing_Selenium.spec
index a05a078..959e7b1 100644
--- a/php-pear-Testing_Selenium.spec
+++ b/php-pear-Testing_Selenium.spec
@@ -7,12 +7,12 @@
 Summary:   %{_pearname} - PHP Client for the Selenium Remote Control test 
tool
 Summary(pl.UTF-8): %{_pearname} - Klient PHP dla narzędzia Selenium Remote 
Control
 Name:  php-pear-%{_pearname}
-Version:   0.4.3
-Release:   2
+Version:   0.4.4
+Release:   1
 License:   Apache v2.0
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: d811b90dd5c675ef9e950d24a0b2d795
+# Source0-md5: 40b079eb2e388c5fbb98cc901ce93135
 Patch0:%{_pearname}-PHPUnit2.patch
 URL:   http://pear.php.net/package/Testing_Selenium/
 BuildRequires: php-pear-PEAR
@@ -65,6 +65,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc install.log
 %{php_pear_dir}/.registry/*.reg
 %{php_pear_dir}/data/Testing_Selenium
-%{php_pear_dir}/Testing/*.php
 %{php_pear_dir}/Testing/Selenium.php
 %{php_pear_dir}/Testing/Selenium


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Testing_Selenium.git/commitdiff/d3dc579e06a22faed10a907411bef2d7ae973d51

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Text_Highlighter: Text_Highlighter-0.8.0.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Text_Highlighter-0.8.0.tgz
0eb11e9588ad5c7a1046ffad3ca2aed8  Text_Highlighter-0.8.0.tgz
Size: 138657 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Text_Highlighter] - updated to 0.8.0

2019-02-26 Thread adamg
commit 62e9cbd5534766d05a363c62713e65f82113c714
Author: Adam Gołębiowski 
Date:   Wed Feb 27 08:07:06 2019 +0100

- updated to 0.8.0

 php-pear-Text_Highlighter.spec | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/php-pear-Text_Highlighter.spec b/php-pear-Text_Highlighter.spec
index f068d2a..d9cca29 100644
--- a/php-pear-Text_Highlighter.spec
+++ b/php-pear-Text_Highlighter.spec
@@ -4,21 +4,21 @@
 Summary:   %{_pearname} - syntax highlighting
 Summary(pl.UTF-8): %{_pearname} - podświetlanie składni
 Name:  php-pear-%{_pearname}
-Version:   0.7.3
-Release:   2
+Version:   0.8.0
+Release:   1
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: c829df65c5bc1f72dd3e0119704f7468
+# Source0-md5: 0eb11e9588ad5c7a1046ffad3ca2aed8
 URL:   http://pear.php.net/package/Text_Highlighter/
 BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.300
-Requires:  php(core) >= 4.3.3
+Requires:  php(core) >= 5.4.0
 Requires:  php-pear
-Requires:  php-pear-Console_Getopt >= 1.0
-Requires:  php-pear-PEAR-core >= 1:1.0
-Requires:  php-pear-XML_Parser >= 1.0.1
+Requires:  php-pear-Console_Getopt >= 1.4.1
+Requires:  php-pear-PEAR-core >= 1:1.10.3
+Requires:  php-pear-XML_Parser >= 1.3.7
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Text_Highlighter.git/commitdiff/62e9cbd5534766d05a363c62713e65f82113c714

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Text_LanguageDetect: Text_LanguageDetect-1.0.0.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Text_LanguageDetect-1.0.0.tgz
0119702a605a1441b96516f9364f82ec  Text_LanguageDetect-1.0.0.tgz
Size: 125576 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Text_LanguageDetect] - updated to 1.0.0

2019-02-26 Thread adamg
commit 70064ae4a4116d196c41c4297859db25afecf6d9
Author: Adam Gołębiowski 
Date:   Wed Feb 27 08:05:02 2019 +0100

- updated to 1.0.0

 php-pear-Text_LanguageDetect.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/php-pear-Text_LanguageDetect.spec 
b/php-pear-Text_LanguageDetect.spec
index ce9743a..2d033ba 100644
--- a/php-pear-Text_LanguageDetect.spec
+++ b/php-pear-Text_LanguageDetect.spec
@@ -1,20 +1,20 @@
-%definestatus  alpha
+%definestatus  stable
 %definepearnameText_LanguageDetect
 %include   /usr/lib/rpm/macros.php
 Summary:   %{pearname} - language detection class
 Summary(pl.UTF-8): %{pearname} - klasa do określania języka
 Name:  php-pear-%{pearname}
-Version:   0.3.0
-Release:   3
+Version:   1.0.0
+Release:   1
 License:   BSD
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: efa27a43517533d653d4bc7074b15f18
+# Source0-md5: 0119702a605a1441b96516f9364f82ec
 URL:   http://pear.php.net/package/Text_LanguageDetect/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.580
-Requires:  php(core) >= 4.0.3
+Requires:  php(core) >= 5.4.0
 Requires:  php(pcre)
 Requires:  php-pear
 Suggests:  php-mbstring


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Text_LanguageDetect.git/commitdiff/70064ae4a4116d196c41c4297859db25afecf6d9

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: openssl: openssl-1.1.1b.tar.gz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: https://www.openssl.org/source/openssl-1.1.1b.tar.gz
4532712e7bcc9414f5bce995e4e13930  openssl-1.1.1b.tar.gz
Size: 8213737 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/openssl] - updated to 1.1.1b

2019-02-26 Thread adamg
commit 7b2191a02888123059c18133a901a03e904b36bd
Author: Adam Gołębiowski 
Date:   Wed Feb 27 08:02:51 2019 +0100

- updated to 1.1.1b

 openssl.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index edd027c..c5bd166 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -17,12 +17,12 @@ Summary(uk.UTF-8):  Бібліотеки та утиліти для з'єднан
 Name:  openssl
 # Version 1.1.1 is LTS, supported until 2023-09-11.
 # https://www.openssl.org/about/releasestrat.html
-Version:   1.1.1a
+Version:   1.1.1b
 Release:   1
 License:   Apache-like
 Group: Libraries
 Source0:   https://www.openssl.org/source/%{name}-%{version}.tar.gz
-# Source0-md5: 963deb2272d6be7d4c2458afd2517b73
+# Source0-md5: 4532712e7bcc9414f5bce995e4e13930
 Source2:   %{name}.1.pl
 Source3:   %{name}-ssl-certificate.sh
 Source4:   %{name}-c_rehash.sh


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl.git/commitdiff/7b2191a02888123059c18133a901a03e904b36bd

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: nginx: nginx-1.15.9.tar.gz favicon.ico modsecurity-2.9.2.tar.gz nginx-rtmp-module-1.2.1.tar.gz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://nginx.org/download/nginx-1.15.9.tar.gz
00dde20d4d2cc65bdaf8950a5bd3e14b  nginx-1.15.9.tar.gz
Size: 1031760 bytes
ALREADY GOT: http://nginx.net/favicon.ico
2aaf2115c752cbdbfb8a2f0b3c3189ab  favicon.ico
ALREADY GOT: http://www.modsecurity.org/tarball/2.9.2/modsecurity-2.9.2.tar.gz
4d9454efb19269c4288ae408ea438b76  modsecurity-2.9.2.tar.gz
ALREADY GOT: 
https://github.com/arut/nginx-rtmp-module/archive/v1.2.1/nginx-rtmp-module-1.2.1.tar.gz
639ac2b78103adaccbcfe484a92acf44  nginx-rtmp-module-1.2.1.tar.gz


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/nginx] - updated to 1.15.9

2019-02-26 Thread adamg
commit 4a51a5748e8f5058cac5cf43ae249d2a2b4eb751
Author: Adam Gołębiowski 
Date:   Wed Feb 27 07:55:04 2019 +0100

- updated to 1.15.9

 nginx.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/nginx.spec b/nginx.spec
index f1beea8..3842dd9 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -41,12 +41,12 @@ Summary(pl.UTF-8):  Serwer HTTP i odwrotne proxy o wysokiej 
wydajności
 # - stable: production quality with stable API
 # - mainline: production quality but API can change
 Name:  nginx
-Version:   1.15.8
-Release:   4
+Version:   1.15.9
+Release:   1
 License:   BSD-like
 Group: Networking/Daemons/HTTP
 Source0:   http://nginx.org/download/%{name}-%{version}.tar.gz
-# Source0-md5: 49eecc51a45bdcc8cc147f6747ef8a4c
+# Source0-md5: 00dde20d4d2cc65bdaf8950a5bd3e14b
 Source1:   http://nginx.net/favicon.ico
 # Source1-md5: 2aaf2115c752cbdbfb8a2f0b3c3189ab
 Source2:   proxy.conf


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nginx.git/commitdiff/4a51a5748e8f5058cac5cf43ae249d2a2b4eb751

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Validate_Finance_CreditCard] - updated to 0.6.0

2019-02-26 Thread adamg
commit 54ecc4261502930b678684f770c324a724d929f7
Author: Adam Gołębiowski 
Date:   Tue Feb 26 11:21:15 2019 +0100

- updated to 0.6.0

 php-pear-Validate_Finance_CreditCard.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-Validate_Finance_CreditCard.spec 
b/php-pear-Validate_Finance_CreditCard.spec
index e604041..ce1f249 100644
--- a/php-pear-Validate_Finance_CreditCard.spec
+++ b/php-pear-Validate_Finance_CreditCard.spec
@@ -4,12 +4,12 @@
 Summary:   %{_pearname} - Validation class for Credit Cards
 Summary(pl.UTF-8): %{_pearname} - Klasa sprawdzająca poprawność dla kart 
kredytowych
 Name:  php-pear-%{_pearname}
-Version:   0.5.3
-Release:   5
+Version:   0.6.0
+Release:   1
 License:   PHP
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 1b96231b0d4b6530931ebb0c50bfcf1a
+# Source0-md5: be20c565a7ecfbfdc71337e03be1be2c
 URL:   http://pear.php.net/package/Validate_Finance_CreditCard/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Validate_Finance_CreditCard.git/commitdiff/54ecc4261502930b678684f770c324a724d929f7

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/sqlite3] - updated to 3.27.2

2019-02-26 Thread adamg
commit 86e9b864e5d311ee999764d398f006f5ebadf9fc
Author: Adam Gołębiowski 
Date:   Tue Feb 26 11:17:37 2019 +0100

- updated to 3.27.2

 sqlite3.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index 44376d5..e2c0136 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -25,7 +25,7 @@
 
 # sqlite3 version with zero padded without any dots (3 08 10 01 is 3.8.10.1)
 # but trailing 00 means no 4rd part (3 11 01 00 is 3.11.1)
-%definevnum3270100
+%definevnum3270200
 %definever %{lua:vn=rpm.expand("%vnum");v="";for i 
in string.gmatch(string.format("%08d", vn), "..") do v=v.."."..i:gsub("^0", 
"");end;v=v:gsub("^.",""):gsub("\.0$","");print(v)}
 
 # wal replication version
@@ -36,12 +36,12 @@ Summary:SQLite3 library
 Summary(pl.UTF-8): Biblioteka SQLite3
 Name:  sqlite3
 Version:   %{ver}
-Release:   2
+Release:   1
 License:   Public Domain
 Group: Libraries
 # Source0Download: http://www.sqlite.org/download.html
 Source0:   https://www.sqlite.org/2019/sqlite-src-%{vnum}.zip
-# Source0-md5: ef90404683efdcc8d82ec750bc254546
+# Source0-md5: 57f557ab7889f035358aab5ee98606a5
 Patch0:%{name}-sign-function.patch
 # https://github.com/CanonicalLtd/dqlite/issues/91
 Patch1:
https://github.com/CanonicalLtd/sqlite/releases/download/version-%{walver}+replication3/sqlite-%{walver}.diff


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sqlite3.git/commitdiff/86e9b864e5d311ee999764d398f006f5ebadf9fc

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Validate_IE: Validate_IE-1.1.0.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Validate_IE-1.1.0.tgz
202a9b75bdeaa235bea83d120216  Validate_IE-1.1.0.tgz
Size: 9005 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-VersionControl_Git: VersionControl_Git-0.5.0.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/VersionControl_Git-0.5.0.tgz
67c6ca435359e2eeba75a093801ca6af  VersionControl_Git-0.5.0.tgz
Size: 15347 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-VersionControl_Git] - updated to 0.5.0

2019-02-26 Thread adamg
commit 50d8bea9dffca33e601c57724f0ef4aad69b2f15
Author: Adam Gołębiowski 
Date:   Tue Feb 26 11:19:34 2019 +0100

- updated to 0.5.0

 php-pear-VersionControl_Git.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-VersionControl_Git.spec b/php-pear-VersionControl_Git.spec
index dbd5d6f..4011541 100644
--- a/php-pear-VersionControl_Git.spec
+++ b/php-pear-VersionControl_Git.spec
@@ -3,12 +3,12 @@
 %include   /usr/lib/rpm/macros.php
 Summary:   %{pearname} - Provides OO interface to handle Git repository
 Name:  php-pear-VersionControl_Git
-Version:   0.4.4
+Version:   0.5.0
 Release:   1
 License:   Apache
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: 0d9baf13679edf1cdb7beea6397ac81e
+# Source0-md5: 67c6ca435359e2eeba75a093801ca6af
 URL:   http://pear.php.net/package/VersionControl_Git/
 BuildRequires: php-packagexml2cl
 BuildRequires: php-pear-PEAR


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-VersionControl_Git.git/commitdiff/50d8bea9dffca33e601c57724f0ef4aad69b2f15

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Text_Password: Text_Password-1.2.1.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Text_Password-1.2.1.tgz
700d47c71eb875403ee26f2c198e8421  Text_Password-1.2.1.tgz
Size: 5631 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Validate_IE] - updated to 1.1.0

2019-02-26 Thread adamg
commit b129b51f6d4f682b421facb221be5f7a0d401b74
Author: Adam Gołębiowski 
Date:   Tue Feb 26 11:20:22 2019 +0100

- updated to 1.1.0

 php-pear-Validate_IE.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-Validate_IE.spec b/php-pear-Validate_IE.spec
index f756ee4..5c49f2a 100644
--- a/php-pear-Validate_IE.spec
+++ b/php-pear-Validate_IE.spec
@@ -4,12 +4,12 @@
 Summary:   %{pearname} - Validation class for Ireland
 Summary(pl.UTF-8): %{pearname} - klasa sprawdzająca poprawność dla Irlandii
 Name:  php-pear-%{pearname}
-Version:   1.0.3
-Release:   2
+Version:   1.1.0
+Release:   1
 License:   New BSD
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: 62acdd4d838cb9b68942bcb3510b42e7
+# Source0-md5: 202a9b75bdeaa235bea83d120216
 URL:   http://pear.php.net/package/Validate_IE/
 BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Validate_IE.git/commitdiff/b129b51f6d4f682b421facb221be5f7a0d401b74

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Validate_Finance_CreditCard: Validate_Finance_CreditCard-0.6.0.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Validate_Finance_CreditCard-0.6.0.tgz
be20c565a7ecfbfdc71337e03be1be2c  Validate_Finance_CreditCard-0.6.0.tgz
Size: 6152 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-XML_Parser] - updated to 1.3.7

2019-02-26 Thread adamg
commit 0b35c04e363a992b630ad634851e1df6ace05f9b
Author: Adam Gołębiowski 
Date:   Tue Feb 26 11:18:32 2019 +0100

- updated to 1.3.7

 php-pear-XML_Parser.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-XML_Parser.spec b/php-pear-XML_Parser.spec
index 9749b80..dfc2991 100644
--- a/php-pear-XML_Parser.spec
+++ b/php-pear-XML_Parser.spec
@@ -4,12 +4,12 @@
 Summary:   %{_pearname} - XML parsing class based on PHP's bundled expat
 Summary(pl.UTF-8): %{_pearname} - klasa analizującą XML przy użyciu expat
 Name:  php-pear-%{_pearname}
-Version:   1.3.6
+Version:   1.3.7
 Release:   1
 License:   BSD
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 2da22a41524644899891d8f32eb6
+# Source0-md5: 2aa5ab7341a8b65e9c8b3ef31bc58104
 URL:   http://pear.php.net/package/XML_Parser/
 BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-XML_Parser.git/commitdiff/0b35c04e363a992b630ad634851e1df6ace05f9b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: sqlite3: sqlite-src-3270200.zip sqlite-3.27.1.diff

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: https://www.sqlite.org/2019/sqlite-src-3270200.zip
57f557ab7889f035358aab5ee98606a5  sqlite-src-3270200.zip
Size: 12248529 bytes
ALREADY GOT: 
https://github.com/CanonicalLtd/sqlite/releases/download/version-3.27.1+replication3/sqlite-3.27.1.diff
280abeb0aa494fb1165ca66bec7c3d95  sqlite-3.27.1.diff


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Text_Password] - updated to 1.2.1

2019-02-26 Thread adamg
commit e0c79dd40845a71b9687b66435a726577583735c
Author: Adam Gołębiowski 
Date:   Tue Feb 26 11:21:59 2019 +0100

- updated to 1.2.1

 php-pear-Text_Password.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-Text_Password.spec b/php-pear-Text_Password.spec
index 5c73afa..fe14921 100644
--- a/php-pear-Text_Password.spec
+++ b/php-pear-Text_Password.spec
@@ -4,12 +4,12 @@
 Summary:   %{_pearname} - creating passwords with PHP
 Summary(pl.UTF-8): %{_pearname} - tworzenie haseł
 Name:  php-pear-%{_pearname}
-Version:   1.1.1
-Release:   3
+Version:   1.2.1
+Release:   1
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: d33c24d56631fb75ca5a83ad1344b355
+# Source0-md5: 700d47c71eb875403ee26f2c198e8421
 URL:   http://pear.php.net/package/Text_Password/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Text_Password.git/commitdiff/e0c79dd40845a71b9687b66435a726577583735c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-XML_Parser: XML_Parser-1.3.7.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/XML_Parser-1.3.7.tgz
2aa5ab7341a8b65e9c8b3ef31bc58104  XML_Parser-1.3.7.tgz
Size: 13339 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-XML_RPC2: XML_RPC2-1.1.4.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/XML_RPC2-1.1.4.tgz
a452032a342821d5b592d65929054ed7  XML_RPC2-1.1.4.tgz
Size: 68296 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-XML_RPC2] - updated to 1.1.4

2019-02-26 Thread adamg
commit e6cf59a002c1913a061911077d0db58cce2e42f9
Author: Adam Gołębiowski 
Date:   Tue Feb 26 11:17:24 2019 +0100

- updated to 1.1.4

 php-pear-XML_RPC2.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-XML_RPC2.spec b/php-pear-XML_RPC2.spec
index e14f14a..cb139de 100644
--- a/php-pear-XML_RPC2.spec
+++ b/php-pear-XML_RPC2.spec
@@ -4,12 +4,12 @@
 Summary:   %{pearname} - XML-RPC client/server library
 Summary(pl.UTF-8): %{pearname} - biblioteka XML-RPC typu klient-serwer
 Name:  php-pear-%{pearname}
-Version:   1.1.2
+Version:   1.1.4
 Release:   1
 License:   LGPL
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: bc37d9b321cfeba56a5b62856e36f141
+# Source0-md5: a452032a342821d5b592d65929054ed7
 URL:   http://pear.php.net/package/XML_RPC2/
 BuildRequires: php-pear-PEAR >= 1:1.5.4
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -72,3 +72,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc install.log
 %{php_pear_dir}/.registry/*.reg
 %{php_pear_dir}/XML/RPC2
+%{php_pear_dir}/data/XML_RPC2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-XML_RPC2.git/commitdiff/e6cf59a002c1913a061911077d0db58cce2e42f9

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-XML_RSS] - updated to 1.1.0

2019-02-26 Thread adamg
commit 902c1030ac3cfe38f75b10f31f20d0b07b0e9b38
Author: Adam Gołębiowski 
Date:   Tue Feb 26 11:14:59 2019 +0100

- updated to 1.1.0

 php-pear-XML_RSS.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-XML_RSS.spec b/php-pear-XML_RSS.spec
index 3fd3f8b..ea1a774 100644
--- a/php-pear-XML_RSS.spec
+++ b/php-pear-XML_RSS.spec
@@ -4,12 +4,12 @@
 Summary:   %{_pearname} - RSS parser
 Summary(pl.UTF-8): %{_pearname} - parser RSS
 Name:  php-pear-%{_pearname}
-Version:   1.0.2
+Version:   1.1.0
 Release:   1
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 09bce549a425b267b2945ba8fb41a413
+# Source0-md5: 6a42b501b76a04c3b68c93f7e6f99504
 URL:   http://pear.php.net/package/XML_RSS/
 BuildRequires: php-pear-PEAR >= 1:1.4.0
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-XML_RSS.git/commitdiff/902c1030ac3cfe38f75b10f31f20d0b07b0e9b38

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-XML_RSS: XML_RSS-1.1.0.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/XML_RSS-1.1.0.tgz
6a42b501b76a04c3b68c93f7e6f99504  XML_RSS-1.1.0.tgz
Size: 8178 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-XML_Serializer] - updated to 0.21.0

2019-02-26 Thread adamg
commit f2e039be5d8cc12d1a44f4d172f3373a4725905d
Author: Adam Gołębiowski 
Date:   Tue Feb 26 11:13:21 2019 +0100

- updated to 0.21.0

 php-pear-XML_Serializer.spec | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/php-pear-XML_Serializer.spec b/php-pear-XML_Serializer.spec
index ae369dc..31951f7 100644
--- a/php-pear-XML_Serializer.spec
+++ b/php-pear-XML_Serializer.spec
@@ -4,12 +4,12 @@
 Summary:   %{_pearname} - class to build XML documents from data structures
 Summary(pl.UTF-8): %{_pearname} - klasa do tworzenia dokumentów XML ze 
struktur danych
 Name:  php-pear-%{_pearname}
-Version:   0.20.2
-Release:   4
+Version:   0.21.0
+Release:   1
 License:   BSD
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: e603e4b967510ed913f6c6b2dc59a2a1
+# Source0-md5: 0a21c3327035c46284348874099185ff
 URL:   http://pear.php.net/package/XML_Serializer/
 BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -41,9 +41,6 @@ Ta klasa ma w PEAR status: %{_status}.
 %prep
 %pear_package_setup
 
-install -d docs/%{_pearname}
-mv ./%{php_pear_dir}/data/%{_pearname}/doc/* docs/%{_pearname}
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{php_pear_dir}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-XML_Serializer.git/commitdiff/f2e039be5d8cc12d1a44f4d172f3373a4725905d

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-XML_Serializer: XML_Serializer-0.21.0.tgz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/XML_Serializer-0.21.0.tgz
0a21c3327035c46284348874099185ff  XML_Serializer-0.21.0.tgz
Size: 33362 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: zabbix: zabbix-4.0.5.tar.gz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://downloads.sourceforge.net/zabbix/zabbix-4.0.5.tar.gz
44e2b99da210fa8db83a07218cf8  zabbix-4.0.5.tar.gz
Size: 17098529 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/zabbix] - updated to 4.0.5

2019-02-26 Thread adamg
commit 9d13495d720450ce226c7e1f0345807c1684d32c
Author: Adam Gołębiowski 
Date:   Tue Feb 26 11:10:14 2019 +0100

- updated to 4.0.5

 zabbix.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/zabbix.spec b/zabbix.spec
index b8a5f66..50d2775 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -14,12 +14,12 @@
 Summary:   Zabbix - network monitoring software
 Summary(pl.UTF-8): Zabbix - oprogramowanie do monitorowania sieci
 Name:  zabbix
-Version:   4.0.2
+Version:   4.0.5
 Release:   1
 License:   GPL v2+
 Group: Networking/Utilities
 Source0:   
http://downloads.sourceforge.net/zabbix/%{name}-%{version}.tar.gz
-# Source0-md5: fec2148dcb066363274b74257b09846f
+# Source0-md5: 44e2b99da210fa8db83a07218cf8
 Source1:   %{name}-apache.conf
 Source2:   %{name}_server.service
 Source3:   %{name}_agentd.service


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zabbix.git/commitdiff/9d13495d720450ce226c7e1f0345807c1684d32c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: btrfs-progs: btrfs-progs-v4.20.2.tar.xz

2019-02-26 Thread adamg
Request by: adamg


Files fetched: 1

STORED: 
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v4.20.2.tar.xz
f5487352c734a73c7b1ccded3b126715  btrfs-progs-v4.20.2.tar.xz
Size: 2028668 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/btrfs-progs] - updated to 4.20.2

2019-02-26 Thread adamg
commit 67fefe11b0bb3bb3e433a8f76f5a1e636a6c9d6b
Author: Adam Gołębiowski 
Date:   Tue Feb 26 11:07:46 2019 +0100

- updated to 4.20.2

 btrfs-progs-man.patch  | 27 ---
 btrfs-progs-python-async.patch | 40 
 btrfs-progs.spec   | 12 
 3 files changed, 4 insertions(+), 75 deletions(-)
---
diff --git a/btrfs-progs.spec b/btrfs-progs.spec
index 13a6221..e1122ba 100644
--- a/btrfs-progs.spec
+++ b/btrfs-progs.spec
@@ -9,15 +9,13 @@
 Summary:   Utilities belonging to the btrfs filesystem
 Summary(pl.UTF-8): Narzędzia należące do systemu plików btrfs
 Name:  btrfs-progs
-Version:   4.17.1
+Version:   4.20.2
 Release:   1
 License:   GPL v2
 Group: Applications/System
 Source0:   
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/%{name}-v%{version}.tar.xz
-# Source0-md5: 130be469ced99b01948af64b6a6312f6
-Patch0:%{name}-man.patch
-Patch1:%{name}-sh.patch
-Patch2:%{name}-python-async.patch
+# Source0-md5: f5487352c734a73c7b1ccded3b126715
+Patch0:%{name}-sh.patch
 URL:   http://btrfs.wiki.kernel.org/
 BuildRequires: acl-devel
 BuildRequires: asciidoc
@@ -151,8 +149,6 @@ Biblioteka Pythona do zarządzania systemami plików Btrfs.
 %prep
 %setup -q -n %{name}-v%{version}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %{__aclocal} -I m4
@@ -245,5 +241,5 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python}
 %files -n python3-btrfsutil
 %attr(755,root,root) %{py3_sitedir}/btrfsutil.cpython-*.so
-%{py3_sitedir}/btrfsutil-1.0.0-py*.egg-info
+%{py3_sitedir}/btrfsutil-1.1.0-py*.egg-info
 %endif
diff --git a/btrfs-progs-man.patch b/btrfs-progs-man.patch
deleted file mode 100644
index 9f42d35..000
--- a/btrfs-progs-man.patch
+++ /dev/null
@@ -1,27 +0,0 @@
 btrfs-progs-v4.17/Documentation/Makefile.in.orig   2018-06-15 
16:21:17.0 +0200
-+++ btrfs-progs-v4.17/Documentation/Makefile.in2018-07-18 
20:55:12.806687678 +0200
-@@ -37,9 +37,9 @@
- MAN_TXT = $(MAN3_TXT) $(MAN8_TXT) $(MAN5_TXT)
- MAN_XML = $(patsubst %.asciidoc,%.xml,$(MAN_TXT))
- MAN_HTML = $(patsubst %.asciidoc,%.html,$(MAN_TXT))
--GZ_MAN3 = $(patsubst %.asciidoc,%.3.gz,$(MAN3_TXT))
--GZ_MAN5 = $(patsubst %.asciidoc,%.5.gz,$(MAN5_TXT))
--GZ_MAN8 = $(patsubst %.asciidoc,%.8.gz,$(MAN8_TXT))
-+GZ_MAN3 = $(patsubst %.asciidoc,%.3,$(MAN3_TXT))
-+GZ_MAN5 = $(patsubst %.asciidoc,%.5,$(MAN5_TXT))
-+GZ_MAN8 = $(patsubst %.asciidoc,%.8,$(MAN8_TXT))
- 
- mandir ?= $(prefix)/share/man
- man3dir = $(mandir)/man3
-@@ -99,9 +99,9 @@
-   $(INSTALL) -m 644 $(GZ_MAN5) $(DESTDIR)$(man5dir)
-   # the source file name of btrfs.5 clashes with section 8 page, but we
-   # want to keep the code generic
--  $(MV) $(DESTDIR)$(man5dir)/btrfs-man5.5.gz 
$(DESTDIR)$(man5dir)/btrfs.5.gz
-+  $(MV) $(DESTDIR)$(man5dir)/btrfs-man5.5 $(DESTDIR)$(man5dir)/btrfs.5
-   $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
--  $(LN_S) -f btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
-+  $(LN_S) -f btrfs-check.8 $(DESTDIR)$(man8dir)/btrfsck.8
- 
- uninstall:
-   cd $(DESTDIR)$(man8dir); rm -f btrfs-check.8.gz $(GZ_MAN8)
diff --git a/btrfs-progs-python-async.patch b/btrfs-progs-python-async.patch
deleted file mode 100644
index 8574205..000
--- a/btrfs-progs-python-async.patch
+++ /dev/null
@@ -1,40 +0,0 @@
 btrfs-progs-v4.17/libbtrfsutil/python/subvolume.c.orig 2018-06-15 
16:21:17.0 +0200
-+++ btrfs-progs-v4.17/libbtrfsutil/python/subvolume.c  2018-07-19 
18:23:25.792471799 +0200
-@@ -322,7 +322,7 @@
- 
- PyObject *create_subvolume(PyObject *self, PyObject *args, PyObject *kwds)
- {
--  static char *keywords[] = {"path", "async", "qgroup_inherit", NULL};
-+  static char *keywords[] = {"path", "async_", "qgroup_inherit", NULL};
-   struct path_arg path = {.allow_fd = false};
-   enum btrfs_util_error err;
-   int async = 0;
-@@ -352,7 +352,7 @@
- PyObject *create_snapshot(PyObject *self, PyObject *args, PyObject *kwds)
- {
-   static char *keywords[] = {
--  "source", "path", "recursive", "read_only", "async",
-+  "source", "path", "recursive", "read_only", "async_",
-   "qgroup_inherit", NULL,
-   };
-   struct path_arg src = {.allow_fd = true}, dst = {.allow_fd = false};
 btrfs-progs-v4.17/libbtrfsutil/python/tests/test_subvolume.py.orig 
2018-06-15 16:21:17.0 +0200
-+++ btrfs-progs-v4.17/libbtrfsutil/python/tests/test_subvolume.py  
2018-07-19 18:24:06.355804667 +0200
-@@ -202,7 +202,7 @@
- btrfsutil.create_subvolume(subvol + '6//')
- self.assertTrue(btrfsutil.is_subvolume(subvol + '6'))
- 
--transid = btrfsutil.create_subvolume(subvol + '7', async=True)
-+transid = btrfsutil.create_subvolume(subvol + '7', async_=True)
- self.assertTrue(btrfsutil.is_subvolume(subvol + '7'))
- 

DISTFILES: php-pear-XML_Transformer: XML_Transformer-1.1.2.tgz

2019-02-25 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/XML_Transformer-1.1.2.tgz
2a57f90aff99806473eb60bd242517f4  XML_Transformer-1.1.2.tgz
Size: 29248 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-XML_Transformer] - updated to 1.1.2

2019-02-25 Thread adamg
commit 47f979e7af0716f56818b71f0d9d44c14702eda1
Author: Adam Gołębiowski 
Date:   Mon Feb 25 23:20:03 2019 +0100

- updated to 1.1.2

 php-pear-XML_Transformer.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-XML_Transformer.spec b/php-pear-XML_Transformer.spec
index 3d51ca5..3e91c41 100644
--- a/php-pear-XML_Transformer.spec
+++ b/php-pear-XML_Transformer.spec
@@ -6,12 +6,12 @@
 Summary:   %{_pearname} - XML transformations in PHP
 Summary(pl.UTF-8): %{_pearname} - transformacje XML-a w PHP
 Name:  php-pear-%{_pearname}
-Version:   1.1.1
-Release:   3
+Version:   1.1.2
+Release:   1
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 84e8b04b371228958fafbf43ffe7c637
+# Source0-md5: 2a57f90aff99806473eb60bd242517f4
 URL:   http://pear.php.net/package/XML_Transformer/
 BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-XML_Transformer.git/commitdiff/47f979e7af0716f56818b71f0d9d44c14702eda1

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ddrescue: ddrescue-1.24.tar.lz

2019-02-25 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://download.savannah.gnu.org/releases/ddrescue/ddrescue-1.24.tar.lz
8ac89f833c0df221723e33b447e230fe  ddrescue-1.24.tar.lz
Size: 85244 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ddrescue] - updated to 1.24

2019-02-25 Thread adamg
commit 3646c8389685b626d3774f090f276ae26dc5197b
Author: Adam Gołębiowski 
Date:   Mon Feb 25 23:16:36 2019 +0100

- updated to 1.24

 ddrescue.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ddrescue.spec b/ddrescue.spec
index f81a314..42e4af8 100644
--- a/ddrescue.spec
+++ b/ddrescue.spec
@@ -1,12 +1,12 @@
 Summary:   Data copying in presence of I/O errors
 Summary(pl.UTF-8): Kopiowanie danych z błędami wejścia/wyjścia
 Name:  ddrescue
-Version:   1.23
+Version:   1.24
 Release:   1
 License:   GPL v3+
 Group: Applications/System
 Source0:   
http://download.savannah.gnu.org/releases/ddrescue/%{name}-%{version}.tar.lz
-# Source0-md5: cd85a82d510d9abf790132fb0da1bf3c
+# Source0-md5: 8ac89f833c0df221723e33b447e230fe
 Patch0:%{name}-info.patch
 URL:   http://www.nongnu.org/ddrescue/ddrescue.html
 BuildRequires: help2man


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ddrescue.git/commitdiff/3646c8389685b626d3774f090f276ae26dc5197b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-HTTP_Upload: HTTP_Upload-1.0.0b4.tgz

2019-02-24 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/HTTP_Upload-1.0.0b4.tgz
be4ca339fae538c8fbadd7b358b1356f  HTTP_Upload-1.0.0b4.tgz
Size: 15392 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-HTTP_Upload] - updated to 1.0.0b4

2019-02-24 Thread adamg
commit b5eb1d9f0654f168636d61ea867f205700fa9f58
Author: Adam Gołębiowski 
Date:   Sun Feb 24 09:08:11 2019 +0100

- updated to 1.0.0b4

 php-pear-HTTP_Upload-bug-4318.patch | 11 ---
 php-pear-HTTP_Upload.spec   | 11 ++-
 2 files changed, 6 insertions(+), 16 deletions(-)
---
diff --git a/php-pear-HTTP_Upload.spec b/php-pear-HTTP_Upload.spec
index 964db1b..68aecae 100644
--- a/php-pear-HTTP_Upload.spec
+++ b/php-pear-HTTP_Upload.spec
@@ -1,6 +1,6 @@
 %define_status beta
 %define_pearname   HTTP_Upload
-%definesubver  b2
+%definesubver  b4
 %definerel 1
 %include   /usr/lib/rpm/macros.php
 Summary:   %{_pearname} - Easy and secure managment of files submitted via 
HTML Forms
@@ -8,11 +8,10 @@ Summary(pl.UTF-8):%{_pearname} - Proste i łatwe 
zarządzanie plikami przesyła
 Name:  php-pear-%{_pearname}
 Version:   1.0.0
 Release:   0.%{subver}.%{rel}
-License:   PHP 2.02
+License:   LGPL
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}%{subver}.tgz
-# Source0-md5: b12f2dfbd5acbccbe6bc31fc38f43dde
-Patch0:%{name}-bug-4318.patch
+# Source0-md5: be4ca339fae538c8fbadd7b358b1356f
 URL:   http://pear.php.net/package/HTTP_Upload/
 BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -56,7 +55,6 @@ Ta klasa ma w PEAR status: %{_status}.
 
 %prep
 %pear_package_setup
-%patch0 -p1
 
 # must use own own dir
 # interestingly it is loading from correct path already when running as
@@ -78,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/%{_pearname}/docs/*
 %{php_pear_dir}/.registry/*.reg
 %{php_pear_dir}/HTTP/Upload.php
+%dir %{php_pear_dir}/HTTP/Upload
+%{php_pear_dir}/HTTP/Upload/Error.php
+%{php_pear_dir}/HTTP/Upload/File.php
 %dir %{php_pear_dir}/data/HTTP_Upload
 %{php_pear_dir}/data/HTTP_Upload/en.php
 %lang(da) %{php_pear_dir}/data/HTTP_Upload/da.php
diff --git a/php-pear-HTTP_Upload-bug-4318.patch 
b/php-pear-HTTP_Upload-bug-4318.patch
deleted file mode 100644
index 8a5adb3..000
--- a/php-pear-HTTP_Upload-bug-4318.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 HTTP_Upload-1.0.0b1/usr/share/pear/HTTP/Upload.php~2010-08-19 
14:04:02.0 +0300
-+++ HTTP_Upload-1.0.0b1/usr/share/pear/HTTP/Upload.php 2010-08-19 
14:22:57.872355680 +0300
-@@ -981,7 +981,7 @@
- {
- $this->_extensionsCheck = $exts;
- $this->_extensionsMode  = $mode;
--if ($case_sensitive != null) {
-+if ($case_sensitive !== null) {
- $this->_extensionsCaseSensitive  = $case_sensitive;
- }
- }


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-HTTP_Upload.git/commitdiff/b5eb1d9f0654f168636d61ea867f205700fa9f58

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-HTTP_Request2: HTTP_Request2-2.3.0.tgz

2019-02-24 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/HTTP_Request2-2.3.0.tgz
12195ac7032228fb74d5d628234220d6  HTTP_Request2-2.3.0.tgz
Size: 119717 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-HTML_Template_PHPLIB: HTML_Template_PHPLIB-1.6.0.tgz

2019-02-24 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/HTML_Template_PHPLIB-1.6.0.tgz
3aea322a34ca3a52c362c16440307b78  HTML_Template_PHPLIB-1.6.0.tgz
Size: 17946 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-HTTP_Request2] - updated to 2.3.0

2019-02-24 Thread adamg
commit 45be6c6a44af3835cd8ed11b50fd38e3e898c9f9
Author: Adam Gołębiowski 
Date:   Sun Feb 24 09:02:34 2019 +0100

- updated to 2.3.0

 php-pear-HTTP_Request2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-HTTP_Request2.spec b/php-pear-HTTP_Request2.spec
index 82b9153..f5767ff 100644
--- a/php-pear-HTTP_Request2.spec
+++ b/php-pear-HTTP_Request2.spec
@@ -4,12 +4,12 @@
 Summary:   %{pearname} - Provides an easy way to perform HTTP requests
 Summary(pl.UTF-8): %{pearname} - dostarcza łatwą w użyciu metodę do 
wykonywania zapytań HTTP
 Name:  php-pear-%{pearname}
-Version:   2.2.1
+Version:   2.3.0
 Release:   1
 License:   BSD License
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: 36c8406b0d95bbdec54ad0fdafa73d00
+# Source0-md5: 12195ac7032228fb74d5d628234220d6
 URL:   http://pear.php.net/package/HTTP_Request2/
 BuildRequires: php-pear-PEAR >= 1:1.5.4
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-HTTP_Request2.git/commitdiff/45be6c6a44af3835cd8ed11b50fd38e3e898c9f9

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-HTML_Template_PHPLIB] - updated to 1.6.0

2019-02-24 Thread adamg
commit d7839b3a84af879f063ec1a492133285ba931974
Author: Adam Gołębiowski 
Date:   Sun Feb 24 09:01:23 2019 +0100

- updated to 1.6.0

 php-pear-HTML_Template_PHPLIB.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/php-pear-HTML_Template_PHPLIB.spec 
b/php-pear-HTML_Template_PHPLIB.spec
index faa2b49..ab09cb5 100644
--- a/php-pear-HTML_Template_PHPLIB.spec
+++ b/php-pear-HTML_Template_PHPLIB.spec
@@ -4,12 +4,12 @@
 Summary:   %{pearname} - preg_* based template system
 Summary(pl.UTF-8): %{pearname} - system szablonĂłw bazowany na preg_*
 Name:  php-pear-%{pearname}
-Version:   1.5.2
+Version:   1.6.0
 Release:   1
 License:   LGPL
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: 8acbb63d8e11d1331bcc6e6a37124d6c
+# Source0-md5: 3aea322a34ca3a52c362c16440307b78
 URL:   http://pear.php.net/package/HTML_Template_PHPLIB/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -38,7 +38,7 @@ Ta klasa ma w PEAR status: %{status}.
 %prep
 %pear_package_setup
 
-mv .%{php_pear_dir}/data/HTML_Template_PHPLIB/README .
+mv docs/HTML_Template_PHPLIB/README.rst .
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc README.rst
 %doc install.log
 %{php_pear_dir}/.registry/*.reg
 %{php_pear_dir}/HTML/Template/PHPLIB.php


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-HTML_Template_PHPLIB.git/commitdiff/d7839b3a84af879f063ec1a492133285ba931974

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-HTML_Template_IT] - updated to 1.3.1

2019-02-24 Thread adamg
commit bf16dd3db80bf6076fca1e76878725d10c0fea1e
Author: Adam Gołębiowski 
Date:   Sun Feb 24 08:58:08 2019 +0100

- updated to 1.3.1

 php-pear-HTML_Template_IT.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-HTML_Template_IT.spec b/php-pear-HTML_Template_IT.spec
index 8672de2..232181d 100644
--- a/php-pear-HTML_Template_IT.spec
+++ b/php-pear-HTML_Template_IT.spec
@@ -7,12 +7,12 @@
 Summary:   %{_pearname} - Integrated Templates
 Summary(pl.UTF-8): %{_pearname} - zintegrowane szablony
 Name:  php-pear-%{_pearname}
-Version:   1.3.0
-Release:   2
+Version:   1.3.1
+Release:   1
 License:   Modified BSD
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: cbd2fcffd32a39da7b260397156bddbb
+# Source0-md5: 16d37c2c5ab7dd19fbd12c406d1f03cf
 URL:   http://pear.php.net/package/HTML_Template_IT/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-HTML_Template_IT.git/commitdiff/bf16dd3db80bf6076fca1e76878725d10c0fea1e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-HTML_Template_IT: HTML_Template_IT-1.3.1.tgz

2019-02-24 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/HTML_Template_IT-1.3.1.tgz
16d37c2c5ab7dd19fbd12c406d1f03cf  HTML_Template_IT-1.3.1.tgz
Size: 23365 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-HTML_Form] - updated to 1.3.1

2019-02-24 Thread adamg
commit a6ef585d2c152d022531979852655728b57696f1
Author: Adam Gołębiowski 
Date:   Sun Feb 24 08:57:26 2019 +0100

- updated to 1.3.1

 php-pear-HTML_Form.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-HTML_Form.spec b/php-pear-HTML_Form.spec
index 11d6304..e2e785f 100644
--- a/php-pear-HTML_Form.spec
+++ b/php-pear-HTML_Form.spec
@@ -4,13 +4,13 @@
 Summary:   %{_pearname} - simple HTML form package
 Summary(pl.UTF-8): %{_pearname} - pakiet do prostych formularzy HTML
 Name:  php-pear-%{_pearname}
-Version:   1.3.0
-Release:   4
+Version:   1.3.1
+Release:   1
 Epoch: 0
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 5dac87216afa9f388bd55cb546d5413c
+# Source0-md5: b880b155ce423e7d49dd2201bf35a359
 URL:   http://pear.php.net/package/HTML_Form/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-HTML_Form.git/commitdiff/a6ef585d2c152d022531979852655728b57696f1

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-HTML_Form: HTML_Form-1.3.1.tgz

2019-02-24 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/HTML_Form-1.3.1.tgz
b880b155ce423e7d49dd2201bf35a359  HTML_Form-1.3.1.tgz
Size: 15179 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Gtk2_ExceptionDump] - updated to 1.1.1

2019-02-24 Thread adamg
commit a18696d1d8cb3e3d2cb51e9274d8fbaf4ad759d2
Author: Adam Gołębiowski 
Date:   Sun Feb 24 08:55:56 2019 +0100

- updated to 1.1.1

 php-pear-Gtk2_ExceptionDump.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-Gtk2_ExceptionDump.spec b/php-pear-Gtk2_ExceptionDump.spec
index dbb8216..1ecce3c 100644
--- a/php-pear-Gtk2_ExceptionDump.spec
+++ b/php-pear-Gtk2_ExceptionDump.spec
@@ -6,12 +6,12 @@
 Summary:   %{_pearname} - Analyze exceptions, php and PEAR errors visually
 Summary(pl.UTF-8): %{_pearname} - wizualna analiza wyjątków oraz błędów 
php i PEAR-a
 Name:  php-pear-%{_pearname}
-Version:   1.1.0
-Release:   2
+Version:   1.1.1
+Release:   1
 License:   LGPL
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: e1aa6e642374d6f6dc4533f6d26881c5
+# Source0-md5: 6c20413bc86bfddada2c98bcf44103b0
 URL:   http://pear.php.net/package/Gtk2_ExceptionDump/
 BuildRequires: php-pear-PEAR >= 1:1.4.8
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Gtk2_ExceptionDump.git/commitdiff/a18696d1d8cb3e3d2cb51e9274d8fbaf4ad759d2

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Gtk2_ExceptionDump: Gtk2_ExceptionDump-1.1.1.tgz

2019-02-24 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Gtk2_ExceptionDump-1.1.1.tgz
6c20413bc86bfddada2c98bcf44103b0  Gtk2_ExceptionDump-1.1.1.tgz
Size: 8008 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-File_MARC: File_MARC-1.3.0.tgz

2019-02-24 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/File_MARC-1.3.0.tgz
b4b8e183d83977641702408c4e2bb056  File_MARC-1.3.0.tgz
Size: 96368 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-File_MARC] - updated to 1.3.0

2019-02-24 Thread adamg
commit a3b8d5a63aebe0947821ccf3aaf0d87f00cd1049
Author: Adam Gołębiowski 
Date:   Sun Feb 24 08:55:01 2019 +0100

- updated to 1.3.0

 php-pear-File_MARC.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-File_MARC.spec b/php-pear-File_MARC.spec
index ee29a8c..7338a45 100644
--- a/php-pear-File_MARC.spec
+++ b/php-pear-File_MARC.spec
@@ -6,12 +6,12 @@
 Summary:   %{_pearname} - Parse, modify, and create MARC records
 Summary(pl.UTF-8): %{_pearname} - parsowanie, modyfikacja oraz tworzenie 
rekordów MARC
 Name:  php-pear-%{_pearname}
-Version:   1.1.2
+Version:   1.3.0
 Release:   1
 License:   GNU Lesser General Public License
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: b2e6ea2e4c8c0973ce65d4e43eed5478
+# Source0-md5: b4b8e183d83977641702408c4e2bb056
 URL:   http://pear.php.net/package/File_MARC/
 BuildRequires: php-pear-PEAR >= 1:1.4.0
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-File_MARC.git/commitdiff/a3b8d5a63aebe0947821ccf3aaf0d87f00cd1049

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-DB] - updated to 1.9.3

2019-02-23 Thread adamg
commit a5d46eb6852ae0d39dbf74db7ab09bf61505261e
Author: Adam Gołębiowski 
Date:   Sun Feb 24 08:54:02 2019 +0100

- updated to 1.9.3

 php-pear-DB.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-DB.spec b/php-pear-DB.spec
index 7e70ead..f5b90e8 100644
--- a/php-pear-DB.spec
+++ b/php-pear-DB.spec
@@ -4,12 +4,12 @@
 Summary:   %{pearname} - Database Abstraction Layer
 Summary(pl.UTF-8): %{pearname} - Abstrakcyjna warstwa baz danych
 Name:  php-pear-%{pearname}
-Version:   1.9.0
+Version:   1.9.3
 Release:   1
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: 81b35534fd433f393517dfb73c31151f
+# Source0-md5: a66c06aa0b3ab42b813a7071a4531232
 URL:   http://pear.php.net/package/DB/
 BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-DB.git/commitdiff/a5d46eb6852ae0d39dbf74db7ab09bf61505261e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-DB: DB-1.9.3.tgz

2019-02-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/DB-1.9.3.tgz
a66c06aa0b3ab42b813a7071a4531232  DB-1.9.3.tgz
Size: 132290 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Crypt_GPG] - updated to 1.6.3

2019-02-23 Thread adamg
commit 13bcfd7d62916de0ba9b8cacee844d36aed31702
Author: Adam Gołębiowski 
Date:   Sun Feb 24 08:52:49 2019 +0100

- updated to 1.6.3

 php-pear-Crypt_GPG.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-Crypt_GPG.spec b/php-pear-Crypt_GPG.spec
index f435fdd..62a3ffc 100644
--- a/php-pear-Crypt_GPG.spec
+++ b/php-pear-Crypt_GPG.spec
@@ -4,12 +4,12 @@
 Summary:   %{pearname} - GNU Privacy Guard (GPG)
 Summary(pl.UTF-8): %{pearname} - Gnu Privacy Guard (GPG)
 Name:  php-pear-%{pearname}
-Version:   1.4.0
+Version:   1.6.3
 Release:   1
 License:   LGPL
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: bddff46921d6f63d9166cfd213f6733e
+# Source0-md5: 824430837954be93c6c9b9def5691a64
 URL:   http://pear.php.net/package/Crypt_GPG/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Crypt_GPG.git/commitdiff/13bcfd7d62916de0ba9b8cacee844d36aed31702

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Crypt_GPG: Crypt_GPG-1.6.3.tgz

2019-02-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Crypt_GPG-1.6.3.tgz
824430837954be93c6c9b9def5691a64  Crypt_GPG-1.6.3.tgz
Size: 346999 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Console_Table: Console_Table-1.3.1.tgz

2019-02-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Console_Table-1.3.1.tgz
6b84a527b3a1cf6be26c66863bae2ace  Console_Table-1.3.1.tgz
Size: 11492 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Console_Table] - updated to 1.3.1

2019-02-23 Thread adamg
commit cb7caff6ca6ecc25d08b72a8fbf51baa7f0f435a
Author: Adam Gołębiowski 
Date:   Sun Feb 24 08:51:53 2019 +0100

- updated to 1.3.1

 php-pear-Console_Table.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-Console_Table.spec b/php-pear-Console_Table.spec
index ee0d08e..9c5803d 100644
--- a/php-pear-Console_Table.spec
+++ b/php-pear-Console_Table.spec
@@ -4,12 +4,12 @@
 Summary:   %{pearname} - makes it easy to build console style tables
 Summary(pl.UTF-8): %{pearname} - proste tworzenie tabel konsolowych
 Name:  php-pear-%{pearname}
-Version:   1.3.0
+Version:   1.3.1
 Release:   1
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: d01d1c51bf1cd1150332df27e2fdc8a5
+# Source0-md5: 6b84a527b3a1cf6be26c66863bae2ace
 URL:   http://pear.php.net/package/Console_Table/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Console_Table.git/commitdiff/cb7caff6ca6ecc25d08b72a8fbf51baa7f0f435a

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Auth_Yubico] - updated to 2.6

2019-02-23 Thread adamg
commit bc252668114a37ecb69cee0f6695e7793405f488
Author: Adam Gołębiowski 
Date:   Sun Feb 24 08:50:25 2019 +0100

- updated to 2.6

 php-pear-Auth_Yubico.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-Auth_Yubico.spec b/php-pear-Auth_Yubico.spec
index 4447278..86d95d1 100644
--- a/php-pear-Auth_Yubico.spec
+++ b/php-pear-Auth_Yubico.spec
@@ -4,12 +4,12 @@
 Summary:   %{pearname} - Authentication class for verifying Yubico OTP 
tokens
 Summary(pl.UTF-8): %{pearname} - klasa uwierzytelniająca do weryfikowania 
tokenów OTP Yubico
 Name:  php-pear-Auth_Yubico
-Version:   2.5
+Version:   2.6
 Release:   1
 License:   BSD
 Group: Development/Languages/PHP
 Source0:   
https://developers.yubico.com/php-yubico/Releases/Auth_Yubico-%{version}.tgz
-# Source0-md5: 955f8330a5e030904394c6892d09a4c4
+# Source0-md5: bfd284b96166c2122006623024faf26c
 URL:   https://developers.yubico.com/php-yubico/
 BuildRequires: php-packagexml2cl
 BuildRequires: php-pear-PEAR


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Auth_Yubico.git/commitdiff/bc252668114a37ecb69cee0f6695e7793405f488

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Auth_Yubico: Auth_Yubico-2.6.tgz

2019-02-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: https://developers.yubico.com/php-yubico/Releases/Auth_Yubico-2.6.tgz
bfd284b96166c2122006623024faf26c  Auth_Yubico-2.6.tgz
Size: 27063 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: php-pear-Archive_Tar: Archive_Tar-1.4.5.tgz

2019-02-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/Archive_Tar-1.4.5.tgz
86f50dd602f23d1dc4e1d983a584cd38  Archive_Tar-1.4.5.tgz
Size: 20919 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/php-pear-Archive_Tar] - updated to 1.4.5

2019-02-23 Thread adamg
commit e68773d240ade8633d044f76493ed3b1f23caec9
Author: Adam Gołębiowski 
Date:   Sun Feb 24 08:48:03 2019 +0100

- updated to 1.4.5

 php-pear-Archive_Tar.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-Archive_Tar.spec b/php-pear-Archive_Tar.spec
index 294d0a9..5bdc441 100644
--- a/php-pear-Archive_Tar.spec
+++ b/php-pear-Archive_Tar.spec
@@ -8,12 +8,12 @@
 Summary:   %{pearname} - Tar file management class
 Summary(pl.UTF-8): %{pearname} - klasa do zarządzania plikami Tar
 Name:  php-pear-%{pearname}
-Version:   1.4.3
+Version:   1.4.5
 Release:   1
 License:   New BSD
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: 3f04593df320ebb495e77d3c2762c658
+# Source0-md5: 86f50dd602f23d1dc4e1d983a584cd38
 URL:   http://pear.php.net/package/Archive_Tar/
 %if %{without bootstrap}
 BuildRequires: php-pear-PEAR


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Archive_Tar.git/commitdiff/e68773d240ade8633d044f76493ed3b1f23caec9

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: tar: tar-1.32.tar.bz2 tar-non-english-man-pages.tar.bz2

2019-02-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: https://ftp.gnu.org/gnu/tar/tar-1.32.tar.bz2
17917356fff5cb4bd3cd5a6c3e727b05  tar-1.32.tar.bz2
Size: 2947264 bytes
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/tar-non-english-man-pages.tar.bz2
4e4b1655fe42c27a4eb5d7bcd82e74ac  tar-non-english-man-pages.tar.bz2


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/tar] - updated to 1.32

2019-02-23 Thread adamg
commit 8fe2608e720a447fc0509117f0091ef4850d9012
Author: Adam Gołębiowski 
Date:   Sat Feb 23 20:37:45 2019 +0100

- updated to 1.32

 tar.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tar.spec b/tar.spec
index 0c3970a..893958c 100644
--- a/tar.spec
+++ b/tar.spec
@@ -10,13 +10,13 @@ Summary(pl.UTF-8):  Program do archiwizacji (GNU)
 Summary(pt_BR.UTF-8):  GNU Tape Archiver (tar)
 Summary(tr.UTF-8): Yaygın kullanılan yedekleyici
 Name:  tar
-Version:   1.31
+Version:   1.32
 Release:   1
 Epoch: 1
 License:   GPL v3+
 Group: Applications/Archiving
 Source0:   https://ftp.gnu.org/gnu/tar/%{name}-%{version}.tar.bz2
-# Source0-md5: 77afa35b696c8d760331fa0e12c2fac9
+# Source0-md5: 17917356fff5cb4bd3cd5a6c3e727b05
 Source1:   
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 4e4b1655fe42c27a4eb5d7bcd82e74ac
 Patch0:%{name}-info.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tar.git/commitdiff/8fe2608e720a447fc0509117f0091ef4850d9012

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/pcre] - updated to 8.43

2019-02-23 Thread adamg
commit e64019d237128662e63307c1a64a3dd1f5e4386f
Author: Adam Gołębiowski 
Date:   Sat Feb 23 20:35:37 2019 +0100

- updated to 8.43

 ...nchoring-bug-in-conditional-subexpression.patch |  70 
 ...x-bad-auto-possessify-for-certain-classes.patch |  65 
 pcre-8.42-Fix-subject-buffer-overread-in-JIT.patch |  29 
 ...ix-two-C-wrapper-bugs-unnoticed-for-years.patch | 178 -
 pcre-8.42-Fix-typos-in-pcrgrep.patch   |  36 -
 ...peat-leading-subroutine-call-first-charac.patch |  89 ---
 pcre.spec  |  18 +--
 7 files changed, 3 insertions(+), 482 deletions(-)
---
diff --git a/pcre.spec b/pcre.spec
index 7eaf771..c481e3a 100644
--- a/pcre.spec
+++ b/pcre.spec
@@ -11,20 +11,14 @@ Summary:Perl-Compatible Regular Expression library
 Summary(pl.UTF-8): Biblioteka perlowych wyrażeń regularnych
 Summary(pt_BR.UTF-8):  Biblioteca de expressões regulares versão
 Name:  pcre
-Version:   8.42
-Release:   2
+Version:   8.43
+Release:   1
 License:   BSD (see LICENCE)
 Group: Libraries
 Source0:   
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
-# Source0-md5: 085b6aa253e0f91cae70b3cdbe8c1ac2
+# Source0-md5: 636222e79e392c3d95dcc545f24f98c4
 Patch0:%{name}-pcreposix-glibc-conflict.patch
 Patch1:pcre-8.41-fix_stack_estimator.patch
-Patch2:
pcre-8.42-Fix-anchoring-bug-in-conditional-subexpression.patch
-Patch3:
pcre-8.42-Fix-bad-auto-possessify-for-certain-classes.patch
-Patch4:pcre-8.42-Fix-subject-buffer-overread-in-JIT.patch
-Patch5:
pcre-8.42-Fix-two-C-wrapper-bugs-unnoticed-for-years.patch
-Patch6:pcre-8.42-Fix-typos-in-pcrgrep.patch
-Patch7:
pcre-8.42-Fix-zero-repeat-leading-subroutine-call-first-charac.patch
 URL:   http://www.pcre.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -274,12 +268,6 @@ Dokumentacja dla PCRE w formacie HTML.
 %setup -q
 %patch0 -p1
 %patch1 -p2
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
 
 %build
 %{__libtoolize}
diff --git a/pcre-8.42-Fix-anchoring-bug-in-conditional-subexpression.patch 
b/pcre-8.42-Fix-anchoring-bug-in-conditional-subexpression.patch
deleted file mode 100644
index d7247bd..000
--- a/pcre-8.42-Fix-anchoring-bug-in-conditional-subexpression.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-From 7abc4de8303e8908eeb96714dac53ae10ff465e3 Mon Sep 17 00:00:00 2001
-From: ph10 
-Date: Sun, 2 Sep 2018 17:05:38 +
-Subject: [PATCH] Fix anchoring bug in conditional subexpression.
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1739 
2f5784b3-3f2a-0410-8824-cb99058d5e15
-Petr Písař: Ported to 8.42

- pcre_compile.c   | 12 ++--
- testdata/testinput2  |  3 +++
- testdata/testoutput2 |  4 
-
- Version 8.42 20-March-2018
- --
-diff --git a/pcre_compile.c b/pcre_compile.c
-index 3991d6c..6141fb3 100644
 a/pcre_compile.c
-+++ b/pcre_compile.c
-@@ -8682,10 +8682,18 @@ do {
-  if (!is_anchored(scode, new_map, cd, atomcount)) return FALSE;
-  }
- 
--   /* Positive forward assertions and conditions */
-+   /* Positive forward assertion */
- 
--   else if (op == OP_ASSERT || op == OP_COND)
-+   else if (op == OP_ASSERT)
-+ {
-+ if (!is_anchored(scode, bracket_map, cd, atomcount)) return FALSE;
-+ }
-+
-+   /* Condition; not anchored if no second branch */
-+
-+   else if (op == OP_COND)
-  {
-+ if (scode[GET(scode,1)] != OP_ALT) return FALSE;
-  if (!is_anchored(scode, bracket_map, cd, atomcount)) return FALSE;
-  }
- 
-diff --git a/testdata/testinput2 b/testdata/testinput2
-index 8ba4dc4..3528de1 100644
 a/testdata/testinput2
-+++ b/testdata/testinput2
-@@ -4257,4 +4257,7 @@ backtracking verbs. --/
- ab
- aaab 
- 
-+/(?(?=^))b/
-+abc
-+
- /-- End of testinput2 --/
-diff --git a/testdata/testoutput2 b/testdata/testoutput2
-index 61ed8d9..4ccda27 100644
 a/testdata/testoutput2
-+++ b/testdata/testoutput2
-@@ -14721,4 +14721,8 @@ No need char
-  0: ab
-  1: a
- 
-+/(?(?=^))b/
-+abc
-+ 0: b
-+
- /-- End of testinput2 --/
--- 
-2.14.4
-
diff --git a/pcre-8.42-Fix-bad-auto-possessify-for-certain-classes.patch 
b/pcre-8.42-Fix-bad-auto-possessify-for-certain-classes.patch
deleted file mode 100644
index c47ec5f..000
--- a/pcre-8.42-Fix-bad-auto-possessify-for-certain-classes.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From 952cac5f4a17e52aec7d0536f405b25428367840 Mon Sep 17 00:00:00 2001
-From: ph10 
-Date: Fri, 17 Aug 2018 14:50:21 +
-Subject: [PATCH] Fix bad auto-possessify for certain classes.
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1738 

DISTFILES: pcre: pcre-8.43.tar.bz2

2019-02-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.43.tar.bz2
636222e79e392c3d95dcc545f24f98c4  pcre-8.43.tar.bz2
Size: 1576584 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/linux-firmware] - updated to 20190213

2019-02-23 Thread adamg
commit cf050073caf3d5376931a3452d0e98636a8466d0
Author: Adam Gołębiowski 
Date:   Sat Feb 23 13:05:08 2019 +0100

- updated to 20190213

 linux-firmware.spec | 20 
 1 file changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/linux-firmware.spec b/linux-firmware.spec
index 2156f51..b5fd7c7 100644
--- a/linux-firmware.spec
+++ b/linux-firmware.spec
@@ -1,7 +1,7 @@
 # TODO
 # - subpackages for various firmwares?
-%definerel 4
-%definever 20181008
+%definerel 1
+%definever 20190213
 Summary:   Firmware files used by the Linux kernel
 Summary(pl.UTF-8): Pliki firmware'u używane przez jądro Linuksa
 Name:  linux-firmware
@@ -9,8 +9,8 @@ Version:%{ver}
 Release:   %{rel}
 License:   GPL+ and GPL v2+ and MIT and Redistributable, no modification 
permitted
 Group: Base/Kernel
-Source0:   
https://src.fedoraproject.org/repo/pkgs/linux-firmware/%{name}-%{version}.tar.xz/sha512/f1ad584870cac242bac3990e4f57fd0127c32b52e05dd30efc5e9f975fb6a7cafff7aee6d09fb0f403ef979ed51b1e1021483061252b6441e2bd7476201d8cfa/linux-firmware-%{version}.tar.xz
-# Source0-md5: 772048e2d3349c99df9b7745acf2946d
+Source0:   
https://src.fedoraproject.org/repo/pkgs/linux-firmware/%{name}-%{version}.tar.xz/sha512/493fb7b190380a5f23e906def749f41501ab240c999f05344008cda765b7dbafef68c76a89bce510745b4e9131c0401d8c5feb08613d90cb077d2c81d76c64dc/linux-firmware-%{version}.tar.xz
+# Source0-md5: 2965a9a94d3be35df09b80c6f3712dd4
 URL:   
https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
 Obsoletes: microcode-data-amd
 BuildArch: noarch
@@ -471,6 +471,11 @@ rm -rf $RPM_BUILD_ROOT
 /lib/firmware/cxgb3
 /lib/firmware/cxgb4
 /lib/firmware/dabusb
+%dir /lib/firmware/dpaa2
+%dir /lib/firmware/dpaa2/mc
+/lib/firmware/dpaa2/mc/mc_10.10.0_ls1088a.itb
+/lib/firmware/dpaa2/mc/mc_10.10.0_ls2088a.itb
+/lib/firmware/dpaa2/mc/mc_10.10.0_lx2160a.itb
 /lib/firmware/dsp56k
 /lib/firmware/dvb-fe-xc4000-*.fw
 /lib/firmware/dvb-fe-xc5000c-*.fw
@@ -521,10 +526,15 @@ rm -rf $RPM_BUILD_ROOT
 /lib/firmware/matrox
 %dir /lib/firmware/mediatek
 /lib/firmware/mediatek/mt7610u.bin
+/lib/firmware/mediatek/mt7610e.bin
 /lib/firmware/mediatek/mt7622pr2h.bin
+/lib/firmware/mediatek/mt7650e.bin
 /lib/firmware/mediatek/mt7662u.bin
 /lib/firmware/mediatek/mt7662u_rom_patch.bin
 /lib/firmware/mediatek/mt7668pr2h.bin
+%dir /lib/firmware/microchip
+/lib/firmware/microchip/mscc_vsc8574_revb_int8051_29e8.bin
+/lib/firmware/microchip/mscc_vsc8584_revb_int8051_fb48.bin
 /lib/firmware/mellanox
 /lib/firmware/moxa
 %dir /lib/firmware/mrvl
@@ -537,6 +547,7 @@ rm -rf $RPM_BUILD_ROOT
 /lib/firmware/mrvl/sd8801_uapsta.bin
 /lib/firmware/mrvl/sd8887_uapsta.bin
 /lib/firmware/mrvl/sd8897_uapsta.bin
+/lib/firmware/mrvl/sdsd8977_combo_v2.bin
 /lib/firmware/mrvl/sdsd8997_combo_v4.bin
 /lib/firmware/mrvl/usb8766_uapsta.bin
 /lib/firmware/mrvl/usb8797_uapsta.bin
@@ -570,6 +581,7 @@ rm -rf $RPM_BUILD_ROOT
 /lib/firmware/qed/qed_init_values-8.20.0.0.bin
 /lib/firmware/qed/qed_init_values-8.30.12.0.bin
 /lib/firmware/qed/qed_init_values-8.33.12.0.bin
+/lib/firmware/qed/qed_init_values-8.37.7.0.bin
 /lib/firmware/qed/qed_init_values_zipped-8.10.10.0.bin
 /lib/firmware/qed/qed_init_values_zipped-8.10.5.0.bin
 /lib/firmware/qed/qed_init_values_zipped-8.15.3.0.bin


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/linux-firmware.git/commitdiff/cf050073caf3d5376931a3452d0e98636a8466d0

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: linux-firmware: linux-firmware-20190213.tar.xz

2019-02-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: 
https://src.fedoraproject.org/repo/pkgs/linux-firmware/linux-firmware-20190213.tar.xz/sha512/493fb7b190380a5f23e906def749f41501ab240c999f05344008cda765b7dbafef68c76a89bce510745b4e9131c0401d8c5feb08613d90cb077d2c81d76c64dc/linux-firmware-20190213.tar.xz
2965a9a94d3be35df09b80c6f3712dd4  linux-firmware-20190213.tar.xz
Size: 81127764 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: getmail: getmail-5.13.tar.gz

2019-02-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pyropus.ca/software/getmail/old-versions/getmail-5.13.tar.gz
a92f3b209f475a0ad0802e3d30435681  getmail-5.13.tar.gz
Size: 199073 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


<    8   9   10   11   12   13   14   15   16   17   >