[packages/qemu] bcond fixes, to make headless builds possible again

2018-10-23 Thread jajcus
commit 32bf0518e3881cd5ab9e16d9a9ab88496d639b08
Author: Jacek Konieczny 
Date:   Tue Oct 23 08:53:07 2018 +0200

bcond fixes, to make headless builds possible again

 qemu.spec | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 41521be..d40ce8f 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -26,6 +26,7 @@
 %bcond_withlttng   # lttng-ust trace backend support
 %bcond_withsystemtap   # SystemTap/dtrace trace backend support
 %bcond_withvirgl   # build virgl support
+%bcond_without xkbcommon   # xkbcommon support
 
 %if %{with gtk2}
 %undefine with_gtk3
@@ -125,6 +126,7 @@ BuildRequires:  which
 %{?with_virgl:BuildRequires:   virglrenderer-devel}
 %{?with_xen:BuildRequires: xen-devel >= 3.4}
 BuildRequires: xfsprogs-devel
+%{?with_xkbcommon:BuildRequires:   xorg-lib-libxkbcommon-devel}
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: zlib-devel
 %if %{with gtk2}
@@ -1132,7 +1134,7 @@ fi
 %attr(755,root,root) %{_bindir}/ivshmem-client
 %attr(755,root,root) %{_bindir}/ivshmem-server
 %attr(755,root,root) %{_bindir}/virtfs-proxy-helper
-%attr(755,root,root) %{_bindir}/qemu-keymap
+%{?with_xkbcommon:%attr(755,root,root) %{_bindir}/qemu-keymap}
 %attr(755,root,root) %{_bindir}/qemu-nbd
 %attr(755,root,root) %{_bindir}/qemu-pr-helper
 %attr(755,root,root) %{_bindir}/qemu-tilegx
@@ -1195,14 +1197,16 @@ fi
 
 # modules without too many external dependencies
 %attr(755,root,root) %{_libdir}/%{name}/block-dmg-bz2.so
-%attr(755,root,root) %{_libdir}/%{name}/block-nfs.so
+%{?with_libnfs:%attr(755,root,root) %{_libdir}/%{name}/block-nfs.so}
 
 %attr(755,root,root) %{_libdir}/%{name}/audio-alsa.so
-%attr(755,root,root) %{_libdir}/%{name}/audio-pa.so
-%attr(755,root,root) %{_libdir}/%{name}/audio-sdl.so
+%{?with_pulseaudio:%attr(755,root,root) %{_libdir}/%{name}/audio-pa.so}
+%{?with_sdl:%attr(755,root,root) %{_libdir}/%{name}/audio-sdl.so}
 %attr(755,root,root) %{_libdir}/%{name}/ui-curses.so
+%if %{with gtk2} || %{with gtk3}
 %attr(755,root,root) %{_libdir}/%{name}/ui-gtk.so
-%attr(755,root,root) %{_libdir}/%{name}/ui-sdl.so
+%endif
+%{?with_sdl:%attr(755,root,root) %{_libdir}/%{name}/ui-sdl.so}
 
 %files img
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qemu.git/commitdiff/32bf0518e3881cd5ab9e16d9a9ab88496d639b08

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


[packages/hydra] distfiles compatible url

2018-10-23 Thread glen
commit 3126353c9ba27339c346e3c22ee0c3a5d2389361
Author: Elan Ruusamäe 
Date:   Tue Oct 23 13:38:16 2018 +0300

distfiles compatible url

 hydra.spec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/hydra.spec b/hydra.spec
index 95d9cdb..a70318b 100644
--- a/hydra.spec
+++ b/hydra.spec
@@ -8,8 +8,7 @@ Version:8.6
 Release:   2
 License:   GPL
 Group: Networking
-#Source0:  
https://github.com/vanhauser-thc/THC-Archive/blob/master/Tools/%{name}-%{version}.tar.gz?raw=true
-Source0:   %{name}-%{version}.tar.gz
+Source0:   
https://github.com/vanhauser-thc/THC-Archive/blob/master/Tools/%{name}-%{version}.tar.gz?raw=true&/%{name}-%{version}.tar.gz
 # Source0-md5: 5d909cfea627a1f2482b82dfbd64956c
 Patch0:%{name}-nonsl.patch
 URL:   http://www.thc.org/thc-hydra/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hydra.git/commitdiff/3126353c9ba27339c346e3c22ee0c3a5d2389361

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


[packages/php/dev-7.3] up to php-7.3.0RC3

2018-10-23 Thread glen
commit 80a85caa023fe9c2e4d0307c201c525ac6e80349
Author: Elan Ruusamäe 
Date:   Tue Oct 23 13:13:53 2018 +0300

up to php-7.3.0RC3

 php.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php.spec b/php.spec
index 5275ef1..cac2f01 100644
--- a/php.spec
+++ b/php.spec
@@ -144,7 +144,7 @@
 %undefine  with_filter
 %endif
 
-%definesubver RC2
+%definesubver RC3
 %defineorgname php
 %definever_suffix 73
 %definephp_suffix %{!?with_default_php:%{ver_suffix}}
@@ -165,7 +165,7 @@ License:PHP 3.01 and Zend and BSD
 Group: Libraries
 #Source0:  https://php.net/distributions/%{orgname}-%{version}.tar.xz
 Source0:   https://downloads.php.net/~cmb/php-%{version}%{subver}.tar.xz
-# Source0-md5: 3735366701602257fa08901cad95b70d
+# Source0-md5: 28d28a4680ee2c2e780343807b0a0d95
 Source1:   opcache.ini
 Source2:   %{orgname}-mod_php.conf
 Source3:   %{orgname}-cgi-fcgi.ini
@@ -321,7 +321,7 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %definejsonver 1.7.0
 %definepharver %{version}
 %definesqlite3ver  %{version}
-%definezipver  1.15.3
+%definezipver  1.15.4
 %definephpdbgver   0.5.0
 %definesodiumver   %{version}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/80a85caa023fe9c2e4d0307c201c525ac6e80349

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


DISTFILES: php: php-7.3.0RC3.tar.xz

2018-10-23 Thread glen
Request by: glen


Files fetched: 1

STORED: https://downloads.php.net/~cmb/php-7.3.0RC3.tar.xz
28d28a4680ee2c2e780343807b0a0d95  php-7.3.0RC3.tar.xz
Size: 11927028 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/wget] metalink bcond added

2018-10-23 Thread jajcus
commit c55e90eeb2e9394668a47e85558d240e61775020
Author: Jacek Konieczny 
Date:   Tue Oct 23 13:44:23 2018 +0200

metalink bcond added

 wget.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/wget.spec b/wget.spec
index 5f86e95..082c2b2 100644
--- a/wget.spec
+++ b/wget.spec
@@ -6,6 +6,7 @@
 #
 # Conditional build:
 %bcond_without tests   # check target
+%bcond_without metalink # build without metalink support
 %bcond_withgnutls  # use GnuTLS (wget default) instead of OpenSSL
 
 Summary:   A utility for retrieving files using the HTTP or FTP protocols
@@ -35,9 +36,9 @@ BuildRequires:autoconf >= 2.61
 BuildRequires: automake >= 1:1.9
 BuildRequires: gettext-tools >= 0.18.1
 %{?with_gnutls:BuildRequires:  gnutls-devel}
-BuildRequires: gpgme-devel >= 0.4.2
+%{?with_metalink:BuildRequires:gpgme-devel >= 0.4.2}
 BuildRequires: libidn2-devel
-BuildRequires: libmetalink-devel
+%{?with_metalink:BuildRequires:libmetalink-devel}
 BuildRequires: libpsl-devel >= 0.16.0
 BuildRequires: libuuid-devel
 %{!?with_gnutls:BuildRequires: openssl-devel >= 0.9.7m}
@@ -164,7 +165,7 @@ chmod +x build-aux/bzr-version-gen
--enable-pcre \
--disable-silent-rules \
--with-libpsl \
-   --with-metalink \
+   %{__with_without metalink} \
--with-ssl%{!?with_gnutls:=openssl} \
--with-zlib \
%{nil}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wget.git/commitdiff/c55e90eeb2e9394668a47e85558d240e61775020

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


[packages/vte] up to 0.54.2

2018-10-23 Thread atler
commit 26218dfca596cbd06befa94998ff472ec5d13d81
Author: Jan Palus 
Date:   Tue Oct 23 15:05:33 2018 +0200

up to 0.54.2

 vte.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vte.spec b/vte.spec
index 5cf1c00..371e79c 100644
--- a/vte.spec
+++ b/vte.spec
@@ -6,12 +6,12 @@
 Summary:   VTE terminal widget library
 Summary(pl.UTF-8): Biblioteka z kontrolką terminala VTE
 Name:  vte
-Version:   0.54.1
+Version:   0.54.2
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/vte/0.54/%{name}-%{version}.tar.xz
-# Source0-md5: f105571235592c36ea51d3933674ec2f
+# Source0-md5: 054a8a46b9de9078f81931311cf27a68
 Patch0:%{name}-wordsep.patch
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.9


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vte.git/commitdiff/26218dfca596cbd06befa94998ff472ec5d13d81

___
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.54.2.tar.xz

2018-10-23 Thread atler
Request by: atler


Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/vte/0.54/vte-0.54.2.tar.xz
054a8a46b9de9078f81931311cf27a68  vte-0.54.2.tar.xz
Size: 1087628 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/whipper] up to 0.7.1

2018-10-23 Thread atler
commit 1a750d8061dcb5d3c80077f47b3e2ac04890a9db
Author: Jan Palus 
Date:   Tue Oct 23 11:45:29 2018 +0200

up to 0.7.1

- updated urls

 whipper.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/whipper.spec b/whipper.spec
index 2b43221..b5251de 100644
--- a/whipper.spec
+++ b/whipper.spec
@@ -1,12 +1,12 @@
 Summary:   Python CD-DA ripper preferring accuracy over speed
 Name:  whipper
-Version:   0.7.0
+Version:   0.7.1
 Release:   1
 License:   GPL v3+
 Group: Applications
-Source0:   https://github.com/JoeLametta/whipper/archive/v%{version}.tar.gz
-# Source0-md5: ed7a5c922f3a95254bed3626ccb29bfc
-URL:   https://github.com/JoeLametta/whipper
+Source0:   
https://github.com/whipper-team/whipper/archive/v%{version}.tar.gz
+# Source0-md5: b69f6d61354ca8834b55d54e802a5ec9
+URL:   https://github.com/whipper-team/whipper
 BuildRequires: python-modules >= 1:2.7
 BuildRequires: python-setuptools
 BuildRequires: rpm-pythonprov


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/whipper.git/commitdiff/1a750d8061dcb5d3c80077f47b3e2ac04890a9db

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


DISTFILES: whipper: v0.7.1.tar.gz

2018-10-23 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/whipper-team/whipper/archive/v0.7.1.tar.gz
b69f6d61354ca8834b55d54e802a5ec9  v0.7.1.tar.gz
Size: 164006 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/w3m] allow building with no image support

2018-10-23 Thread jajcus
commit c167b1bda57456fb2c81e506ee8328086d74e0b9
Author: Jacek Konieczny 
Date:   Tue Oct 23 14:28:43 2018 +0200

allow building with no image support

for minimal dependencies

 w3m.spec | 13 -
 1 file changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/w3m.spec b/w3m.spec
index 81495ec..04a3dcd 100644
--- a/w3m.spec
+++ b/w3m.spec
@@ -1,3 +1,6 @@
+# Conditional build:
+%bcond_without image   # build without image support
+
 Summary:   Text based browser for the world wide web
 Summary(de.UTF-8): Text-Browser für das WWW
 Summary(es.UTF-8): w3m es un paginador, pero puede usarse también como un 
navegador WWW
@@ -27,8 +30,10 @@ BuildRequires:   automake
 BuildRequires: gc-devel
 BuildRequires: gettext-tools
 BuildRequires: gpm-devel
+%if %{with image}
 BuildRequires: gtk+2-devel >= 1:2.0
 BuildRequires: imlib2-devel
+%endif
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pkgconfig
@@ -104,10 +109,14 @@ cp -f /usr/share/automake/config.sub .
 %configure \
mkdir_p="mkdir -p" \
--enable-gopher \
+%if %{with image}
--enable-image="x11,fb,fb+s" \
+   --with-imagelib="gdk-pixbuf" \
+%else
+   --disable-image \
+%endif
--enable-keymap=lynx \
--with-editor=/bin/vi \
-   --with-imagelib="gdk-pixbuf" \
--with-mailer=/bin/mail \
--with-browser=%{_bindir}/mozilla \
--with-termlib=ncurses
@@ -150,6 +159,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/w3mman.1*
 %lang(ja) %{_mandir}/ja/man1/w3m.1*
 
+%if %{with image}
 %files imgdisplay
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libexecdir}/w3m/w3mimgdisplay
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/w3m.git/commitdiff/c167b1bda57456fb2c81e506ee8328086d74e0b9

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


[packages/kernel] - more config updates

2018-10-23 Thread arekm
commit 4a10af95350f13bae908d4d1b1680848bb45df71
Author: Arkadiusz Miśkiewicz 
Date:   Tue Oct 23 13:20:07 2018 +0200

- more config updates

 kernel-multiarch.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index 58331037..31f30c14 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -793,7 +793,7 @@ IPWIRELESS all=m
 #-
 #* TCG_TPM forced to 'y' by IMA
 TCG_TPM all=m x86=y ia64=y
-HW_RANDOM_TPM all=m
+HW_RANDOM_TPM all=y
 #* TCG_TIS forced to 'y' by IMA
 TCG_TIS all=m x86=y ia64=y
 TCG_TIS_SPI all=m


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/4a10af95350f13bae908d4d1b1680848bb45df71

___
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-nvidia] rel 2

2018-10-23 Thread atler
commit 16eff0630e7eb7a41a127d8ae50c83487e9776fe
Author: Jan Palus 
Date:   Tue Oct 23 13:31:40 2018 +0200

rel 2

 xorg-driver-video-nvidia.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xorg-driver-video-nvidia.spec b/xorg-driver-video-nvidia.spec
index 00630e1..f13ad69 100644
--- a/xorg-driver-video-nvidia.spec
+++ b/xorg-driver-video-nvidia.spec
@@ -33,7 +33,7 @@ exit 1
 
 %defineno_install_post_check_so 1
 
-%definerel 1
+%definerel 2
 %definepname   xorg-driver-video-nvidia
 Summary:   Linux Drivers for nVidia GeForce/Quadro Chips
 Summary(hu.UTF-8): Linux meghajtók nVidia GeForce/Quadro chipekhez


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-nvidia.git/commitdiff/16eff0630e7eb7a41a127d8ae50c83487e9776fe

___
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-nvidia] package libnvidia-cbl, libnvidia-rtcore and libnvoptix

2018-10-23 Thread atler
commit 0f1616f9e64bd71b2a84bf0715659793fd36
Author: Jan Palus 
Date:   Tue Oct 23 13:30:14 2018 +0200

package libnvidia-cbl, libnvidia-rtcore and libnvoptix

 xorg-driver-video-nvidia.spec | 7 +++
 1 file changed, 7 insertions(+)
---
diff --git a/xorg-driver-video-nvidia.spec b/xorg-driver-video-nvidia.spec
index acf452f..00630e1 100644
--- a/xorg-driver-video-nvidia.spec
+++ b/xorg-driver-video-nvidia.spec
@@ -330,7 +330,10 @@ for f in \
%{srcdir}/libcuda.so.%{version} \
%{srcdir}/libnvcuvid.so.%{version}  \
 %ifarch %{x8664}
+   %{srcdir}/libnvidia-cbl.so.%{version}   \
%{srcdir}/libnvidia-cfg.so.%{version}   \
+   %{srcdir}/libnvidia-rtcore.so.%{version}\
+   %{srcdir}/libnvoptix.so.%{version}  \
 %endif
%{srcdir}/libnvidia-compiler.so.%{version}  \
%{srcdir}/libnvidia-encode.so.%{version}\
@@ -503,8 +506,12 @@ EOF
 %attr(755,root,root) %ghost %{_libdir}/nvidia/libnvcuvid.so.1
 %attr(755,root,root) %{_libdir}/nvidia/libnvcuvid.so
 %ifarch %{x8664}
+%attr(755,root,root) %{_libdir}/nvidia/libnvidia-cbl.so.*.*
 %attr(755,root,root) %{_libdir}/nvidia/libnvidia-cfg.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/nvidia/libnvidia-cfg.so.1
+%attr(755,root,root) %{_libdir}/nvidia/libnvidia-rtcore.so.*.*
+%attr(755,root,root) %{_libdir}/nvidia/libnvoptix.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/nvidia/libnvoptix.so.1
 %endif
 %attr(755,root,root) %{_libdir}/nvidia/libnvidia-compiler.so.*.*
 %attr(755,root,root) %{_libdir}/nvidia/libnvidia-encode.so.*.*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-nvidia.git/commitdiff/16eff0630e7eb7a41a127d8ae50c83487e9776fe

___
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-nvidia] bump provided vulkan api version

2018-10-23 Thread atler
commit bedc4e7f0fcf038fc144afab17340acba7b8ba50
Author: Jan Palus 
Date:   Tue Oct 23 13:30:00 2018 +0200

bump provided vulkan api version

 xorg-driver-video-nvidia.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xorg-driver-video-nvidia.spec b/xorg-driver-video-nvidia.spec
index 1c1324d..acf452f 100644
--- a/xorg-driver-video-nvidia.spec
+++ b/xorg-driver-video-nvidia.spec
@@ -63,7 +63,7 @@ Requires: xorg-xserver-server(videodrv-abi) <= 24.0
 Requires:  xorg-xserver-server(videodrv-abi) >= 2.0
 Provides:  ocl-icd(nvidia)
 Provides:  ocl-icd-driver
-Provides:  vulkan(icd) = 1.1.70
+Provides:  vulkan(icd) = 1.1.82
 Provides:  xorg-driver-video
 Provides:  xorg-xserver-module(glx)
 Obsoletes: XFree86-driver-nvidia


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-nvidia.git/commitdiff/16eff0630e7eb7a41a127d8ae50c83487e9776fe

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


DISTFILES: kernel: ERRORS: linux-4.19.tar.xz patch-4.19.0.xz

2018-10-23 Thread arekm
Request by: arekm

wget -nv --no-iri --no-check-certificate --user-agent=PLD/distfiles -O 
./tmp/585212ab-0bd3-43e0-a150-14bcf4d9b04e/5e8695bf4dc16213963ba04768a23539/patch-4.19.0.xz
 https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.0.xz:
https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/patch-4.19.0.xz:
2018-10-23 13:10:31 ERROR 404: Not Found.


wget -nv --no-iri --no-check-certificate --user-agent=PLD/distfiles -O 
./tmp/585212ab-0bd3-43e0-a150-14bcf4d9b04e/5e8695bf4dc16213963ba04768a23539/patch-4.19.0.xz
 https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.0.xz:
exited with code 8 (0x00)

FATAL: https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.0.xz 
(5e8695bf4dc16213963ba04768a23539) was not fetched correctly (wget -nv --no-iri 
--no-check-certificate --user-agent=PLD/distfiles -O 
./tmp/585212ab-0bd3-43e0-a150-14bcf4d9b04e/5e8695bf4dc16213963ba04768a23539/patch-4.19.0.xz
 https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.0.xz: 
https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/patch-4.19.0.xz:
2018-10-23 13:10:31 ERROR 404: Not Found.
): file fetched but has 0 length

Files fetched: 1

STORED: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz
740a90cf810c2105df8ee12e5d0bb900  linux-4.19.tar.xz
Size: 103117552 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: kernel: ERRORS: linux-4.19.tar.xz patch-4.19.0.xz

2018-10-23 Thread arekm
Request by: arekm

wget -nv --no-iri --no-check-certificate --user-agent=PLD/distfiles -O 
./tmp/e4e7e41e-2a97-4a2f-bb94-2eab3142cb8f/5e8695bf4dc16213963ba04768a23539/patch-4.19.0.xz
 https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.0.xz:
https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/patch-4.19.0.xz:
2018-10-23 13:20:24 ERROR 404: Not Found.


wget -nv --no-iri --no-check-certificate --user-agent=PLD/distfiles -O 
./tmp/e4e7e41e-2a97-4a2f-bb94-2eab3142cb8f/5e8695bf4dc16213963ba04768a23539/patch-4.19.0.xz
 https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.0.xz:
exited with code 8 (0x00)

FATAL: https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.0.xz 
(5e8695bf4dc16213963ba04768a23539) was not fetched correctly (wget -nv --no-iri 
--no-check-certificate --user-agent=PLD/distfiles -O 
./tmp/e4e7e41e-2a97-4a2f-bb94-2eab3142cb8f/5e8695bf4dc16213963ba04768a23539/patch-4.19.0.xz
 https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.0.xz: 
https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/patch-4.19.0.xz:
2018-10-23 13:20:24 ERROR 404: Not Found.
): file fetched but has 0 length

Files fetched: 0

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz
740a90cf810c2105df8ee12e5d0bb900  linux-4.19.tar.xz


-- 
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/dconf] up to 0.30.1

2018-10-23 Thread atler
commit c1a28f77220239f91a4f83182022f7be1d68d205
Author: Jan Palus 
Date:   Tue Oct 23 15:06:11 2018 +0200

up to 0.30.1

 dconf.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dconf.spec b/dconf.spec
index ba54640..a8831ca 100644
--- a/dconf.spec
+++ b/dconf.spec
@@ -6,12 +6,12 @@
 Summary:   Low-level configuration system
 Summary(pl.UTF-8): Niskopoziomowy system konfiguracji
 Name:  dconf
-Version:   0.30.0
+Version:   0.30.1
 Release:   1
 License:   LGPL v2+
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/dconf/0.30/%{name}-%{version}.tar.xz
-# Source0-md5: 0fedc411cb0e12052c1215b777cb8686
+# Source0-md5: a959eef51c917b3c57cfbef1448a375e
 URL:   http://live.gnome.org/dconf
 BuildRequires: glib2-devel >= 1:2.44.0
 BuildRequires: gtk-doc >= 1.15


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dconf.git/commitdiff/c1a28f77220239f91a4f83182022f7be1d68d205

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


DISTFILES: dconf: dconf-0.30.1.tar.xz

2018-10-23 Thread atler
Request by: atler


Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/dconf/0.30/dconf-0.30.1.tar.xz
a959eef51c917b3c57cfbef1448a375e  dconf-0.30.1.tar.xz
Size: 104376 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/stunserver] BR: boost-devel

2018-10-23 Thread jajcus
commit 71e30bcf943cf0cd5ec0f76f30954796ec11b4f0
Author: Jacek Konieczny 
Date:   Tue Oct 23 13:04:52 2018 +0200

BR: boost-devel

 stunserver.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/stunserver.spec b/stunserver.spec
index 39c587a..9cc851e 100644
--- a/stunserver.spec
+++ b/stunserver.spec
@@ -16,6 +16,7 @@ Patch0:   %{name}-openssl.patch
 URL:   http://www.stunprotocol.org/
 BuildRequires: rpmbuild(macros) >= 1.647
 Requires(post,preun,postun):   systemd-units >= 38
+BuildRequires: boost-devel
 BuildRequires: openssl-devel
 Requires:  systemd-units >= 0.38
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/stunserver.git/commitdiff/71e30bcf943cf0cd5ec0f76f30954796ec11b4f0

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


DISTFILES: brotli: Brotli-1.0.7.tar.gz

2018-10-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: https://github.com/google/brotli/archive/v1.0.7/Brotli-1.0.7.tar.gz
7b6edd4f2128f22794d0ca28c53898a5  Brotli-1.0.7.tar.gz
Size: 23827908 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/brotli] - updated to 1.0.7

2018-10-23 Thread adamg
commit 65a215800f659e44c35cda6306f2715e719675c8
Author: Adam Gołębiowski 
Date:   Tue Oct 23 19:00:17 2018 +0200

- updated to 1.0.7

 brotli.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/brotli.spec b/brotli.spec
index 2166a6a..af82745 100644
--- a/brotli.spec
+++ b/brotli.spec
@@ -7,13 +7,13 @@
 Summary:   Brotli - generic-purpose lossless compression algorithm
 Summary(pl.UTF-8): Brotli - algorytm bezstratnej kompresji ogólnego 
przeznaczenia
 Name:  brotli
-Version:   1.0.5
+Version:   1.0.7
 Release:   1
 License:   Apache v2.0
 Group: Libraries
 #Source0Download: https://github.com/google/brotli/releases
 Source0:   
https://github.com/google/brotli/archive/v%{version}/Brotli-%{version}.tar.gz
-# Source0-md5: 5d3c45e033d31d1c986b59e16421ba3c
+# Source0-md5: 7b6edd4f2128f22794d0ca28c53898a5
 URL:   https://github.com/google/brotli/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake >= 1:1.7


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/brotli.git/commitdiff/65a215800f659e44c35cda6306f2715e719675c8

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


DISTFILES: file: file-5.35.tar.gz file-non-english-man-pages.tar.bz2

2018-10-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: ftp://ftp.astron.com/pub/file/file-5.35.tar.gz
5f10fb45bdaffd729a572e563783b78e  file-5.35.tar.gz
Size: 865425 bytes
ALREADY GOT: 
http://ftp1.pld-linux.org/people/glen/file-non-english-man-pages.tar.bz2
6a45bcaefd19b94db36a1b2b7c5b806b  file-non-english-man-pages.tar.bz2


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


[packages/file] - updated to 5.35

2018-10-23 Thread adamg
commit 4644a7c74caddf266b821c6f01883883e77fb750
Author: Adam Gołębiowski 
Date:   Tue Oct 23 18:59:51 2018 +0200

- updated to 5.35

 automake.patch | 2 +-
 file.spec  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/file.spec b/file.spec
index 9bac1eb..ad9f5c5 100644
--- a/file.spec
+++ b/file.spec
@@ -29,12 +29,12 @@ Summary(uk.UTF-8):  Утиліта для визначення типів фай
 Summary(zh_CN.UTF-8):  判定文件类型的工具。
 Summary(zh_TW.UTF-8):  用於決定檔案類型的一個工具程式。
 Name:  file
-Version:   5.34
-Release:   3
+Version:   5.35
+Release:   1
 License:   distributable
 Group: Applications/File
 Source0:   ftp://ftp.astron.com/pub/file/%{name}-%{version}.tar.gz
-# Source0-md5: 44b0b6983462b18f96403d4d3ad80254
+# Source0-md5: 5f10fb45bdaffd729a572e563783b78e
 Source1:   
http://ftp1.pld-linux.org/people/glen/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 6a45bcaefd19b94db36a1b2b7c5b806b
 Source2:   %{name}-zisofs.magic
diff --git a/automake.patch b/automake.patch
index f85c66a..87889e7 100644
--- a/automake.patch
+++ b/automake.patch
@@ -29,7 +29,7 @@
  $(MAGIC_FRAGMENT_DIR)/zilog \
 +$(MAGIC_FRAGMENT_DIR)/zisofs \
  $(MAGIC_FRAGMENT_DIR)/zip \
- $(MAGIC_FRAGMENT_DIR)/zyxel 
+ $(MAGIC_FRAGMENT_DIR)/zyxel
  
 -MAGIC = magic.mgc
 -CLEANFILES = ${MAGIC} $(MAGIC_FRAGMENT_DIR)/Localstuff


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/file.git/commitdiff/4644a7c74caddf266b821c6f01883883e77fb750

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


[packages/xjadeo] Created branch master

2018-10-23 Thread jajcus
The branch 'master' was created.

Summary of new commits:

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


DISTFILES: xjadeo: xjadeo-0.8.8.tar.gz

2018-10-23 Thread jajcus
Request by: jajcus


Files fetched: 1

STORED: http://downloads.sourceforge.net/xjadeo/xjadeo-0.8.8.tar.gz
02603fb2f912763970ab778b08559978  xjadeo-0.8.8.tar.gz
Size: 543012 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/xjadeo] new package

2018-10-23 Thread jajcus
commit 2c39d02dc86375b27d2b8ad371b1edf5d9da45ee
Author: Jacek Konieczny 
Date:   Tue Oct 23 19:07:41 2018 +0200

new package

 xjadeo.spec | 60 
 1 file changed, 60 insertions(+)
---
diff --git a/xjadeo.spec b/xjadeo.spec
new file mode 100644
index 000..76d5dbe
--- /dev/null
+++ b/xjadeo.spec
@@ -0,0 +1,60 @@
+Summary:   jack video monitor
+Summary(pl.UTF-8): jack video monitor
+Name:  xjadeo
+Version:   0.8.8
+Release:   1
+License:   GPL v2
+Group: Applications
+Source0:   
http://downloads.sourceforge.net/xjadeo/%{name}-%{version}.tar.gz
+# Source0-md5: 02603fb2f912763970ab778b08559978
+URL:   http://xjadeo.sf.net/
+BuildRequires: Mesa-libGLU-devel
+BuildRequires: SDL-devel
+BuildRequires: alsa-lib-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: ffmpeg-devel
+BuildRequires: freetype-devel
+BuildRequires: gettext-tools
+BuildRequires: imlib2-devel
+BuildRequires: jack-audio-connection-kit-devel
+BuildRequires: liblo-devel
+#BuildRequires:libltc-devel
+BuildRequires: xorg-lib-libX11
+BuildRequires: xorg-lib-libXv-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xjadeo is a simple video player that gets sync from jack.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
+%configure \
+   --disable-portmidi
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/xjadeo
+%attr(755,root,root) %{_bindir}/xjremote
+%{_mandir}/man1/xjadeo.1*
+%{_mandir}/man1/xjremote.1*
+%{_datadir}/xjadeo


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xjadeo.git/commitdiff/2c39d02dc86375b27d2b8ad371b1edf5d9da45ee

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


[packages/libmspack] - updated to 0.8alpha, solves CVE-2018-18584

2018-10-23 Thread adamg
commit e59ebaf15a6956c9bff5de90bbc52a7fb94a1ced
Author: Adam Gołębiowski 
Date:   Tue Oct 23 18:44:46 2018 +0200

- updated to 0.8alpha, solves CVE-2018-18584

 libmspack-deps.patch | 3 +--
 libmspack.spec   | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/libmspack.spec b/libmspack.spec
index 62a7c96..9e77934 100644
--- a/libmspack.spec
+++ b/libmspack.spec
@@ -5,12 +5,12 @@
 Summary:   A library for Microsoft compression formats
 Summary(pl.UTF-8): Biblioteka do formatów kompresji używanych przez 
Microsoft
 Name:  libmspack
-Version:   0.7.1alpha
-Release:   2
+Version:   0.8alpha
+Release:   1
 License:   LGPL v2.1
 Group: Libraries
 Source0:   
https://www.cabextract.org.uk/libmspack/%{name}-%{version}.tar.gz
-# Source0-md5: 4fd625c993fb0dd548d02415dd09b6c0
+# Source0-md5: be4ed61868c6c1ecc173b678ce3459be
 Patch0:%{name}-deps.patch
 URL:   https://www.cabextract.org.uk/libmspack/
 BuildRequires: autoconf >= 2.59
diff --git a/libmspack-deps.patch b/libmspack-deps.patch
index 7c027e4..0d991d7 100644
--- a/libmspack-deps.patch
+++ b/libmspack-deps.patch
@@ -45,9 +45,8 @@
 -test_chmd_test_SOURCES =  test/chmd_test.c libmschmd.la
 +test_chmd_test_SOURCES =  test/chmd_test.c
  test_chmd_test_LDADD =libmschmd.la
--test_chmd_test_DEPENDENCIES = 
test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm
+ test_chmd_test_DEPENDENCIES = libmschmd.la 
test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm
 -test_chminfo_SOURCES =test/chminfo.c libmschmd.la
-+test_chmd_test_DEPENDENCIES = libmschmd.la 
test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm
 +test_chminfo_SOURCES =test/chminfo.c
  test_chminfo_LDADD =  libmschmd.la
 -test_kwajd_test_SOURCES = test/kwajd_test.c libmspack.la


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libmspack.git/commitdiff/e59ebaf15a6956c9bff5de90bbc52a7fb94a1ced

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


DISTFILES: libmspack: libmspack-0.8alpha.tar.gz

2018-10-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: https://www.cabextract.org.uk/libmspack/libmspack-0.8alpha.tar.gz
be4ed61868c6c1ecc173b678ce3459be  libmspack-0.8alpha.tar.gz
Size: 488869 bytes


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


DISTFILES: php-pear-HTML_Menu: HTML_Menu-2.2.0.tgz

2018-10-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/HTML_Menu-2.2.0.tgz
586d22fd2a07167c71e6f6ed11777c36  HTML_Menu-2.2.0.tgz
Size: 14224 bytes


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


DISTFILES: php-pear-HTML_Page2: HTML_Page2-0.6.5.tgz

2018-10-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/HTML_Page2-0.6.5.tgz
eb727c6591dd3a3edc2fa2b3d582fc17  HTML_Page2-0.6.5.tgz
Size: 19563 bytes


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


[packages/php-pear-HTML_Menu] - updated to 2.2.0

2018-10-23 Thread adamg
commit f362994421534ae206502f4f276f969fde94297f
Author: Adam Gołębiowski 
Date:   Tue Oct 23 19:02:43 2018 +0200

- updated to 2.2.0

 php-pear-HTML_Menu.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/php-pear-HTML_Menu.spec b/php-pear-HTML_Menu.spec
index 4e4a2d2..654cb07 100644
--- a/php-pear-HTML_Menu.spec
+++ b/php-pear-HTML_Menu.spec
@@ -6,12 +6,12 @@
 Summary:   %{_pearname} - generates HTML Menu from multidimensional hashes
 Summary(pl.UTF-8): %{_pearname} - generowanie menu w HTML z 
wielowymiarowych hashy
 Name:  php-pear-%{_pearname}
-Version:   2.1.4
-Release:   3
+Version:   2.2.0
+Release:   1
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 4de54dac7570a3e2bc42057b67619b4b
+# Source0-md5: 586d22fd2a07167c71e6f6ed11777c36
 URL:   http://pear.php.net/package/HTML_Menu/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -58,7 +58,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc install.log optional-packages.txt
+%doc install.log
 %doc docs/%{_pearname}/examples
 %{php_pear_dir}/.registry/*.reg
 %{php_pear_dir}/%{_class}/*.php


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-HTML_Menu.git/commitdiff/f362994421534ae206502f4f276f969fde94297f

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


[packages/php-pear-HTML_QuickForm] - updated to 3.2.16

2018-10-23 Thread adamg
commit 13069f5d8b08f3edf7c63552a42abc918171c89f
Author: Adam Gołębiowski 
Date:   Tue Oct 23 19:04:49 2018 +0200

- updated to 3.2.16

 php-pear-HTML_QuickForm.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-HTML_QuickForm.spec b/php-pear-HTML_QuickForm.spec
index 8f5ba2e..75a8db1 100644
--- a/php-pear-HTML_QuickForm.spec
+++ b/php-pear-HTML_QuickForm.spec
@@ -4,12 +4,12 @@
 Summary:   %{pearname} - methods for creating, validating, processing HTML 
forms
 Summary(pl.UTF-8): %{pearname} - metody do tworzenia, kontroli i 
przetwarzania formularzy HTML
 Name:  php-pear-%{pearname}
-Version:   3.2.14
+Version:   3.2.16
 Release:   1
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: 385fb76aad8a031703a0c416d370bfbd
+# Source0-md5: e5adb0bcdc131791897e651f14c6c93a
 URL:   http://pear.php.net/package/HTML_QuickForm/
 BuildRequires: php-pear-PEAR >= 1:1.5.4
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-HTML_QuickForm.git/commitdiff/13069f5d8b08f3edf7c63552a42abc918171c89f

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


DISTFILES: php-pear-HTML_QuickForm: HTML_QuickForm-3.2.16.tgz

2018-10-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/HTML_QuickForm-3.2.16.tgz
e5adb0bcdc131791897e651f14c6c93a  HTML_QuickForm-3.2.16.tgz
Size: 103788 bytes


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


[packages/php-pear-HTML_Page2] - updated to 0.6.5

2018-10-23 Thread adamg
commit 74f379174cbe2c79b4b556546c285741a9064f2f
Author: Adam Gołębiowski 
Date:   Tue Oct 23 19:03:41 2018 +0200

- updated to 0.6.5

 php-pear-HTML_Page2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-HTML_Page2.spec b/php-pear-HTML_Page2.spec
index 24173c0..12513c3 100644
--- a/php-pear-HTML_Page2.spec
+++ b/php-pear-HTML_Page2.spec
@@ -4,12 +4,12 @@
 Summary:   %{pearname} - base class for XHTML page generation
 Summary(pl.UTF-8): %{pearname} - klasa bazowa do generowania dokumentów 
XHTML
 Name:  php-pear-%{pearname}
-Version:   0.6.3
+Version:   0.6.5
 Release:   1
 License:   PHP License 3.0
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: e17df6db5cc52d178e8c50b99aee76eb
+# Source0-md5: eb727c6591dd3a3edc2fa2b3d582fc17
 URL:   http://pear.php.net/package/HTML_Page2/
 BuildRequires: php-pear-PEAR >= 1:1.5.4
 BuildRequires: rpm-php-pearprov >= 4.4.2-11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-HTML_Page2.git/commitdiff/74f379174cbe2c79b4b556546c285741a9064f2f

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


[packages/harvid] new package

2018-10-23 Thread jajcus
commit c92e5fe2a8ed3fdbfd857d75482d4ea796810c27
Author: Jacek Konieczny 
Date:   Tue Oct 23 19:18:15 2018 +0200

new package

 harvid.spec | 44 
 1 file changed, 44 insertions(+)
---
diff --git a/harvid.spec b/harvid.spec
new file mode 100644
index 000..8a23165
--- /dev/null
+++ b/harvid.spec
@@ -0,0 +1,44 @@
+Summary:   HTTP Ardour Video Daemon
+Name:  harvid
+Version:   0.8.2
+Release:   1
+License:   GPL v2
+Group: Applications
+Source0:   
https://github.com/x42/harvid/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: b119406e6a42ed5649ac0658c72aac57
+URL:   http://harvid.sf.net/
+BuildRequires: ffmpeg-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Harvid decodes still images from movie files and serves them via HTTP.
+
+Its intended use-case is to efficiently provide frame-accurate data
+and act as second level cache for rendering the video-timeline in
+Ardour.
+
+%prep
+%setup -q
+
+%build
+%{__make} -j1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT \
+   PREFIX="%{_prefix}" \
+   bindir="%{_bindir}" \
+   mandir="%{_mandir}"
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README.md
+%attr(755,root,root) %{_bindir}/harvid
+%{_mandir}/man1/harvid.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/harvid.git/commitdiff/c92e5fe2a8ed3fdbfd857d75482d4ea796810c27

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


DISTFILES: harvid: harvid-0.8.2.tar.gz

2018-10-23 Thread jajcus
Request by: jajcus


Files fetched: 1

STORED: https://github.com/x42/harvid/archive/v0.8.2/harvid-0.8.2.tar.gz
b119406e6a42ed5649ac0658c72aac57  harvid-0.8.2.tar.gz
Size: 116541 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/xjadeo] remove dummy Summary(pl)

2018-10-23 Thread jajcus
commit 7298410fa18571f92ef37d13ec092398e1949788
Author: Jacek Konieczny 
Date:   Tue Oct 23 19:18:43 2018 +0200

remove dummy Summary(pl)

 xjadeo.spec | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/xjadeo.spec b/xjadeo.spec
index 76d5dbe..e7eda43 100644
--- a/xjadeo.spec
+++ b/xjadeo.spec
@@ -1,5 +1,4 @@
 Summary:   jack video monitor
-Summary(pl.UTF-8): jack video monitor
 Name:  xjadeo
 Version:   0.8.8
 Release:   1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xjadeo.git/commitdiff/7298410fa18571f92ef37d13ec092398e1949788

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


DISTFILES: pax-utils: pax-utils-1.2.3.tar.xz

2018-10-23 Thread baggins
Request by: baggins


Files fetched: 1

STORED: http://dev.gentoo.org/~slyfox/distfiles/pax-utils-1.2.3.tar.xz
f7cb7348dd4577389ccdd082bb18c162  pax-utils-1.2.3.tar.xz
Size: 661828 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/domoticz] - don't use static openssl

2018-10-23 Thread baggins
commit 71593ba7b4ec354e21ad0703b0317654ad251b45
Author: Jan Rękorajski 
Date:   Tue Oct 23 22:31:43 2018 +

- don't use static openssl

 domoticz.spec | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/domoticz.spec b/domoticz.spec
index df8e9e6..f620f75 100644
--- a/domoticz.spec
+++ b/domoticz.spec
@@ -95,15 +95,16 @@ rm -rf tinyxpath/
 %build
 install -d build && cd build
 %cmake \
-  -DUSE_STATIC_LIBSTDCXX=NO \
-  -DUSE_STATIC_OPENZWAVE=NO \
-  -DUSE_BUILTIN_LUA=NO \
-  -DUSE_BUILTIN_MQTT=NO \
-  -DUSE_BUILTIN_SQLITE=NO \
-  -DUSE_BUILTIN_TINYXPATH=NO \
-  -DUSE_STATIC_BOOST=NO \
-  -DCMAKE_INSTALL_PREFIX=%{_datadir}/%{name} \
-  ..
+   -DUSE_OPENSSL_STATIC=NO \
+   -DUSE_STATIC_LIBSTDCXX=NO \
+   -DUSE_STATIC_OPENZWAVE=NO \
+   -DUSE_BUILTIN_LUA=NO \
+   -DUSE_BUILTIN_MQTT=NO \
+   -DUSE_BUILTIN_SQLITE=NO \
+   -DUSE_BUILTIN_TINYXPATH=NO \
+   -DUSE_STATIC_BOOST=NO \
+   -DCMAKE_INSTALL_PREFIX=%{_datadir}/%{name} \
+   ..
 
 %{__make}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/domoticz.git/commitdiff/71593ba7b4ec354e21ad0703b0317654ad251b45

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


[packages/masqmail] - release 2 (by relup.sh)

2018-10-23 Thread baggins
commit 07e342d92621c0c9252733f386f05ce28e058670
Author: Jan Rękorajski 
Date:   Wed Oct 24 00:42:51 2018 +0200

- release 2 (by relup.sh)

 masqmail.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/masqmail.spec b/masqmail.spec
index 046c5c8..874a90a 100644
--- a/masqmail.spec
+++ b/masqmail.spec
@@ -2,7 +2,7 @@ Summary:An offline mail server with pop3 client support
 Summary(pl.UTF-8): Serwer pocztowy offline ze wsparciem dla pop3
 Name:  masqmail
 Version:   0.3.4
-Release:   1
+Release:   2
 License:   GPL
 Group: Networking/Daemons/SMTP
 Source0:   
http://ftp.debian.org/debian/pool/main/m/masqmail/%{name}_%{version}.orig.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/masqmail.git/commitdiff/07e342d92621c0c9252733f386f05ce28e058670

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


[packages/domoticz] - release 2 (by relup.sh)

2018-10-23 Thread baggins
commit 00bab9bd4aaa70fa6c746ee26217d1995efe09c8
Author: Jan Rękorajski 
Date:   Wed Oct 24 00:42:41 2018 +0200

- release 2 (by relup.sh)

 domoticz.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/domoticz.spec b/domoticz.spec
index f620f75..dedaa4d 100644
--- a/domoticz.spec
+++ b/domoticz.spec
@@ -1,7 +1,7 @@
 Summary:   Open source Home Automation System
 Name:  domoticz
 Version:   4.9700
-Release:   1
+Release:   2
 License:   GPLv3+ and ASL 2.0 and Boost and BSD and MIT
 Group: Base
 URL:   http://www.domoticz.com


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/domoticz.git/commitdiff/00bab9bd4aaa70fa6c746ee26217d1995efe09c8

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


[packages/gnome-mail-notification] - this POS is a prime example of https://www.youtube.com/watch?v=NSemlYagjIU

2018-10-23 Thread baggins
commit 53da6486cce0a4a82e4e03d12749f3b494f09df1
Author: Jan Rękorajski 
Date:   Tue Oct 23 23:55:13 2018 +0200

- this POS is a prime example of https://www.youtube.com/watch?v=NSemlYagjIU

 gnome-mail-notification.spec | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/gnome-mail-notification.spec b/gnome-mail-notification.spec
index 23d13ce..496393c 100644
--- a/gnome-mail-notification.spec
+++ b/gnome-mail-notification.spec
@@ -83,10 +83,15 @@ Wsparcie dla skrzynek pocztowych Evolution w Mail 
Notification.
 
 %build
 ./jb configure \
+   prefix=%{_prefix} \
+   bindir=%{_bindir} \
+   sysconfdir=%{_sysconfdir} \
+   datadir=%{_datadir} \
+   libdir=%{_libdir} \
+   libexecdir=%{_libexecdir} \
+   localstatedir=%{_localstatedir} \
libs="-lX11" \
destdir=$RPM_BUILD_ROOT \
-   sysconfdir=%{_sysconfdir} \
-   localstatedir=%{_var} \
install-gconf-schemas=no \
evolution-plugin-dir=%{_libdir}/evolution/plugins/
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-mail-notification.git/commitdiff/53da6486cce0a4a82e4e03d12749f3b494f09df1

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


DISTFILES: mpd: ERRORS: mpd-0.20.22.tar.xz

2018-10-23 Thread atler
Request by: atler

wget -nv --no-iri --no-check-certificate --user-agent=PLD/distfiles -O 
./tmp/ce91ca06-e80b-4f0f-b77d-40172b29cd2f/6acee2bc5b30f6c97fdaf46682b0116c/mpd-0.20.22.tar.xz
 http://www.musicpd.org/download/mpd/0.20/mpd-0.20.22.tar.xz:
failed: Connection refused.



Files fetched: 1

STORED: http://www.musicpd.org/download/mpd/0.20/mpd-0.20.22.tar.xz
6acee2bc5b30f6c97fdaf46682b0116c  mpd-0.20.22.tar.xz
Size: 807084 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/mpd] up to 0.20.22

2018-10-23 Thread atler
commit 6ba39ac6f077889ab8b68e23e707b39b4373
Author: Jan Palus 
Date:   Tue Oct 23 23:22:48 2018 +0200

up to 0.20.22

- packaged icon file

 mpd.spec | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index e83d4ee..45e185f 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -9,12 +9,12 @@
 Summary:   Music Player Daemon
 Summary(pl.UTF-8): Music Player Daemon - demon odtwarzający muzykę
 Name:  mpd
-Version:   0.20.21
+Version:   0.20.22
 Release:   1
 License:   GPL v2+
 Group: Applications/Multimedia
 Source0:   
http://www.musicpd.org/download/mpd/0.20/%{name}-%{version}.tar.xz
-# Source0-md5: d93c3c86f5e0fc56cc2e1020f80f8b66
+# Source0-md5: 6acee2bc5b30f6c97fdaf46682b0116c
 Source1:   %{name}.conf
 Source2:   %{name}.init
 Source3:   %{name}.sysconfig
@@ -82,6 +82,7 @@ BuildRequires:xmlto
 BuildRequires: yajl-devel >= 2.0
 BuildRequires: zlib-devel
 BuildRequires: zziplib-devel >= 0.13
+Requires(post,postun): gtk-update-icon-cache
 Requires(post,preun,postun):   systemd-units >= 38
 Requires:  alsa-lib >= 0.9.0
 %{?with_audiofile:Requires:audiofile >= 0.3}
@@ -91,6 +92,7 @@ Requires: ffmpeg-libs >= 0.8.0
 Requires:  flac >= 1.2.0
 Requires:  fluidsynth >= 1.1
 Requires:  glib2 >= 1:2.28.0
+Requires:  hicolor-icon-theme
 Requires:  jack-audio-connection-kit-libs >= 0.100
 Requires:  libao >= 0.8.3
 %{?with_mod:Requires:  libmikmod >= 3.1.7}
@@ -285,6 +287,7 @@ for f in mpd.log; do
 done
 /sbin/chkconfig --add mpd
 %systemd_post %{name}.service %{name}.socket
+%update_icon_cache hicolor
 
 %preun
 if [ "$1" = "0" ]; then
@@ -299,6 +302,7 @@ if [ "$1" = "0" ]; then
%groupremove mpd
 fi
 %systemd_reload
+%update_icon_cache hicolor
 
 %triggerpostun -- %{name} < 0.16.6-1
 %systemd_trigger %{name}.service
@@ -322,6 +326,7 @@ fi
 %attr(644,mpd,mpd) %ghost /var/lib/%{name}/mpdstate
 %attr(644,mpd,mpd) %ghost /var/lib/%{name}/sticker.sql
 %attr(644,mpd,mpd) %ghost /var/log/%{name}/mpd.log
+%{_iconsdir}/hicolor/scalable/apps/mpd.svg
 %{_mandir}/man1/mpd.1*
 %{_mandir}/man5/mpd.conf.5*
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mpd.git/commitdiff/6ba39ac6f077889ab8b68e23e707b39b4373

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


[packages/pax-utils] - up to 1.2.3

2018-10-23 Thread baggins
commit e9043a34e76dce08e128c6822c75635c4ffbab69
Author: Jan Rękorajski 
Date:   Tue Oct 23 23:34:57 2018 +0200

- up to 1.2.3

 pax-utils.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/pax-utils.spec b/pax-utils.spec
index e0edfc1..6eb6a5d 100644
--- a/pax-utils.spec
+++ b/pax-utils.spec
@@ -1,13 +1,13 @@
 Summary:   PaX utilities
 Summary(pl.UTF-8): Narzędzia PaX
 Name:  pax-utils
-Version:   1.1.4
+Version:   1.2.3
 Release:   1
 License:   GPL v2
 Group: Applications/System
-Source0:   http://dev.gentoo.org/~vapier/dist/%{name}-%{version}.tar.xz
-# Source0-md5: 1bfbb5237881f0c5e476b2f7ffcc00d5
-URL:   http://www.gentoo.org/proj/en/hardened/pax-utils.xml
+Source0:   
http://dev.gentoo.org/~slyfox/distfiles/%{name}-%{version}.tar.xz
+# Source0-md5: f7cb7348dd4577389ccdd082bb18c162
+URL:   https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities
 Requires:  python-elftools
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
@@ -43,7 +43,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc BUGS README TODO
+%doc BUGS README.md TODO
 %attr(755,root,root) %{_bindir}/dumpelf
 %attr(755,root,root) %{_bindir}/lddtree
 %attr(755,root,root) %{_bindir}/pspax


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pax-utils.git/commitdiff/e9043a34e76dce08e128c6822c75635c4ffbab69

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


[packages/hydra] - fix building on x32 - rel 3

2018-10-23 Thread baggins
commit 1c40b52c79d015799fe1814b6ecb762740967dc7
Author: Jan Rękorajski 
Date:   Tue Oct 23 23:46:14 2018 +0200

- fix building on x32
- rel 3

 hydra.spec | 13 +++--
 x32.patch  | 13 +
 2 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/hydra.spec b/hydra.spec
index a70318b..6734536 100644
--- a/hydra.spec
+++ b/hydra.spec
@@ -5,12 +5,13 @@ Summary:  Parallized network authentication cracker
 Summary(pl.UTF-8): Zrównoleglony łamacz uwierzytelnień sieciowych
 Name:  hydra
 Version:   8.6
-Release:   2
+Release:   3
 License:   GPL
 Group: Networking
 Source0:   
https://github.com/vanhauser-thc/THC-Archive/blob/master/Tools/%{name}-%{version}.tar.gz?raw=true&/%{name}-%{version}.tar.gz
 # Source0-md5: 5d909cfea627a1f2482b82dfbd64956c
 Patch0:%{name}-nonsl.patch
+Patch1:x32.patch
 URL:   http://www.thc.org/thc-hydra/
 BuildRequires: gtk+2-devel
 BuildRequires: libssh2-devel
@@ -44,9 +45,17 @@ Wersja GTK+ programu hydra.
 %prep
 %setup -q
 %patch0 -p1
+%ifarch x32
+%patch1 -p1
+%endif
 
 %build
-%configure
+# this is not autoconf
+WSSL_LIB_PATH=%{_libdir} \
+./configure \
+   --prefix=%{_prefix} \
+   --fhs
+
 %{__make} \
CC="%{__cc}"
 
diff --git a/x32.patch b/x32.patch
new file mode 100644
index 000..ab8b5a5
--- /dev/null
+++ b/x32.patch
@@ -0,0 +1,13 @@
+--- hydra-8.6/configure~   2018-10-23 23:42:15.0 +0200
 hydra-8.6/configure2018-10-23 23:44:33.583059343 +0200
+@@ -131,9 +131,7 @@
+   fi
+ fi
+ LIBDIRS=`cat /etc/ld.so.conf /etc/ld.so.conf.d/* 2> /dev/null | grep -v '^#' 
| sort | uniq`
+-if [ "$SIXFOUR" = "64" ]; then
+-  LIBDIRS="$LIBDIRS /lib64 /usr/lib64 /usr/local/lib64 /opt/local/lib64"
+-fi
++LIBDIRS="$LIBDIRS /libx32 /usr/libx32 /usr/local/libx32 /opt/local/libx32"
+ if [ -d "/Library/Developer/CommandLineTools/usr/lib" ]; then
+   LIBDIRS="$LIBDIRS /Library/Developer/CommandLineTools/usr/lib 
/Library/Developer/CommandLineTools/lib"
+ fi


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hydra.git/commitdiff/1c40b52c79d015799fe1814b6ecb762740967dc7

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


[packages/gnome-mail-notification] - release 23 (by relup.sh)

2018-10-23 Thread baggins
commit 04196d902c0830c82f849cf4b9b21a2b8e6ae014
Author: Jan Rękorajski 
Date:   Tue Oct 23 23:57:40 2018 +0200

- release 23 (by relup.sh)

 gnome-mail-notification.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-mail-notification.spec b/gnome-mail-notification.spec
index 496393c..29457e5 100644
--- a/gnome-mail-notification.spec
+++ b/gnome-mail-notification.spec
@@ -3,7 +3,7 @@ Summary:GNOME notification area mail monitor
 Summary(pl.UTF-8): Monitor poczty widoczny w obszarze powiadamiania GNOME
 Name:  gnome-mail-notification
 Version:   5.4
-Release:   22
+Release:   23
 License:   GPL v3+
 Group: X11/Applications
 Source0:   
https://github.com/epienbroek/mail-notification/tarball/master/%{rname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-mail-notification.git/commitdiff/04196d902c0830c82f849cf4b9b21a2b8e6ae014

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


[packages/masqmail] - remove ancient patch that only breaks build now

2018-10-23 Thread baggins
commit 0a6963cf205602df66771995790f0bac43a272ca
Author: Jan Rękorajski 
Date:   Wed Oct 24 00:37:52 2018 +0200

- remove ancient patch that only breaks build now

 masqmail-resolv.patch | 16 
 masqmail.spec |  6 --
 2 files changed, 22 deletions(-)
---
diff --git a/masqmail.spec b/masqmail.spec
index 907c5d7..046c5c8 100644
--- a/masqmail.spec
+++ b/masqmail.spec
@@ -10,7 +10,6 @@ Source0:  
http://ftp.debian.org/debian/pool/main/m/masqmail/%{name}_%{version}.or
 Source1:   %{name}.aliases
 Source2:   %{name}.conf
 Source3:   %{name}.default.route
-Patch0:%{name}-resolv.patch
 URL:   http://packages.debian.org/masqmail
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -38,13 +37,8 @@ Zastępuje sendmaila oraz inne MTA jak qmail czy exim.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
 %configure \
--%{!?debug:dis}%{?debug:en}able-debug \
--with-confdir=%{_sysconfdir} \
diff --git a/masqmail-resolv.patch b/masqmail-resolv.patch
deleted file mode 100644
index b70eeda..000
--- a/masqmail-resolv.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 masqmail-0.3.4/configure.ac~   2012-01-18 09:31:45.0 +0100
-+++ masqmail-0.3.4/configure.ac2018-09-26 13:27:12.085535818 +0200
-@@ -37,11 +37,9 @@ if test "$resolver_enabled" = yes; then
- dnl checks necessary for libc5:
- dnl if there is res_search in libc, it is probably libc5
- dnl if not, it is probably libc6 and we need libresolv
--  AC_CHECK_LIB(c, res_search, need_resolv=no, need_resolv=yes)
-+  AC_CHECK_LIB(c, res_search, need_resolv=no, [AC_CHECK_LIB(c, 
__res_search, need_resolv=no, need_resolv=yes)])
-   if test "$need_resolv" = yes; then
--  AC_CHECK_LIB(resolv, res_search,
--  has_resolv=yes; RESOLV_LIBS="-lresolv",
--  has_resolv=no)
-+  AC_CHECK_LIB(resolv, res_search,has_resolv=yes, 
[AC_CHECK_LIB(resolv, __res_search, has_resolv=yes; RESOLV_LIBS="-lresolv", 
[AC_MSG_ERROR("no libresolv")])])
-   if test "$has_resolv" = no; then
-   saved_LIBS="$LIBS"
-   LIBS="$LIBS -lresolv"


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/masqmail.git/commitdiff/0a6963cf205602df66771995790f0bac43a272ca

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


[packages/python-asn1crypto] - pl, cleanup

2018-10-23 Thread qboosh
commit 35bbfba55e0b3a4feddfeb083a1546f55d819154
Author: Jakub Bogusz 
Date:   Wed Oct 24 05:53:24 2018 +0200

- pl, cleanup

 python-asn1crypto.spec | 29 ++---
 1 file changed, 18 insertions(+), 11 deletions(-)
---
diff --git a/python-asn1crypto.spec b/python-asn1crypto.spec
index de491a6..30a9d67 100644
--- a/python-asn1crypto.spec
+++ b/python-asn1crypto.spec
@@ -1,29 +1,31 @@
+#
 # Conditional build:
-%bcond_without doc # Sphinx documentation
-%bcond_without tests   # unit tests
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
+%bcond_withtests   # unit tests (not included in package)
 
 %definemodule  asn1crypto
 %defineegg_nameasn1crypto
 %definepypi_name   asn1crypto
 Summary:   Python ASN.1 library with a focus on performance and a pythonic 
API
+Summary(pl.UTF-8): Biblioteka ASN.1 dla Pythona zorientowana na wydajność 
i pythonowe API
 Name:  python-%{pypi_name}
 Version:   0.24.0
 Release:   1
 License:   MIT
 Group: Libraries/Python
-Source0:   
https://files.pythonhosted.org/packages/fc/f1/8db7daa71f414ddabfa056c4ef792e1461ff655c2ae2928a2b675bfed6b4/%{pypi_name}-%{version}.tar.gz
+#Source0Download: https://pypi.org/simple/asn1crypto/
+Source0:   
https://files.pythonhosted.org/packages/source/a/asn1crypto/%{pypi_name}-%{version}.tar.gz
 # Source0-md5: de3520426e81a6581352d4366f310eb1
 URL:   https://pypi.org/project/asn1crypto/
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with python2}
-BuildRequires: python-modules
+BuildRequires: python-modules >= 1:2.6
 BuildRequires: python-setuptools
 %endif
 %if %{with python3}
-BuildRequires: python3-modules
+BuildRequires: python3-modules >= 1:3.2
 BuildRequires: python3-setuptools
 %endif
 Requires:  python-modules
@@ -35,8 +37,14 @@ Fast ASN.1 parser and serializer with definitions for 
private keys,
 public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8,
 PKCS#12, PKCS#5, X.509 and TSP.
 
+%description -l pl.UTF-8
+Szybki parser i serializer ASN1 z definicjami dla kluczy prywatnych,
+kluczy publicznych, certyfikatów, CRL, OCSP, CMS, PKCS#3, PKCS#7,
+PKCS#8, PKCS#12, PKCS#5, X.509 i TSP.
+
 %package -n python3-%{pypi_name}
 Summary:   Python ASN.1 library with a focus on performance and a pythonic 
API
+Summary(pl.UTF-8): Biblioteka ASN.1 dla Pythona zorientowana na wydajność 
i pythonowe API
 Group: Libraries/Python
 Requires:  python3-modules
 
@@ -45,6 +53,11 @@ Fast ASN.1 parser and serializer with definitions for 
private keys,
 public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8,
 PKCS#12, PKCS#5, X.509 and TSP.
 
+%description -n python3-%{pypi_name} -l pl.UTF-8
+Szybki parser i serializer ASN1 z definicjami dla kluczy prywatnych,
+kluczy publicznych, certyfikatów, CRL, OCSP, CMS, PKCS#3, PKCS#7,
+PKCS#8, PKCS#12, PKCS#5, X.509 i TSP.
+
 %prep
 %setup -q -n %{pypi_name}-%{version}
 
@@ -63,12 +76,6 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python2}
 %py_install
 
-# when files are installed in other way that standard 'setup.py
-# they need to be (re-)compiled
-# change %{py_sitedir} to %{py_sitescriptdir} for 'noarch' packages!
-%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
-%py_comp $RPM_BUILD_ROOT%{py_sitedir}
-
 %py_postclean
 %endif
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-asn1crypto.git/commitdiff/35bbfba55e0b3a4feddfeb083a1546f55d819154

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


[packages/rsync] - rel 6; actually apply the patch

2018-10-23 Thread arekm
commit 2f505fee74fef254533da6b98654446ed94742d4
Author: Arkadiusz Miśkiewicz 
Date:   Wed Oct 24 07:15:19 2018 +0200

- rel 6; actually apply the patch

 rsync.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/rsync.spec b/rsync.spec
index 485c0dc..6f71a64 100644
--- a/rsync.spec
+++ b/rsync.spec
@@ -20,7 +20,7 @@ Summary(zh_CN.UTF-8): [通讯]传输工具
 Summary(zh_TW.UTF-8):  [喙啪]$(B6G?i火(c(B
 Name:  rsync
 Version:   3.1.2
-Release:   5
+Release:   6
 Epoch: 1
 License:   GPL v3+
 Group: Networking/Utilities
@@ -161,6 +161,7 @@ techniczna nowego algorytmu została również dołączona do 
pakietu.
 %prep
 %setup -q -b1
 %patch0 -p1
+%patch1 -p1
 
 # for compat with previous patched version
 patch -p1 -i patches/acls.diff || exit 1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rsync.git/commitdiff/2f505fee74fef254533da6b98654446ed94742d4

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


DISTFILES: php-pear-HTML_AJAX: HTML_AJAX-0.5.8.tgz

2018-10-23 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://pear.php.net/get/HTML_AJAX-0.5.8.tgz
86caf360e441ef8e2e0d3269dcf4e5cf  HTML_AJAX-0.5.8.tgz
Size: 140357 bytes


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


[packages/php-pear-HTML_AJAX] - updated to 0.5.8

2018-10-23 Thread adamg
commit 0d7266115876350ad113340e826d412920929ed8
Author: Adam Gołębiowski 
Date:   Tue Oct 23 19:01:14 2018 +0200

- updated to 0.5.8

 php-pear-HTML_AJAX.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-HTML_AJAX.spec b/php-pear-HTML_AJAX.spec
index 357eaae..d62607b 100644
--- a/php-pear-HTML_AJAX.spec
+++ b/php-pear-HTML_AJAX.spec
@@ -4,12 +4,12 @@
 Summary:   %{_pearname} - PHP and JavaScript library for AJAX
 Summary(pl.UTF-8): %{_pearname} - biblioteka PHP i JavaScript dla AJAX
 Name:  php-pear-%{_pearname}
-Version:   0.5.7
+Version:   0.5.8
 Release:   1
 License:   LGPL
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: e4fb263b2b2749c0cbb438aec94f17cc
+# Source0-md5: 86caf360e441ef8e2e0d3269dcf4e5cf
 URL:   http://pear.php.net/package/HTML_AJAX/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-12


 gitweb:

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

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


[packages/harvid] Created branch master

2018-10-23 Thread jajcus
The branch 'master' was created.

Summary of new commits:

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


DISTFILES: zenity: zenity-3.30.0.tar.xz

2018-10-23 Thread atler
Request by: atler


Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/zenity/3.30/zenity-3.30.0.tar.xz
b2180f4ef4fcb2ee90da8c65bd5241af  zenity-3.30.0.tar.xz
Size: 4485332 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/zenity] up to 3.30.0

2018-10-23 Thread atler
commit 5c4b8854b8d6352ac8581822cfc3538db473ffb2
Author: Jan Palus 
Date:   Tue Oct 23 20:31:40 2018 +0200

up to 3.30.0

 zenity.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/zenity.spec b/zenity.spec
index c6da854..676259d 100644
--- a/zenity.spec
+++ b/zenity.spec
@@ -1,12 +1,12 @@
 Summary:   The GNOME port of dialog
 Summary(pl.UTF-8): Port programu dialog dla GNOME
 Name:  zenity
-Version:   3.24.0
+Version:   3.30.0
 Release:   1
 License:   LGPL v2+
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/zenity/3.24/%{name}-%{version}.tar.xz
-# Source0-md5: c905318c3ca76172d53829ed2471ac53
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/zenity/3.30/%{name}-%{version}.tar.xz
+# Source0-md5: b2180f4ef4fcb2ee90da8c65bd5241af
 URL:   http://freshmeat.net/projects/zenity/
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.10


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zenity.git/commitdiff/5c4b8854b8d6352ac8581822cfc3538db473ffb2

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


[packages/ardour] enable video support

2018-10-23 Thread jajcus
commit 5f8dca4acb819b8a876018b2f479b1c6d0dfed2c
Author: Jacek Konieczny 
Date:   Tue Oct 23 20:50:14 2018 +0200

enable video support

- Suggest xjadeo and harvid
- change ffmpeg executable names to those from our ffmpeg package

Release: 2

 ardour.spec|  6 -
 ffmpeg_paths.patch | 64 ++
 2 files changed, 69 insertions(+), 1 deletion(-)
---
diff --git a/ardour.spec b/ardour.spec
index 6dedb7c..02b8c05 100644
--- a/ardour.spec
+++ b/ardour.spec
@@ -2,7 +2,7 @@ Summary:Multitrack hard disk recorder
 Summary(pl.UTF-8): Wielościeżkowy magnetofon nagrywający na twardym dysku
 Name:  ardour
 Version:   5.12.0
-Release:   1
+Release:   2
 License:   GPL
 Group: X11/Applications/Sound
 Source0:   https://community.ardour.org/srctar/Ardour-%{version}.tar.bz2
@@ -10,6 +10,7 @@ Source0:  
https://community.ardour.org/srctar/Ardour-%{version}.tar.bz2
 Source1:   %{name}.desktop
 Patch0:localedir.patch
 Patch1:no_proc_build.patch
+Patch2:ffmpeg_paths.patch
 URL:   http://ardour.org/
 BuildRequires: alsa-lib-devel >= 0.9.0
 BuildRequires: aubio-devel >= 0.4.0
@@ -48,6 +49,8 @@ BuildRequires:udev-devel
 BuildRequires: vamp-devel >= 2.1
 BuildRequires: xorg-lib-libX11-devel >= 1.1
 Requires:  jack-audio-connection-kit-libs >= 0.121
+Suggests:  harvid
+Suggests:  xjadeo
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define_noautoprovfiles%{_libdir}/(ardour5|lv2)
@@ -77,6 +80,7 @@ MMC, niedestruktywny, nieliniowy edytor oraz wtyczki LADSPA.
 
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 export CC="%{__cc}"
diff --git a/ffmpeg_paths.patch b/ffmpeg_paths.patch
new file mode 100644
index 000..edc6fde
--- /dev/null
+++ b/ffmpeg_paths.patch
@@ -0,0 +1,64 @@
+diff -dur -x '*~' Ardour-5.12.0.orig/gtk2_ardour/po/de.po 
Ardour-5.12.0/gtk2_ardour/po/de.po
+--- Ardour-5.12.0.orig/gtk2_ardour/po/de.po2017-09-15 22:56:22.0 
+0200
 Ardour-5.12.0/gtk2_ardour/po/de.po 2018-10-23 19:27:38.331895133 +0200
+@@ -16185,12 +16185,6 @@
+ "The tools are included with the %1 releases from ardour.org and also "
+ "available with the video-server at http://x42.github.com/harvid/\n;
+ "\n"
+-"Important: the files need to be installed in $PATH and named ffmpeg_harvid "
+-"and ffprobe_harvid.\n"
+-"If you already have a suitable ffmpeg installation on your system, we "
+-"recommend creating symbolic links from ffmpeg to ffmpeg_harvid and from "
+-"ffprobe to ffprobe_harvid.\n"
+-"\n"
+ "see also http://manual.ardour.org/video-timeline/setup/;
+ msgstr ""
+ "Auf diesem System konnte keine ffmpeg-Installation gefunden werden.\n"
+@@ -16200,12 +16194,6 @@
+ "Die Werkzeuge sind in den %1-Veröffentlichungen von ardour.org enthalten und 
"
+ "ebenfalls mit dem Videoserver auf http://x42.github.com/harvid/ 
erhältlich.\n"
+ "\n"
+-"Wichtig: Die Dateien müssen in $PATH installiert werden und nach "
+-"ffmpeg_harvid und ffprobe_harvid umbenannt werden.\n"
+-"Falls Sie eine geeignete ffmpeg-Installation auf Ihrem System haben, "
+-"empfehlen wir, symbolische Verknüpfungen von ffmpeg auf ffmpeg_harvid und "
+-"von ffprobe auf ffprobe_harvid zu erzeugen.\n"
+-"\n"
+ "Sehen Sie auch  http://manual.ardour.org/video-timeline/setup/;
+ 
+ #: transcode_video_dialog.cc:56
+diff -dur -x '*~' Ardour-5.12.0.orig/gtk2_ardour/transcode_ffmpeg.cc 
Ardour-5.12.0/gtk2_ardour/transcode_ffmpeg.cc
+--- Ardour-5.12.0.orig/gtk2_ardour/transcode_ffmpeg.cc 2017-09-15 
22:56:22.0 +0200
 Ardour-5.12.0/gtk2_ardour/transcode_ffmpeg.cc  2018-10-23 
19:27:09.621396487 +0200
+@@ -60,10 +60,6 @@
+   "The tools are included with the %1 
releases from ardour.org "
+   "and also available with the 
video-server at http://x42.github.com/harvid/\n;
+   "\n"
+-  "Important: the files need to be 
installed in $PATH and named ffmpeg_harvid and ffprobe_harvid.\n"
+-  "If you already have a suitable ffmpeg 
installation on your system, we recommend creating "
+-  "symbolic links from ffmpeg to 
ffmpeg_harvid and from ffprobe to ffprobe_harvid.\n"
+-  "\n"
+   "see also 
http://manual.ardour.org/video-timeline/setup/;
+), PROGRAM_NAME) << endmsg;
+   return;
+diff -dur -x '*~' Ardour-5.12.0.orig/gtk2_ardour/video_tool_paths.cc 
Ardour-5.12.0/gtk2_ardour/video_tool_paths.cc
+--- Ardour-5.12.0.orig/gtk2_ardour/video_tool_paths.cc 2017-09-15 
22:56:22.0 +0200
 Ardour-5.12.0/gtk2_ardour/video_tool_paths.cc  2018-10-23 
19:26:43.792949900 +0200
+@@ -166,7 +166,7 @@
+   

[packages/spice-space] up to 0.14.1

2018-10-23 Thread atler
commit b21513639f2167013c0c3cd857f0e4db4ee4bd9b
Author: Jan Palus 
Date:   Tue Oct 23 20:54:05 2018 +0200

up to 0.14.1

- updated source url
- updated BRs

 spice-am.patch   |  2 +-
 spice-space.spec | 26 ++
 2 files changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/spice-space.spec b/spice-space.spec
index 8d639e8..7eeea69 100644
--- a/spice-space.spec
+++ b/spice-space.spec
@@ -7,12 +7,12 @@ Summary(pl.UTF-8):System wirtualizacji SPICE
 # real package name (spice) is already occupied
 Name:  spice-space
 # NOTE: 0.13.x is unstable (see DEVEL branch for it)
-Version:   0.14.0
-Release:   2
+Version:   0.14.1
+Release:   1
 License:   LGPL v2.1+
 Group: Applications/Emulators
-Source0:   
https://www.spice-space.org/download/releases/spice-%{version}.tar.bz2
-# Source0-md5: 6622aa7dfb5cd026a4d0d7e659216d26
+Source0:   
https://www.spice-space.org/download/releases/spice-server/spice-%{version}.tar.bz2
+# Source0-md5: 1e2442b08605a5a17430d1aaa0912c24
 Patch0:spice-am.patch
 URL:   https://www.spice-space.org/
 %{?with_opengl:BuildRequires:  OpenGL-devel}
@@ -24,13 +24,13 @@ BuildRequires:  automake >= 1:1.11
 BuildRequires: celt051-devel >= 0.5.1.1
 BuildRequires: cyrus-sasl-devel >= 2
 BuildRequires: gcc >= 5:3.2
-BuildRequires: glib2-devel >= 1:2.28
+BuildRequires: glib2-devel >= 1:2.32
 BuildRequires: libcacard-devel >= 0.1.2
 BuildRequires: libjpeg-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 2:2
 BuildRequires: lz4-devel
-BuildRequires: openssl-devel
+BuildRequires: openssl-devel >= 1.0.0
 BuildRequires: opus-devel >= 0.9.14
 BuildRequires: pixman-devel >= 0.17.7
 BuildRequires: pkgconfig
@@ -38,7 +38,7 @@ BuildRequires:python >= 2
 BuildRequires: python-pyparsing
 BuildRequires: python-six
 BuildRequires: rpmbuild(macros) >= 1.527
-BuildRequires: spice-protocol >= 0.12.13
+BuildRequires: spice-protocol >= 0.12.14
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXext-devel
 BuildRequires: xorg-lib-libXfixes-devel
@@ -70,8 +70,9 @@ Summary:  SPICE server library
 Summary(pl.UTF-8): Biblioteka serwera SPICE
 Group: Libraries
 Requires:  celt051 >= 0.5.1.1
+Requires:  openssl >= 1.0.0
 Requires:  opus >= 0.9.14
-Requires:  glib2 >= 1:2.22
+Requires:  glib2 >= 1:2.32
 Requires:  pixman >= 0.17.7
 Obsoletes: spice-client
 
@@ -86,8 +87,8 @@ Summary:  Header files for SPICE server library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki serwera SPICE
 Group: Development/Libraries
 Requires:  celt051-devel >= 0.5.1.1
-Requires:  glib2-devel >= 1:2.22
-Requires:  openssl-devel
+Requires:  glib2-devel >= 1:2.32
+Requires:  openssl-devel >= 1.0.0
 Requires:  pixman-devel >= 0.17.7
 Requires:  spice-server-libs = %{version}-%{release}
 
@@ -136,15 +137,16 @@ Klient SPICE dla X11.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-cd spice-common
+cd subprojects/spice-common
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-cd ..
+cd ../..
 %configure \
--disable-silent-rules \
+   --enable-celt051 \
--enable-client \
--enable-lz4 \
%{?with_opengl:--enable-opengl} \
diff --git a/spice-am.patch b/spice-am.patch
index 4ea4802..39c7451 100644
--- a/spice-am.patch
+++ b/spice-am.patch
@@ -3,7 +3,7 @@
 @@ -30,7 +30,7 @@
  
  AC_CONFIG_MACRO_DIR([m4])
- m4_include([spice-common/m4/spice-deps.m4])
+ m4_include([subprojects/spice-common/m4/spice-deps.m4])
 -AM_CONFIG_HEADER([config.h])
 +AC_CONFIG_HEADERS([config.h])
  AC_CONFIG_AUX_DIR(.)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/spice-space.git/commitdiff/b21513639f2167013c0c3cd857f0e4db4ee4bd9b

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


DISTFILES: spice-space: spice-0.14.1.tar.bz2

2018-10-23 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://www.spice-space.org/download/releases/spice-server/spice-0.14.1.tar.bz2
1e2442b08605a5a17430d1aaa0912c24  spice-0.14.1.tar.bz2
Size: 1357101 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/gstreamer-plugins-base] - updated to 1.14.4 - added opengl bcond

2018-10-23 Thread qboosh
commit b61825c54373e453691834e74efdb2db01fb5ea8
Author: Jakub Bogusz 
Date:   Tue Oct 23 21:09:05 2018 +0200

- updated to 1.14.4
- added opengl bcond

 gstreamer-plugins-base.spec | 56 +++--
 1 file changed, 49 insertions(+), 7 deletions(-)
---
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 18a47d5..d10d344 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -1,23 +1,24 @@
 #
 # Conditional build:
-%bcond_without apidocs # disable gtk-doc
+%bcond_without apidocs # disable gtk-doc (requires opengl library 
enabled)
 %bcond_without libvisual   # don't build libvisual plugin
+%bcond_without opengl  # OpenGL support (gstgl library and opengl 
plugin)
 %bcond_without tremor  # ivorbisdec plugin (Tremor integer Ogg Vorbis 
decoder)
 %bcond_withv4l1# Video4Linux 1 plugin (for Linux < 2.6.35 or 
so)
 
 %definegstname gst-plugins-base
 %definevmajor  1.0
-%definegst_req_ver 1.14.3
+%definegst_req_ver 1.14.4
 
 Summary:   GStreamer Streaming-media framework base plugins
 Summary(pl.UTF-8): Podstawowe wtyczki do środowiska obróbki strumieni 
GStreamer
 Name:  gstreamer-plugins-base
-Version:   1.14.3
+Version:   1.14.4
 Release:   1
 License:   LGPL v2+
 Group: Libraries
 Source0:   
https://gstreamer.freedesktop.org/src/gst-plugins-base/%{gstname}-%{version}.tar.xz
-# Source0-md5: 2ba8eaef8a249c0fddb37f21e2912e16
+# Source0-md5: 4dbe20c1bf44191c2b8833234df5cb2a
 URL:   https://gstreamer.freedesktop.org/
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake >= 1:1.14
@@ -57,11 +58,31 @@ BuildRequires:  rpmbuild(macros) >= 1.98
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXext-devel
 BuildRequires: xorg-lib-libXv-devel
+%if %{with opengl}
+BuildRequires: EGL-devel
+BuildRequires: Mesa-libgbm-devel
+BuildRequires: OpenGL-GLX-devel
+# examples only: clutter clutter-glx clutter-x11
+#BuildRequires:SDL-devel >= 1.2.0 clutter-devel >= 1.8 
xorg-lib-libXcomposite-devel
+BuildRequires: graphene-devel >= 1.4.0
+BuildRequires: libdrm-devel >= 2.4.55
+BuildRequires: libpng-devel >= 1.0
+BuildRequires: libjpeg-devel
+# wayland-client, wayland-cursor
+BuildRequires: wayland-devel >= 1.0
+BuildRequires: wayland-egl-devel
+%endif
 # old GIR format
 BuildConflicts:gstreamer-plugins-base-devel < 0.10.30
 Requires:  glib2 >= 1:2.40.0
 Requires:  gstreamer >= %{gst_req_ver}
 Requires:  orc >= 0.4.24
+%if %{with opengl}
+Requires:  graphene >= 1.4.0
+Requires:  libdrm >= 2.4.55
+Requires:  libpng >= 1.0
+Requires:  wayland >= 1.0
+%endif
 Suggests:  iso-codes
 # here go all the obsoleted gstreamer plugins
 Obsoletes: gstreamer-artsd
@@ -85,7 +106,7 @@ Obsoletes:   gstreamer-misc
 Obsoletes: gstreamer-musicbrainz
 Obsoletes: gstreamer-mythtv
 Obsoletes: gstreamer-oneton
-Obsoletes: gstreamer-opengl
+Obsoletes: gstreamer-opengl < 1.14
 Obsoletes: gstreamer-play
 Obsoletes: gstreamer-plugins
 Obsoletes: gstreamer-qcam
@@ -335,9 +356,11 @@ Wtyczka wyjścia obrazu Xvideo dla GStreamera.
 %{__autoheader}
 %{__automake}
 %configure \
+   --disable-examples \
+   %{!?with_opengl:--disable-egl} \
%{!?with_tremor:--disable-ivorbis} \
%{!?with_libvisual:--disable-libvisual} \
-   --disable-examples \
+   %{!?with_opengl:--disable-opengl} \
--disable-silent-rules \
--disable-static \
--enable-experimental \
@@ -381,8 +404,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %ghost %{_libdir}/libgstaudio-%{vmajor}.so.0
 %attr(755,root,root) %{_libdir}/libgstfft-%{vmajor}.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgstfft-%{vmajor}.so.0
+%if %{with opengl}
 %attr(755,root,root) %{_libdir}/libgstgl-%{vmajor}.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgstgl-%{vmajor}.so.0
+%endif
 %attr(755,root,root) %{_libdir}/libgstpbutils-%{vmajor}.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgstpbutils-%{vmajor}.so.0
 %attr(755,root,root) %{_libdir}/libgstriff-%{vmajor}.so.*.*.*
@@ -408,7 +433,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{gstlibdir}/libgstaudiotestsrc.so
 %attr(755,root,root) %{gstlibdir}/libgstencoding.so
 %attr(755,root,root) %{gstlibdir}/libgstgio.so
+%if %{with opengl}
 %attr(755,root,root) %{gstlibdir}/libgstopengl.so
+%endif
 %attr(755,root,root) %{gstlibdir}/libgstpbtypes.so
 %attr(755,root,root) %{gstlibdir}/libgstplayback.so
 %attr(755,root,root) %{gstlibdir}/libgstrawparse.so
@@ -422,7 +449,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/girepository-1.0/GstAllocators-%{vmajor}.typelib
 %{_libdir}/girepository-1.0/GstApp-%{vmajor}.typelib
 %{_libdir}/girepository-1.0/GstAudio-%{vmajor}.typelib
+%if %{with opengl}
 

DISTFILES: gstreamer-plugins-base: gst-plugins-base-1.14.4.tar.xz

2018-10-23 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.14.4.tar.xz
4dbe20c1bf44191c2b8833234df5cb2a  gst-plugins-base-1.14.4.tar.xz
Size: 3703232 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/spice-space] adapterize

2018-10-23 Thread atler
commit 625205efce0327df9a7b9f273bee0aca16d65239
Author: Jan Palus 
Date:   Tue Oct 23 21:05:17 2018 +0200

adapterize

 spice-space.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/spice-space.spec b/spice-space.spec
index 7eeea69..c12d5fc 100644
--- a/spice-space.spec
+++ b/spice-space.spec
@@ -15,8 +15,8 @@ Source0:  
https://www.spice-space.org/download/releases/spice-server/spice-%{vers
 # Source0-md5: 1e2442b08605a5a17430d1aaa0912c24
 Patch0:spice-am.patch
 URL:   https://www.spice-space.org/
-%{?with_opengl:BuildRequires:  OpenGL-devel}
 %{?with_opengl:BuildRequires:  OpenGL-GLU-devel}
+%{?with_opengl:BuildRequires:  OpenGL-devel}
 BuildRequires: alsa-lib-devel
 BuildRequires: asciidoc
 BuildRequires: autoconf >= 2.63
@@ -70,9 +70,9 @@ Summary:  SPICE server library
 Summary(pl.UTF-8): Biblioteka serwera SPICE
 Group: Libraries
 Requires:  celt051 >= 0.5.1.1
+Requires:  glib2 >= 1:2.32
 Requires:  openssl >= 1.0.0
 Requires:  opus >= 0.9.14
-Requires:  glib2 >= 1:2.32
 Requires:  pixman >= 0.17.7
 Obsoletes: spice-client
 
@@ -118,8 +118,8 @@ Requires:   celt051 >= 0.5.1.1
 Requires:  libcacard >= 0.1.2
 Requires:  opus >= 0.9.14
 Requires:  pixman >= 0.17.7
-Requires:  xorg-lib-libXrandr >= 1.2
 Requires:  xorg-lib-libXinerama >= 1.0
+Requires:  xorg-lib-libXrandr >= 1.2
 
 %description -n spice-client
 SPICE client for X11.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/spice-space.git/commitdiff/625205efce0327df9a7b9f273bee0aca16d65239

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


[packages/gstreamer-plugins-base] - subpackage gl library because of large dependency set

2018-10-23 Thread qboosh
commit d6e4213b880ffcd6f40d01ca122a05a90bb7e2b0
Author: Jakub Bogusz 
Date:   Tue Oct 23 21:52:32 2018 +0200

- subpackage gl library because of large dependency set

 gstreamer-plugins-base.spec | 88 +++--
 1 file changed, 53 insertions(+), 35 deletions(-)
---
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index d10d344..5fa5238 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -77,12 +77,6 @@ BuildConflicts:  gstreamer-plugins-base-devel < 0.10.30
 Requires:  glib2 >= 1:2.40.0
 Requires:  gstreamer >= %{gst_req_ver}
 Requires:  orc >= 0.4.24
-%if %{with opengl}
-Requires:  graphene >= 1.4.0
-Requires:  libdrm >= 2.4.55
-Requires:  libpng >= 1.0
-Requires:  wayland >= 1.0
-%endif
 Suggests:  iso-codes
 # here go all the obsoleted gstreamer plugins
 Obsoletes: gstreamer-artsd
@@ -106,7 +100,6 @@ Obsoletes:  gstreamer-misc
 Obsoletes: gstreamer-musicbrainz
 Obsoletes: gstreamer-mythtv
 Obsoletes: gstreamer-oneton
-Obsoletes: gstreamer-opengl < 1.14
 Obsoletes: gstreamer-play
 Obsoletes: gstreamer-plugins
 Obsoletes: gstreamer-qcam
@@ -181,6 +174,38 @@ GStreamer streaming-media framework plugins API 
documentation.
 %description apidocs -l pl.UTF-8
 Dokumentacja API wtyczek środowiska obróbki strumieni GStreamer.
 
+%package -n gstreamer-gl-libs
+Summary:   GStreamer OpenGL plugins library
+Summary(pl.UTF-8): Biblioteka wtyczek OpenGL dla GStreamera
+Group: Libraries
+Requires:  %{name} = %{version}-%{release}
+Requires:  graphene >= 1.4.0
+Requires:  libdrm >= 2.4.55
+Requires:  libpng >= 1.0
+Requires:  wayland >= 1.0
+Obsoletes: gstreamer-opengl < 1.14
+
+%description -n gstreamer-gl-libs
+OpenGL plugins library for GStreamer streaming media framework,
+together with actual OpenGL plugin.
+
+%description -n gstreamer-gl-libs -l pl.UTF-8
+Biblioteka wtyczek OpenGL dla szkieletu strumieni multimedialnych
+GStreamer wraz z właściwą wtyczką OpenGL.
+
+%package -n gstreamer-gl-devel
+Summary:   Header files for GStreamer OpenGL library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GStreamera OpenGL
+Group: Development/Libraries
+Requires:  gstreamer-gl-devel = %{version}-%{release}
+Requires:  %{name}-devel = %{version}-%{release}
+
+%description -n gstreamer-gl-devel
+Header files for GStreamer OpenGL library.
+
+%description -n gstreamer-gl-devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki GStreamera OpenGL.
+
 ##
 ## Plugins
 ##
@@ -404,10 +429,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %ghost %{_libdir}/libgstaudio-%{vmajor}.so.0
 %attr(755,root,root) %{_libdir}/libgstfft-%{vmajor}.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgstfft-%{vmajor}.so.0
-%if %{with opengl}
-%attr(755,root,root) %{_libdir}/libgstgl-%{vmajor}.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgstgl-%{vmajor}.so.0
-%endif
 %attr(755,root,root) %{_libdir}/libgstpbutils-%{vmajor}.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgstpbutils-%{vmajor}.so.0
 %attr(755,root,root) %{_libdir}/libgstriff-%{vmajor}.so.*.*.*
@@ -433,9 +454,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{gstlibdir}/libgstaudiotestsrc.so
 %attr(755,root,root) %{gstlibdir}/libgstencoding.so
 %attr(755,root,root) %{gstlibdir}/libgstgio.so
-%if %{with opengl}
-%attr(755,root,root) %{gstlibdir}/libgstopengl.so
-%endif
 %attr(755,root,root) %{gstlibdir}/libgstpbtypes.so
 %attr(755,root,root) %{gstlibdir}/libgstplayback.so
 %attr(755,root,root) %{gstlibdir}/libgstrawparse.so
@@ -449,9 +467,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/girepository-1.0/GstAllocators-%{vmajor}.typelib
 %{_libdir}/girepository-1.0/GstApp-%{vmajor}.typelib
 %{_libdir}/girepository-1.0/GstAudio-%{vmajor}.typelib
-%if %{with opengl}
-%{_libdir}/girepository-1.0/GstGL-%{vmajor}.typelib
-%endif
 %{_libdir}/girepository-1.0/GstPbutils-%{vmajor}.typelib
 %{_libdir}/girepository-1.0/GstRtp-%{vmajor}.typelib
 %{_libdir}/girepository-1.0/GstRtsp-%{vmajor}.typelib
@@ -466,9 +481,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libgstapp-%{vmajor}.so
 %attr(755,root,root) %{_libdir}/libgstaudio-%{vmajor}.so
 %attr(755,root,root) %{_libdir}/libgstfft-%{vmajor}.so
-%if %{with opengl}
-%attr(755,root,root) %{_libdir}/libgstgl-%{vmajor}.so
-%endif
 %attr(755,root,root) %{_libdir}/libgstpbutils-%{vmajor}.so
 %attr(755,root,root) %{_libdir}/libgstriff-%{vmajor}.so
 %attr(755,root,root) %{_libdir}/libgstrtp-%{vmajor}.so
@@ -476,19 +488,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libgstsdp-%{vmajor}.so
 %attr(755,root,root) %{_libdir}/libgsttag-%{vmajor}.so
 %attr(755,root,root) %{_libdir}/libgstvideo-%{vmajor}.so
-%if %{with opengl}
-# currently only gl lib provides header in this place
-%dir %{gstlibdir}/include
-%dir %{gstlibdir}/include/gst
-%{gstlibdir}/include/gst/gl
-%endif
 %{gstincludedir}/gst/allocators
 %{gstincludedir}/gst/app

DISTFILES: rsync: rsync-3.1.2.tar.gz rsync-patches-3.1.2.tar.gz rsync-3.1.2-1-fadvise.patch

2018-10-23 Thread arekm
Request by: arekm


Files fetched: 1

ALREADY GOT: http://rsync.samba.org/ftp/rsync/rsync-3.1.2.tar.gz
0f758d7e000c0f7f7d3792610fad70cb  rsync-3.1.2.tar.gz
ALREADY GOT: http://rsync.samba.org/ftp/rsync/rsync-patches-3.1.2.tar.gz
f412602a3cba0b872adfaed905a0aa28  rsync-patches-3.1.2.tar.gz
STORED: https://tobi.oetiker.ch/patches/rsync-3.1.2-1-fadvise.patch
b055468e7cbc5d829aa943f07916d458  rsync-3.1.2-1-fadvise.patch
Size: 20348 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/rsync] - rel 5; support --drop-cache (posix_fadvise64(fd, 0, 0,POSIX_FADV_DONTNEED);) so files won't end up

2018-10-23 Thread arekm
commit f5c6b2d356cdb40fb34c9eadede31c9e3a687967
Author: Arkadiusz Miśkiewicz 
Date:   Wed Oct 24 07:11:36 2018 +0200

- rel 5; support --drop-cache (posix_fadvise64(fd, 0, 
0,POSIX_FADV_DONTNEED);) so files won't end up in kernel caches

 rsync.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/rsync.spec b/rsync.spec
index b8504be..485c0dc 100644
--- a/rsync.spec
+++ b/rsync.spec
@@ -20,7 +20,7 @@ Summary(zh_CN.UTF-8): [通讯]传输工具
 Summary(zh_TW.UTF-8):  [喙啪]$(B6G?i火(c(B
 Name:  rsync
 Version:   3.1.2
-Release:   4
+Release:   5
 Epoch: 1
 License:   GPL v3+
 Group: Networking/Utilities
@@ -33,6 +33,8 @@ Source3:  %{name}.init
 Source4:   %{name}.sysconfig
 Source5:   %{name}d.logrotate
 Patch0:%{name}-config.patch
+Patch1:
https://tobi.oetiker.ch/patches/rsync-3.1.2-1-fadvise.patch
+# Patch1-md5:  b055468e7cbc5d829aa943f07916d458
 URL:   http://rsync.samba.org/
 BuildRequires: acl-devel
 BuildRequires: autoconf >= 2.59


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rsync.git/commitdiff/f5c6b2d356cdb40fb34c9eadede31c9e3a687967

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