[packages/ncurses] - up to 20180804

2018-08-11 Thread arekm
commit 902a48ccd7e01e72a1a87a2e664af5328356624e
Author: Arkadiusz Miśkiewicz 
Date:   Sat Aug 11 10:37:11 2018 +0200

- up to 20180804

 ncurses.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ncurses.spec b/ncurses.spec
index 05a7601..c22dac9 100644
--- a/ncurses.spec
+++ b/ncurses.spec
@@ -9,7 +9,7 @@
 %endif
 
 %definebasever 6.1
-%definepatchlevel  20180616
+%definepatchlevel  20180804
 Summary:   curses terminal control library
 Summary(de.UTF-8): curses-Terminal-Control-Library
 Summary(es.UTF-8): Biblioteca de control de terminal curses
@@ -21,11 +21,11 @@ Summary(tr.UTF-8):  Terminal kontrol kitaplığı
 Summary(uk.UTF-8): ncurses - нова бібліотека керування терміналами
 Name:  ncurses
 Version:   %{basever}.%{patchlevel}
-Release:   2
+Release:   1
 License:   distributable
 Group: Libraries
 Source0:   
ftp://ftp.invisible-island.net/ncurses/current/%{name}-%{basever}-%{patchlevel}.tgz
-# Source0-md5: 2947e6df9ef9d43ec70e9e4569db09ab
+# Source0-md5: 962de8f0d88a60d6941bca1f5453fca7
 Source1:   
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 3b05ee835dc20c306e9af2a9d3fbf1f1
 Patch100:  %{name}-xterm-home-end.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ncurses.git/commitdiff/902a48ccd7e01e72a1a87a2e664af5328356624e

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


DISTFILES: ncurses: ncurses-6.1-20180804.tgz ncurses-non-english-man-pages.tar.bz2

2018-08-11 Thread arekm
Request by: arekm


Files fetched: 1

STORED: ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.1-20180804.tgz
962de8f0d88a60d6941bca1f5453fca7  ncurses-6.1-20180804.tgz
Size: 3400911 bytes
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/ncurses-non-english-man-pages.tar.bz2
3b05ee835dc20c306e9af2a9d3fbf1f1  ncurses-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/qt5-qtwebengine] - remove compiler check that's not needed and doesn't work because we set QMAKE_COMPILER to -p

2018-08-11 Thread baggins
commit abfabd27b6448e0111c4f0df4b78dc3d39a5280d
Author: Jan Rękorajski 
Date:   Sat Aug 11 23:36:29 2018 +0200

- remove compiler check that's not needed and doesn't work because we set 
QMAKE_COMPILER to -pld-linux-gcc

 qt5-qtwebengine.spec|  2 ++
 remove-compiler-check.patch | 14 ++
 2 files changed, 16 insertions(+)
---
diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec
index c740b18..a042de6 100644
--- a/qt5-qtwebengine.spec
+++ b/qt5-qtwebengine.spec
@@ -16,6 +16,7 @@ License:  LGPL v3 or GPL v2+ or commercial
 Group: X11/Libraries
 Source0:   
http://download.qt.io/official_releases/qt/5.11/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
 # Source0-md5: 75d2ff31addba4ec41981b0f459cc587
+Patch0:remove-compiler-check.patch
 URL:   http://www.qt.io/
 BuildRequires: Qt5Core-devel >= %{qtbase_ver}
 BuildRequires: Qt5Gui-devel >= %{qtbase_ver}
@@ -129,6 +130,7 @@ Przykłady do biblioteki Qt5 WebEngine.
 
 %prep
 %setup -q -n %{orgname}-everywhere-src-%{version}
+%patch0 -p1
 
 %build
 qmake-qt5
diff --git a/remove-compiler-check.patch b/remove-compiler-check.patch
new file mode 100644
index 000..d2635c2
--- /dev/null
+++ b/remove-compiler-check.patch
@@ -0,0 +1,14 @@
+--- qtwebengine-everywhere-src-5.11.1/mkspecs/features/platform.prf~   
2018-06-15 11:13:33.0 +0200
 qtwebengine-everywhere-src-5.11.1/mkspecs/features/platform.prf
2018-08-11 23:35:10.234741469 +0200
+@@ -12,11 +12,6 @@
+ defineTest(isPlatformSupported) {
+   QT_FOR_CONFIG += gui-private
+   linux {
+-if(!gcc:!clang)|intel_icc {
+-  skipBuild("Qt WebEngine on Linux requires clang or GCC.")
+-  return(false)
+-}
+-gcc:!clang:!isGCCVersionSupported(): return(false)
+   } else:win32 {
+ winrt {
+   skipBuild("WinRT is not supported.")


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwebengine.git/commitdiff/abfabd27b6448e0111c4f0df4b78dc3d39a5280d

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


[packages/qt5-qtwebengine] - update files and patch for gcc8

2018-08-11 Thread arekm
commit 1abc1d3c61b261eba8adc7475a460b278c1b72ce
Author: Arkadiusz Miśkiewicz 
Date:   Sun Aug 12 01:37:05 2018 +0200

- update files and patch for gcc8

 chromium-66.0.3359.170-gcc8-alignof.patch | 18 +++
 qt5-qtwebengine.spec  | 38 +++
 2 files changed, 52 insertions(+), 4 deletions(-)
---
diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec
index a042de6..2f8bdb7 100644
--- a/qt5-qtwebengine.spec
+++ b/qt5-qtwebengine.spec
@@ -17,6 +17,7 @@ Group:X11/Libraries
 Source0:   
http://download.qt.io/official_releases/qt/5.11/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
 # Source0-md5: 75d2ff31addba4ec41981b0f459cc587
 Patch0:remove-compiler-check.patch
+Patch1:chromium-66.0.3359.170-gcc8-alignof.patch
 URL:   http://www.qt.io/
 BuildRequires: Qt5Core-devel >= %{qtbase_ver}
 BuildRequires: Qt5Gui-devel >= %{qtbase_ver}
@@ -131,11 +132,13 @@ Przykłady do biblioteki Qt5 WebEngine.
 %prep
 %setup -q -n %{orgname}-everywhere-src-%{version}
 %patch0 -p1
+cd ./src/3rdparty/chromium
+%patch1 -p1
+
 
 %build
 qmake-qt5
-%{__make} \
-   QMAKE_CXX="g++"
+%{__make}
 %{?with_doc:%{__make} docs}
 
 %install
@@ -176,8 +179,8 @@ ifecho_tree() {
 }
 
 echo "%defattr(644,root,root,755)" > examples.files
-ifecho_tree examples %{_examplesdir}/qt5/qwebengine
 ifecho_tree examples %{_examplesdir}/qt5/webengine
+ifecho_tree examples %{_examplesdir}/qt5/webenginewidgets
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -189,20 +192,47 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libQt5WebEngine.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libQt5WebEngine.so.5
+%attr(755,root,root) %{_libdir}/libQt5WebEngineCore.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libQt5WebEngineCore.so.5
+%attr(755,root,root) %{_libdir}/libQt5WebEngineWidgets.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libQt5WebEngineWidgets.so.5
 %dir %{qt5dir}/qml/QtWebEngine
-%attr(755,root,root) %{qt5dir}/qml/QtWebEngine/libdeclarative_webengine.so
 %{qt5dir}/qml/QtWebEngine/plugins.qmltypes
 %{qt5dir}/qml/QtWebEngine/qmldir
+%{qt5dir}/qml/QtWebEngine/Controls1Delegates
+%{qt5dir}/qml/QtWebEngine/Controls2Delegates
+%attr(755,root,root) %{qt5dir}/qml/QtWebEngine/libqtwebengineplugin.so
+%{_datadir}/qt5/resources/icudtl.dat
+%{_datadir}/qt5/resources/qtwebengine*.pak
+%attr(755,root,root)  %{_libdir}/qt5/bin/qwebengine_convert_dict
+%attr(755,root,root) %{_libdir}/qt5/libexec/QtWebEngineProcess
+%attr(755,root,root) %{_libdir}/qt5/plugins/designer/libqwebengineview.so
 
 %files -n Qt5WebEngine-devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libQt5WebEngine.so
+%attr(755,root,root) %{_libdir}/libQt5WebEngineCore.so
+%attr(755,root,root) %{_libdir}/libQt5WebEngineWidgets.so
 %{_libdir}/libQt5WebEngine.prl
+%{_libdir}/libQt5WebEngineCore.prl
+%{_libdir}/libQt5WebEngineWidgets.prl
 %{_includedir}/qt5/QtWebEngine
+%{_includedir}/qt5/QtWebEngineCore
+%{_includedir}/qt5/QtWebEngineWidgets
 %{_pkgconfigdir}/Qt5WebEngine.pc
+%{_pkgconfigdir}/Qt5WebEngineCore.pc
+%{_pkgconfigdir}/Qt5WebEngineWidgets.pc
 %{_libdir}/cmake/Qt5WebEngine
+%{_libdir}/cmake/Qt5WebEngineCore
+%{_libdir}/cmake/Qt5WebEngineWidgets
+%{_libdir}/cmake/Qt5Designer/Qt5Designer_QWebEngineViewPlugin.cmake
 %{qt5dir}/mkspecs/modules/qt_lib_webengine.pri
 %{qt5dir}/mkspecs/modules/qt_lib_webengine_private.pri
+%{_libdir}/qt5/mkspecs/modules/qt_lib_webenginecore.pri
+%{_libdir}/qt5/mkspecs/modules/qt_lib_webenginecore_private.pri
+%{_libdir}/qt5/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri
+%{_libdir}/qt5/mkspecs/modules/qt_lib_webenginewidgets.pri
+%{_libdir}/qt5/mkspecs/modules/qt_lib_webenginewidgets_private.pri
 
 %if %{with doc}
 %files doc
diff --git a/chromium-66.0.3359.170-gcc8-alignof.patch 
b/chromium-66.0.3359.170-gcc8-alignof.patch
new file mode 100644
index 000..0c2b356
--- /dev/null
+++ b/chromium-66.0.3359.170-gcc8-alignof.patch
@@ -0,0 +1,18 @@
+diff -up chromium-66.0.3359.170/mojo/public/c/system/macros.h.gcc8-alignof 
chromium-66.0.3359.170/mojo/public/c/system/macros.h
+--- chromium-66.0.3359.170/mojo/public/c/system/macros.h.gcc8-alignof  
2018-05-15 14:58:46.448912634 -0400
 chromium-66.0.3359.170/mojo/public/c/system/macros.h   2018-05-15 
14:58:52.041784613 -0400
+@@ -18,7 +18,13 @@
+ #endif
+ 
+ // Like the C++11 |alignof| operator.
+-#if __cplusplus >= 201103L
++#if defined(__GNUC__) && __GNUC__ >= 8
++// GCC 8 has changed the alignof operator to return the minimal alignment
++// required by the target ABI, instead of the preferred alignment.
++// This means that on 32-bit x86, it will return 4 instead of 8.
++// Use __alignof__ instead to avoid this.
++#define MOJO_ALIGNOF(type) __alignof__(type)
++#elif __cplusplus >= 201103L
+ #define MOJO_ALIGNOF(type) alignof(type)
+ #elif defined(__GNUC__)
+ #define MOJO_ALIGNOF(type) __alignof__(type)

[packages/calibre] Deleted branch fetchsrc

2018-08-11 Thread baggins
The branch 'fetchsrc' was deleted at 26ef10be87c3c3f142011eb3ca33386ae84d2a78.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/calibre] Created branch fetchsrc

2018-08-11 Thread baggins
The branch 'fetchsrc' was created pointing to:

 26ef10b... - up to 3.29.0

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


DISTFILES: calibre: calibre-3.29.0-nofonts.tar.xz

2018-08-11 Thread baggins
Request by: baggins


Files fetched: 1

STORED: no-url://calibre-3.29.0-nofonts.tar.xz
6d1a79ca08525c91842cad4628592549  calibre-3.29.0-nofonts.tar.xz
Size: 38249960 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/rpm] - rel 43; use types directly (fixes rpm build and header files when used on glibc 2.28)

2018-08-11 Thread arekm
commit c0a8bb95cf43e3b8c6b90ddc18a9c86778a12c6b
Author: Arkadiusz Miśkiewicz 
Date:   Sat Aug 11 12:44:58 2018 +0200

- rel 43; use types directly (fixes rpm build and header files when used on 
glibc 2.28)

 glibc.patch | 45 +
 rpm.spec|  4 +++-
 2 files changed, 48 insertions(+), 1 deletion(-)
---
diff --git a/rpm.spec b/rpm.spec
index ba43cb0..769a504 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -47,7 +47,7 @@ Summary(ru.UTF-8):Менеджер пакетов от RPM
 Summary(uk.UTF-8): Менеджер пакетів від RPM
 Name:  rpm
 Version:   5.4.15
-Release:   42
+Release:   43
 License:   LGPL v2.1
 Group: Base
 # http://rpm5.org/files/rpm/rpm-5.4/rpm-5.4.15-0.20140824.src.rpm
@@ -181,6 +181,7 @@ Patch93:python2_explicit.patch
 Patch94:   do_not_write_before_macro_buffer.patch
 Patch95:   rpm-python-spec-header.patch
 Patch96:   skip-ldconfig-optimization.patch
+Patch97:   glibc.patch
 
 # Patches imported from Mandriva
 
@@ -1013,6 +1014,7 @@ cd -
 %patch94 -p1
 %patch95 -p1
 %patch96 -p1
+%patch97 -p1
 
 %patch1050 -p1
 
diff --git a/glibc.patch b/glibc.patch
new file mode 100644
index 000..4e0f552
--- /dev/null
+++ b/glibc.patch
@@ -0,0 +1,45 @@
+diff -upr rpm-5.4.15.org/rpmio/gzdio.c rpm-5.4.15/rpmio/gzdio.c
+--- rpm-5.4.15.org/rpmio/gzdio.c   2012-04-16 05:21:22.0 +0200
 rpm-5.4.15/rpmio/gzdio.c   2018-08-11 12:36:48.761296851 +0200
+@@ -380,7 +380,7 @@ static int gzdSeek(void * cookie, _libio
+ int rc;
+ #if defined(HAVE_GZSEEK)
+ #ifdef USE_COOKIE_SEEK_POINTER
+-_IO_off64_t p = *pos;
++off64_t p = *pos;
+ #else
+ off_t p = pos;
+ #endif
+diff -upr rpm-5.4.15.org/rpmio/rpmio.c rpm-5.4.15/rpmio/rpmio.c
+--- rpm-5.4.15.org/rpmio/rpmio.c   2014-08-05 00:47:16.0 +0200
 rpm-5.4.15/rpmio/rpmio.c   2018-08-11 12:36:48.757963417 +0200
+@@ -481,7 +481,7 @@ static int fdSeek(void * cookie, _libio_
+   /*@modifies fileSystem, internalState @*/
+ {
+ #ifdef USE_COOKIE_SEEK_POINTER
+-_IO_off64_t p = *pos;
++off64_t p = *pos;
+ #else
+ off_t p = pos;
+ #endif
+@@ -2458,7 +2458,7 @@ int Fseek(FD_t fd, _libio_off_t offset,
+ {
+ fdio_seek_function_t _seek;
+ #ifdef USE_COOKIE_SEEK_POINTER
+-_IO_off64_t o64 = offset;
++off64_t o64 = offset;
+ _libio_pos_t pos = 
+ #else
+ _libio_pos_t pos = offset;
+diff -upr rpm-5.4.15.org/rpmio/rpmio.h rpm-5.4.15/rpmio/rpmio.h
+--- rpm-5.4.15.org/rpmio/rpmio.h   2014-07-20 01:01:26.0 +0200
 rpm-5.4.15/rpmio/rpmio.h   2018-08-11 12:36:48.761296851 +0200
+@@ -25,7 +25,7 @@
+ #if !defined(__LCLINT__) && !defined(__UCLIBC__) && defined(__GLIBC__) && \
+   (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2))
+ #define USE_COOKIE_SEEK_POINTER 1
+-typedef _IO_off64_t   _libio_off_t;
++typedef off64_t   _libio_off_t;
+ typedef _libio_off_t *_libio_pos_t;
+ #else
+ typedef off_t _libio_off_t;


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/c0a8bb95cf43e3b8c6b90ddc18a9c86778a12c6b

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


[packages/poldek] _GNU_SOURCE for off64_t

2018-08-11 Thread arekm
commit 62cdc7997a1a944ddc613821e2195c08f41506f1
Author: Arkadiusz Miśkiewicz 
Date:   Sat Aug 11 13:11:39 2018 +0200

_GNU_SOURCE for off64_t

 poldek.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/poldek.spec b/poldek.spec
index d911331..52bed99 100644
--- a/poldek.spec
+++ b/poldek.spec
@@ -262,7 +262,7 @@ cd ../trurlib
 %{__automake}
 cd ..
 
-CPPFLAGS="%{rpmcppflags} -std=gnu99 -fgnu89-inline"
+CPPFLAGS="%{rpmcppflags} -std=gnu99 -fgnu89-inline -D_GNU_SOURCE=1"
 %configure \
%{?with_static:--enable-static --disable-shared} \
%{!?with_imode:--disable-imode} \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/62cdc7997a1a944ddc613821e2195c08f41506f1

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


[packages/calibre] - up to 3.29.0

2018-08-11 Thread baggins
commit 26ef10be87c3c3f142011eb3ca33386ae84d2a78
Author: Jan Rękorajski 
Date:   Sat Aug 11 13:59:08 2018 +0200

- up to 3.29.0

 calibre.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/calibre.spec b/calibre.spec
index cb61dd4..7ac96e4 100644
--- a/calibre.spec
+++ b/calibre.spec
@@ -11,12 +11,12 @@
 Summary:   E-book converter and library management
 Summary(pl.UTF-8): Konwerter oraz biblioteka dla e-booków
 Name:  calibre
-Version:   3.27.1
+Version:   3.29.0
 Release:   1
 License:   GPL v3+
 Group: Applications/Multimedia
 Source0:   %{name}-%{version}-nofonts.tar.xz
-# Source0-md5: 04874af0b24403457e04a7616ec4a75f
+# Source0-md5: 6d1a79ca08525c91842cad4628592549
 Source1:   generate-tarball.sh
 Source2:   %{name}-mount-helper
 Patch0:%{name}-prefix.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/calibre.git/commitdiff/26ef10be87c3c3f142011eb3ca33386ae84d2a78

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


DISTFILES: calibre: ERRORS: calibre-3.29.0-nofonts.tar.xz

2018-08-11 Thread baggins
Request by: baggins

FATAL: calibre-3.29.0-nofonts.tar.xz was not uploaded

Files fetched: 0



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


[packages/glibc] unbreak electron based apps (skype, slack) by reverting e7feec3; rel 3

2018-08-11 Thread atler
commit 06d785e7477610bf6d4151186147b0b474e159ef
Author: Jan Palus 
Date:   Sat Aug 11 14:18:57 2018 +0200

unbreak electron based apps (skype, slack) by reverting e7feec3; rel 3

revert borrowed from Arch, for details see:

https://github.com/electron/electron/issues/13972

 ...Correct-absolute-SHN_ABS-symbol-run-time-.patch | 195 +
 glibc.spec |   4 +-
 2 files changed, 198 insertions(+), 1 deletion(-)
---
diff --git a/glibc.spec b/glibc.spec
index c368a24..e5b01b8 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -41,7 +41,7 @@ Summary(tr.UTF-8):GNU libc
 Summary(uk.UTF-8): GNU libc версії
 Name:  glibc
 Version:   %{core_version}
-Release:   2
+Release:   3
 Epoch: 6
 License:   LGPL v2.1+
 Group: Libraries
@@ -88,6 +88,7 @@ Patch27:  %{name}-c-utf8-locale.patch
 
 Patch29:   %{name}-arm-alignment-fix.patch
 Patch30:   glibc-rh1124987.patch
+Patch31:   0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
 URL:   http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}
 BuildRequires: autoconf >= 2.69
@@ -979,6 +980,7 @@ exit 1
 
 %patch29 -p1
 %patch30 -p1
+%patch31 -p1
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
diff --git a/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch 
b/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
new file mode 100644
index 000..f26c346
--- /dev/null
+++ b/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
@@ -0,0 +1,195 @@
+From 2cbf10ae2ea9e378ff91b8f5c4d8cb77ed05378e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Fri, 10 Aug 2018 14:12:40 +
+Subject: [PATCH] Revert "elf: Correct absolute (SHN_ABS) symbol run-time
+ calculation [BZ #19818]"
+
+This reverts commit e7feec374c635b6a29d65c39ae5e1855528fed39.
+---
+ elf/Makefile | 14 ++---
+ elf/dl-addr.c|  2 --
+ elf/tst-absolute-sym-lib.c   | 25 
+ elf/tst-absolute-sym-lib.lds | 19 --
+ elf/tst-absolute-sym.c   | 38 
+ sysdeps/generic/ldsodefs.h   |  3 +--
+ 6 files changed, 3 insertions(+), 98 deletions(-)
+ delete mode 100644 elf/tst-absolute-sym-lib.c
+ delete mode 100644 elf/tst-absolute-sym-lib.lds
+ delete mode 100644 elf/tst-absolute-sym.c
+
+diff --git a/elf/Makefile b/elf/Makefile
+index cd0771307f..5084ba4f6f 100644
+--- a/elf/Makefile
 b/elf/Makefile
+@@ -186,7 +186,7 @@ tests += restest1 preloadtest loadfail multiload origtest 
resolvfail \
+tst-tlsalign tst-tlsalign-extern tst-nodelete-opened \
+tst-nodelete2 tst-audit11 tst-audit12 tst-dlsym-error tst-noload \
+tst-latepthread tst-tls-manydynamic tst-nodelete-dlclose \
+-   tst-debug1 tst-main1 tst-absolute-sym tst-absolute-zero tst-big-note
++   tst-debug1 tst-main1
+ #  reldep9
+ tests-internal += loadtest unload unload2 circleload1 \
+neededtest neededtest2 neededtest3 neededtest4 \
+@@ -272,9 +272,7 @@ modules-names = testobj1 testobj2 testobj3 testobj4 
testobj5 testobj6 \
+   tst-audit12mod1 tst-audit12mod2 tst-audit12mod3 tst-auditmod12 \
+   tst-latepthreadmod $(tst-tls-many-dynamic-modules) \
+   tst-nodelete-dlclose-dso tst-nodelete-dlclose-plugin \
+-  tst-main1mod tst-libc_dlvsym-dso tst-absolute-sym-lib \
+-  tst-absolute-zero-lib tst-big-note-lib
+-
++  tst-main1mod tst-libc_dlvsym-dso
+ ifeq (yes,$(have-mtls-dialect-gnu2))
+ tests += tst-gnu2-tls1
+ modules-names += tst-gnu2-tls1mod
+@@ -1465,14 +1463,6 @@ tst-main1-no-pie = yes
+ LDLIBS-tst-main1 = $(libsupport)
+ tst-main1mod.so-no-z-defs = yes
+ 
+-LDLIBS-tst-absolute-sym-lib.so = tst-absolute-sym-lib.lds
+-$(objpfx)tst-absolute-sym-lib.so: $(LDLIBS-tst-absolute-sym-lib.so)
+-$(objpfx)tst-absolute-sym: $(objpfx)tst-absolute-sym-lib.so
+-
+-LDLIBS-tst-absolute-zero-lib.so = tst-absolute-zero-lib.lds
+-$(objpfx)tst-absolute-zero-lib.so: $(LDLIBS-tst-absolute-zero-lib.so)
+-$(objpfx)tst-absolute-zero: $(objpfx)tst-absolute-zero-lib.so
+-
+ # Both the main program and the DSO for tst-libc_dlvsym need to link
+ # against libdl.
+ $(objpfx)tst-libc_dlvsym: $(libdl)
+diff --git a/elf/dl-addr.c b/elf/dl-addr.c
+index e6c7d02094..2250617a73 100644
+--- a/elf/dl-addr.c
 b/elf/dl-addr.c
+@@ -59,7 +59,6 @@ determine_info (const ElfW(Addr) addr, struct link_map 
*match, Dl_info *info,
+we can omit that test here.  */
+ if ((symtab[symndx].st_shndx != SHN_UNDEF
+  || symtab[symndx].st_value != 0)
+-&& symtab[symndx].st_shndx != SHN_ABS
+ && ELFW(ST_TYPE) (symtab[symndx].st_info) != STT_TLS
+ && DL_ADDR_SYM_MATCH (match, 

DISTFILES: qt5-qtwebengine: qtwebengine-everywhere-src-5.11.1.tar.xz

2018-08-11 Thread arekm
Request by: arekm


Files fetched: 1

STORED: 
http://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtwebengine-everywhere-src-5.11.1.tar.xz
75d2ff31addba4ec41981b0f459cc587  
qtwebengine-everywhere-src-5.11.1.tar.xz
Size: 233633572 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/qt5-qtwebengine] - started playing with update to 5.11.1

2018-08-11 Thread arekm
commit 7ed59526ca5b93b856f9190be3af6f8c27f0c1e6
Author: Arkadiusz Miśkiewicz 
Date:   Sat Aug 11 17:47:13 2018 +0200

- started playing with update to 5.11.1

 qt5-qtwebengine.spec | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec
index 664bb71..c740b18 100644
--- a/qt5-qtwebengine.spec
+++ b/qt5-qtwebengine.spec
@@ -10,12 +10,12 @@
 Summary:   The Qt5 WebEngine library
 Summary(pl.UTF-8): Biblioteka Qt5 WebEngine
 Name:  qt5-%{orgname}
-Version:   5.5.1
+Version:   5.11.1
 Release:   0.1
 License:   LGPL v3 or GPL v2+ or commercial
 Group: X11/Libraries
-Source0:   
http://download.qt.io/official_releases/qt/5.5/%{version}/submodules/%{orgname}-opensource-src-%{version}.tar.xz
-# Source0-md5: 2a548bde706e8639cdec2cbe31d85545
+Source0:   
http://download.qt.io/official_releases/qt/5.11/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
+# Source0-md5: 75d2ff31addba4ec41981b0f459cc587
 URL:   http://www.qt.io/
 BuildRequires: Qt5Core-devel >= %{qtbase_ver}
 BuildRequires: Qt5Gui-devel >= %{qtbase_ver}
@@ -128,11 +128,12 @@ Qt5 WebEngine examples.
 Przykłady do biblioteki Qt5 WebEngine.
 
 %prep
-%setup -q -n %{orgname}-opensource-src-%{version}
+%setup -q -n %{orgname}-everywhere-src-%{version}
 
 %build
 qmake-qt5
-%{__make}
+%{__make} \
+   QMAKE_CXX="g++"
 %{?with_doc:%{__make} docs}
 
 %install
@@ -146,7 +147,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 # useless symlinks
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libQt5*.so.5.?
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libQt5*.so.5.??
 # actually drop *.la, follow policy of not packaging them when *.pc exist
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libQt5*.la
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwebengine.git/commitdiff/7ed59526ca5b93b856f9190be3af6f8c27f0c1e6

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


[packages/sip] - rel 3; allow on python2: from PyQt5 import sip

2018-08-11 Thread arekm
commit 7789ab1d5249653197beafc208fcfa27960f8d50
Author: Arkadiusz Miśkiewicz 
Date:   Sat Aug 11 17:43:01 2018 +0200

- rel 3; allow on python2: from PyQt5 import sip

 sip.spec | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/sip.spec b/sip.spec
index e7435f1..e1f3cf3 100644
--- a/sip.spec
+++ b/sip.spec
@@ -7,7 +7,7 @@ Summary:Python bindings generator for C++ class 
libraries
 Summary(pl.UTF-8): Generator powiązań Pythona z bibliotekami klas C++
 Name:  sip
 Version:   4.19.12
-Release:   2
+Release:   3
 Epoch: 2
 License:   SIP (redistributable, see LICENSE) or GPL v2 or GPL v3
 Group: Development/Languages/Python
@@ -151,6 +151,8 @@ install -d $RPM_BUILD_ROOT%{_sipfilesdir}
 %{__make} -C build-py2 install \
DESTDIR=$RPM_BUILD_ROOT
 
+echo -n >> $RPM_BUILD_ROOT%{py_sitedir}/PyQt5/__init__.py
+
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
 %endif
@@ -176,6 +178,8 @@ rm -rf $RPM_BUILD_ROOT
 %files -n python-sip
 %defattr(644,root,root,755)
 %dir %{py_sitedir}/PyQt5
+%{py_sitedir}/PyQt5/__init__.py
+%{py_sitedir}/PyQt5/__init__.py[co]
 %attr(755,root,root) %{py_sitedir}/PyQt5/sip.so
 
 %files -n python-sip-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sip.git/commitdiff/7789ab1d5249653197beafc208fcfa27960f8d50

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


[packages/glibc] - description what's broken

2018-08-11 Thread arekm
commit 4b9fce67a81a7b9992b3796b881f79b96d4e349d
Author: Arkadiusz Miśkiewicz 
Date:   Sat Aug 11 18:24:05 2018 +0200

- description what's broken

 glibc.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/glibc.spec b/glibc.spec
index e5b01b8..eff38f3 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -88,6 +88,7 @@ Patch27:  %{name}-c-utf8-locale.patch
 
 Patch29:   %{name}-arm-alignment-fix.patch
 Patch30:   glibc-rh1124987.patch
+# electron is broken but we have no way to fix it so for now lets break glibc 
again
 Patch31:   0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
 URL:   http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glibc.git/commitdiff/4b9fce67a81a7b9992b3796b881f79b96d4e349d

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


[packages/sip] - rel 2; use PyQt5 module name

2018-08-11 Thread arekm
commit c0d3d5beaaec64709c0c812a57e6e114cb28b3a1
Author: Arkadiusz Miśkiewicz 
Date:   Sat Aug 11 17:00:37 2018 +0200

- rel 2; use PyQt5 module name

 sip.spec | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/sip.spec b/sip.spec
index 752768f..e7435f1 100644
--- a/sip.spec
+++ b/sip.spec
@@ -7,7 +7,7 @@ Summary:Python bindings generator for C++ class 
libraries
 Summary(pl.UTF-8): Generator powiązań Pythona z bibliotekami klas C++
 Name:  sip
 Version:   4.19.12
-Release:   1
+Release:   2
 Epoch: 2
 License:   SIP (redistributable, see LICENSE) or GPL v2 or GPL v3
 Group: Development/Languages/Python
@@ -107,6 +107,7 @@ C++ przy użyciu SIP-a.
 install -d build-py2
 cd build-py2
 %{__python} ../configure.py \
+   --sip-module=PyQt5.sip \
-b %{_bindir} \
-e %{py_incdir} \
-v %{_sipfilesdir} \
@@ -126,6 +127,7 @@ cd ..
 install -d build-py3
 cd build-py3
 %{__python3} ../configure.py \
+   --sip-module=PyQt5.sip \
-b %{_bindir} \
-e %{py3_incdir} \
-v %{_sipfilesdir} \
@@ -173,7 +175,8 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python2}
 %files -n python-sip
 %defattr(644,root,root,755)
-%attr(755,root,root) %{py_sitedir}/sip.so
+%dir %{py_sitedir}/PyQt5
+%attr(755,root,root) %{py_sitedir}/PyQt5/sip.so
 
 %files -n python-sip-devel
 %defattr(644,root,root,755)
@@ -181,14 +184,15 @@ rm -rf $RPM_BUILD_ROOT
 %{py_sitedir}/sipconfig.py[co]
 %{py_sitedir}/sipdistutils.py
 %{py_sitedir}/sipdistutils.py[co]
-%{py_sitedir}/sip.pyi
+%{py_sitedir}/PyQt5/sip.pyi
 %{py_incdir}/sip.h
 %endif
 
 %if %{with python3}
 %files -n python3-sip
 %defattr(644,root,root,755)
-%attr(755,root,root) %{py3_sitedir}/sip.so
+%dir %{py3_sitedir}/PyQt5
+%attr(755,root,root) %{py3_sitedir}/PyQt5/sip.so
 
 %files -n python3-sip-devel
 %defattr(644,root,root,755)
@@ -196,6 +200,6 @@ rm -rf $RPM_BUILD_ROOT
 %{py3_sitedir}/sipdistutils.py
 %{py3_sitedir}/__pycache__/sipconfig.cpython-*.py[co]
 %{py3_sitedir}/__pycache__/sipdistutils.cpython-*.py[co]
-%{py3_sitedir}/sip.pyi
+%{py3_sitedir}/PyQt5/sip.pyi
 %{py3_incdir}/sip.h
 %endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sip.git/commitdiff/c0d3d5beaaec64709c0c812a57e6e114cb28b3a1

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


[packages/poldek] - rel 9; allow multiple rpmdef options

2018-08-11 Thread arekm
commit f1067c402ce0c9a7a6153ff149dc6ae33f30e3ca
Author: Arkadiusz Miśkiewicz 
Date:   Sat Aug 11 18:43:54 2018 +0200

- rel 9; allow multiple rpmdef options

 multiple-options.patch | 16 
 poldek.spec|  4 +++-
 2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/poldek.spec b/poldek.spec
index 52bed99..4a2dc04 100644
--- a/poldek.spec
+++ b/poldek.spec
@@ -34,7 +34,7 @@
 %definever_rpm 5.4.10
 %endif
 
-%definerel 8
+%definerel 9
 Summary:   RPM packages management helper tool
 Summary(hu.UTF-8): RPM csomagkezelést segítő eszköz
 Summary(pl.UTF-8): Pomocnicze narzędzie do zarządzania pakietami RPM
@@ -67,6 +67,7 @@ Patch3:   WTERMSIG.patch
 Patch4:%{name}-multiproto.patch
 Patch5:python-fix.patch
 Patch6:poldek-ext-down-enable.patch
+Patch7:multiple-options.patch
 URL:   http://poldek.pld-linux.org/
 BuildRequires: %{db_pkg}-devel >= %{ver_db}-%{ver_db_rel}
 BuildRequires: autoconf
@@ -234,6 +235,7 @@ Moduły języka Python dla poldka.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %{__rm} m4/libtool.m4 m4/lt*.m4
 
diff --git a/multiple-options.patch b/multiple-options.patch
new file mode 100644
index 000..7ba67b3
--- /dev/null
+++ b/multiple-options.patch
@@ -0,0 +1,16 @@
+--- poldek-0.32.2/conf.c~  2016-01-30 15:05:57.0 +0100
 poldek-0.32.2/conf.c   2018-08-11 18:43:17.635821800 +0200
+@@ -1226,8 +1226,12 @@ tn_hash *poldek_conf_addlines(tn_hash *h
+ n_strdupap(line, );
+ 
+ if (split_option_line(tmp, , , NULL, 0)) {
++unsigned add_flags = ADD_PARAM_VALIDATE;
++// allow multiple rpmdef values
++if (strcmp(name, "rpmdef") != 0)
++add_flags |= ADD_PARAM_OVERWRITE;
+ if (!add_param(ht_sect, sectnam, name, value,
+-   ADD_PARAM_VALIDATE | ADD_PARAM_OVERWRITE, NULL, 0))
++   add_flags, NULL, 0))
+ nerr++;
+ }
+ }


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/f1067c402ce0c9a7a6153ff149dc6ae33f30e3ca

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


[packages/qt5-qtwebengine] resources dir here?

2018-08-11 Thread arekm
commit cdd0ffa80a488acd39086204bf2ced9799fe1fe8
Author: Arkadiusz Miśkiewicz 
Date:   Sun Aug 12 02:42:14 2018 +0200

 resources dir here?

 qt5-qtwebengine.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec
index 2f8bdb7..d5dbb16 100644
--- a/qt5-qtwebengine.spec
+++ b/qt5-qtwebengine.spec
@@ -202,6 +202,7 @@ rm -rf $RPM_BUILD_ROOT
 %{qt5dir}/qml/QtWebEngine/Controls1Delegates
 %{qt5dir}/qml/QtWebEngine/Controls2Delegates
 %attr(755,root,root) %{qt5dir}/qml/QtWebEngine/libqtwebengineplugin.so
+%dir %{_datadir}/qt5/resources
 %{_datadir}/qt5/resources/icudtl.dat
 %{_datadir}/qt5/resources/qtwebengine*.pak
 %attr(755,root,root)  %{_libdir}/qt5/bin/qwebengine_convert_dict


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwebengine.git/commitdiff/cdd0ffa80a488acd39086204bf2ced9799fe1fe8

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


DISTFILES: qt5-qtwebsockets: qtwebsockets-everywhere-src-5.11.1.tar.xz qttranslations-everywhere-src-5.11.1.tar.xz

2018-08-11 Thread arekm
Request by: arekm


Files fetched: 1

STORED: 
http://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtwebsockets-everywhere-src-5.11.1.tar.xz
ee12e76e1190e8510fcd56e5831f26be  
qtwebsockets-everywhere-src-5.11.1.tar.xz
Size: 231468 bytes
ALREADY GOT: 
http://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qttranslations-everywhere-src-5.11.1.tar.xz
67c0dbd61c2b92552b5339d82a94b1a8  
qttranslations-everywhere-src-5.11.1.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/qt5-qtwebsockets] - up to 5.11.1

2018-08-11 Thread arekm
commit 13b981ef559123bba13e76ee7b51256c25ad943a
Author: Arkadiusz Miśkiewicz 
Date:   Sun Aug 12 03:05:04 2018 +0200

- up to 5.11.1

 qt5-qtwebsockets.spec | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/qt5-qtwebsockets.spec b/qt5-qtwebsockets.spec
index 8f56ec1..2e707e6 100644
--- a/qt5-qtwebsockets.spec
+++ b/qt5-qtwebsockets.spec
@@ -10,14 +10,14 @@
 Summary:   The Qt5 WebSockets library
 Summary(pl.UTF-8): Biblioteka Qt5 WebSockets
 Name:  qt5-%{orgname}
-Version:   5.8.0
+Version:   5.11.1
 Release:   1
 License:   LGPL v2.1 with Digia Qt LGPL Exception v1.1 or GPL v3.0
 Group: X11/Libraries
-Source0:   
http://download.qt.io/official_releases/qt/5.8/%{version}/submodules/%{orgname}-opensource-src-%{version}.tar.xz
-# Source0-md5: 99bbe29bb05a19b6fca7077eb07d7d1b
-Source1:   
http://download.qt.io/official_releases/qt/5.8/%{version}/submodules/qttranslations-opensource-src-%{version}.tar.xz
-# Source1-md5: b6c6748a923b9639c7d018cfdb04caf4
+Source0:   
http://download.qt.io/official_releases/qt/5.11/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
+# Source0-md5: ee12e76e1190e8510fcd56e5831f26be
+Source1:   
http://download.qt.io/official_releases/qt/5.11/%{version}/submodules/qttranslations-everywhere-src-%{version}.tar.xz
+# Source1-md5: 67c0dbd61c2b92552b5339d82a94b1a8
 URL:   http://www.qt.io/
 BuildRequires: Qt5Core-devel >= %{qtbase_ver}
 BuildRequires: Qt5Network-devel >= %{qtbase_ver}
@@ -129,7 +129,7 @@ Qt5 WebSockets examples.
 Przykłady do biblioteki Qt5 WebSockets.
 
 %prep
-%setup -q -n %{orgname}-opensource-src-%{version} %{?with_qm:-a1}
+%setup -q -n %{orgname}-everywhere-src-%{version} %{?with_qm:-a1}
 
 %build
 qmake-qt5
@@ -137,7 +137,7 @@ qmake-qt5
 %{?with_doc:%{__make} docs}
 
 %if %{with qm}
-cd qttranslations-opensource-src-%{version}
+cd qttranslations-everywhere-src-%{version}
 qmake-qt5
 %{__make}
 cd ..
@@ -154,14 +154,14 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %if %{with qm}
-%{__make} -C qttranslations-opensource-src-%{version} install \
+%{__make} -C qttranslations-everywhere-src-%{version} install \
INSTALL_ROOT=$RPM_BUILD_ROOT
 # keep only qtwebsockets
-%{__rm} 
$RPM_BUILD_ROOT%{_datadir}/qt5/translations/{assistant,designer,linguist,qmlviewer,qt,qtbase,qtconfig,qtconnectivity,qtdeclarative,qtlocation,qtmultimedia,qtquickcontrols,qtquick1,qtscript,qtxmlpatterns}_*.qm
+%{__rm} 
$RPM_BUILD_ROOT%{_datadir}/qt5/translations/{assistant,designer,linguist,qmlviewer,qt,qtbase,qtconnectivity,qtdeclarative,qtlocation,qtmultimedia,qtquickcontrols,qtquickcontrols2,qtquick1,qtserialport,qtscript,qtwebengine,qtxmlpatterns}_*.qm
 %endif
 
 # useless symlinks
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libQt5*.so.5.?
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libQt5*.so.5.??
 # actually drop *.la, follow policy of not packaging them when *.pc exist
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libQt5*.la
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwebsockets.git/commitdiff/13b981ef559123bba13e76ee7b51256c25ad943a

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


PLD-doc: PLD-update-TODO - updated

2018-08-11 Thread arekm
0.5 [NEW] 4.10.6
 dkimproxy(11) [OLD] 1.2 [NEW] 1.4.1
@@ -452,7 +452,7 @@
 elementary(24) [OLD] 1.10.3 [NEW] 1.17.1
 elfio(8) [OLD] 2.1 [NEW] 3.2
 elfutils [OLD] 0.171 [NEW] 0.173
-ell(12) [OLD] 0.4 [NEW] 0.7
+ell(12) [OLD] 0.4 [NEW] 0.8
 elogind [OLD] 235.3 [NEW] 238.1
 emacs-ess(8) [OLD] 5.13 [NEW] 17.11
 emacs-jabber(8) [OLD] 0.6.1 [NEW] 0.8.92
@@ -488,11 +488,12 @@
 evolution-ews(8) [OLD] 3.28.3 [NEW] 3.28.5
 evolution(19) [OLD] 3.28.3 [NEW] 3.28.5
 exact-image(21) [OLD] 0.9.2 [NEW] 1.0.1
-exaile(12) [OLD] 0.3.2.2 [NEW] 3.4.0.2.dmg
+exaile(12) [OLD] 0.3.2.2 [NEW] 3.4.0.exe
 execline [OLD] 2.1.5.0 [NEW] 2.5.0.0
 exim-lite(10) [OLD] 4.51 [NEW] 4.69
 exipick(10) [OLD] 20100323.0 [NEW] 20120509.0
 exmh(15) [OLD] 2.7.2 [NEW] 2.8.0
+exo(14) [OLD] 0.12.0 [NEW] 0.12.2
 extace(8) [OLD] 1.5.0 [NEW] 1.9.9
 fIcy(7) [OLD] 1.0.18 [NEW] 1.0.21
 fabtests(9) [OLD] 1.6.0 [NEW] 1.6.1
@@ -532,7 +533,7 @@
 fonts-OTF-Adobe-SourceSerifPro(9) [OLD] 1.017 [NEW] 2.000
 fonts-TTF-Google-croscore(8) [OLD] 1.23.0 [NEW] 1.31.0
 foomatic-db-engine(10) [OLD] 4.0.9 [NEW] 4.0.13
-foomatic-db(11) [OLD] 20110615 [NEW] 20180808
+foomatic-db(11) [OLD] 20110615 [NEW] 20180811
 four-in-a-row(8) [OLD] 3.22.1 [NEW] 3.22.2
 fpm [OLD] 1.10.1 [NEW] 1.10.2
 fprintd(13) [OLD] 0.6.0 [NEW] 0.8.0
@@ -623,7 +624,7 @@
 ghc-haskeline(8) [OLD] 0.7.0.3 [NEW] 0.7.4.3
 ghc-haskell-src-exts [OLD] 1.18.2 [NEW] 1.20.2
 ghc-highlighting-kate [OLD] 0.5.5.1 [NEW] 0.6.4
-ghc-hinotify(8) [OLD] 0.3.5 [NEW] 0.3.10
+ghc-hinotify(8) [OLD] 0.3.5 [NEW] 0.4
 ghc-hslogger(8) [OLD] 1.2.3 [NEW] 1.2.10
 ghc-language-c(8) [OLD] 0.3.2.1 [NEW] 0.8.1
 ghc-libmpd(8) [OLD] 0.9.0.6 [NEW] 0.9.0.8
@@ -733,7 +734,7 @@
 gnubik(8) [OLD] 2.4 [NEW] 2.4.3
 SPECS/gnucash.spec:28: impossible substitution: 
https://sourceforge.net/projects/gnucash/files/gnucash\ 
%28stable%29/2.6.21/gnucash-2.6.21.tar.bz2
 gnuitar(8) [OLD] 0.3.1 [NEW] 0.3.2
-gnumeric(26) [OLD] 1.12.2 [NEW] 1.12.41
+gnumeric(26) [OLD] 1.12.2 [NEW] 1.12.42
 gnupg(19) [OLD] 1.4.23 [NEW] 2.2.9
 gnuplot(24) [OLD] 4.6.6 [NEW] 5.2.4
 gnuradio(12) [OLD] 3.7.9.2 [NEW] 3.7.13.4
@@ -772,7 +773,7 @@
 graylog-collector-sidecar(10) [OLD] 0.1.4 [NEW] 1.0.0
 grcm(8) [OLD] 0.1.6 [NEW] 2.0.0
 greed(9) [OLD] 3.4 [NEW] 4.2
-gretl(8) [OLD] 1.2.4 [NEW] 2018a
+gretl(8) [OLD] 1.2.4 [NEW] 2018b
 grilo-plugins(8) [OLD] 0.3.5 [NEW] 0.3.7
 grilo(14) [OLD] 0.3.4 [NEW] 0.3.6
 grip(17) [OLD] 3.3.1 [NEW] 3.9.0
@@ -847,7 +848,6 @@
 h264enc(8) [OLD] 9.3.7 [NEW] 10.4.7
 hadoop(15) [OLD] 0.20.2 [NEW] 3.1.1
 haproxy [OLD] 1.8.3 [NEW] 1.8.13
-harfbuzz(15) [OLD] 1.8.6 [NEW] 1.8.7
 harminv(8) [OLD] 1.3.1 [NEW] 1.4.1
 hd2u(8) [OLD] 1.0.3 [NEW] 1.0.4
 hdf-eos5(16) [OLD] 5.1.15 [NEW] 5.1.16
@@ -932,14 +932,14 @@
 irrlicht(13) [OLD] 1.8 [NEW] 1.8.4
 isl(14) [OLD] 0.19 [NEW] 0.20
 isomaster(8) [OLD] 1.3.9 [NEW] 1.3.14
-ispell-pl-alt(8) [OLD] 20131202 [NEW] 20180730
+ispell-pl-alt(8) [OLD] 20131202 [NEW] 20180810
 itcl(8) [OLD] 4.0.5 [NEW] 4.1.1
 itk(8) [OLD] 4.0.2 [NEW] 4.1.0
 itstool(8) [OLD] 2.0.2 [NEW] 2.0.4
 ivman(8) [OLD] 0.6.14 [NEW] 0.7.4
 ivtools(8) [OLD] 1.1.3 [NEW] 1.2.11
 iw(8) [OLD] 4.9 [NEW] 4.14
-iwd(9) [OLD] 0.1 [NEW] 0.4
+iwd(9) [OLD] 0.1 [NEW] 0.6
 ixgbe(16) [OLD] 4.4.6 [NEW] 5.3.7
 j(8) [OLD] 0.19.0 [NEW] 0.21.0
 jabberd(23) [OLD] 2.6.1 [NEW] 2.6.1...master
@@ -974,9 +974,9 @@
 java-icu4j(22) [OLD] 52.1 [NEW] 62.1
 java-jcommon(15) [OLD] 1.0.16 [NEW] 1.0.21
 java-jfreechart(18) [OLD] 1.0.7 [NEW] 1.0.17
-java-jgoodies-common [OLD] 1.3.0 [NEW] 1_13_0.20160307
+java-jgoodies-common [OLD] 1.3.0 [NEW] 1_19_0.20160307
 java-jgoodies-forms [OLD] 1.2.0 [NEW] 1_8_0
-java-jgoodies-looks [OLD] 2.2.1 [NEW] 3_4_2.20180316
+java-jgoodies-looks [OLD] 2.2.1 [NEW] 3_5_0.20180625
 java-joda-time(17) [OLD] 1.6 [NEW] 1.6.2
 java-jsch [OLD] 0.1.44 [NEW] 0.1.54
 java-jts(9) [OLD] 1.12 [NEW] 1.14
@@ -1109,7 +1109,7 @@
 libav(53) [OLD] 12.2 [NEW] 12.3
 libbio2jack(12) [OLD] 0.9 [NEW] 20040125
 libbitcoin(13) [OLD] 3.3.0 [NEW] 3.5.0
-libblockdev(10) [OLD] 2.15 [NEW] 2.18
+libblockdev(10) [OLD] 2.15 [NEW] 2.19
 libbpg [OLD] 0.9.7 [NEW] 0.9.8
 libbsd(10) [OLD] 0.8.7 [NEW] 0.9.1
 libbson(7) [OLD] 1.9.3 [NEW] 1.9.5
@@ -1121,7 +1121,7 @@
 libchamplain(14) [OLD] 0.12.15 [NEW] 0.12.16
 libchewing(9) [OLD] 0.4.0 [NEW] 0.5.1
 libcmrt(12) [OLD] 1.0.5 [NEW] 1.0.6
-libconfuse(14) [OLD] 2.8 [NEW] 3.2.zip.md5
+libconfuse(14) [OLD] 2.8 [NEW] 3.2.1.zip.md5
 libdap(12) [OLD] 3.18.3 [NEW] 3.19.1
 libdatrie(8) [OLD] 0.2.11 [NEW] 0.2.12
 libdazzle(7) [OLD] 3.28.0 [NEW] 3.28.5
@@ -1130,7 +1130,7 @@
 libdigidocpp(21) [OLD] 3.13.2 [NEW] 3.13.6
 libdsk(14) [OLD] 1.4.2 [NEW] 1.5.8
 libdsm(14) [OLD] 0.2.7 [NEW] 0.3.0.
-libdwarf [OLD] 20170709 [NEW] 20180724
+libdwarf [OLD] 20170709 [NEW] 20180809
 libe-book(12) [OLD] 0.1.2 [NEW] 0.1.3
 libedit [OLD] 3.1 [NEW] 20180525-3.1
 libetpan(8) [OLD] 1.7.2 [NEW] 1.8
@@ -1140,7 +1140,7 @@
 libferris(11) [OLD] 1.2.4 [NEW] 1.5.19
 libfm(18) [OLD] 1.2.5 [NEW] 1.3.0.2
 libfmt(7) [OLD] 3.0.1 [NEW] 4.1.0
-libfuse [OLD] 2.9.7 [NEW] 3.2.5
+libfuse [OLD] 2.9.8 [NEW] 3.