[packages/percona-server/test-merge: 13/14] skip duplicate default-storage-engine

2016-04-11 Thread glen
commit ef0e4cb41a4bb6383703be0874f69c004827739c
Author: Elan Ruusamäe 
Date:   Tue Apr 12 09:05:03 2016 +0300

skip duplicate default-storage-engine

 mysqld.conf | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/mysqld.conf b/mysqld.conf
index 6320c07..3e717ad 100644
--- a/mysqld.conf
+++ b/mysqld.conf
@@ -40,10 +40,6 @@ skip-external-locking
 # Disabling symbolic-links is recommended to prevent assorted security risks
 symbolic-links=0
 
-# Default storage engine is InnoDB since 5.5.5
-# You may revert to previous behaviour by specifiying MyISAM here
-#default-storage-engine=InnoDB
-
 # Don't listen on a TCP/IP port at all. This is a security enhancement,
 # if all processes that need to connect to mysqld run on the same host.
 # All interaction with mysqld must be made via Unix sockets.
@@ -58,7 +54,9 @@ skip-networking
 # Emergency option. Use only if you really need this.
 #skip-grant-tables
 
-# 
http://dev.mysql.com/doc/refman/5.5/en/server-options.html#option_mysqld_default-storage-engine
+# 
http://dev.mysql.com/doc/refman/5.6/en/server-options.html#option_mysqld_default-storage-engine
+# Default storage engine is InnoDB since 5.5.5
+# You may revert to previous behaviour by specifiying MyISAM here
 #default-storage-engine=MyISAM
 
 # Replication Master Server (default)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/3f9db001d66dea8ecc4912a033a20aa9bae752b7

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


[packages/percona-server/test-merge: 4/14] - up to 5.6.28-76.1

2016-04-11 Thread glen
commit f59f69ee6e36b33840f912c57359172ba9523d7b
Author: Arkadiusz Miśkiewicz 
Date:   Wed Jan 27 13:03:40 2016 +0100

- up to 5.6.28-76.1

 mysql.spec | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index a5f8be2..51bb7b5 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -24,7 +24,7 @@
 %bcond_withndb # NDB is now a separate product, this here is 
broken, so disable it
 
 %definerel 1
-%definepercona_rel 74.0
+%definepercona_rel 76.1
 %include   /usr/lib/rpm/macros.perl
 Summary:   MySQL: a very fast and reliable SQL database engine
 Summary(de.UTF-8): MySQL: ist eine SQL-Datenbank
@@ -35,14 +35,14 @@ Summary(ru.UTF-8):  MySQL - быстрый SQL-сервер
 Summary(uk.UTF-8): MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:  mysql
-Version:   5.6.26
+Version:   5.6.28
 Release:   %{percona_rel}.%{rel}
 License:   GPL + MySQL FLOSS Exception
 Group: Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads
 # Source0: 
http://vesta.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.5/%{name}-%{version}.tar.gz
 Source0:   
http://www.percona.com/downloads/Percona-Server-5.6/LATEST/source/tarball/percona-server-%{version}-%{percona_rel}.tar.gz
-# Source0-md5: 172f420ec779e8902b6a92048088d528
+# Source0-md5: f779df3d75a4a019fe9f17e0a2e0e176
 Source100: http://www.sphinxsearch.com/files/sphinx-2.2.10-release.tar.gz
 # Source100-md5:   dda52b24d8348fc09e26d8a649a231d2
 Source1:   %{name}.init
@@ -901,6 +901,8 @@ done
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/sysconfig/%{name}
 %attr(640,root,mysql) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/clusters.conf
 %attr(755,root,root) %{_bindir}/ps_tokudb_admin
+%attr(755,root,root) %{_bindir}/tokuft_logprint
+%attr(755,root,root) %{_bindir}/tokuftdump
 %attr(755,root,root) %{_sbindir}/innochecksum
 %attr(755,root,root) %{_sbindir}/my_print_defaults
 %attr(755,root,root) %{_sbindir}/myisamchk
@@ -924,6 +926,7 @@ done
 #%attr(755,root,root) %{_libdir}/%{name}/plugin/ha_archive.so
 #%attr(755,root,root) %{_libdir}/%{name}/plugin/ha_blackhole.so
 #%attr(755,root,root) %{_libdir}/%{name}/plugin/ha_federated.so
+%attr(755,root,root) %{_libdir}/%{name}/plugin/ha_tokudb.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/handlersocket.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/libfnv1a_udf.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/libfnv_udf.so
@@ -937,10 +940,12 @@ done
 %attr(755,root,root) %{_libdir}/%{name}/plugin/scalability_metrics.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/semisync_master.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/semisync_slave.so
+%attr(755,root,root) %{_libdir}/%{name}/plugin/tokudb_backup.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/validate_password.so
 %if %{with sphinx}
 %attr(755,root,root) %{_libdir}/%{name}/plugin/ha_sphinx.so
 %endif
+%{_libdir}/libHotBackup.so
 # for plugins
 %attr(755,root,root) %{_libdir}/libmysqlservices.so
 %{_mandir}/man1/innochecksum.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/3f9db001d66dea8ecc4912a033a20aa9bae752b7

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


[packages/percona-server/test-merge: 11/14] - try to avoid x32

2016-04-11 Thread glen
commit fa7a0e648b382993bd0c939c51eb1a748cbf07f8
Author: Arkadiusz Miśkiewicz 
Date:   Thu Jan 28 07:41:21 2016 +0100

- try to avoid x32

 mysql-build.patch | 10 ++
 1 file changed, 10 insertions(+)
---
diff --git a/mysql-build.patch b/mysql-build.patch
index ea45a7b..e50b058 100644
--- a/mysql-build.patch
+++ b/mysql-build.patch
@@ -57,3 +57,13 @@ diff -urNbB mysql-5.0.13-rc.org/sql/mysqld.cc 
mysql-5.0.13-rc/sql/mysqld.cc
  ADD_DEPENDENCIES(slave GenError)
  ADD_LIBRARY(sqlgunitlib
filesort_utils.cc mdl.cc sql_list.cc sql_string.cc thr_malloc.cc
+--- percona-server-5.6.28-76.1/storage/tokudb/CMakeLists.txt~  2016-01-27 
21:17:38.0 +0100
 percona-server-5.6.28-76.1/storage/tokudb/CMakeLists.txt   2016-01-28 
07:23:41.844001444 +0100
+@@ -1,6 +1,7 @@
+ SET(TOKUDB_VERSION 5.6.28-76.1)
+ # PerconaFT only supports x86-64 and cmake-2.8.9+
+ IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND
++"${CMAKE_SIZEOF_VOID_P}" EQUAL "8" AND
+ NOT CMAKE_VERSION VERSION_LESS "2.8.9")
+ CHECK_CXX_SOURCE_COMPILES(
+ "


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/3f9db001d66dea8ecc4912a033a20aa9bae752b7

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


[packages/percona-server/test-merge: 14/14] Merge remote-tracking branch 'remotes/mysql/MYSQL_5_6'

2016-04-11 Thread glen
commit 3f9db001d66dea8ecc4912a033a20aa9bae752b7
Merge: d8dc640 ef0e4cb
Author: Elan Ruusamäe 
Date:   Tue Apr 12 09:07:28 2016 +0300

Merge remote-tracking branch 'remotes/mysql/MYSQL_5_6'

Conflicts:
percona-server.spec

 mysqld.conf | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)
---


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/3f9db001d66dea8ecc4912a033a20aa9bae752b7

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


[packages/percona-server/test-merge: 7/14] - rel 2; tokudb is only for x86_64

2016-04-11 Thread glen
commit 9f6c2f60814fa970c7da62802860f41a2821f463
Author: Arkadiusz Miśkiewicz 
Date:   Wed Jan 27 21:37:19 2016 +0100

- rel 2; tokudb is only for x86_64

 mysql.spec | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index b7928cc..70aae37 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -20,10 +20,16 @@
 %bcond_without systemtap   # systemtap/dtrace probes
 %bcond_without tcpd# libwrap (tcp_wrappers) support
 %bcond_without sphinx  # Sphinx storage engine support
+%bcond_without tokudb  # TokuDB
 %bcond_withtests   # FIXME: don't run correctly
 %bcond_withndb # NDB is now a separate product, this here is 
broken, so disable it
 
-%definerel 1
+# tokudb is only supported on x86_64
+%ifnarch %{x8664}
+%undefine  tokudb
+%endif
+
+%definerel 2
 %definepercona_rel 76.1
 %include   /usr/lib/rpm/macros.perl
 Summary:   MySQL: a very fast and reliable SQL database engine
@@ -901,8 +907,6 @@ done
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/sysconfig/%{name}
 %attr(640,root,mysql) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/clusters.conf
 %attr(755,root,root) %{_bindir}/ps_tokudb_admin
-%attr(755,root,root) %{_bindir}/tokuft_logprint
-%attr(755,root,root) %{_bindir}/tokuftdump
 %attr(755,root,root) %{_sbindir}/innochecksum
 %attr(755,root,root) %{_sbindir}/my_print_defaults
 %attr(755,root,root) %{_sbindir}/myisamchk
@@ -926,7 +930,6 @@ done
 #%attr(755,root,root) %{_libdir}/%{name}/plugin/ha_archive.so
 #%attr(755,root,root) %{_libdir}/%{name}/plugin/ha_blackhole.so
 #%attr(755,root,root) %{_libdir}/%{name}/plugin/ha_federated.so
-%attr(755,root,root) %{_libdir}/%{name}/plugin/ha_tokudb.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/handlersocket.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/libfnv1a_udf.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/libfnv_udf.so
@@ -940,11 +943,16 @@ done
 %attr(755,root,root) %{_libdir}/%{name}/plugin/scalability_metrics.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/semisync_master.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/semisync_slave.so
-%attr(755,root,root) %{_libdir}/%{name}/plugin/tokudb_backup.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/validate_password.so
 %if %{with sphinx}
 %attr(755,root,root) %{_libdir}/%{name}/plugin/ha_sphinx.so
 %endif
+%if %{with tokudb}
+%attr(755,root,root) %{_bindir}/tokuft_logprint
+%attr(755,root,root) %{_bindir}/tokuftdump
+%attr(755,root,root) %{_libdir}/%{name}/plugin/ha_tokudb.so
+%attr(755,root,root) %{_libdir}/%{name}/plugin/tokudb_backup.so
+%endif
 %attr(755,root,root) %{_libdir}/libHotBackup.so
 # for plugins
 %attr(755,root,root) %{_libdir}/libmysqlservices.so


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/3f9db001d66dea8ecc4912a033a20aa9bae752b7

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


[packages/percona-server/test-merge: 9/14] - libHotBackup.so is part of tokudb

2016-04-11 Thread glen
commit 2d4a28d0c1fda8a85a2603b4733ea07ecc0b9cc7
Author: Arkadiusz Miśkiewicz 
Date:   Wed Jan 27 22:11:11 2016 +0100

- libHotBackup.so is part of tokudb

 mysql.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mysql.spec b/mysql.spec
index eb2fb32..8de4c6a 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -952,8 +952,8 @@ done
 %attr(755,root,root) %{_bindir}/tokuftdump
 %attr(755,root,root) %{_libdir}/%{name}/plugin/ha_tokudb.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/tokudb_backup.so
-%endif
 %attr(755,root,root) %{_libdir}/libHotBackup.so
+%endif
 # for plugins
 %attr(755,root,root) %{_libdir}/libmysqlservices.so
 %{_mandir}/man1/innochecksum.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/3f9db001d66dea8ecc4912a033a20aa9bae752b7

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


[packages/percona-server] (14 commits) Created branch test-merge

2016-04-11 Thread glen
The branch 'test-merge' was created.

Summary of new commits:

  26c94b7... - move percona server here and leave mysql.spec for mysql.c (*)
  b3679bd... just one server (*)
  cb9718a... - use default values instead of our ancient ones (*)
  f59f69e... - up to 5.6.28-76.1
  73bc9b7... - up to 5.6.28 (*)
  c8d900c... - attr for lib
  9f6c2f6... - rel 2; tokudb is only for x86_64
  24ec74c... - proper undefine, doh
  2d4a28d... - libHotBackup.so is part of tokudb
  78c6f5a... - tokudb is x86_64 only (*)
  fa7a0e6... - try to avoid x32
  d8dc640... - fix x32 build (*)
  ef0e4cb... skip duplicate default-storage-engine
  3f9db00... Merge remote-tracking branch 'remotes/mysql/MYSQL_5_6'

(*) This commit already existed in another branch; no separate mail sent
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/percona-server/test-merge: 8/14] - proper undefine, doh

2016-04-11 Thread glen
commit 24ec74ca0ff67a7429e1ce1dc523fc1f9fa50db6
Author: Arkadiusz Miśkiewicz 
Date:   Wed Jan 27 21:55:25 2016 +0100

- proper undefine, doh

 mysql.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mysql.spec b/mysql.spec
index 70aae37..eb2fb32 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -26,7 +26,7 @@
 
 # tokudb is only supported on x86_64
 %ifnarch %{x8664}
-%undefine  tokudb
+%undefine  with_tokudb
 %endif
 
 %definerel 2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/3f9db001d66dea8ecc4912a033a20aa9bae752b7

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


[packages/percona-server/test-merge: 6/14] - attr for lib

2016-04-11 Thread glen
commit c8d900c24dd2cb1bc4449b5a236f4ae077883a39
Author: Arkadiusz Miśkiewicz 
Date:   Wed Jan 27 13:04:54 2016 +0100

- attr for lib

 mysql.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mysql.spec b/mysql.spec
index 51bb7b5..b7928cc 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -945,7 +945,7 @@ done
 %if %{with sphinx}
 %attr(755,root,root) %{_libdir}/%{name}/plugin/ha_sphinx.so
 %endif
-%{_libdir}/libHotBackup.so
+%attr(755,root,root) %{_libdir}/libHotBackup.so
 # for plugins
 %attr(755,root,root) %{_libdir}/libmysqlservices.so
 %{_mandir}/man1/innochecksum.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/3f9db001d66dea8ecc4912a033a20aa9bae752b7

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


[packages/mysql/MYSQL_5_6] skip duplicate default-storage-engine

2016-04-11 Thread glen
commit ef0e4cb41a4bb6383703be0874f69c004827739c
Author: Elan Ruusamäe 
Date:   Tue Apr 12 09:05:03 2016 +0300

skip duplicate default-storage-engine

 mysqld.conf | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/mysqld.conf b/mysqld.conf
index 6320c07..3e717ad 100644
--- a/mysqld.conf
+++ b/mysqld.conf
@@ -40,10 +40,6 @@ skip-external-locking
 # Disabling symbolic-links is recommended to prevent assorted security risks
 symbolic-links=0
 
-# Default storage engine is InnoDB since 5.5.5
-# You may revert to previous behaviour by specifiying MyISAM here
-#default-storage-engine=InnoDB
-
 # Don't listen on a TCP/IP port at all. This is a security enhancement,
 # if all processes that need to connect to mysqld run on the same host.
 # All interaction with mysqld must be made via Unix sockets.
@@ -58,7 +54,9 @@ skip-networking
 # Emergency option. Use only if you really need this.
 #skip-grant-tables
 
-# 
http://dev.mysql.com/doc/refman/5.5/en/server-options.html#option_mysqld_default-storage-engine
+# 
http://dev.mysql.com/doc/refman/5.6/en/server-options.html#option_mysqld_default-storage-engine
+# Default storage engine is InnoDB since 5.5.5
+# You may revert to previous behaviour by specifiying MyISAM here
 #default-storage-engine=MyISAM
 
 # Replication Master Server (default)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/ef0e4cb41a4bb6383703be0874f69c004827739c

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


[packages/mysql] Deleted branch v5.6.x

2016-04-11 Thread glen
The branch 'v5.6.x' was deleted at 9cc6a2060aacece1f0e61ab46ed1c23f191f690e.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/mate-themes] up to 3.20.5

2016-04-11 Thread atler
commit 1ba63540e526f9f76651703d92e9f22154605714
Author: Jan Palus 
Date:   Mon Apr 11 23:48:25 2016 +0200

up to 3.20.5

- ContrastHigh theme dropped
- sync descriptions with current list of themes

 mate-themes.spec | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/mate-themes.spec b/mate-themes.spec
index d49da8f..d0e13da 100644
--- a/mate-themes.spec
+++ b/mate-themes.spec
@@ -6,12 +6,12 @@
 Summary:   MATE Desktop themes
 Summary(pl.UTF-8): Motywy dla środowiska MATE Desktop
 Name:  mate-themes
-Version:   3.20.4
+Version:   3.20.5
 Release:   1
 License:   GPL v2+
 Group: Themes
 Source0:   
http://pub.mate-desktop.org/releases/themes/%{gtk3_mver}/%{name}-%{version}.tar.xz
-# Source0-md5: 563a3c71c100a60e0ffec18c331d2ada
+# Source0-md5: 9c23641fd683371180d7a9acecb7261f
 URL:   http://mate-desktop.org/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1:1.9
@@ -36,13 +36,11 @@ MATE Desktop themes:
 - BlackMATE: cinnamon, gtk2, gtk3, marco, unity
 - BlueMenta: cinnamon, gtk2, gtk3, marco, unity, xfwm4
 - Blue-Submarine: cinnamon, gtk2, gtk3, marco
-- GreenLaguna: gtk2, gtk3, marco, unity
 - Green-Submarine: cinnamon, gtk2, gtk3, marco
 - Menta: cinnamon, gtk2, gtk3, marco, unity, xfwm4
 - Shiny: marco
 - TraditionalGreen: gtk2, gtk3, marco
 - TraditionalOk: gtk2, gtk3, marco, openbox, xfwm4
-- TraditionalOkTest: gtk2, gtk3, marco
 
 %description -l pl.UTF-8
 Motywy dla środowiska MATE Desktop:
@@ -50,13 +48,11 @@ Motywy dla środowiska MATE Desktop:
 - BlackMATE: cinnamon, gtk2, gtk3, marco, unity
 - BlueMenta: cinnamon, gtk2, gtk3, marco, unity, xfwm4
 - Blue-Submarine: cinnamon, gtk2, gtk3, marco
-- GreenLaguna: gtk2, gtk3, marco, unity
 - Green-Submarine: cinnamon, gtk2, gtk3, marco
 - Menta: cinnamon, gtk2, gtk3, marco, unity, xfwm4
 - Shiny: marco
 - TraditionalGreen: gtk2, gtk3, marco
 - TraditionalOk: gtk2, gtk3, marco, openbox, xfwm4
-- TraditionalOkTest: gtk2, gtk3, marco
 
 %package accessibility
 Summary:   Accessibility themes for MATE environment
@@ -68,14 +64,12 @@ Requires:   mate-icon-theme >= 1.5
 %description accessibility
 Accessibility themes for MATE environment:
 
-- ContrastHigh: gtk2, gtk3, marco
 - ContrastHighInverse: gtk2, gtk3, marco
 
 %description accessibility -l pl.UTF-8
 Motywy dla środowiska MATE o zwiększonej dostępności dla
 niepełnosprawnych:
 
-- ContrastHigh: gtk2, gtk3, marco
 - ContrastHighInverse: gtk2, gtk3, marco
 
 %prep
@@ -120,6 +114,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files accessibility
 %defattr(644,root,root,755)
-%{_datadir}/themes/ContrastHigh
 %{_datadir}/themes/ContrastHighInverse
 %{_iconsdir}/ContrastHigh


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-themes.git/commitdiff/1ba63540e526f9f76651703d92e9f22154605714

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


DISTFILES: mate-themes: mate-themes-3.20.5.tar.xz

2016-04-11 Thread atler
Request by: atler


Files fetched: 1

STORED: 
http://pub.mate-desktop.org/releases/themes/3.20/mate-themes-3.20.5.tar.xz
9c23641fd683371180d7a9acecb7261f  mate-themes-3.20.5.tar.xz
Size: 4226752 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: checksec: checksec-1.7.4.tar.gz

2016-04-11 Thread glen
Request by: glen


Files fetched: 1

STORED: 
https://github.com/slimm609/checksec.sh/archive/1.7.4/checksec-1.7.4.tar.gz
8e963bc27f58d14c9b3657600a5c298e  checksec-1.7.4.tar.gz
Size: 51677 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/checksec] use dist tarball; package man

2016-04-11 Thread glen
commit b0635d7267b5a46819dac7faa22dbc8f08662e2e
Author: Elan Ruusamäe 
Date:   Mon Apr 11 23:00:59 2016 +0300

use dist tarball; package man

 checksec.spec | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/checksec.spec b/checksec.spec
index 4398399..6a0a463 100644
--- a/checksec.spec
+++ b/checksec.spec
@@ -4,10 +4,8 @@ Version:   1.7.4
 Release:   1
 License:   BSD
 Group: Development/Tools
-Source0:   
https://raw.githubusercontent.com/slimm609/checksec.sh/master/%{name}
-# Source0-md5: 075996be339ab16ad7b94d6de3ee07bd
-Source1:   
https://raw.githubusercontent.com/slimm609/checksec.sh/master/ChangeLog
-# Source1-md5: 03a45df6ac588603c6191dc0a4883531
+Source0:   
https://github.com/slimm609/checksec.sh/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 8e963bc27f58d14c9b3657600a5c298e
 URL:   https://github.com/slimm609/checksec.sh
 Requires:  binutils
 BuildArch: noarch
@@ -31,17 +29,19 @@ checksec can check binary-files and running processes for 
hardening
 features.
 
 %prep
-cp -p %{SOURCE1} ChangeLog
+%setup -qn %{name}.sh-%{version}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man7}
 install -p %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
+install -p extras/man/checksec.7* $RPM_BUILD_ROOT%{_mandir}/man7
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog
+%doc README.md LICENSE.txt ChangeLog
 %attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man7/checksec.7*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/checksec.git/commitdiff/b0635d7267b5a46819dac7faa22dbc8f08662e2e

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


[packages/checksec] updated to new version (#1)

2016-04-11 Thread glen
commit 806d030eb24e57e4d4211efaa4d9c528c9caf0bd
Author: slimm609 
Date:   Mon Apr 11 15:56:39 2016 -0400

updated to new version (#1)

 checksec.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/checksec.spec b/checksec.spec
index db19b19..4398399 100644
--- a/checksec.spec
+++ b/checksec.spec
@@ -1,14 +1,14 @@
 Summary:   Tool to check system for binary-hardening
 Name:  checksec
-Version:   1.5
+Version:   1.7.4
 Release:   1
 License:   BSD
 Group: Development/Tools
-Source0:   http://www.trapkit.de/tools/%{name}.sh
+Source0:   
https://raw.githubusercontent.com/slimm609/checksec.sh/master/%{name}
 # Source0-md5: 075996be339ab16ad7b94d6de3ee07bd
-Source1:   http://www.trapkit.de/tools/%{name}_changes.txt
+Source1:   
https://raw.githubusercontent.com/slimm609/checksec.sh/master/ChangeLog
 # Source1-md5: 03a45df6ac588603c6191dc0a4883531
-URL:   http://www.trapkit.de/tools/checksec.html
+URL:   https://github.com/slimm609/checksec.sh
 Requires:  binutils
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/checksec.git/commitdiff/b0635d7267b5a46819dac7faa22dbc8f08662e2e

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


[packages/evolution-data-server] Update to 3.20.1

2016-04-11 Thread megabajt
commit 4c93e79dfbaebc7d44250086d01c2133a1f9655a
Author: Marcin Banasiak 
Date:   Mon Apr 11 21:53:15 2016 +0200

Update to 3.20.1

 evolution-data-server.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index 930a414..ba00827 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -12,12 +12,12 @@
 Summary:   Evolution data server
 Summary(pl.UTF-8): Serwer danych Evolution
 Name:  evolution-data-server
-Version:   3.20.0
-Release:   2
+Version:   3.20.1
+Release:   1
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/3.20/%{name}-%{version}.tar.xz
-# Source0-md5: 09773d7ee81948a191a43bd235ba04d0
+# Source0-md5: 7c6ff622bc1e07841b215a7394ba5ea6
 URL:   http://www.gnome.org/projects/evolution/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake >= 1:1.11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evolution-data-server.git/commitdiff/4c93e79dfbaebc7d44250086d01c2133a1f9655a

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


DISTFILES: evolution-data-server: evolution-data-server-3.20.1.tar.xz

2016-04-11 Thread megabajt
Request by: megabajt


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/3.20/evolution-data-server-3.20.1.tar.xz
7c6ff622bc1e07841b215a7394ba5ea6  evolution-data-server-3.20.1.tar.xz
Size: 5558708 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: xorg-driver-video-ati: xf86-video-ati-7.7.0.tar.bz2

2016-04-11 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-7.7.0.tar.bz2
59bfe0feba875c5cd28b03766aaa3b98  xf86-video-ati-7.7.0.tar.bz2
Size: 836902 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/kinetic-c] - missing patch

2016-04-11 Thread qboosh
commit 27d3eb588dddaed28017f630d216047a04571692
Author: Jakub Bogusz 
Date:   Mon Apr 11 21:50:40 2016 +0200

- missing patch

 kinetic-c-gcc.patch | 35 +++
 1 file changed, 35 insertions(+)
---
diff --git a/kinetic-c-gcc.patch b/kinetic-c-gcc.patch
new file mode 100644
index 000..e48751b
--- /dev/null
+++ b/kinetic-c-gcc.patch
@@ -0,0 +1,35 @@
+--- kinetic-c-0.12.0/src/lib/bus/bus_types.h.orig  2015-03-13 
21:12:09.0 +0100
 kinetic-c-0.12.0/src/lib/bus/bus_types.h   2016-04-11 21:22:45.880852697 
+0200
+@@ -86,7 +86,7 @@ struct boxed_msg;
+ { \
+ BUS_LOG_SNPRINTF(B, 0, LOG_ASSERT, UDATA, 128, \
+ "BUS FAILURE at %s:%d in %s: assert(" #COND ")", \
+-__FILE__, (int)__LINE__, __FUNCTION__); \
++__FILE__, (int)__LINE__, __func__); \
+ assert(COND); \
+ } \
+ } while(0)
+--- kinetic-c-0.12.0/src/lib/kinetic_logger.h.orig 2015-03-13 
21:12:09.0 +0100
 kinetic-c-0.12.0/src/lib/kinetic_logger.h  2016-04-11 21:14:27.192069433 
+0200
+@@ -63,7 +63,7 @@ int KineticLogger_ByteArraySliceToCStrin
+ if(!(cond)) \
+ { \
+ LOGF0("ASSERT FAILURE at %s:%d in %s: assert(" #cond ")", \
+-__FILE__, (int)__LINE__, __FUNCTION__); \
++__FILE__, (int)__LINE__, __func__); \
+ assert(cond); \
+ } \
+ }
+--- kinetic-c-0.12.0/src/lib/kinetic_types_internal.h.orig 2015-03-13 
21:12:09.0 +0100
 kinetic-c-0.12.0/src/lib/kinetic_types_internal.h  2016-04-11 
21:21:49.597978106 +0200
+@@ -38,10 +38,6 @@
+ #define KINETIC_CONNECTION_TIMEOUT_SECS (30) /* Java simulator may take 
longer than 10 seconds to respond */
+ #define KINETIC_OPERATION_TIMEOUT_SECS (20)
+ 
+-// Ensure __func__ is defined (for debugging)
+-#if !defined __func__
+-#define __func__ __FUNCTION__
+-#endif
+ 
+ // Expose normally private data for test builds to allow inspection
+ #ifdef TEST


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kinetic-c.git/commitdiff/27d3eb588dddaed28017f630d216047a04571692

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


[packages/xorg-driver-video-ati] - updated to 7.7.0

2016-04-11 Thread qboosh
commit 08332efc65195d7ce9f110f13986cab8a50e1024
Author: Jakub Bogusz 
Date:   Mon Apr 11 21:49:50 2016 +0200

- updated to 7.7.0

 xorg-driver-video-ati.spec | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/xorg-driver-video-ati.spec b/xorg-driver-video-ati.spec
index 8aa2aea..bfd4fc4 100644
--- a/xorg-driver-video-ati.spec
+++ b/xorg-driver-video-ati.spec
@@ -6,12 +6,12 @@
 Summary:   X.org video drivers for ATI Radeon adapters
 Summary(pl.UTF-8): Sterowniki obrazu X.org do kart graficznych ATI Radeon
 Name:  xorg-driver-video-ati
-Version:   7.6.1
-Release:   2
+Version:   7.7.0
+Release:   1
 License:   MIT
 Group: X11/Applications
 Source0:   
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-%{version}.tar.bz2
-# Source0-md5: ede86cd3d1b1d8882f0aea61d9e924ed
+# Source0-md5: 59bfe0feba875c5cd28b03766aaa3b98
 URL:   http://xorg.freedesktop.org/
 BuildRequires: Mesa-libGL-devel
 BuildRequires: autoconf >= 2.60
@@ -30,13 +30,13 @@ BuildRequires:  xorg-proto-videoproto-devel
 BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
 BuildRequires: xorg-proto-xf86driproto-devel
 BuildRequires: xorg-util-util-macros >= 1.8
-BuildRequires: xorg-xserver-server-devel >= 1.7
+BuildRequires: xorg-xserver-server-devel >= 1.9
 %{?requires_xorg_xserver_videodrv}
 %{?with_glamor:Requires:   xorg-xserver-server >= 1.16.0}
 Requires:  libdrm >= %{libdrm_ver}
-Requires:  xorg-xserver-libdri >= 1.7
-Requires:  xorg-xserver-libglx >= 1.7
-Requires:  xorg-xserver-server >= 1.7
+Requires:  xorg-xserver-libdri >= 1.9
+Requires:  xorg-xserver-libglx >= 1.9
+Requires:  xorg-xserver-server >= 1.9
 Provides:  xorg-driver-video
 Obsoletes: X11-driver-ati < 1:7.0.0
 Obsoletes: X11-driver-radeon < 1:7.0.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-ati.git/commitdiff/08332efc65195d7ce9f110f13986cab8a50e1024

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


[packages/kinetic-c] - more fixes in format patch to cover x32 time_t issue - added gcc patch (disable non-standard __FUN

2016-04-11 Thread qboosh
commit 27e1c4e8075663bf5cd16faab438973ee80a8839
Author: Jakub Bogusz 
Date:   Mon Apr 11 21:35:22 2016 +0200

- more fixes in format patch to cover x32 time_t issue
- added gcc patch (disable non-standard __FUNCTION__ usage)

 kinetic-c-format.patch | 38 ++
 kinetic-c.spec |  2 ++
 2 files changed, 40 insertions(+)
---
diff --git a/kinetic-c.spec b/kinetic-c.spec
index bbb96d0..4cf0bd1 100644
--- a/kinetic-c.spec
+++ b/kinetic-c.spec
@@ -13,6 +13,7 @@ Source0:  
https://github.com/Kinetic/kinetic-c/archive/%{version}/%{name}-%{versi
 # Source0-md5: 6e9816aeb2411ddf3c3159c0a6c1883a
 Patch0:%{name}-make.patch
 Patch1:%{name}-format.patch
+Patch2:%{name}-gcc.patch
 URL:   https://github.com/Kinetic/kinetic-c/
 %{?with_apidocs:BuildRequires: doxygen}
 BuildRequires: json-c-devel
@@ -77,6 +78,7 @@ Dokumentacja API biblioteki C Kinetic.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 LDFLAGS="%{rpmldflags}" \
diff --git a/kinetic-c-format.patch b/kinetic-c-format.patch
index 62afe21..4303ed4 100644
--- a/kinetic-c-format.patch
+++ b/kinetic-c-format.patch
@@ -17,3 +17,41 @@
  e_id, e_id);
  (void)e_id;
  
+--- kinetic-c-0.12.0/src/lib/bus/listener_task.c.orig  2015-03-13 
21:12:09.0 +0100
 kinetic-c-0.12.0/src/lib/bus/listener_task.c   2016-04-11 
21:29:25.941285397 +0200
+@@ -163,7 +163,7 @@ static void tick_handler(listener *l) {
+ } else {
+ BUS_LOG_SNPRINTF(b, 3, LOG_LISTENER, b->udata, 64,
+ "decrementing countdown on info %p [%u]: %ld",
+-(void*)info, info->id, info->timeout_sec - 1);
++(void*)info, info->id, (long)info->timeout_sec - 1);
+ info->timeout_sec--;
+ }
+ break;
+@@ -205,7 +205,7 @@ static void tick_handler(listener *l) {
+ } else {
+ BUS_LOG_SNPRINTF(b, 3, LOG_LISTENER, b->udata, 64,
+ "decrementing countdown on info %p [%u]: %ld",
+-(void*)info, info->id, info->timeout_sec - 1);
++(void*)info, info->id, (long)info->timeout_sec - 1);
+ info->timeout_sec--;
+ }
+ break;
+@@ -223,7 +223,7 @@ void ListenerTask_DumpRXInfoTable(listen
+ rx_info_t *info = &l->rx_info[i];
+ 
+ printf(" -- state: %d, info[%d]: timeout %ld",
+-info->state, info->id, info->timeout_sec);
++info->state, info->id, (long)info->timeout_sec);
+ switch (l->rx_info[i].state) {
+ case RIS_HOLD:
+ printf(", fd %d, seq_id %lld, has_result? %d\n",
+@@ -289,7 +289,7 @@ static void clean_up_completed_info(list
+ struct boxed_msg *box = info->u.expect.box;
+ if (box->result.status != BUS_SEND_SUCCESS) {
+ printf("*** info %d: info->timeout %ld\n",
+-info->id, info->timeout_sec);
++info->id, (long)info->timeout_sec);
+ printf("info->error %d\n", info->u.expect.error);
+ printf("info->box == %p\n", (void*)box);
+ printf("info->box->result.status == %d\n", 
box->result.status);


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kinetic-c.git/commitdiff/27e1c4e8075663bf5cd16faab438973ee80a8839

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


[packages/pango] Update to 1.40.1

2016-04-11 Thread megabajt
commit dc40387ae5f90f68a0a98caf6e57eae25c7d62c2
Author: Marcin Banasiak 
Date:   Mon Apr 11 21:19:36 2016 +0200

Update to 1.40.1

 pango.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pango.spec b/pango.spec
index 752b658..09215d1 100644
--- a/pango.spec
+++ b/pango.spec
@@ -8,13 +8,13 @@ Summary:  System for layout and rendering of 
internationalized text
 Summary(pl.UTF-8): System renderowania międzynarodowego tekstu
 Summary(pt_BR.UTF-8):  Sistema para layout e renderização de texto 
internacionalizado
 Name:  pango
-Version:   1.40.0
+Version:   1.40.1
 Release:   1
 Epoch: 1
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/pango/1.40/%{name}-%{version}.tar.xz
-# Source0-md5: 186ce69b25709d891c2c564a8307
+# Source0-md5: 6fc88c6529890d6c8e03074d57a3eceb
 URL:   http://www.pango.org/
 BuildRequires: autoconf >= 2.59-9
 BuildRequires: automake >= 1:1.9


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pango.git/commitdiff/dc40387ae5f90f68a0a98caf6e57eae25c7d62c2

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


DISTFILES: pango: pango-1.40.1.tar.xz

2016-04-11 Thread megabajt
Request by: megabajt


Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/pango/1.40/pango-1.40.1.tar.xz
6fc88c6529890d6c8e03074d57a3eceb  pango-1.40.1.tar.xz
Size: 1051912 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: xorg-driver-video-amdgpu: xf86-video-amdgpu-1.1.0.tar.bz2

2016-04-11 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-amdgpu-1.1.0.tar.bz2
89e62ee60b12f94e27ab76268bbbe778  xf86-video-amdgpu-1.1.0.tar.bz2
Size: 379970 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/xorg-driver-video-amdgpu] - updated to 1.1.0

2016-04-11 Thread qboosh
commit 97bd444609b821e0674d7ec1fdf5d3bdf709768a
Author: Jakub Bogusz 
Date:   Mon Apr 11 21:13:44 2016 +0200

- updated to 1.1.0

 xorg-driver-video-amdgpu.spec | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/xorg-driver-video-amdgpu.spec b/xorg-driver-video-amdgpu.spec
index e565844..a55e60e 100644
--- a/xorg-driver-video-amdgpu.spec
+++ b/xorg-driver-video-amdgpu.spec
@@ -2,16 +2,16 @@
 # Conditional build:
 %bcond_without glamor  # glamor, new GL-based acceleration
 #
-%definelibdrm_ver  2.4.46
+%definelibdrm_ver  2.4.58
 Summary:   X.org video driver for AMD Radeon GPUs
 Summary(pl.UTF-8): Sterowniki obrazu X.org do układów graficznych AMD 
Radeon
 Name:  xorg-driver-video-amdgpu
-Version:   1.0.1
+Version:   1.1.0
 Release:   1
 License:   MIT
 Group: X11/Applications
 Source0:   
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-amdgpu-%{version}.tar.bz2
-# Source0-md5: f989e7a564afca970631a7b37ab78004
+# Source0-md5: 89e62ee60b12f94e27ab76268bbbe778
 URL:   http://xorg.freedesktop.org/
 BuildRequires: Mesa-libGL-devel
 BuildRequires: autoconf >= 2.60
@@ -29,13 +29,13 @@ BuildRequires:  xorg-proto-videoproto-devel
 BuildRequires: xorg-proto-xextproto-devel >= 7.0.99.1
 BuildRequires: xorg-proto-xf86driproto-devel
 BuildRequires: xorg-util-util-macros >= 1.8
-BuildRequires: xorg-xserver-server-devel >= 1.8
+BuildRequires: xorg-xserver-server-devel >= 1.9
 %{?requires_xorg_xserver_videodrv}
 %{?with_glamor:Requires:   xorg-xserver-server >= 1.16.0}
 Requires:  libdrm >= %{libdrm_ver}
-Requires:  xorg-xserver-libdri >= 1.8
-Requires:  xorg-xserver-libglx >= 1.8
-Requires:  xorg-xserver-server >= 1.8
+Requires:  xorg-xserver-libdri >= 1.9
+Requires:  xorg-xserver-libglx >= 1.9
+Requires:  xorg-xserver-server >= 1.9
 Provides:  xorg-driver-video
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-amdgpu.git/commitdiff/97bd444609b821e0674d7ec1fdf5d3bdf709768a

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


DISTFILES: gnome-online-accounts: gnome-online-accounts-3.20.1.tar.xz

2016-04-11 Thread megabajt
Request by: megabajt


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-online-accounts/3.20/gnome-online-accounts-3.20.1.tar.xz
d7b3b82c6d1902cadf4cfe0ef5547eb1  gnome-online-accounts-3.20.1.tar.xz
Size: 1482736 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/gnome-online-accounts] Update to 3.20.1

2016-04-11 Thread megabajt
commit 7b054784d534bd7b28c28d36e1776300b8eab9e7
Author: Marcin Banasiak 
Date:   Mon Apr 11 21:11:34 2016 +0200

Update to 3.20.1

 gnome-online-accounts.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec
index dc0b875..3adc33f 100644
--- a/gnome-online-accounts.spec
+++ b/gnome-online-accounts.spec
@@ -7,12 +7,12 @@
 Summary:   Provide online accounts information
 Summary(pl.UTF-8): Dostarczanie informacji o kontach w serwisach sieciowych
 Name:  gnome-online-accounts
-Version:   3.20.0
+Version:   3.20.1
 Release:   1
 License:   LGPL v2+
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-online-accounts/3.20/%{name}-%{version}.tar.xz
-# Source0-md5: 47ff0c86ad7b7ecb50aa6d6aa5c58ccd
+# Source0-md5: d7b3b82c6d1902cadf4cfe0ef5547eb1
 Patch0:%{name}-link.patch
 URL:   http://www.gnome.org/
 BuildRequires: autoconf >= 2.64


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-online-accounts.git/commitdiff/7b054784d534bd7b28c28d36e1776300b8eab9e7

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


DISTFILES: vte: vte-0.44.1.tar.xz

2016-04-11 Thread megabajt
Request by: megabajt


Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/vte/0.44/vte-0.44.1.tar.xz
20916d97a5902657e54307cc2757beee  vte-0.44.1.tar.xz
Size: 979116 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/vte] Update to 0.44.1

2016-04-11 Thread megabajt
commit 13370c8c01206b9ee59ba62fdbda36c625831a45
Author: Marcin Banasiak 
Date:   Mon Apr 11 21:10:31 2016 +0200

Update to 0.44.1

 vte.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/vte.spec b/vte.spec
index 05e649c..33c5c63 100644
--- a/vte.spec
+++ b/vte.spec
@@ -5,12 +5,12 @@
 Summary:   VTE terminal widget library
 Summary(pl.UTF-8): Biblioteka z kontrolką terminala VTE
 Name:  vte
-Version:   0.44.0
-Release:   2
+Version:   0.44.1
+Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/vte/0.44/%{name}-%{version}.tar.xz
-# Source0-md5: 3247bb254c65472f657fda3bc8279b61
+# Source0-md5: 20916d97a5902657e54307cc2757beee
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.9
 BuildRequires: docbook-dtd412-xml


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vte.git/commitdiff/13370c8c01206b9ee59ba62fdbda36c625831a45

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


DISTFILES: yelp: yelp-3.20.1.tar.xz

2016-04-11 Thread megabajt
Request by: megabajt


Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/yelp/3.20/yelp-3.20.1.tar.xz
9ab298e19ed3f295b27519989faec6f0  yelp-3.20.1.tar.xz
Size: 1377544 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: geocode-glib: geocode-glib-3.20.1.tar.xz

2016-04-11 Thread megabajt
Request by: megabajt


Files fetched: 1

STORED: 
http://download.gnome.org/sources/geocode-glib/3.20/geocode-glib-3.20.1.tar.xz
4d9a4c666f525b8ae534be865c8b7681  geocode-glib-3.20.1.tar.xz
Size: 371200 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/geocode-glib] Update to 3.20.1

2016-04-11 Thread megabajt
commit 6e931e6f873e5d2ef2dd7e7b0519cebfd17e307a
Author: Marcin Banasiak 
Date:   Mon Apr 11 21:02:58 2016 +0200

Update to 3.20.1

 geocode-glib.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/geocode-glib.spec b/geocode-glib.spec
index f810741..598ad68 100644
--- a/geocode-glib.spec
+++ b/geocode-glib.spec
@@ -6,12 +6,12 @@
 Summary:   GLib geocoding library that uses the Yahoo! Place Finder service
 Summary(pl.UTF-8): Biblioteka GLib do geokodowania wykorzystująca serwis 
Yahoo! Place Finder
 Name:  geocode-glib
-Version:   3.20.0
+Version:   3.20.1
 Release:   1
 License:   LGPL v2+
 Group: Libraries
 Source0:   
http://download.gnome.org/sources/geocode-glib/3.20/%{name}-%{version}.tar.xz
-# Source0-md5: 0c6f87c5086004585f433478d9caf155
+# Source0-md5: 4d9a4c666f525b8ae534be865c8b7681
 URL:   https://developer.gnome.org/geocode-glib/
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/geocode-glib.git/commitdiff/6e931e6f873e5d2ef2dd7e7b0519cebfd17e307a

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


[packages/yelp] Update to 3.20.1

2016-04-11 Thread megabajt
commit 31cda5ec92aca23e0e5ef3df547573e2b9a9cfbd
Author: Marcin Banasiak 
Date:   Mon Apr 11 21:02:35 2016 +0200

Update to 3.20.1

 yelp.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/yelp.spec b/yelp.spec
index 5eb9d43..420f986 100644
--- a/yelp.spec
+++ b/yelp.spec
@@ -1,12 +1,12 @@
 Summary:   A system documentation reader from the GNOME project
 Summary(pl.UTF-8): Czytnik dokumentacji z projektu GNOME
 Name:  yelp
-Version:   3.20.0
-Release:   2
+Version:   3.20.1
+Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/yelp/3.20/%{name}-%{version}.tar.xz
-# Source0-md5: 908490f2e5d6cd9b4a34a24a0d916ed5
+# Source0-md5: 9ab298e19ed3f295b27519989faec6f0
 URL:   http://projects.gnome.org/yelp/
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/yelp.git/commitdiff/31cda5ec92aca23e0e5ef3df547573e2b9a9cfbd

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


DISTFILES: kinetic-c: kinetic-c-0.12.0.tar.gz

2016-04-11 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/Kinetic/kinetic-c/archive/0.12.0/kinetic-c-0.12.0.tar.gz
6e9816aeb2411ddf3c3159c0a6c1883a  kinetic-c-0.12.0.tar.gz
Size: 31934354 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: yelp-xsl: yelp-xsl-3.20.1.tar.xz

2016-04-11 Thread megabajt
Request by: megabajt


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.20/yelp-xsl-3.20.1.tar.xz
2332716e6e39125a942bc761a6f94211  yelp-xsl-3.20.1.tar.xz
Size: 568400 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/kinetic-c] - updated to 0.12.0 - updated make patch - added format patch (fix uintptr_t format strings)

2016-04-11 Thread qboosh
commit 9e9b8cb1e3b61153893cea652ff0a5fdd84a2d19
Author: Jakub Bogusz 
Date:   Mon Apr 11 20:50:04 2016 +0200

- updated to 0.12.0
- updated make patch
- added format patch (fix uintptr_t format strings)

 kinetic-c-format.patch |  19 +++
 kinetic-c-make.patch   | 141 +
 kinetic-c.spec |  25 +
 3 files changed, 120 insertions(+), 65 deletions(-)
---
diff --git a/kinetic-c.spec b/kinetic-c.spec
index 8f5698d..bbb96d0 100644
--- a/kinetic-c.spec
+++ b/kinetic-c.spec
@@ -5,17 +5,21 @@
 Summary:   Kinetic C client library
 Summary(pl.UTF-8): Biblioteka kliencka C Kinetic
 Name:  kinetic-c
-Version:   0.6.0
+Version:   0.12.0
 Release:   1
 License:   GPL v2+
 Group: Libraries
-Source0:   
https://github.com/Seagate/kinetic-c/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 5f88679259cf90b7ccdddbb1cd3b64cc
+Source0:   
https://github.com/Kinetic/kinetic-c/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 6e9816aeb2411ddf3c3159c0a6c1883a
 Patch0:%{name}-make.patch
-URL:   https://github.com/Seagate/kinetic-c/
+Patch1:%{name}-format.patch
+URL:   https://github.com/Kinetic/kinetic-c/
 %{?with_apidocs:BuildRequires: doxygen}
+BuildRequires: json-c-devel
+BuildRequires: kinetic-protocol >= 3.0.5
 BuildRequires: openssl-devel
-BuildRequires: protobuf-c-devel >= 1.0
+BuildRequires: protobuf-c-devel >= 1.1.0
+BuildRequires: protobuf-devel >= 2.6.0
 BuildRequires: socket99-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -72,12 +76,13 @@ Dokumentacja API biblioteki C Kinetic.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 LDFLAGS="%{rpmldflags}" \
 %{__make} \
CC="%{__cc}" \
-   OPTIMIZE="%{rpmcflags} %{rpmcppflags}"
+   OPTIMIZE="%{rpmcflags} %{rpmcppflags} -D_GNU_SOURCE"
 
 %if %{with apidocs}
 doxygen config/Doxyfile
@@ -88,7 +93,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
PREFIX=$RPM_BUILD_ROOT%{_prefix} \
-   LIB=%{_lib}
+   LIBDIR=/%{_lib}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -104,8 +109,10 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libkinetic-c-client.so
+%{_includedir}/byte_array.h
+%{_includedir}/kinetic_admin_client.h
 %{_includedir}/kinetic_client.h
-%{_includedir}/kinetic_proto.h
+%{_includedir}/kinetic_semaphore.h
 %{_includedir}/kinetic_types.h
 
 %files static
@@ -115,5 +122,5 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with apidocs}
 %files apidocs
 %defattr(644,root,root,755)
-%doc docs/*.{css,html,js,png}
+%doc docs/api/*.{css,html,js,png}
 %endif
diff --git a/kinetic-c-format.patch b/kinetic-c-format.patch
new file mode 100644
index 000..62afe21
--- /dev/null
+++ b/kinetic-c-format.patch
@@ -0,0 +1,19 @@
+--- kinetic-c-0.12.0/src/lib/bus/listener_io.c.orig2015-03-13 
21:12:09.0 +0100
 kinetic-c-0.12.0/src/lib/bus/listener_io.c 2016-04-11 19:38:20.167072962 
+0200
+@@ -22,6 +22,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #include "listener_task.h"
+ #include "syscall.h"
+@@ -381,7 +382,7 @@
+ } else {
+ uintptr_t e_id = result.u.error.opaque_error_id;
+ BUS_LOG_SNPRINTF(b, 1, LOG_LISTENER, b->udata, 128,
+-"Got opaque_error_id of %lu (0x%08lx)",
++"Got opaque_error_id of %"PRIuPTR" (0x%08"PRIxPTR")",
+ e_id, e_id);
+ (void)e_id;
+ 
diff --git a/kinetic-c-make.patch b/kinetic-c-make.patch
index 694e2ae..ea74e94 100644
--- a/kinetic-c-make.patch
+++ b/kinetic-c-make.patch
@@ -1,72 +1,101 @@
 kinetic-c-0.6.0/Makefile.orig  2014-10-07 00:54:46.0 +0200
-+++ kinetic-c-0.6.0/Makefile   2014-10-18 17:40:35.051702549 +0200
-@@ -12,15 +12,17 @@
- SOCKET99 = ./vendor/socket99
- VND_INC = ./vendor
- BIN = $(BIN_DIR)/kinetic_client
--LDFLAGS += -lm -l ssl -l kinetic-c-client -l crypto
-+LDFLAGS += -lm -lssl -lcrypto -lsocket99 -lprotobuf-c
+--- kinetic-c-0.12.0/Makefile.orig 2015-03-13 21:12:09.0 +0100
 kinetic-c-0.12.0/Makefile  2016-04-11 20:02:53.847011168 +0200
+@@ -27,7 +27,7 @@
+ WARN += -Werror
+ CDEFS += -D_POSIX_C_SOURCE=199309L -D_C99_SOURCE=1
+ CFLAGS += -std=c99 -fPIC -g $(WARN) $(CDEFS) $(OPTIMIZE)
+-LDFLAGS += -lm -L${OPENSSL_PATH}/lib -lcrypto -lssl -lpthread -ljson-c
++LDFLAGS += -lm -lcrypto -lssl -lpthread -ljson-c -lprotobuf-c -lsocket99
+ NUM_SIMS ?= 2
  
- PREFIX ?= /usr/local
-+LIB ?= lib
- INSTALL ?= install
- RM ?= rm
+ 
#===
+@@ -47,18 +47,19 @@
+ VERSION = ${shell head -n1 $(VERSION_FILE)}
+ THREADPOOL_PATH = ${LIB_DIR}/threadpool
+ BUS_PATH = ${LIB_DIR}/bus
+-JSONC_LIB = ${OUT_DIR}/libjson-c.a
+ 
+ KINETIC_LIB_NAME = $(PROJECT).$(VERSION)
+ KINETIC_LIB = $(BIN_DIR)/lib$(KINETIC_LIB_NAME).a
+-LIB_INCS = -I$(LIB_DIR) -I$(PUB_INC) -I$(PROTOBUFC) -I$(SOCKET99) -I$(VENDOR) 
\
+-  -I$(

[packages/yelp-xsl] Update to 3.20.1

2016-04-11 Thread megabajt
commit e78935401e2050730e406ae7b828021d6d5b9d33
Author: Marcin Banasiak 
Date:   Mon Apr 11 20:49:18 2016 +0200

Update to 3.20.1

 yelp-xsl.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/yelp-xsl.spec b/yelp-xsl.spec
index c9d5fd0..97e0477 100644
--- a/yelp-xsl.spec
+++ b/yelp-xsl.spec
@@ -1,12 +1,12 @@
 Summary:   XSL stylesheets for the Yelp help browser
 Summary(pl.UTF-8): Arkusze styli XSL dla przeglądarki pomocy Yelp
 Name:  yelp-xsl
-Version:   3.20.0
+Version:   3.20.1
 Release:   1
 License:   LGPL v2+
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.20/%{name}-%{version}.tar.xz
-# Source0-md5: 96825ddbb27d4d2ba6b501b662458a7c
+# Source0-md5: 2332716e6e39125a942bc761a6f94211
 URL:   http://projects.gnome.org/yelp/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.10


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/yelp-xsl.git/commitdiff/e78935401e2050730e406ae7b828021d6d5b9d33

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


[packages/crossmingw32-harfbuzz] - updated to 1.2.6

2016-04-11 Thread qboosh
commit 8dfe028053e9721cc7dd83cb193593de339b07e4
Author: Jakub Bogusz 
Date:   Mon Apr 11 20:43:10 2016 +0200

- updated to 1.2.6

 crossmingw32-harfbuzz.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/crossmingw32-harfbuzz.spec b/crossmingw32-harfbuzz.spec
index 06e3fa5..3f31e02 100644
--- a/crossmingw32-harfbuzz.spec
+++ b/crossmingw32-harfbuzz.spec
@@ -1,14 +1,14 @@
 Summary:   HarfBuzz - internationalized text shaping library - MinGW32 
cross version
 Summary(pl.UTF-8): Rasteryzer fontów TrueType - wersja skrośna dla MinGW32
 Name:  crossmingw32-harfbuzz
-Version:   1.2.4
+Version:   1.2.6
 Release:   1
 License:   MIT
 Group: Development/Libraries
-Source0:   
http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
-# Source0-md5: 3898b890f13dce5ac7a01c5446021729
+Source0:   
https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
+# Source0-md5: 9f4b6831c86135faef011e991f59f77f
 Patch0:harfbuzz-win32.patch
-URL:   http://www.freedesktop.org/wiki/HarfBuzz
+URL:   https://www.freedesktop.org/wiki/HarfBuzz
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11.1
 # cairo is used only for utilities, which are not packaged


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-harfbuzz.git/commitdiff/8dfe028053e9721cc7dd83cb193593de339b07e4

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


[packages/harfbuzz] - updated to 1.2.6

2016-04-11 Thread qboosh
commit d23beedfca3b39ee9f466d6e3e1de192eaa5bc4c
Author: Jakub Bogusz 
Date:   Mon Apr 11 20:17:13 2016 +0200

- updated to 1.2.6

 harfbuzz.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/harfbuzz.spec b/harfbuzz.spec
index 52565f3..c5ff3fa 100644
--- a/harfbuzz.spec
+++ b/harfbuzz.spec
@@ -8,13 +8,13 @@
 Summary:   HarfBuzz - internationalized text shaping library
 Summary(pl.UTF-8): HarfBuzz - biblioteka rysująca tekst z obsługą wielu 
języków
 Name:  harfbuzz
-Version:   1.2.5
+Version:   1.2.6
 Release:   1
 License:   MIT
 Group: Libraries
-Source0:   
http://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
-# Source0-md5: cf1eca3bdcdcfb818c7ebb4644b4cc0d
-URL:   http://www.freedesktop.org/wiki/HarfBuzz
+Source0:   
https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
+# Source0-md5: 9f4b6831c86135faef011e991f59f77f
+URL:   https://www.freedesktop.org/wiki/HarfBuzz
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11.1
 BuildRequires: cairo-devel >= 1.8.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/harfbuzz.git/commitdiff/d23beedfca3b39ee9f466d6e3e1de192eaa5bc4c

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


DISTFILES: harfbuzz: harfbuzz-1.2.6.tar.bz2

2016-04-11 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.2.6.tar.bz2
9f4b6831c86135faef011e991f59f77f  harfbuzz-1.2.6.tar.bz2
Size: 1336078 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/opencv] - noted contrib todo

2016-04-11 Thread qboosh
commit ca2adc0862f76aed6a25f39c630198b623197868
Author: Jakub Bogusz 
Date:   Mon Apr 11 19:48:17 2016 +0200

- noted contrib todo

 opencv.spec | 9 +
 1 file changed, 9 insertions(+)
---
diff --git a/opencv.spec b/opencv.spec
index 8498627..e66f4b9 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -1,4 +1,13 @@
 # TODO:
+# - contrib subpackage(s)
+# - contrib BRs:
+#   opencv_contrib-3.1.0/modules/cnn_3dobj/CMakeLists.txt:find_package(Caffe)
+#   
opencv_contrib-3.1.0/modules/cnn_3dobj/CMakeLists.txt:find_package(Protobuf)
+#   opencv_contrib-3.1.0/modules/cnn_3dobj/CMakeLists.txt:find_package(Glog)
+#   opencv_contrib-3.1.0/modules/hdf/CMakeLists.txt:find_package(HDF5)
+#   opencv_contrib-3.1.0/modules/sfm/CMakeLists.txt:find_package(Ceres QUIET)
+#   opencv_contrib-3.1.0/modules/text/CMakeLists.txt:find_package(Tesseract)
+#
 # - Smartek GigEVisionSDK (http://www.smartekvision.com/ but I can't see SDK 
with Linux library?)
 # - CUDA, CUFFT, CUBLAS, NVCUVID support (on bcond)
 # - ipp (libippi): http://software.intel.com/en-us/articles/intel-ipp/ 
(proprietary)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/opencv.git/commitdiff/ca2adc0862f76aed6a25f39c630198b623197868

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


[packages/ruby/RUBY_1_8] skip .info build without doc

2016-04-11 Thread glen
commit 5b51a841c13d6b7a1eb926ed53a5e0fd0c300c3b
Author: Elan Ruusamäe 
Date:   Mon Apr 11 19:36:09 2016 +0300

skip .info build without doc

 ruby.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ruby.spec b/ruby.spec
index 8bc360d..6f88a74 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -256,10 +256,11 @@ cd ..
--enable-pthread
 
 %{__make}
+
+%if %{with doc}
 %{__make} clean -C ruby-texi-1.4-en
 %{__make} info -C ruby-texi-1.4-en
 
-%if %{with doc}
 mkdir rdoc
 
 RUBYLIB=".:lib:$(find ext .ext -type d | tr '\n' ':')"


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby.git/commitdiff/5b51a841c13d6b7a1eb926ed53a5e0fd0c300c3b

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


DISTFILES: socket99: socket99-0.2.0.tar.gz

2016-04-11 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/silentbicycle/socket99/archive/v0.2.0/socket99-0.2.0.tar.gz
8fd589f5f8e29a5178a79a019f660886  socket99-0.2.0.tar.gz
Size: 7978 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/socket99] - updated to 0.2.0 release

2016-04-11 Thread qboosh
commit eba7ce85ab26e048102cd66d9e3157cb954ad9d7
Author: Jakub Bogusz 
Date:   Mon Apr 11 17:34:54 2016 +0200

- updated to 0.2.0 release

 socket99.spec | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/socket99.spec b/socket99.spec
index f28ea32..de49227 100644
--- a/socket99.spec
+++ b/socket99.spec
@@ -1,13 +1,13 @@
 Summary:   C99 wrapper library for the BSD sockets API
 Summary(pl.UTF-8): Biblioteka C99 obudowująca API gniazd BSD
 Name:  socket99
-Version:   0
-%definesnap20140923
-Release:   0.%{snap}.1
+Version:   0.2.0
+Release:   1
 License:   MIT
 Group: Libraries
-Source0:   
https://github.com/silentbicycle/socket99/archive/master/%{name}.tar.gz
-# Source0-md5: fc1a45bfe0a802aac24bdee78d51e6f4
+#Source0Download: https://github.com/silentbicycle/socket99/releases
+Source0:   
https://github.com/silentbicycle/socket99/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 8fd589f5f8e29a5178a79a019f660886
 URL:   https://github.com/silentbicycle/socket99
 BuildRequires: gcc >= 5:3.0
 BuildRequires: libtool
@@ -57,10 +57,10 @@ Static socket99 library.
 Statyczna biblioteka socket99.
 
 %prep
-%setup -q -n socket99-master
+%setup -q
 
 %build
-libtool --mode=compile %{__cc} %{rpmcflags} %{rpmcppflags} -Wall -c socket99.c
+libtool --mode=compile %{__cc} %{rpmcflags} %{rpmcppflags} -Wall -Wextra 
-std=c99 -D_GNU_SOURCE -c socket99.c
 libtool --mode=link %{__cc} %{rpmldflags} %{rpmcflags} -o libsocket99.la 
socket99.lo -rpath %{_libdir}
 
 %install


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/socket99.git/commitdiff/eba7ce85ab26e048102cd66d9e3157cb954ad9d7

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


DISTFILES: kinetic-protocol: kinetic-protocol-3.0.6.tar.gz

2016-04-11 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/Kinetic/kinetic-protocol/archive/3.0.6/kinetic-protocol-3.0.6.tar.gz
c675d3e92fe73727b5eec1b5aa695e7d  kinetic-protocol-3.0.6.tar.gz
Size: 29946 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/kinetic-cpp-client] - updated URLs

2016-04-11 Thread qboosh
commit 7163ac44647ddf60146bc7738125c4365a9b45e4
Author: Jakub Bogusz 
Date:   Mon Apr 11 16:29:20 2016 +0200

- updated URLs

 kinetic-cpp-client.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kinetic-cpp-client.spec b/kinetic-cpp-client.spec
index 7d9c3e3..90541e5 100644
--- a/kinetic-cpp-client.spec
+++ b/kinetic-cpp-client.spec
@@ -9,10 +9,10 @@ Version:  0.1.1
 Release:   4
 License:   GPL v2+
 Group: Libraries
-Source0:   
https://github.com/Seagate/kinetic-cpp-client/archive/%{version}/%{name}-%{version}.tar.gz
+Source0:   
https://github.com/Kinetic/kinetic-cpp-client/archive/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: ac77cc4ebf388e0e1d690317888373e6
 Patch0:%{name}-system-libs.patch
-URL:   https://github.com/Seagate/kinetic-cpp-client/
+URL:   https://github.com/Kinetic/kinetic-cpp-client/
 BuildRequires: cmake >= 2.8.6
 %{?with_apidocs:BuildRequires: doxygen}
 BuildRequires: gflags-devel >= 2.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kinetic-cpp-client.git/commitdiff/7163ac44647ddf60146bc7738125c4365a9b45e4

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


[packages/kinetic-protocol] - new URLs, updated to 3.0.6

2016-04-11 Thread qboosh
commit dbfc589e1ff2fb128e752263fe8bc4f72a2006f9
Author: Jakub Bogusz 
Date:   Mon Apr 11 16:28:35 2016 +0200

- new URLs, updated to 3.0.6

 kinetic-protocol.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/kinetic-protocol.spec b/kinetic-protocol.spec
index aca7717..d997b29 100644
--- a/kinetic-protocol.spec
+++ b/kinetic-protocol.spec
@@ -1,13 +1,13 @@
 Summary:   Kinetic protocol description
 Summary(pl.UTF-8): Opis protokołu Kinetic
 Name:  kinetic-protocol
-Version:   3.0.5
-Release:   2
+Version:   3.0.6
+Release:   1
 License:   GPL v2+
 Group: Development/Libraries
-Source0:   
https://github.com/Seagate/kinetic-protocol/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 6129e69b6d105f62f219f2748c9b0d86
-URL:   https://github.com/Seagate/kinetic-protocol
+Source0:   
https://github.com/Kinetic/kinetic-protocol/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: c675d3e92fe73727b5eec1b5aa695e7d
+URL:   https://github.com/Kinetic/kinetic-protocol
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kinetic-protocol.git/commitdiff/dbfc589e1ff2fb128e752263fe8bc4f72a2006f9

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


DISTFILES: accelio: accelio-1.6.tar.gz

2016-04-11 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://github.com/accelio/accelio/archive/v1.6/accelio-1.6.tar.gz
0f6634e03ff1bf2e9b83e554202d093f  accelio-1.6.tar.gz
Size: 684357 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/accelio] - updated to 1.6 - added fio patch, build fio module - added sse patch (fixes non-sse build)

2016-04-11 Thread qboosh
commit 08f63b58e3699caa351e4707ed6fce28751de127
Author: Jakub Bogusz 
Date:   Mon Apr 11 16:14:44 2016 +0200

- updated to 1.6
- added fio patch, build fio module
- added sse patch (fixes non-sse build)

 accelio-fio.patch | 21 +
 accelio-sse.patch | 23 +++
 accelio.spec  | 23 ++-
 3 files changed, 62 insertions(+), 5 deletions(-)
---
diff --git a/accelio.spec b/accelio.spec
index 0fbc3ad..ead0e1d 100644
--- a/accelio.spec
+++ b/accelio.spec
@@ -1,24 +1,26 @@
 # TODO:
-# - fio engine module (BR: headers from fio sources)
 # - kernel modules (BR: OFED kernel headers)
 #
 # Conditional build:
-%bcond_withfio # FIO module
+%bcond_without fio # FIO module
 %bcond_withkernel  # kernel modules
 %bcond_without static_libs # static libraries
 #
 Summary:   Open Source I/O, Message and RPC Acceleration library
 Summary(pl.UTF-8): Mająca otwarte źródła biblioteka przyspieszająca we/wy, 
komunikaty i RPC
 Name:  accelio
-Version:   1.3
+Version:   1.6
 Release:   1
 License:   BSD
 Group: Libraries
 Source0:   
https://github.com/accelio/accelio/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 3a75f4139c72a797740a50e8033f74ae
+# Source0-md5: 0f6634e03ff1bf2e9b83e554202d093f
+Patch0:%{name}-fio.patch
+Patch1:%{name}-sse.patch
 URL:   http://www.accelio.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.11
+%{?with_fio:BuildRequires: fio-devel >= 2.8}
 BuildRequires: libaio-devel
 BuildRequires: libevent-devel >= 2
 BuildRequires: libibverbs-devel
@@ -65,6 +67,8 @@ Statyczne biblioteki Accelio.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %{__sed} -i -e 's/-Werror //' configure.ac
 
@@ -73,12 +77,13 @@ Statyczne biblioteki Accelio.
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-for d in src/kernel/xio src/kernel/rdma src/kernel/tcp 
examples/kernel/hello_world examples/kernel/hello_world_mt 
tests/kernel/hello_test ; do
+for d in src/kernel/xio examples/kernel/hello_world 
examples/kernel/hello_world_mt tests/kernel/hello_test 
examples/raio/kernel/nbdx ; do
 cd $d
 %{__autoconf}
 cd -
 done
 %configure \
+   %{?with_fio:FIO_ROOT=%{_includedir}/fio} \
--disable-silent-rules \
%{!?with_static_libs:--disable-static} \
%{?with_fio:--enable-fio-build} \
@@ -91,6 +96,11 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+# fio module, .la is useless
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libraio_fio.la
+# test program
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/event_loop_tests
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -108,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/xiosrvd
 %attr(755,root,root) %{_libdir}/libraio.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libraio.so.0
+%if %{with fio}
+%attr(755,root,root) %{_libdir}/libraio_fio.so
+%endif
 %attr(755,root,root) %{_libdir}/libxio.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libxio.so.0
 
diff --git a/accelio-fio.patch b/accelio-fio.patch
new file mode 100644
index 000..ce5f594
--- /dev/null
+++ b/accelio-fio.patch
@@ -0,0 +1,21 @@
+--- accelio-1.6/examples/raio/usr/fio/libraio.c.orig   2016-03-28 
14:58:45.0 +0200
 accelio-1.6/examples/raio/usr/fio/libraio.c2016-04-10 
19:16:54.244086124 +0200
+@@ -130,7 +130,7 @@
+unsigned int max, const struct timespec *t)
+ {
+   struct libraio_data *ld = td->io_ops->data;
+-  unsigned actual_min = td->o.iodepth_batch_complete == 0 ? 0 : min;
++  unsigned actual_min = td->o.iodepth_batch_complete_min == 0 ? 0 : min;
+   int r, events = 0;
+ 
+   do {
+--- accelio-1.6/examples/raio/usr/fio/Makefile.am.orig 2016-03-28 
14:58:45.0 +0200
 accelio-1.6/examples/raio/usr/fio/Makefile.am  2016-04-10 
21:54:08.050356893 +0200
+@@ -30,6 +30,7 @@
+ # list of sources for the 'libraio_fio' shared library
+ libraio_fio_la_SOURCES = libraio.c
+ 
++libraio_fio_la_LDFLAGS = -module -avoid-version
+ libraio_fio_la_LIBADD = -lraio -lxio $(libxio_rdma_ldflags) -lrt -ldl 
-lpthread  \
+   -L$(top_builddir)/src/usr/ 
-L$(top_builddir)/examples/raio/
+ 
diff --git a/accelio-sse.patch b/accelio-sse.patch
new file mode 100644
index 000..c369599
--- /dev/null
+++ b/accelio-sse.patch
@@ -0,0 +1,23 @@
+"SPINLOCK_NG" is x86-specific;
+also, use __builtin_ia32_pause directly, as _mm_pause used to be inside 
target("sse") pragma until gcc 5.?
+--- accelio-1.6/src/usr/linux/kernel.h.orig2016-03-28 14:58:45.0 
+0200
 accelio-1.6/src/usr/linux/kernel.h 2016-04-10 21:34:41.710405838 +0200
+@@ -89,7 +89,9 @@
+ 
+ typedef volatile int spinlock_t;
+ 
++#if defined(__i386__) || defined(__x86_64__)
+ #define SPINLOCK_NG
++#endif
+ 
+ #ifndef SPINLOCK_NG
+ 
+@@ -146,7 +148,7 @@
+ {
+   while (__sync_lock_test_and_set(spinlock, 1))

[packages/git-core/notes/commits] Notes added by 'git notes add'

2016-04-11 Thread glen
commit f26e7965946f5a76172edac13ae4624b28279608
Author: Elan Ruusamäe 
Date:   Sun Mar 20 23:58:33 2016 +0200

Notes added by 'git notes add'

 b4c15beb39d91af8c1744d87cdf26c0d70255bdc | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/b4c15beb39d91af8c1744d87cdf26c0d70255bdc 
b/b4c15beb39d91af8c1744d87cdf26c0d70255bdc
new file mode 100644
index 000..f5b1a2d
--- /dev/null
+++ b/b4c15beb39d91af8c1744d87cdf26c0d70255bdc
@@ -0,0 +1 @@
+fixes Remote Code Execution in all git versions (client + server) < 2.7.4: 
CVE-2016-2324, CVE-2016‑2315


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/f26e7965946f5a76172edac13ae4624b28279608

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


DISTFILES: openjdk8: openjdk8-jdk8u72-b15.tar.bz2 openjdk8-corba-jdk8u72-b15.tar.bz2 openjdk8-hotspot-jdk8u72-b15.tar.bz2 openjdk8-jaxp-jdk8u72-b15.tar.bz2 openjdk8-jaxws-jdk8u72-b15.tar.bz2 openjdk8-

2016-04-11 Thread j . konieczny
Request by: j.konieczny


Files fetched: 8

STORED: no-url://openjdk8-jdk8u72-b15.tar.bz2
161dfcff6fbf49649b35c86fa5bbc2b4  openjdk8-jdk8u72-b15.tar.bz2
Size: 407298 bytes
STORED: no-url://openjdk8-corba-jdk8u72-b15.tar.bz2
c822b9ac498d5bfbaa82ce6fa1c126a4  openjdk8-corba-jdk8u72-b15.tar.bz2
Size: 1024034 bytes
STORED: no-url://openjdk8-hotspot-jdk8u72-b15.tar.bz2
67a98eef6eed6fde18ec5e422bbdd074  openjdk8-hotspot-jdk8u72-b15.tar.bz2
Size: 7803710 bytes
STORED: no-url://openjdk8-jaxp-jdk8u72-b15.tar.bz2
fc20a017e3d3598de65240bc9a2ffbbc  openjdk8-jaxp-jdk8u72-b15.tar.bz2
Size: 2733397 bytes
STORED: no-url://openjdk8-jaxws-jdk8u72-b15.tar.bz2
669f95ee39534dcbbe538cb59bc78742  openjdk8-jaxws-jdk8u72-b15.tar.bz2
Size: 2531139 bytes
STORED: no-url://openjdk8-jdk-jdk8u72-b15.tar.bz2
58fa5f03c7da51a07c000881ca8e1b1b  openjdk8-jdk-jdk8u72-b15.tar.bz2
Size: 45931145 bytes
STORED: no-url://openjdk8-langtools-jdk8u72-b15.tar.bz2
b85df8468b42a7c14c5d55e84339a2dd  openjdk8-langtools-jdk8u72-b15.tar.bz2
Size: 2384309 bytes
STORED: no-url://openjdk8-nashorn-jdk8u72-b15.tar.bz2
1f9358090dc4ba710a14f31115de7c5f  openjdk8-nashorn-jdk8u72-b15.tar.bz2
Size: 2844041 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: openjdk8: ERRORS: openjdk8-jdk8u72-b15.tar.bz2 openjdk8-corba-jdk8u72-b15.tar.bz2 openjdk8-hotspot-jdk8u72-b15.tar.bz2 openjdk8-jaxp-jdk8u72-b15.tar.bz2 openjdk8-jaxws-jdk8u72-b15.tar.bz2 o

2016-04-11 Thread jajcus
Request by: jajcus

FATAL: openjdk8-jdk8u72-b15.tar.bz2 was not uploaded
FATAL: openjdk8-corba-jdk8u72-b15.tar.bz2 was not uploaded
FATAL: openjdk8-hotspot-jdk8u72-b15.tar.bz2 was not uploaded
FATAL: openjdk8-jaxp-jdk8u72-b15.tar.bz2 was not uploaded
FATAL: openjdk8-jaxws-jdk8u72-b15.tar.bz2 was not uploaded
FATAL: openjdk8-jdk-jdk8u72-b15.tar.bz2 was not uploaded
FATAL: openjdk8-langtools-jdk8u72-b15.tar.bz2 was not uploaded
FATAL: openjdk8-nashorn-jdk8u72-b15.tar.bz2 was not uploaded

Files fetched: 0



-- 
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/openjdk8] Version: 8u66.b02

2016-04-11 Thread jajcus
commit a1d2ff9b87f97375d91865931bdf50f1b19e4fef
Author: Jacek Konieczny 
Date:   Mon Apr 11 11:58:42 2016 +0200

Version: 8u66.b02

 openjdk8.spec | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/openjdk8.spec b/openjdk8.spec
index a932527..75fd0ed 100644
--- a/openjdk8.spec
+++ b/openjdk8.spec
@@ -22,31 +22,31 @@
 # JDK/JRE version, as returned with `java -version`, '_' replaced with '.'
 %define_jdkversion 1.8.0.internal
 
-%definever_u   66
-%definever_b   02
+%definever_u   72
+%definever_b   15
 Summary:   Open-source implementation of the Java Platform, Standard 
Edition
 Summary(pl.UTF-8): Wolnoźródłowa implementacja Java 8 SE
 Name:  openjdk8
 Version:   8u%{ver_u}.b%{ver_b}
-Release:   2
+Release:   1
 License:   GPL v2
 Group: Development/Languages/Java
 Source0:   %{name}-jdk8u%{ver_u}-b%{ver_b}.tar.bz2
-# Source0-md5: 1d115662e175470270e89a4da8e0fce2
+# Source0-md5: 161dfcff6fbf49649b35c86fa5bbc2b4
 Source1:   %{name}-corba-jdk8u%{ver_u}-b%{ver_b}.tar.bz2
-# Source1-md5: e14d8f51b9ca30d798094a2867f3f5d0
+# Source1-md5: c822b9ac498d5bfbaa82ce6fa1c126a4
 Source2:   %{name}-hotspot-jdk8u%{ver_u}-b%{ver_b}.tar.bz2
-# Source2-md5: b49a7b7f2db5b07306b7b5739e87ccc0
+# Source2-md5: 67a98eef6eed6fde18ec5e422bbdd074
 Source3:   %{name}-jaxp-jdk8u%{ver_u}-b%{ver_b}.tar.bz2
-# Source3-md5: 6bd5ae187272a209439d1a95ac6c9025
+# Source3-md5: fc20a017e3d3598de65240bc9a2ffbbc
 Source4:   %{name}-jaxws-jdk8u%{ver_u}-b%{ver_b}.tar.bz2
-# Source4-md5: 15e6a93009bdc73194e7118988d5ab8d
+# Source4-md5: 669f95ee39534dcbbe538cb59bc78742
 Source5:   %{name}-jdk-jdk8u%{ver_u}-b%{ver_b}.tar.bz2
-# Source5-md5: 74f2cf3815659b83993c4187e7fc4f6b
+# Source5-md5: 58fa5f03c7da51a07c000881ca8e1b1b
 Source6:   %{name}-langtools-jdk8u%{ver_u}-b%{ver_b}.tar.bz2
-# Source6-md5: de5c9b5fdbcd75028b71ed667d4b99d2
+# Source6-md5: b85df8468b42a7c14c5d55e84339a2dd
 Source7:   %{name}-nashorn-jdk8u%{ver_u}-b%{ver_b}.tar.bz2
-# Source7-md5: 7da4e88349cfc45ee9726eaa4386be03
+# Source7-md5: 1f9358090dc4ba710a14f31115de7c5f
 Source10:  make-cacerts.sh
 Patch0:adjust-mflags.patch
 Patch1:format_strings.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openjdk8.git/commitdiff/a1d2ff9b87f97375d91865931bdf50f1b19e4fef

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


PLD-doc: PLD-update-TODO - updated

2016-04-11 Thread arekm
Author: arekmDate: Mon Apr 11 09:59:19 2016 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- updated

 Files affected:
PLD-doc:
   PLD-update-TODO (1.1962 -> 1.1963) 

 Diffs:


Index: PLD-doc/PLD-update-TODO
diff -u PLD-doc/PLD-update-TODO:1.1962 PLD-doc/PLD-update-TODO:1.1963
--- PLD-doc/PLD-update-TODO:1.1962  Fri Apr  8 21:39:18 2016
+++ PLD-doc/PLD-update-TODO Mon Apr 11 11:59:13 2016
@@ -1,4 +1,4 @@
-0ad(14) [OLD] r10803 [NEW] r10803-alpha-unix-build
+0ad(14) [OLD] r10803 [NEW] r09530-alpha-unix-build
 389-adminutil(10) [OLD] 1.1.13 [NEW] 1.1.22
 389-ds-base(18) [OLD] 1.2.8.1 [NEW] 1.3.5.1
 3store(12) [OLD] 2.2.22 [NEW] 3.0.7
@@ -29,6 +29,7 @@
 Radiance(10) [OLD] 3R6P1 [NEW] 4R2supp
 Razor(14) [OLD] 2.85 [NEW] 2.152
 SimGear(11) [OLD] 3.2.0 [NEW] 3.4.0
+SuperLU(8) [OLD] 5.1.1 [NEW] 5.2.0
 SystemPreferences(7) [OLD] 1.0.2 [NEW] 1.2.0
 TeXmacs(8) [OLD] 1.0.7 [NEW] 1.0.7.18
 Thunar(13) [OLD] 1.6.6 [NEW] 1.6.10
@@ -53,6 +54,7 @@
 aewm(12) [OLD] 1.3.1 [NEW] 1.3.12
 aften(8) [OLD] 0.0.8 [NEW] 0.07
 aide(9) [OLD] 0.15.1 [NEW] 0.16a2
+alacarte(8) [OLD] 0.13.2 [NEW] 0.13.4
 aldo(8) [OLD] 0.7.6 [NEW] 0.7.7
 allegro(24) [OLD] 4.4.2 [NEW] 5.1.11
 allegro5(31) [OLD] 5.0.10 [NEW] 5.1.11
@@ -66,7 +68,7 @@
 amsn(13) [OLD] 0.98.9 [NEW] 0.98.9-src
 amtterm(9) [OLD] 1.3 [NEW] 1.4
 anitya(12) [OLD] 0.1.14 [NEW] 0.8.0
-anki(9) [OLD] 2.0.3 [NEW] 2.0.35
+anki(9) [OLD] 2.0.3 [NEW] 2.0.36
 anope(8) [OLD] 1.7.18 [NEW] 1.8.9
 ant(59) [OLD] 1.9.6 [NEW] 1.9.6-src
 antinat(8) [OLD] 0.71 [NEW] 0.90
@@ -84,7 +86,7 @@
 apache1-mod_limitipconn(9) [OLD] 0.04 [NEW] 0.24
 apache1-mod_log_sql(13) [OLD] 1.99 [NEW] 1.101
 apache1-mod_macro(10) [OLD] 1.1.2 [NEW] 1.2.1
-apache1-mod_roaming(23) [OLD] 1.0.2 [NEW] 2.0.0
+apache1-mod_roaming(23) [OLD] 1.0.2 [NEW] 2.0b1
 apertium-dict-dan-nor(9) [OLD] 1.0.0 [NEW] 1.3.0
 apertium-dict-sme-nob(9) [OLD] 0.5.0 [NEW] 0.6.0
 apparmor-parser(14) [OLD] 2.10 [NEW] 2.10.95
@@ -93,13 +95,13 @@
 apr-compat(10) [OLD] 1.3.3 [NEW] 1.5.2
 apt-cacher-ng(7) [OLD] 0.7.19 [NEW] 0.9.1
 aptitude(15) [OLD] 0.3.5.1 [NEW] 0.4.4
-aqbanking(10) [OLD] 5.0.25 [NEW] 5.6.8beta
+aqbanking(10) [OLD] 5.0.25 [NEW] 5.6.9beta
 aqemu(7) [OLD] 0.7 [NEW] 0.8.2
 aqsis(8) [OLD] 1.2.0 [NEW] 1.8.2
 archivemail(12) [OLD] 0.7.2 [NEW] 0.9.0
 archmage(8) [OLD] 0.0.6 [NEW] 0.2.4
 ardour [OLD] 2.1 [NEW] 4.7
-argus(17) [OLD] 3.0.0 [NEW] 3.0.8.1
+argus(17) [OLD] 3.0.0 [NEW] 3.0.8
 aria2(8) [OLD] 1.16.1 [NEW] 1.19.0
 armadillo(8) [OLD] 6.600.5 [NEW] 6.700.3
 armagetronad(13) [OLD] 0.2.8.3.1 [NEW] 0.2.8.3.3
@@ -159,7 +161,7 @@
 bglibs(8) [OLD] 1.106 [NEW] 2.03
 bibclean(11) [OLD] 2.11.4 [NEW] 2.15
 bigloo(12) [OLD] 4.0b [NEW] 4.2c
-bitcoin(7) [OLD] 0.11.0 [NEW] 0.12.1rc1
+bitcoin(7) [OLD] 0.11.0 [NEW] 0.12.1rc2
 bitlbee(15) [OLD] 3.2 [NEW] 3.4.2
 blam(10) [OLD] 1.8.7 [NEW] 1.8.11
 blender(11) [OLD] 2.76 [NEW] 2.77a
@@ -182,8 +184,6 @@
 bugwarrior(11) [OLD] 1.0.2 [NEW] 1.4.0
 bugzilla(12) [OLD] 3.3.3 [NEW] 5.0.2
 buildbot(7) [OLD] 0.8.1 [NEW] 0.8.2
-buildroot(7) [OLD] 2013.02 [NEW] 2016.02
-busybox(48) [OLD] 1.23.2 [NEW] 1.24.2
 bwm-tools(8) [OLD] 0.2.1 [NEW] 200603080716
 byobu(9) [OLD] 5.97 [NEW] 5.105
 bzflag(16) [OLD] 2.4.0 [NEW] 2.4.2
@@ -204,7 +204,6 @@
 ccaudio2(8) [OLD] 2.1.3 [NEW] 2.2.0
 ccrypt(8) [OLD] 1.9 [NEW] 1.10
 ccs(8) [OLD] 2.03.10 [NEW] 3.0.7
-cdl3(8) [OLD] 1.2.7 [NEW] 1.2.8
 cdlabelgen [OLD] 4.0.0 [NEW] 4.3.0
 cdrtools(13) [OLD] 3.00 [NEW] 3.02a06
 celt051(8) [OLD] 0.5.1.3 [NEW] 0.11.3
@@ -263,6 +262,7 @@
 courier-sox(8) [OLD] 0.10 [NEW] 0.12
 courier(18) [OLD] 0.71 [NEW] 0.75.0.20160306
 cpp-netlib(11) [OLD] 0.11.1 [NEW] 0.12.0
+cppcheck(12) [OLD] 1.72 [NEW] 1.73
 cpptest(8) [OLD] 1.1.1 [NEW] 1.1.2
 cpulimit(8) [OLD] 1.4 [NEW] 2.2
 cpuminer(7) [OLD] 2.3.2 [NEW] 2.4.4
@@ -290,11 +290,10 @@
 crosshppa-gcc(12) [OLD] 3.3.6 [NEW] 5.3.0
 crossm68k-binutils(16) [OLD] 2.17.50.0.14 [NEW] 2.24.51.0.3
 crossm68k-gcc(13) [OLD] 3.3.6 [NEW] 5.3.0
-crossm68k-uClibc(16) [OLD] 0.9.27 [NEW] 0.9.33.2
 crossmingw32-allegro(9) [OLD] 4.3.1 [NEW] 5.1.11
 crossmingw32-fontconfig(9) [OLD] 2.11.1 [NEW] 2.11.95
 crossmingw32-gcc(21) [OLD] 4.9.3 [NEW] 5.3.0
-crossmingw32-harfbuzz(8) [OLD] 1.2.4 [NEW] 1.2.5
+crossmingw32-harfbuzz(8) [OLD] 1.2.4 [NEW] 1.2.6
 crossmingw32-libjpeg(9) [OLD] 9a [NEW] 9b
 crossmingw32-libpng(9) [OLD] 1.6.21 [NEW] 1.7.0beta79
 crossmingw32-lua40(9) [OLD] 4.0.1 [NEW] 5.3.2
@@ -303,7 +302,6 @@
 crossmipsel-binutils(12) [OLD] 2.20.51.0.5 [NEW] 2.24.51.0.3
 crossmipsel-egcs(10) [OLD] 1.0.2 [NEW] 1.1.2
 crossmipsel-gcc(13) [OLD] 3.4.6 [NEW] 5.3.0
-crossmipsel-uClibc(12) [OLD] 0.9.28 [NEW] 0.9.33.2
 crossppc-binutils(14) [OLD] 2.20.51.0.3 [NEW] 2.24.51.0.3
 crossppc-gcc(17) [OLD] 4.4.0 [NEW] 5.3.0
 crossppc64-binutils(12) [OLD] 2.17.50.0.3 [NEW] 2.24.51.0.3
@@ -355,10 +353,10 @@
 desire(13) [OLD] 3.1 [NEW] 4.0.2
 desmume(8) [OLD] 0.9.7 [NEW] 0.9.11
 devscripts [OLD] 2.15.7 [NEW] 2.16.2
-dfu-util(8) [OLD] 0.8 [NEW]

[packages/nagios-plugin-check_poldek] Created tag AC-branch

2016-04-11 Thread glen
The lightweight tag 'AC-branch' was created pointing to:

 3e201ae... nagios-nrpe 2.15-5 adds trigger to ensure include_dir nrpe.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/nagios-plugin-check_poldek] Deleted branch AC-branch

2016-04-11 Thread glen
The branch 'AC-branch' was deleted at 6bac2db54d4307705277c0bc23226edc55f10a39.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-pushover] cleanups

2016-04-11 Thread glen
commit 6fbb082585a4dc49602437195568ce9cf3b93217
Author: Elan Ruusamäe 
Date:   Mon Apr 11 12:13:40 2016 +0300

cleanups

 python-pushover.spec | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/python-pushover.spec b/python-pushover.spec
index 3432f0a..024d8f6 100644
--- a/python-pushover.spec
+++ b/python-pushover.spec
@@ -1,3 +1,4 @@
+#
 # Conditional build:
 %bcond_withtests   # do not perform "make test"
 %bcond_without python2 # CPython 2.x module
@@ -55,10 +56,8 @@ service.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %if %{with python2}
 %py_install
-
 %py_postclean
 %endif
 
@@ -73,18 +72,16 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS.rst CHANGES.rst README.rst
-%{py_sitescriptdir}/%{module}.*
-%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/%{module}.py[co]
 %{py_sitescriptdir}/python_%{module}-%{version}-py*.egg-info
 %endif
-%endif
 
 %if %{with python3}
 %files -n python3-%{module}
 %defattr(644,root,root,755)
 %doc AUTHORS.rst CHANGES.rst README.rst
 %attr(755,root,root) %{_bindir}/pushover
-%{py3_sitescriptdir}/__pycache__/%{module}.*
-%{py3_sitescriptdir}/%{module}.*
+%{py3_sitescriptdir}/%{module}.py
+%{py3_sitescriptdir}/__pycache__/%{module}.*.pyc
 %{py3_sitescriptdir}/python_%{module}-%{version}-py*.egg-info
 %endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pushover.git/commitdiff/6fbb082585a4dc49602437195568ce9cf3b93217

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


[packages/python-pushover] - poll fix

2016-04-11 Thread arekm
commit 53e08cb5fd73ba75a890f156b334d75588e2e0fd
Author: Arkadiusz Miśkiewicz 
Date:   Mon Apr 11 11:12:14 2016 +0200

- poll fix

 poll.patch   | 80 
 python-pushover.spec |  2 ++
 2 files changed, 82 insertions(+)
---
diff --git a/python-pushover.spec b/python-pushover.spec
index 3627da9..3432f0a 100644
--- a/python-pushover.spec
+++ b/python-pushover.spec
@@ -12,6 +12,7 @@ License:  GPL v3+
 Group: Libraries/Python
 Source0:   
https://github.com/Thibauth/python-pushover/archive/v%{version}.tar.gz
 # Source0-md5: 8cb91ab69e6c58a2e831e35f2c092001
+Patch0:poll.patch
 URL:   https://github.com/Thibauth/python-pushover
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.713
@@ -41,6 +42,7 @@ service.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %if %{with python2}
diff --git a/poll.patch b/poll.patch
new file mode 100644
index 000..a3d6bd3
--- /dev/null
+++ b/poll.patch
@@ -0,0 +1,80 @@
+From 8c9c32f9a72b0e49e67e4e5bd7cfcb3565c87597 Mon Sep 17 00:00:00 2001
+From: Filip Lundborg 
+Date: Sun, 26 Oct 2014 19:52:29 +0100
+Subject: [PATCH] Fix consistency in MessageRequest.poll
+
+The help, example and actual code had different opinions on how the function
+should behave. This commit make them agree.
+
+poll() will return the base Request object until the receipt has expired, been
+acknowledged or called_back upon. Once one of those three things has occurred
+it returns None.
+
+The example now has expire=120 and retry=60 since without those arguments it is
+unable to send a message with priority=2.
+
+The expired_at does not exist, it is called expires_at in the Pushover API.
+This is fixed as well.
+
+The values of expires_at, acknowledged_at and called_back_at can be found as
+attributes in the MessageRequest object like before.
+---
+ AUTHORS.rst |  1 +
+ pushover.py | 22 --
+ 2 files changed, 13 insertions(+), 10 deletions(-)
+
+diff --git a/AUTHORS.rst b/AUTHORS.rst
+index ff143a0..704cb48 100644
+--- a/AUTHORS.rst
 b/AUTHORS.rst
+@@ -4,3 +4,4 @@ Contributors
+ * Sam Birch 
+ * Crupuk
+ * Thibaut Horel 
++* Filip Lundborg 
+diff --git a/pushover.py b/pushover.py
+index a62609f..b670266 100644
+--- a/pushover.py
 b/pushover.py
+@@ -129,10 +129,12 @@ def __init__(self, payload):
+ self.receipt = None
+ if payload.get("priority", 0) == 2:
+ self.receipt = self.answer["receipt"]
+-self.parameters = ["expired", "called_back", "acknowledged"]
+-for parameter in self.parameters:
+-setattr(self, parameter, False)
+-setattr(self, parameter + "_at", 0)
++self.parameters = {"expired": "expires_at",
++   "called_back": "called_back_at",
++   "acknowledged": "acknowledged_at"}
++for param, when in self.parameters.iteritems():
++setattr(self, param, False)
++setattr(self, when, 0)
+ 
+ def poll(self):
+ """If the message request has a priority of 2, Pushover will keep
+@@ -147,18 +149,18 @@ def poll(self):
+ acknowledged, so that a typical handling of a priority-2 notification
+ can look like this::
+ 
+-request = client.send_message("Urgent notification", priority=2)
+-while not request.poll():
++request = client.send_message("Urgent notification", priority=2,
++  expire=120, retry=60)
++while request.poll():
+ # do something
+ time.sleep(5)
+ """
+ if (self.receipt and not any(getattr(self, parameter)
+  for parameter in self.parameters)):
+ request = Request("get", RECEIPT_URL + self.receipt + ".json", {})
+-for parameter in self.parameters:
+-setattr(self, parameter, request.answer[parameter])
+-setattr(self, parameter + "_at",
+-request.answer[parameter + "_at"])
++for param, when in self.parameters.iteritems():
++setattr(self, param, bool(request.answer[param]))
++setattr(self, when, request.answer[when])
+ return request
+ 
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pushover.git/commitdiff/53e08cb5fd73ba75a890f156b334d75588e2e0fd

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


DISTFILES: python-pushover: v0.2.tar.gz

2016-04-11 Thread arekm
Request by: arekm


Files fetched: 1

STORED: https://github.com/Thibauth/python-pushover/archive/v0.2.tar.gz
8cb91ab69e6c58a2e831e35f2c092001  v0.2.tar.gz
Size: 22187 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/python-pushover] - initial

2016-04-11 Thread arekm
commit e5b70bd6edcd59427ad7ac627c8469d1f0fcd46b
Author: Arkadiusz Miśkiewicz 
Date:   Mon Apr 11 10:51:53 2016 +0200

- initial

 python-pushover.spec | 88 
 1 file changed, 88 insertions(+)
---
diff --git a/python-pushover.spec b/python-pushover.spec
new file mode 100644
index 000..3627da9
--- /dev/null
+++ b/python-pushover.spec
@@ -0,0 +1,88 @@
+# Conditional build:
+%bcond_withtests   # do not perform "make test"
+%bcond_without python2 # CPython 2.x module
+%bcond_without python3 # CPython 3.x module
+
+%definemodule  pushover
+Summary:   Bindings for the Pushover notification service
+Name:  python-%{module}
+Version:   0.2
+Release:   1
+License:   GPL v3+
+Group: Libraries/Python
+Source0:   
https://github.com/Thibauth/python-pushover/archive/v%{version}.tar.gz
+# Source0-md5: 8cb91ab69e6c58a2e831e35f2c092001
+URL:   https://github.com/Thibauth/python-pushover
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.713
+%if %{with python2}
+BuildRequires: python-modules
+BuildRequires: python-setuptools
+%endif
+%if %{with python3}
+BuildRequires: python3-modules
+BuildRequires: python3-setuptools
+%endif
+Requires:  python-modules
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bindings for the Pushover notification service
+
+%package -n python3-%{module}
+Summary:   Bindings and command line utility for the Pushover notification 
service
+Group: Libraries/Python
+Requires:  python3-modules
+
+%description -n python3-%{module}
+Bindings and command line utility for the Pushover notification
+service.
+
+%prep
+%setup -q
+
+%build
+%if %{with python2}
+%py_build %{?with_tests:test}
+%endif
+
+%if %{with python3}
+%py3_build %{?with_tests:test}
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with python2}
+%py_install
+
+%py_postclean
+%endif
+
+%if %{with python3}
+%py3_install
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with python2}
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS.rst CHANGES.rst README.rst
+%{py_sitescriptdir}/%{module}.*
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/python_%{module}-%{version}-py*.egg-info
+%endif
+%endif
+
+%if %{with python3}
+%files -n python3-%{module}
+%defattr(644,root,root,755)
+%doc AUTHORS.rst CHANGES.rst README.rst
+%attr(755,root,root) %{_bindir}/pushover
+%{py3_sitescriptdir}/__pycache__/%{module}.*
+%{py3_sitescriptdir}/%{module}.*
+%{py3_sitescriptdir}/python_%{module}-%{version}-py*.egg-info
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pushover.git/commitdiff/e5b70bd6edcd59427ad7ac627c8469d1f0fcd46b

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


[packages/python-pushover] Created branch master

2016-04-11 Thread arekm
The branch 'master' was created.

Summary of new commits:

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