[packages/gnutls] up to 3.5.18

2018-03-05 Thread atler
commit 2dffe7505cc51051ffe5afac38757802efb01dac
Author: Jan Palus 
Date:   Mon Mar 5 11:11:12 2018 +0100

up to 3.5.18

 gnutls.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnutls.spec b/gnutls.spec
index 58b44fe..430b5ce 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -9,12 +9,12 @@
 Summary:   The GNU Transport Layer Security Library
 Summary(pl.UTF-8): Biblioteka GNU TLS (Transport Layer Security)
 Name:  gnutls
-Version:   3.5.16
+Version:   3.5.18
 Release:   1
 License:   LGPL v2.1+ (libgnutls), LGPL v3+ (libdane), GPL v3+ (openssl 
library and tools)
 Group: Libraries
 Source0:   
ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/%{name}-%{version}.tar.xz
-# Source0-md5: 4c39612f1ec3ef7ed79cfb8936fa8143
+# Source0-md5: c2d93d305ecbc55939bc2a8ed4a76a3d
 Patch0:%{name}-info.patch
 Patch1:%{name}-link.patch
 URL:   http://www.gnutls.org/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnutls.git/commitdiff/2dffe7505cc51051ffe5afac38757802efb01dac

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


DISTFILES: gnutls: gnutls-3.5.18.tar.xz

2018-03-05 Thread atler
Request by: atler


Files fetched: 1

STORED: ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-3.5.18.tar.xz
c2d93d305ecbc55939bc2a8ed4a76a3d  gnutls-3.5.18.tar.xz
Size: 7261980 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/supermicro-update-manager] - initial; supermicro BIOS upgrade tool

2018-03-05 Thread arekm
commit 38de82a84014f12cac0ae2bded1e853bc0f302df
Author: Arkadiusz Miśkiewicz 
Date:   Mon Mar 5 11:36:46 2018 +0100

- initial; supermicro BIOS upgrade tool

 supermicro-update-manager.spec | 54 ++
 1 file changed, 54 insertions(+)
---
diff --git a/supermicro-update-manager.spec b/supermicro-update-manager.spec
new file mode 100644
index 000..c1f5cce
--- /dev/null
+++ b/supermicro-update-manager.spec
@@ -0,0 +1,54 @@
+Summary:   Supermicro Update Manager (for UEFI BIOS)
+Name:  supermicro-update-manager
+# sum version
+Version:   1.7.0
+Release:   1
+License:   Unknown
+Group: Base
+Source0:   
ftp://ftp.supermicro.com:/utility/SuperDoctor_5/Linux/SD5_5.5.0_build.784_linux.zip
+# Source0-md5: cdd7684f7065462b9ab73d971257501b
+URL:   https://www.supermicro.com/solutions/SMS_SUM.cfm
+BuildRequires: unzip
+ExclusiveArch: %{x8664}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define_enable_debug_packages  0
+
+%description
+The Supermicro Update Manager (SUM) can be used to manage the
+BIOS/BMC/CMM/ Broadcom 3108 RAID firmware image update and
+configuration update for select systems. In addition, system checks as
+well as event log management are also supported. Moreover, special
+applications are also provided to facilitate system management.
+
+%prep
+%setup -qc
+install -d prep; cd prep
+unzip ../*.bin || :
+unzip \$IA_PROJECT_DIR\$/build/SuperDoctor5-linux.zip
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_libdir}/%{name}}
+cp -a prep/BIOS/sum/{ExternalData,sum} $RPM_BUILD_ROOT%{_libdir}/%{name}
+chmod 755 $RPM_BUILD_ROOT%{_libdir}/%{name}/sum
+
+cat << 'EOF' > $RPM_BUILD_ROOT%{_sbindir}/sum
+#!/bin/sh
+cd %{_libdir}/%{name} || exit 1
+exec ./sum $@
+EOF
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc prep/BIOS/sum/ReleaseNote.txt
+%attr(755,root,root) %{_sbindir}/sum
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/ExternalData
+%attr(755,root,root) %{_libdir}/%{name}/sum
+


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/supermicro-update-manager.git/commitdiff/38de82a84014f12cac0ae2bded1e853bc0f302df

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


[packages/supermicro-update-manager] Created branch master

2018-03-05 Thread arekm
The branch 'master' was created.

Summary of new commits:

  38de82a... - initial; supermicro BIOS upgrade tool
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: supermicro-update-manager: SD5_5.5.0_build.784_linux.zip

2018-03-05 Thread arekm
Request by: arekm


Files fetched: 1

STORED: 
ftp://ftp.supermicro.com:/utility/SuperDoctor_5/Linux/SD5_5.5.0_build.784_linux.zip
cdd7684f7065462b9ab73d971257501b  SD5_5.5.0_build.784_linux.zip
Size: 177395106 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: python-gevent: gevent-1.2.2.tar.gz

2018-03-05 Thread jajcus
Request by: jajcus


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/g/gevent/gevent-1.2.2.tar.gz
7f0baf355384fe5ff2ecf66853422554  gevent-1.2.2.tar.gz
Size: 3108671 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-gevent] Version: 1.2.2

2018-03-05 Thread jajcus
commit b845a2a99e5f20a60a34539a9838e33af6d4ada2
Author: Jacek Konieczny 
Date:   Mon Mar 5 12:35:34 2018 +0100

Version: 1.2.2

 python-gevent.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python-gevent.spec b/python-gevent.spec
index 300d81a..99fe731 100644
--- a/python-gevent.spec
+++ b/python-gevent.spec
@@ -17,14 +17,14 @@
 Summary:   A coroutine-based Python 2 networking library
 Summary(pl.UTF-8): Biblioteka sieciowa dla Pythona 2 oparta na korutynach
 Name:  python-%{module}
-Version:   1.2.1
-Release:   3
+Version:   1.2.2
+Release:   1
 Epoch: 1
 License:   MIT
 Group: Development/Languages
 #Source0Download: https://pypi.python.org/simple/gevent
-Source0:   
http://files.pythonhosted.org/packages/source/g/gevent/%{module}-%{version}.tar.gz
-# Source0-md5: 6700a2433c8e0635425e6798760efc81
+Source0:   
https://files.pythonhosted.org/packages/source/g/gevent/%{module}-%{version}.tar.gz
+# Source0-md5: 7f0baf355384fe5ff2ecf66853422554
 Patch0:known_failures-pld.patch
 Patch1:%{name}-tests.patch
 URL:   http://www.gevent.org/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-gevent.git/commitdiff/b845a2a99e5f20a60a34539a9838e33af6d4ada2

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


[packages/python-greenlet] Version: 0.4.13

2018-03-05 Thread jajcus
commit f0135ef3290a1ebf8f12e0ffc1b09e11b4c67b6b
Author: Jacek Konieczny 
Date:   Mon Mar 5 12:37:22 2018 +0100

Version: 0.4.13

 python-greenlet.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-greenlet.spec b/python-greenlet.spec
index ebfca42..c854ac8 100644
--- a/python-greenlet.spec
+++ b/python-greenlet.spec
@@ -13,13 +13,13 @@
 Summary:   Lightweight in-process concurrent programming
 Summary(pl.UTF-8): Lekkie programowanie równoległe wewnątrz procesu
 Name:  python-%{module}
-Version:   0.4.12
+Version:   0.4.13
 Release:   1
 License:   MIT, PSF (Stackless Python parts)
 Group: Libraries/Python
 #Source0Download: https://pypi.python.org/simple/greenlet/
 Source0:   
https://files.pythonhosted.org/packages/source/g/greenlet/%{module}-%{version}.tar.gz
-# Source0-md5: e8637647d58a26c4a1f51ca393e53c00
+# Source0-md5: 6e0b9dd5385f81d478451ec8ed1d62b3
 URL:   https://pypi.python.org/pypi/greenlet
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-greenlet.git/commitdiff/f0135ef3290a1ebf8f12e0ffc1b09e11b4c67b6b

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


DISTFILES: python-greenlet: greenlet-0.4.13.tar.gz

2018-03-05 Thread jajcus
Request by: jajcus


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-0.4.13.tar.gz
6e0b9dd5385f81d478451ec8ed1d62b3  greenlet-0.4.13.tar.gz
Size: 58382 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-gevent] more test failing due to missing network

2018-03-05 Thread jajcus
commit 17db3161dc039ad6c79ddac37a8f8637d632b300
Author: Jacek Konieczny 
Date:   Mon Mar 5 12:50:43 2018 +0100

more test failing due to missing network

 known_failures-pld.patch | 15 ++-
 python-gevent.spec   |  2 +-
 2 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/python-gevent.spec b/python-gevent.spec
index 99fe731..c982c9b 100644
--- a/python-gevent.spec
+++ b/python-gevent.spec
@@ -18,7 +18,7 @@ Summary:  A coroutine-based Python 2 networking library
 Summary(pl.UTF-8): Biblioteka sieciowa dla Pythona 2 oparta na korutynach
 Name:  python-%{module}
 Version:   1.2.2
-Release:   1
+Release:   2
 Epoch: 1
 License:   MIT
 Group: Development/Languages
diff --git a/known_failures-pld.patch b/known_failures-pld.patch
index 3271818..f7c9c74 100644
--- a/known_failures-pld.patch
+++ b/known_failures-pld.patch
@@ -1,6 +1,7 @@
 gevent-1.1.0.orig/src/greentest/known_failures.py  2016-03-05 
14:10:58.0 +0100
-+++ gevent-1.1.0/src/greentest/known_failures.py   2016-03-14 
13:24:11.0 +0100
-@@ -33,8 +33,260 @@
+diff -dur gevent-1.2.2.orig/src/greentest/known_failures.py 
gevent-1.2.2/src/greentest/known_failures.py
+--- gevent-1.2.2.orig/src/greentest/known_failures.py  2017-06-05 
13:31:50.0 +0200
 gevent-1.2.2/src/greentest/known_failures.py   2018-03-05 
12:50:16.0 +0100
+@@ -33,8 +33,264 @@
  # we don't have that option without a new commit---and sometimes we 
really need a build
  # to succeed in order to get a release wheel
  'FLAKY test__issue6.py',
@@ -258,7 +259,11 @@
 +
 +# uses os.forkpty()
 +'FLAKY test__monkey_sigchld.py',
++
++# network
++'FLAKY test__server.py',
++'FLAKY test__server_pywsgi.py',
 +]
  
- if os.environ.get('GEVENT_RESOLVER') == 'ares' or LEAKTEST:
- # XXX fix this
+ if sys.platform == 'win32':
+ # other Windows-related issues (need investigating)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-gevent.git/commitdiff/17db3161dc039ad6c79ddac37a8f8637d632b300

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


[packages/WireGuard] up to 0.0.20180304

2018-03-05 Thread psz
commit e6362c48c21a1a8f620b866dc0289368af438cb5
Author: Patryk Szczygłowski 
Date:   Mon Mar 5 14:54:02 2018 +0100

up to 0.0.20180304

 WireGuard.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/WireGuard.spec b/WireGuard.spec
index 0e4410f..4ab1350 100644
--- a/WireGuard.spec
+++ b/WireGuard.spec
@@ -15,10 +15,10 @@ exit 1
 %definerel 1
 %definepname   WireGuard
 Name:  %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
-Version:   0.0.20180202
+Version:   0.0.20180304
 Release:   %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
 Source0:   
https://git.zx2c4.com/WireGuard/snapshot/%{pname}-%{version}.tar.xz
-# Source0-md5: 48f07f9a90d1101892b532229f199248
+# Source0-md5: b25a32bd36a0b81e84f93762d78bc33b
 Summary:   WireGuard is an extremely simple yet fast and modern VPN that 
utilizes state-of-the-art cryptography
 License:   GPL v2
 Group: Networking/Daemons


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/WireGuard.git/commitdiff/e6362c48c21a1a8f620b866dc0289368af438cb5

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


DISTFILES: WireGuard: WireGuard-0.0.20180304.tar.xz

2018-03-05 Thread psz
Request by: psz


Files fetched: 1

STORED: https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20180304.tar.xz
b25a32bd36a0b81e84f93762d78bc33b  WireGuard-0.0.20180304.tar.xz
Size: 227936 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/sphinxbase] - new

2018-03-05 Thread qboosh
commit 1ea256407f866fd8eda706bf27437f497fc4f999
Author: Jakub Bogusz 
Date:   Mon Mar 5 19:24:12 2018 +0100

- new

 sphinxbase-am.patch |  14 
 sphinxbase.spec | 181 
 2 files changed, 195 insertions(+)
---
diff --git a/sphinxbase.spec b/sphinxbase.spec
new file mode 100644
index 000..710c7b4
--- /dev/null
+++ b/sphinxbase.spec
@@ -0,0 +1,181 @@
+#
+# Conditional build:
+%bcond_without python  # Python extension
+%bcond_without static_libs # static libraries
+%bcond_withtests   # "make check" [unit/test_ngram/test_lm_mmap 
fails]
+
+Summary:   CMU Sphinx common libraries
+Summary(pl.UTF-8): Wspólne biblioteki CMU Sphinx
+Name:  sphinxbase
+Version:   0.8
+Release:   1
+License:   BSD
+Group: Applications/Communications
+Source0:   
http://downloads.sourceforge.net/cmusphinx/%{name}-%{version}.tar.gz
+# Source0-md5: 7335d233f7ad4ecc4b508aec7b5dc101
+Patch0:%{name}-am.patch
+URL:   https://cmusphinx.github.io/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: bison
+BuildRequires: blas-devel
+BuildRequires: doxygen
+BuildRequires: lapack-devel
+BuildRequires: libsamplerate-devel
+BuildRequires: libsndfile-devel
+BuildRequires: libtool
+BuildRequires: pkgconfig
+# pulse > jack > alsa > oss (in the order of priority, only one can be enabled)
+BuildRequires: pulseaudio-devel
+%if %{with python}
+BuildRequires: python-Cython
+BuildRequires: python-devel >= 2.0
+%endif
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the basic libraries shared by the CMU Sphinx
+trainer and all the Sphinx decoders (Sphinx-II, Sphinx-III, and
+PocketSphinx), as well as some common utilities for manipulating
+acoustic feature and audio files.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera podstawowe biblioteki współdzielone przez trenera
+CMU Sphinx oraz wszystkie dekodery (Sphinx-II, Sphinx-III oraz
+PocketSphinx), a także trochę wspólnych narzędzi do operowania na
+plikach dźwiękowych oraz danych akustycznych.
+
+%package devel
+Summary:   Header files for CMU Sphinx common libraries
+Summary(pl.UTF-8): Pliki nagłówkowe wspólnych bibliotek CMU Sphinx
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+Requires:  blas-devel
+Requires:  lapack-devel
+Requires:  libsamplerate-devel
+Requires:  libsndfile-devel
+Requires:  pulseaudio-devel
+
+%description devel
+Header files for CMU Sphinx common libraries.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe wspólnych bibliotek CMU Sphinx.
+
+%package static
+Summary:   Static CMU Sphinx common libraries
+Summary(pl.UTF-8): Statyczne biblioteki wspólne CMU Sphinx
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+
+%description static
+Static CMU Sphinx common libraries.
+
+%description static -l pl.UTF-8
+Statyczne biblioteki wspólne CMU Sphinx.
+
+%package -n python-sphinxbase
+Summary:   Python interface to CMU Sphinx base libraries
+Summary(pl.UTF-8): Interfejs Pythona do podstawowych bibliotek CMU Sphinx
+Group: Libraries/Python
+Requires:  %{name} = %{version}-%{release}
+
+%description -n python-sphinxbase
+Python interface to CMU Sphinx base libraries.
+
+%description -n python-sphinxbase -l pl.UTF-8
+Interfejs Pythona do podstawowych bibliotek CMU Sphinx.
+
+%package -n python-sphinxbase-devel
+Summary:   Header file for Python interface to CMU Sphinx base libraries
+Summary(pl.UTF-8): Plik nagłówkowy interfejsu Pythona do podstawowych 
bibliotek CMU Sphinx
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+Requires:  python-sphinxbase = %{version}-%{release}
+Requires:  python-devel >= 2.0
+
+%description -n python-sphinxbase-devel
+Header file for Python interface to CMU Sphinx base libraries.
+
+%description -n python-sphinxbase-devel -l pl.UTF-8
+Plik nagłówkowy interfejsu Pythona do podstawowych bibliotek CMU
+Sphinx.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%{__sed} -i -e '1s,/usr/bin/env perl,/usr/bin/perl,' 
src/sphinx_lmtools/sphinx_lm_sort
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+   %{!?with_python:--without-python} \
+   %{!?with_static_libs:--disable-static}
+%{__make}
+
+%if %{with tests}
+%{__make} check
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libsphinx*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS README doc
+%attr(755,root,root) %{_bindir}/sphinx_cepview
+%attr(755,root,root) %{_bindir}/sphinx_cont_adseg
+%attr(755,root,root) %{_bin

[packages/sphinxbase] Created branch master

2018-03-05 Thread qboosh
The branch 'master' was created.

Summary of new commits:

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


DISTFILES: sphinxbase: sphinxbase-0.8.tar.gz

2018-03-05 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://downloads.sourceforge.net/cmusphinx/sphinxbase-0.8.tar.gz
7335d233f7ad4ecc4b508aec7b5dc101  sphinxbase-0.8.tar.gz
Size: 3313197 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/FileZilla] Created branch fetchsrc

2018-03-05 Thread baggins
The branch 'fetchsrc' was created pointing to:

 50bff43... Revert "- update md5", sourceforge broken ATN

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


DISTFILES: FileZilla: FileZilla_3.31.0_src.tar.bz2

2018-03-05 Thread baggins
Request by: baggins


Files fetched: 1

STORED: http://downloads.sourceforge.net/filezilla/FileZilla_3.31.0_src.tar.bz2
0eee1369904e9b0b60500a1068ca5a85  FileZilla_3.31.0_src.tar.bz2
Size: 4861886 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/FileZilla] Deleted branch fetchsrc

2018-03-05 Thread baggins
The branch 'fetchsrc' was deleted at 50bff430f5213c266decbf4afdd7a97ace410556.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/mysql] - builds and passes tests, rel 1

2018-03-05 Thread baggins
commit 54e3d63963f05f92e0a50a8a990155c6a8d6b46a
Author: Jan Rękorajski 
Date:   Mon Mar 5 23:13:29 2018 +0100

- builds and passes tests, rel 1

 mysql.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index 6d824ff..e493b1f 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -21,7 +21,7 @@
 %bcond_without sphinx  # Sphinx storage engine support
 # mysql needs boost 1.59.0 and doesn't support newer/older boost versions
 %bcond_withsystem_boost
-%bcond_withtests   # FIXME: don't run correctly
+%bcond_without tests   # run test suite
 %bcond_withndb # NDB is now a separate product, this here is 
broken, so disable it
 
 %include   /usr/lib/rpm/macros.perl
@@ -35,7 +35,7 @@ Summary(uk.UTF-8):MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:  mysql
 Version:   5.7.17
-Release:   0.3
+Release:   1
 License:   GPL + MySQL FLOSS Exception
 Group: Applications/Databases
 Source0:   
http://cdn.mysql.com/Downloads/MySQL-5.7/%{name}-%{version}.tar.gz


 gitweb:

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

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


[packages/mysql] - up to 5.7.21

2018-03-05 Thread baggins
commit c710454d0ef9e1c32691b53e0ea697e087f68933
Author: Jan Rękorajski 
Date:   Tue Mar 6 00:35:19 2018 +0100

- up to 5.7.21

 mysql.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index e493b1f..29ea4ac 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -34,12 +34,12 @@ Summary(ru.UTF-8):  MySQL - быстрый SQL-сервер
 Summary(uk.UTF-8): MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:  mysql
-Version:   5.7.17
+Version:   5.7.21
 Release:   1
 License:   GPL + MySQL FLOSS Exception
 Group: Applications/Databases
 Source0:   
http://cdn.mysql.com/Downloads/MySQL-5.7/%{name}-%{version}.tar.gz
-# Source0-md5: db2a87ede6132b226f8d43d3ac349284
+# Source0-md5: e26523b174bdc3fd0fde6f36791ce17e
 Source100: http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz
 # Source100-md5:   5cac34f3d78a9d612ca4301abfcbd666
 %if %{without system_boost}
@@ -878,7 +878,6 @@ done
 
 %files
 %defattr(644,root,root,755)
-%doc build/support-files/*.cnf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/logrotate.d/%{name}
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/sysconfig/%{name}
@@ -901,6 +900,7 @@ done
 %attr(755,root,root) %{_libdir}/%{name}/plugin/auth.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/auth_socket.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/auth_test_plugin.so
+%attr(755,root,root) 
%{_libdir}/%{name}/plugin/authentication_ldap_sasl_client.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/connection_control.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/group_replication.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/keyring_file.so


 gitweb:

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

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


DISTFILES: mysql: mysql-5.7.21.tar.gz sphinx-2.2.11-release.tar.gz boost_1_59_0.tar.bz2

2018-03-05 Thread baggins
Request by: baggins


Files fetched: 1

STORED: http://cdn.mysql.com/Downloads/MySQL-5.7/mysql-5.7.21.tar.gz
e26523b174bdc3fd0fde6f36791ce17e  mysql-5.7.21.tar.gz
Size: 51822632 bytes
ALREADY GOT: http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz
5cac34f3d78a9d612ca4301abfcbd666  sphinx-2.2.11-release.tar.gz
ALREADY GOT: http://downloads.sourceforge.net/boost/boost_1_59_0.tar.bz2
6aa9a5c6a4ca1016edd0ed1178e3cb87  boost_1_59_0.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/libvirt] up to 4.1.0

2018-03-05 Thread atler
commit a7243fbe6ba368b8a3a452ac1842e083013b09c8
Author: Jan Palus 
Date:   Tue Mar 6 00:49:25 2018 +0100

up to 4.1.0

- upstream patch to prevent linking against system libvirt

 libvirt-link.patch | 175 +
 libvirt-sasl.patch |  14 ++---
 libvirt.spec   |  12 +++-
 3 files changed, 191 insertions(+), 10 deletions(-)
---
diff --git a/libvirt.spec b/libvirt.spec
index 54ecdef..87adcf4 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -46,12 +46,12 @@
 Summary:   Toolkit to interact with virtualization capabilities
 Summary(pl.UTF-8): Narzędzia współpracujące z funkcjami wirtualizacji
 Name:  libvirt
-Version:   4.0.0
-Release:   2
+Version:   4.1.0
+Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   http://libvirt.org/sources/libvirt-%{version}.tar.xz
-# Source0-md5: ff0dbdd8ec4ac1277588dfe3b245d0e9
+# Source0-md5: 30b95c458da4f8c3d073a82755815997
 Source1:   %{name}.init
 Source2:   %{name}.tmpfiles
 Patch0:%{name}-sasl.patch
@@ -61,6 +61,7 @@ Patch4:   %{name}-udevadm-settle.patch
 Patch5:vserver.patch
 Patch6:bashisms.patch
 Patch7:%{name}-guests.init.patch
+Patch8:%{name}-link.patch
 URL:   http://www.libvirt.org/
 BuildRequires: acl-devel
 BuildRequires: attr-devel
@@ -483,6 +484,7 @@ Moduł sekcji Wiresharka do pakietów libvirt.
 %{?with_vserver:%patch5 -p1}
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 %{__libtoolize}
@@ -675,6 +677,8 @@ fi
 
 %files -n bash-completion-%{name}
 %defattr(644,root,root,755)
+/etc/bash_completion.d/virsh
+/etc/bash_completion.d/virt-admin
 /etc/bash_completion.d/vsh
 
 %files devel
@@ -737,8 +741,10 @@ fi
 %{systemdunitdir}/virt-guest-shutdown.target
 %{systemdunitdir}/virtlockd.service
 %{systemdunitdir}/virtlockd.socket
+%{systemdunitdir}/virtlockd-admin.socket
 %{systemdunitdir}/virtlogd.service
 %{systemdunitdir}/virtlogd.socket
+%{systemdunitdir}/virtlogd-admin.socket
 %config(noreplace) %verify(not md5 mtime size) 
/usr/lib/sysctl.d/60-libvirtd.conf
 %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/libvirtd
 %attr(755,root,root) %{_libexecdir}/libvirt_iohelper
diff --git a/libvirt-link.patch b/libvirt-link.patch
new file mode 100644
index 000..265b713
--- /dev/null
+++ b/libvirt-link.patch
@@ -0,0 +1,175 @@
+From 43523d7421a3cb0a729ce8a44a5843fbd0a96dcf Mon Sep 17 00:00:00 2001
+From: Jan Palus 
+Date: Mon, 5 Mar 2018 16:39:48 +0100
+Subject: [PATCH] make sure libvirt is linked first
+
+so it's not affected by flags that might be passed in $(*_LIBS) like
+-L/usr/lib which might result in linking against system library and
+requiring incorrect version of private symbols
+
+Signed-off-by: Jan Palus 
+---
+ src/Makefile.am |   29 +++--
+ src/lxc/Makefile.inc.am |2 +-
+ tools/Makefile.am   |2 +-
+ 3 files changed, 17 insertions(+), 16 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 3bf2da5..7f3144b 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -1153,6 +1153,9 @@ libvirtd_LDFLAGS = \
+   $(NULL)
+ 
+ libvirtd_LDADD = \
++  libvirt-lxc.la \
++  libvirt-qemu.la \
++  libvirt.la \
+   $(LIBXML_LIBS) \
+   $(GNUTLS_LIBS) \
+   $(SASL_LIBS) \
+@@ -1166,9 +1169,6 @@ endif WITH_DTRACE_PROBES
+ 
+ libvirtd_LDADD += \
+   libvirt_driver_admin.la \
+-  libvirt-lxc.la \
+-  libvirt-qemu.la \
+-  libvirt.la \
+   ../gnulib/lib/libgnu.la $(LIBSOCKET) \
+   $(NULL)
+ 
+@@ -1222,7 +1222,7 @@ libvirt_driver_interface_la_CFLAGS = \
+   -I$(srcdir)/conf \
+   $(AM_CFLAGS) $(LIBNL_CFLAGS)
+ libvirt_driver_interface_la_LDFLAGS = $(AM_LDFLAGS_MOD_NOUNDEF)
+-libvirt_driver_interface_la_LIBADD =
++libvirt_driver_interface_la_LIBADD = libvirt.la
+ if WITH_NETCF
+ libvirt_driver_interface_la_CFLAGS += $(NETCF_CFLAGS)
+ libvirt_driver_interface_la_LIBADD += $(NETCF_LIBS)
+@@ -1231,7 +1231,7 @@ if WITH_UDEV
+ libvirt_driver_interface_la_CFLAGS += $(UDEV_CFLAGS)
+ libvirt_driver_interface_la_LIBADD += $(UDEV_LIBS)
+ endif WITH_UDEV
+-libvirt_driver_interface_la_LIBADD += libvirt.la ../gnulib/lib/libgnu.la
++libvirt_driver_interface_la_LIBADD += ../gnulib/lib/libgnu.la
+ libvirt_driver_interface_la_SOURCES = $(INTERFACE_DRIVER_SOURCES)
+ endif WITH_INTERFACE
+ 
+@@ -1323,7 +1323,7 @@ endif WITH_STORAGE_SCSI
+ if WITH_STORAGE_MPATH
+ libvirt_storage_backend_mpath_la_SOURCES = \
+   $(STORAGE_DRIVER_MPATH_SOURCES)
+-libvirt_storage_backend_mpath_la_LIBADD = $(DEVMAPPER_LIBS)
++libvirt_storage_backend_mpath_la_LIBADD = libvirt.la $(DEVMAPPER_LIBS)
+ libvirt_storage_backend_mpath_la_CFLAGS = \
+   -I$(srcdir)/conf \
+   $(DEVMAPPER_CFLAGS) \
+@@ -1331,7 +1331,7 @@ libvirt_storage_backend_mpath_la_CFLAGS = \
+ 
+ storagebackend_LTLIBRARIES += libvirt_storage_backend_mpath.la
+ libvirt_s

DISTFILES: libvirt: libvirt-4.1.0.tar.xz

2018-03-05 Thread atler
Request by: atler


Files fetched: 1

STORED: http://libvirt.org/sources/libvirt-4.1.0.tar.xz
30b95c458da4f8c3d073a82755815997  libvirt-4.1.0.tar.xz
Size: 15046956 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: python-libvirt: libvirt-python-4.1.0.tar.gz

2018-03-05 Thread atler
Request by: atler


Files fetched: 1

STORED: ftp://ftp.libvirt.org/libvirt/python/libvirt-python-4.1.0.tar.gz
2aae92008487dc71a915d17542d156e7  libvirt-python-4.1.0.tar.gz
Size: 186312 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-libvirt] up to 4.1.0

2018-03-05 Thread atler
commit da219eba95ff58c5b46853ae028ef133b77b8abd
Author: Jan Palus 
Date:   Tue Mar 6 00:53:51 2018 +0100

up to 4.1.0

 python-libvirt.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-libvirt.spec b/python-libvirt.spec
index 38da5d6..300d1d8 100644
--- a/python-libvirt.spec
+++ b/python-libvirt.spec
@@ -13,12 +13,12 @@
 Summary:   Python 2.x bindings to interact with virtualization capabilities
 Summary(pl.UTF-8): Wiązania Pythona 2.x do współpracy z funkcjami 
wirtualizacji
 Name:  python-libvirt
-Version:   4.0.0
+Version:   4.1.0
 Release:   1
 License:   LGPL v2.1+
 Group: Development/Languages/Python
 Source0:   
ftp://ftp.libvirt.org/libvirt/python/%{origname}-%{version}.tar.gz
-# Source0-md5: b3db91358dd759b89fbe38bfe24e5ca1
+# Source0-md5: 2aae92008487dc71a915d17542d156e7
 URL:   http://www.libvirt.org/
 BuildRequires: libvirt-devel >= 1.0.2
 BuildRequires: pkgconfig


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-libvirt.git/commitdiff/da219eba95ff58c5b46853ae028ef133b77b8abd

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


[packages/nspr] up to 4.19

2018-03-05 Thread atler
commit 8f0ae272c0c4a4e1c834df8f1e82ee5189f37447
Author: Jan Palus 
Date:   Tue Mar 6 01:02:59 2018 +0100

up to 4.19

 nspr.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nspr.spec b/nspr.spec
index 018d80a..878a6a3 100644
--- a/nspr.spec
+++ b/nspr.spec
@@ -1,13 +1,13 @@
 Summary:   Netscape Portable Runtime (NSPR)
 Summary(pl.UTF-8): Przenośne biblioteki uruchomieniowe Netscape
 Name:  nspr
-Version:   4.18
+Version:   4.19
 Release:   1
 Epoch: 1
 License:   MPL v2.0
 Group: Libraries
 Source0:   
http://ftp.mozilla.org/pub/nspr/releases/v%{version}/src/%{name}-%{version}.tar.gz
-# Source0-md5: 2a558f9aeb109bfb16d78bdc42033a1e
+# Source0-md5: e1d27282ad6286b69d6b9fd07201d3dd
 Patch0:%{name}-pc.patch
 URL:   https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR
 BuildRequires: autoconf >= 2.61


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nspr.git/commitdiff/8f0ae272c0c4a4e1c834df8f1e82ee5189f37447

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


DISTFILES: nspr: nspr-4.19.tar.gz

2018-03-05 Thread atler
Request by: atler


Files fetched: 1

STORED: http://ftp.mozilla.org/pub/nspr/releases/v4.19/src/nspr-4.19.tar.gz
e1d27282ad6286b69d6b9fd07201d3dd  nspr-4.19.tar.gz
Size: 1139967 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/nss] up to 3.36

2018-03-05 Thread atler
commit 4d0e068f1292206938edb9d543e14bc52d77974d
Author: Jan Palus 
Date:   Tue Mar 6 01:03:19 2018 +0100

up to 3.36

 nss.spec | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/nss.spec b/nss.spec
index 071bd10..ae3561c 100644
--- a/nss.spec
+++ b/nss.spec
@@ -1,15 +1,15 @@
-%definenspr_ver1:4.18
+%definenspr_ver1:4.19
 %definefoover  %(echo %{version} | tr . _)
 Summary:   NSS - Network Security Services
 Summary(pl.UTF-8): NSS - Network Security Services
 Name:  nss
-Version:   3.35
+Version:   3.36
 Release:   1
 Epoch: 1
 License:   MPL v2.0
 Group: Libraries
 Source0:   
http://ftp.mozilla.org/pub/security/nss/releases/NSS_%{foover}_RTM/src/%{name}-%{version}.tar.gz
-# Source0-md5: 9467ec9e65c5aeb3254a50250490f5f7
+# Source0-md5: c89cc279f03f55e76aefbb6cc946ad04
 Source1:   %{name}-mozilla-nss.pc
 Source2:   %{name}-config.in
 Source3:   http://www.cacert.org/certs/root.der
@@ -267,7 +267,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/baddbdir
 %attr(755,root,root) %{_bindir}/bltest
 %attr(755,root,root) %{_bindir}/btoa
-%attr(755,root,root) %{_bindir}/certcgi
 %attr(755,root,root) %{_bindir}/certutil
 %attr(755,root,root) %{_bindir}/chktest
 %attr(755,root,root) %{_bindir}/cmsutil


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nss.git/commitdiff/4d0e068f1292206938edb9d543e14bc52d77974d

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


DISTFILES: nss: nss-3.36.tar.gz root.der

2018-03-05 Thread atler
Request by: atler


Files fetched: 1

STORED: 
http://ftp.mozilla.org/pub/security/nss/releases/NSS_3_36_RTM/src/nss-3.36.tar.gz
c89cc279f03f55e76aefbb6cc946ad04  nss-3.36.tar.gz
Size: 23025578 bytes
ALREADY GOT: http://www.cacert.org/certs/root.der
a61b375e390d9c3654eebd2031461f6b  root.der


-- 
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