[packages/bcachefs-tools] BR: clang for core headers used by bindgen

2024-05-24 Thread atler
commit d80e82f01c789a6679ced6e2ce9ebe99cfc5d099
Author: Jan Palus 
Date:   Fri May 24 22:59:58 2024 +0200

BR: clang for core headers used by bindgen

fixes:
BindGen Generation Failiure: [libbcachefs_wrapper]: 
ClangDiagnostic("/usr/include/stdio.h:34:10: fatal error: 'stddef.h' file not 
found\n")

 bcachefs-tools.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/bcachefs-tools.spec b/bcachefs-tools.spec
index 8b75a1f..0304581 100644
--- a/bcachefs-tools.spec
+++ b/bcachefs-tools.spec
@@ -10,6 +10,7 @@ Source0:  
https://evilpiepirate.org/bcachefs-tools/%{name}-vendored-%{version}.ta
 Patch0:rust-target.patch
 URL:   https://bcachefs.org/
 BuildRequires: cargo
+BuildRequires: clang
 %ifnarch x32
 BuildRequires: clang-devel
 %else


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bcachefs-tools.git/commitdiff/d80e82f01c789a6679ced6e2ce9ebe99cfc5d099

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


DISTFILES: pipewire: pipewire-1.0.7.tar.bz2

2024-05-24 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.0.7/pipewire-1.0.7.tar.bz2
31cede8c6394ae41e3195175f08be598  pipewire-1.0.7.tar.bz2
Size: 1698775 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/pipewire] up to 1.0.7

2024-05-24 Thread atler
commit 7d2cd62865fbf6a5ad0dc2e1f2a40b583a4cee47
Author: Jan Palus 
Date:   Fri May 24 14:27:27 2024 +0200

up to 1.0.7

 pipewire.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pipewire.spec b/pipewire.spec
index dc03b85..f07de08 100644
--- a/pipewire.spec
+++ b/pipewire.spec
@@ -16,12 +16,12 @@
 Summary:   PipeWire - server and user space API to deal with multimedia 
pipelines
 Summary(pl.UTF-8): PipeWire - serwer i API przestrzeni użytkownika do 
obsługi potoków multimedialnych
 Name:  pipewire
-Version:   1.0.6
+Version:   1.0.7
 Release:   1
 License:   MIT, LGPL v2+, GPL v2
 Group: Libraries
 Source0:   
https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: e2df47aab0aaee6ff0fd1d121c80df31
+# Source0-md5: 31cede8c6394ae41e3195175f08be598
 Patch0:%{name}-gcc.patch
 Patch1:%{name}-lc3plus.patch
 URL:   https://pipewire.org/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pipewire.git/commitdiff/7d2cd62865fbf6a5ad0dc2e1f2a40b583a4cee47

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


DISTFILES: sqlite3: sqlite-src-3460000.zip

2024-05-24 Thread atler
Request by: atler


Files fetched: 1

STORED: https://www.sqlite.org/2024/sqlite-src-346.zip
13e62c260e796acd51a1262350f76909  sqlite-src-346.zip
Size: 14275927 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/sqlite3] up to 3.46.0

2024-05-24 Thread atler
commit df65959e5017cce0c81e2df028511b5b64edf786
Author: Jan Palus 
Date:   Fri May 24 10:21:16 2024 +0200

up to 3.46.0

 sqlite3.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index 80e6cd6..92f9e3a 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -26,7 +26,7 @@
 
 # sqlite3 version with zero padded without any dots (3 08 10 01 is 3.8.10.1)
 # but trailing 00 means no 4rd part (3 11 01 00 is 3.11.1)
-%definevnum3450300
+%definevnum346
 %definever %{lua:vn=rpm.expand("%vnum");v="";for i 
in string.gmatch(string.format("%08d", vn), "..") do v=v.."."..i:gsub("^0", 
"");end;v=v:gsub("^.",""):gsub("\.0$","");print(v)}
 
 %definetclver  8.6
@@ -39,7 +39,7 @@ License:  Public Domain
 Group: Libraries
 # Source0Download: http://www.sqlite.org/download.html
 Source0:   https://www.sqlite.org/2024/sqlite-src-%{vnum}.zip
-# Source0-md5: 18ebfa01bd89454602fac7d82fdc9df2
+# Source0-md5: 13e62c260e796acd51a1262350f76909
 Patch0:%{name}-amalgamation_configure.patch
 URL:   https://www.sqlite.org/
 BuildRequires: autoconf >= 2.50


 gitweb:

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

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


DISTFILES: Mesa: mesa-24.1.0.tar.xz syn-2.0.39.tar.gz unicode-ident-1.0.12.tar.gz quote-1.0.33.tar.gz proc-macro2-1.0.70.tar.gz paste-1.0.14.tar.gz

2024-05-23 Thread atler
Request by: atler


Files fetched: 2

STORED: https://archive.mesa3d.org/mesa-24.1.0.tar.xz
a4765bf146091455f22b905c3082835f  mesa-24.1.0.tar.xz
Size: 28994008 bytes
ALREADY GOT: 
https://crates.io/api/v1/crates/syn/2.0.39/download?/syn-2.0.39.tar.gz
16236f1edd28a8895ad8c3de8de226d8  syn-2.0.39.tar.gz
ALREADY GOT: 
https://crates.io/api/v1/crates/unicode-ident/1.0.12/download?/unicode-ident-1.0.12.tar.gz
ca65153603a1a7240bbd9d2ce19f2d67  unicode-ident-1.0.12.tar.gz
ALREADY GOT: 
https://crates.io/api/v1/crates/quote/1.0.33/download?/quote-1.0.33.tar.gz
0ddb8bccd3198892d0dd0ec7151f7cd3  quote-1.0.33.tar.gz
ALREADY GOT: 
https://crates.io/api/v1/crates/proc-macro2/1.0.70/download?/proc-macro2-1.0.70.tar.gz
3f210fd91912a2d7d2f0af5038704d17  proc-macro2-1.0.70.tar.gz
STORED: 
https://crates.io/api/v1/crates/paste/1.0.14/download?/paste-1.0.14.tar.gz
1781b204ec7b6b1ef9232d429e6a973a  paste-1.0.14.tar.gz
Size: 18157 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/Mesa] up to 24.1.0

2024-05-23 Thread atler
commit 32565ace288e0a53376c23fe0cc408cacf4e2436
Author: Jan Palus 
Date:   Thu May 23 17:03:54 2024 +0200

up to 24.1.0

 Mesa.spec | 100 +-
 1 file changed, 67 insertions(+), 33 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index 0926e78..715ac60 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -31,6 +31,7 @@
 %defineunicode_ident_crate_ver 1.0.12
 %definequote_crate_ver 1.0.33
 %defineproc_macro2_crate_ver   1.0.70
+%definepaste_crate_ver 1.0.14
 
 #
 # glapi version (glapi tables in dri drivers and libglx must be in sync);
@@ -84,12 +85,12 @@
 Summary:   Free OpenGL implementation
 Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
 Name:  Mesa
-Version:   24.0.8
+Version:   24.1.0
 Release:   1
 License:   MIT (core) and others - see license.html file
 Group: X11/Libraries
 Source0:   https://archive.mesa3d.org/mesa-%{version}.tar.xz
-# Source0-md5: a19dd32c64e33de82119dfb37c2320f6
+# Source0-md5: a4765bf146091455f22b905c3082835f
 Source1:   
https://crates.io/api/v1/crates/syn/%{syn_crate_ver}/download?/syn-%{syn_crate_ver}.tar.gz
 # Source1-md5: 16236f1edd28a8895ad8c3de8de226d8
 Source2:   
https://crates.io/api/v1/crates/unicode-ident/%{unicode_ident_crate_ver}/download?/unicode-ident-%{unicode_ident_crate_ver}.tar.gz
@@ -98,6 +99,8 @@ Source3:  
https://crates.io/api/v1/crates/quote/%{quote_crate_ver}/download?/quot
 # Source3-md5: 0ddb8bccd3198892d0dd0ec7151f7cd3
 Source4:   
https://crates.io/api/v1/crates/proc-macro2/%{proc_macro2_crate_ver}/download?/proc-macro2-%{proc_macro2_crate_ver}.tar.gz
 # Source4-md5: 3f210fd91912a2d7d2f0af5038704d17
+Source5:   
https://crates.io/api/v1/crates/paste/%{paste_crate_ver}/download?/paste-%{paste_crate_ver}.tar.gz
+# Source5-md5: 1781b204ec7b6b1ef9232d429e6a973a
 URL:   https://www.mesa3d.org/
 %if %{with opencl_spirv} || %{with gallium_rusticl}
 BuildRequires: SPIRV-LLVM-Translator-devel >= 8.0.1.3
@@ -123,8 +126,8 @@ BuildRequires:  libstdc++-devel >= %{gcc_ver}
 BuildRequires: libunwind-devel
 %{?with_va:BuildRequires:  libva-devel}
 %{?with_va:BuildRequires:  pkgconfig(libva) >= 1.8.0}
-%{?with_vdpau:BuildRequires:   libvdpau-devel >= 1.4}
-BuildRequires: libxcb-devel >= 1.13
+%{?with_vdpau:BuildRequires:   libvdpau-devel >= 1.5}
+BuildRequires: libxcb-devel >= 1.17
 BuildRequires: llvm-devel >= %{llvm_ver}
 %if %{with opencl} || %{with gallium_rusticl}
 BuildRequires: llvm-libclc
@@ -135,17 +138,21 @@ BuildRequires:ninja >= 1.5
 BuildRequires: pkgconfig
 BuildRequires: pkgconfig(talloc) >= 2.0.1
 BuildRequires: pkgconfig(xcb-dri2) >= 1.8
-BuildRequires: pkgconfig(xcb-dri3) >= 1.13
+BuildRequires: pkgconfig(xcb-dri3) >= 1.17
 BuildRequires: pkgconfig(xcb-glx) >= 1.8.1
-BuildRequires: pkgconfig(xcb-present) >= 1.13
+BuildRequires: pkgconfig(xcb-present) >= 1.17
 BuildRequires: pkgconfig(xcb-randr) >= 1.12
 BuildRequires: python3 >= 1:3.2
 BuildRequires: python3-Mako >= 0.8.0
+%ifarch %{arm} aarch64
+BuildRequires: python3-pycparser >= 2.20
+%endif
 BuildRequires: rpmbuild(macros) >= 2.007
 %if %{with gallium_rusticl} || %{with nvk}
 BuildRequires: rust >= 1.73.0
 %endif
 %{?with_gallium_rusticl:BuildRequires: rust-bindgen >= 0.62.0}
+%{?with_nvk:BuildRequires: rust-cbindgen >= 0.25}
 BuildRequires: sed >= 4.0
 %if %{with opencl_spirv} || %{with gallium_rusticl}
 BuildRequires: spirv-tools-devel >= 2018.0
@@ -154,7 +161,7 @@ BuildRequires:  tar >= 1:1.22
 BuildRequires: udev-devel
 # wayland-{client,server}
 %{?with_wayland:BuildRequires: wayland-devel >= %{wayland_ver}}
-%{?with_wayland:BuildRequires: wayland-protocols >= 1.30}
+%{?with_wayland:BuildRequires: wayland-protocols >= 1.34}
 %{?with_wayland:BuildRequires: wayland-egl-devel >= %{wayland_ver}}
 BuildRequires: xcb-util-keysyms-devel
 BuildRequires: xorg-lib-libX11-devel
@@ -201,7 +208,7 @@ Requires:   %{name}-libglapi%{?_isa} = %{version}-%{release}
 # glx driver in libEGL dlopens libGL.so
 Requires:  OpenGL >= 1.2
 Requires:  libdrm%{?_isa} >= %{libdrm_ver}
-Requires:  libxcb%{?_isa} >= 1.13
+Requires:  libxcb%{?_isa} >= 1.17
 %{?with_wayland:Requires:  wayland%{?_isa} >= %{wayland_ver}}
 %if %{with gbm}
 Requires:  %{name}-libgbm%{?_isa} = %{version}-%{release}
@@ -235,7 +242,7 @@ Requires:   libglvnd-libEGL-devel%{?_isa} >= %{libglvnd_ver}
 %else
 Requires:  %{name}-khrplatform-devel%{?_isa} = %{version}-%{release}
 Requires:  libdrm-devel%{?_isa} >= %{libdrm_ver}
-Requires:  libxcb-devel%{?_isa} >= 1.13
+Requires:  libxcb-devel%{?_isa} >= 1.17
 Requires:  pkgconfig(xcb-dri2) >= 1.8
 Requires:  pkgconfig(xcb-glx) >= 1.8.1
 Requires:  xorg-lib-libXext-devel%{?_isa} >= 1.0.5
@@ -260,7 +267,7 @@ License:MIT
 Group: X11/Libraries
 Requires:  %{name}-libglapi%{?_isa} = 

DISTFILES: qt6: ERRORS: qt-everywhere-src-6.7.1.tar.xz

2024-05-23 Thread atler
Request by: atler

wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/e3882b62-dec6-45fd-914f-8aff4b16a538/dfe7c2fa22582ad76a679f0ab1e1/qt-everywhere-src-6.7.1.tar.xz
 
https://download.qt.io/official_releases/qt/6.7/6.7.1/single/qt-everywhere-src-6.7.1.tar.xz:
Cannot write to 
‘./tmp/e3882b62-dec6-45fd-914f-8aff4b16a538/dfe7c2fa22582ad76a679f0ab1e1/qt-everywhere-src-6.7.1.tar.xz’
 (Success).


wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/e3882b62-dec6-45fd-914f-8aff4b16a538/dfe7c2fa22582ad76a679f0ab1e1/qt-everywhere-src-6.7.1.tar.xz
 
https://download.qt.io/official_releases/qt/6.7/6.7.1/single/qt-everywhere-src-6.7.1.tar.xz:
exited with code 3 (0x00)

FATAL: 
https://download.qt.io/official_releases/qt/6.7/6.7.1/single/qt-everywhere-src-6.7.1.tar.xz
 md5 mismatch, needed dfe7c2fa22582ad76a679f0ab1e1, got 
c4434b6e47e36c215f21850a0ef43e36

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


DISTFILES: pavucontrol: pavucontrol-6.0.tar.xz

2024-05-22 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-6.0.tar.xz
021ff562b18f5458a3911a40f9bd20ef  pavucontrol-6.0.tar.xz
Size: 167368 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/pavucontrol] up to 6.0

2024-05-22 Thread atler
commit 8e37d53bbafe5b4fee75473422ecd3b1b76cc341
Author: Jan Palus 
Date:   Thu May 23 00:23:24 2024 +0200

up to 6.0

project ported to gtk4 and uses meson now

 pavucontrol.spec | 41 ++---
 1 file changed, 18 insertions(+), 23 deletions(-)
---
diff --git a/pavucontrol.spec b/pavucontrol.spec
index f1880f4..b9af7d9 100644
--- a/pavucontrol.spec
+++ b/pavucontrol.spec
@@ -1,27 +1,28 @@
 Summary:   PulseAudio Volume Control
 Summary(pl.UTF-8): PulseAudio Volume Control - sterowanie głośnością 
PulseAudio
 Name:  pavucontrol
-Version:   5.0
-Release:   2
+Version:   6.0
+Release:   1
 License:   GPL v2+
 Group: X11/Applications/Sound
 Source0:   
https://freedesktop.org/software/pulseaudio/pavucontrol/%{name}-%{version}.tar.xz
-# Source0-md5: a4a5dc51dcf4d912443faf3fe8d32b55
+# Source0-md5: 021ff562b18f5458a3911a40f9bd20ef
 URL:   https://freedesktop.org/software/pulseaudio/pavucontrol/
-BuildRequires: autoconf >= 2.62
-BuildRequires: automake >= 1:1.11
+BuildRequires: gcc >= 6:4.6
 BuildRequires: gettext-tools
-BuildRequires: gtkmm3-devel >= 3.22
-BuildRequires: intltool >= 0.35.0
+BuildRequires: gtkmm4-devel >= 4.0
 BuildRequires: json-glib-devel >= 1.0
 BuildRequires: libcanberra-gtk3-devel >= 0.16
-BuildRequires: libsigc++-devel >= 2.0.0
+BuildRequires: libsigc++3-devel
+BuildRequires: libstdc++ >= 6:8
+BuildRequires: meson >= 0.50.0
+BuildRequires: ninja
 BuildRequires: pkgconfig
 BuildRequires: pulseaudio-devel >= 5.0
+BuildRequires: rpmbuild(macros) >= 1.736
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Requires(post,postun): desktop-file-utils
-Requires:  gtkmm3 >= 3.22
 Requires:  libcanberra-gtk3 >= 0.16
 Requires:  pulseaudio-libs >= 5.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -43,20 +44,14 @@ strumienia osobno.
 %setup -q
 
 %build
-%{__intltoolize}
-%{__aclocal} -I m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
-   --disable-lynx \
-   --disable-silent-rules
-%{__make}
+%meson build \
+   -Dlynx=false
+
+%ninja_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install \
-   DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
 
@@ -75,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc README
+%doc build/doc/README.html
 %attr(755,root,root) %{_bindir}/pavucontrol
-%{_datadir}/pavucontrol
-%{_desktopdir}/pavucontrol.desktop
+%{_desktopdir}/org.pulseaudio.pavucontrol.desktop
+%{_datadir}/metainfo/org.pulseaudio.pavucontrol.metainfo.xml


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pavucontrol.git/commitdiff/8e37d53bbafe5b4fee75473422ecd3b1b76cc341

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


[packages/pangomm2.48] BR: graphviz

2024-05-22 Thread atler
commit 710cec8f862c2bb5509a9d21732ffc88b844f177
Author: Jan Palus 
Date:   Thu May 23 00:08:47 2024 +0200

BR: graphviz

 pangomm2.48.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/pangomm2.48.spec b/pangomm2.48.spec
index 45d5136..c3de12f 100644
--- a/pangomm2.48.spec
+++ b/pangomm2.48.spec
@@ -18,6 +18,7 @@ BuildRequires:automake >= 1:1.11
 BuildRequires: doxygen >= 1:1.8.9
 BuildRequires: cairomm1.16-devel >= %{cairomm_ver}
 BuildRequires: glibmm2.68-devel >= %{glibmm_ver}
+BuildRequires: graphviz
 BuildRequires: libstdc++-devel >= 6:7
 BuildRequires: libtool >= 2:2.0
 BuildRequires: mm-common >= 0.9.12


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pangomm2.48.git/commitdiff/710cec8f862c2bb5509a9d21732ffc88b844f177

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


[packages/glibmm2.68] R: perl-XML-Parser in -devel for gmmproc

2024-05-22 Thread atler
commit e7d04d758f317ea0435c09a4d657bfd1a78b6463
Author: Jan Palus 
Date:   Thu May 23 00:05:16 2024 +0200

R: perl-XML-Parser in -devel for gmmproc

 glibmm2.68.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/glibmm2.68.spec b/glibmm2.68.spec
index d39b625..fc1e9ee 100644
--- a/glibmm2.68.spec
+++ b/glibmm2.68.spec
@@ -53,6 +53,7 @@ Requires: %{name} = %{version}-%{release}
 Requires:  glib2-devel >= %{glib_ver}
 Requires:  libsigc++3-devel >= %{libsigc_ver}
 Requires:  libstdc++-devel >= 6:7
+Requires:  perl-XML-Parser
 
 %description devel
 Header files for glibmm library.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glibmm2.68.git/commitdiff/e7d04d758f317ea0435c09a4d657bfd1a78b6463

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


DISTFILES: python3-PyQt6-WebEngine: PyQt6_WebEngine-6.7.0.tar.gz

2024-05-22 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-6.7.0.tar.gz
1061acc8b917b03315d64ff91d2d2e18  PyQt6_WebEngine-6.7.0.tar.gz
Size: 32593 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/python3-PyQt6-WebEngine] up to 6.7.0

2024-05-22 Thread atler
commit 08562e2d760a99278d3fe6032476e13ce0f1ee4c
Author: Jan Palus 
Date:   Thu May 23 00:02:02 2024 +0200

up to 6.7.0

 python3-PyQt6-WebEngine.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python3-PyQt6-WebEngine.spec b/python3-PyQt6-WebEngine.spec
index f9be853..bf82751 100644
--- a/python3-PyQt6-WebEngine.spec
+++ b/python3-PyQt6-WebEngine.spec
@@ -8,12 +8,12 @@
 Summary:   Python bindings for the Qt6WebEngine module
 Summary(pl.UTF-8): Wiązania Pythona do modułu Qt6WebEngine
 Name:  python3-%{module}
-Version:   6.6.0
+Version:   6.7.0
 Release:   1
 License:   GPL v3
 Group: Libraries/Python
 Source0:   
https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-%{version}.tar.gz
-# Source0-md5: 7ebec290e288c40226a7f7f4aca26c16
+# Source0-md5: 1061acc8b917b03315d64ff91d2d2e18
 URL:   http://www.riverbankcomputing.com/software/pyqtwebengine/
 BuildRequires: Qt6WebEngine-devel >= %{qt_ver}
 BuildRequires: pkgconfig


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-PyQt6-WebEngine.git/commitdiff/08562e2d760a99278d3fe6032476e13ce0f1ee4c

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


DISTFILES: python3-PyQt6: PyQt6-6.7.0.tar.gz

2024-05-22 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/P/PyQt6/PyQt6-6.7.0.tar.gz
72b58727f6f48aa1b471439d73a02bf2  PyQt6-6.7.0.tar.gz
Size: 1050408 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/python3-PyQt6] up to 6.7.0

2024-05-22 Thread atler
commit 1bdaabb3384cee96b4bb751112b7b89bd9f9fe2a
Author: Jan Palus 
Date:   Thu May 23 00:01:30 2024 +0200

up to 6.7.0

 python3-PyQt6.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python3-PyQt6.spec b/python3-PyQt6.spec
index 4d99b5a..a6b9b17 100644
--- a/python3-PyQt6.spec
+++ b/python3-PyQt6.spec
@@ -7,13 +7,13 @@
 Summary:   Python bindings for the Qt6 toolkit
 Summary(pl.UTF-8): Wiązania Pythona do toolkitu Qt6
 Name:  python3-%{module}
-Version:   6.6.1
+Version:   6.7.0
 Release:   1
 License:   GPL v3
 Group: Libraries/Python
 #Source0Download: https://pypi.org/simple/PyQt6/
 Source0:   
https://files.pythonhosted.org/packages/source/P/PyQt6/PyQt6-%{version}.tar.gz
-# Source0-md5: 4b93fcefb54df7fef21dd8be7a5ef79f
+# Source0-md5: 72b58727f6f48aa1b471439d73a02bf2
 URL:   https://riverbankcomputing.com/software/pyqt/intro
 # most of BR comes from configure.py
 BuildRequires: Qt6Bluetooth-devel >= %{qt_ver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-PyQt6.git/commitdiff/1bdaabb3384cee96b4bb751112b7b89bd9f9fe2a

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


DISTFILES: qt6: ERRORS: qt-everywhere-src-6.7.1.tar.xz

2024-05-22 Thread atler
Request by: atler

wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/241be757-9218-45df-84ed-ac5c5dae88eb/dfe7c2fa22582ad76a679f0ab1e1/qt-everywhere-src-6.7.1.tar.xz
 
https://download.qt.io/official_releases/qt/6.7/6.7.1/single/qt-everywhere-src-6.7.1.tar.xz:
Cannot write to 
‘./tmp/241be757-9218-45df-84ed-ac5c5dae88eb/dfe7c2fa22582ad76a679f0ab1e1/qt-everywhere-src-6.7.1.tar.xz’
 (Success).


wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/241be757-9218-45df-84ed-ac5c5dae88eb/dfe7c2fa22582ad76a679f0ab1e1/qt-everywhere-src-6.7.1.tar.xz
 
https://download.qt.io/official_releases/qt/6.7/6.7.1/single/qt-everywhere-src-6.7.1.tar.xz:
exited with code 3 (0x00)

FATAL: 
https://download.qt.io/official_releases/qt/6.7/6.7.1/single/qt-everywhere-src-6.7.1.tar.xz
 md5 mismatch, needed dfe7c2fa22582ad76a679f0ab1e1, got 
98437970f7e486b4a43c5b46635811e0

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/qt6] up to 6.7.1

2024-05-22 Thread atler
commit 35b6bce75facd0485e4bbee03df13acc1ccdb078
Author: Jan Palus 
Date:   Thu May 23 00:00:43 2024 +0200

up to 6.7.1

 CVE-2024-33861.patch   |  22 -
 no-implicit-sse2.patch |  10 ++---
 qt6.spec   | 119 +
 3 files changed, 105 insertions(+), 46 deletions(-)
---
diff --git a/qt6.spec b/qt6.spec
index e5d49e7..514eccf 100644
--- a/qt6.spec
+++ b/qt6.spec
@@ -108,19 +108,18 @@
 Summary:   Qt6 Library
 Summary(pl.UTF-8): Biblioteka Qt6
 Name:  qt6
-Version:   6.6.3
-Release:   3
+Version:   6.7.1
+Release:   1
 License:   LGPL v3 or GPL v2 or GPL v3 or commercial
 Group: X11/Libraries
-Source0:   
https://download.qt.io/official_releases/qt/6.6/%{version}/single/qt-everywhere-src-%{version}.tar.xz
-# Source0-md5: 0e2c9dd87cbc6768da2bfc7f776c272f
+Source0:   
https://download.qt.io/official_releases/qt/6.7/%{version}/single/qt-everywhere-src-%{version}.tar.xz
+# Source0-md5: dfe7c2fa22582ad76a679f0ab1e1
 Patch0:system-cacerts.patch
 Patch1:ninja-program.patch
 Patch2:%{name}-gn.patch
 Patch3:no-implicit-sse2.patch
 Patch4:x32.patch
 Patch5:qtwebengine-cmake-build-type.patch
-Patch6:CVE-2024-33861.patch
 URL:   https://www.qt.io/
 %{?with_directfb:BuildRequires:DirectFB-devel}
 BuildRequires: EGL-devel
@@ -220,7 +219,7 @@ BuildRequires:  python3
 BuildRequires: python3-devel-tools
 BuildRequires: python3-html5lib
 BuildRequires: python3-modules
-BuildRequires: re2-devel
+BuildRequires: re2-devel >=  20230601
 BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(macros) >= 2.007
 BuildRequires: samurai
@@ -1653,6 +1652,18 @@ Qt6 Multimedia Widgets library - development files.
 %description -n Qt6MultimediaWidgets-devel -l pl.UTF-8
 Biblioteka Qt6 Multimedia Widgets - pliki programistyczne.
 
+%package -n Qt6Multimedia-plugin-gstreamer-devel
+Summary:   Qt6 Multimedia GStreamer plugin - development files
+Summary(pl.UTF-8): Wtyczka GStreamer dla Qt6 Multimedia - pliki 
programistyczne
+Group: X11/Development/Libraries
+Requires:  Qt6Multimedia-devel = %{version}
+
+%description -n Qt6Multimedia-plugin-gstreamer-devel
+Qt6 Multimedia GStreamer plugin - development files.
+
+%description -n Qt6Multimedia-plugin-gstreamer-devel -l pl.UTF-8
+Wtyczka GStreamer dla Qt6 Multimedia - pliki programistyczne.
+
 %package -n Qt6Network
 Summary:   Qt6 Network library
 Summary(pl.UTF-8): Biblioteka Qt6 Network
@@ -3344,6 +3355,7 @@ Requires: libvpx >= 1.10.0
 Requires:  nss >= 3.26
 Requires:  opus >= 1.3.1
 Requires:  pulseaudio-libs >= 0.9.10
+Requires:  re2 >=  20230601
 
 %description -n Qt6WebEngine
 Qt6 WebEngine library provides seamless integration of C++ and QML
@@ -3677,7 +3689,6 @@ narzędzia.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1 -d qtbase
 
 %{__sed} -i -e 's,usr/X11R6/,usr/,g' qtbase/mkspecs/linux-g++-64/qmake.conf
 
@@ -3706,9 +3717,6 @@ narzędzia.
qtbase/mkspecs/features/uikit/devices.py \
qtbase/util/testrunner/qt-testrunner.py
 
-%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+perl(\s|$),#!%{__perl}\1,' \
-   qtbase/libexec/syncqt.pl
-
 %{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+node(\s|$),#!/usr/bin/node\1,' \
qtwebchannel/examples/webchannel/qwclient/qwclient.js
 
@@ -4210,7 +4218,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/Qt6Linguist.pc
 %{qt6dir}/modules/Linguist.json
 %{qt6dir}/mkspecs/modules/qt_lib_linguist.pri
-%{qt6dir}/mkspecs/modules/qt_lib_linguist_private.pri
 
 %files -n qt6-qdbus
 %defattr(644,root,root,755)
@@ -4266,8 +4273,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{qt6dir}/bin/qmlscene
 %attr(755,root,root) %{qt6dir}/bin/qmltestrunner
 %attr(755,root,root) %{qt6dir}/bin/qmltime
+%attr(755,root,root) %{qt6dir}/bin/svgtoqml
 %attr(755,root,root) %{qt6dir}/libexec/qmlcachegen
 %attr(755,root,root) %{qt6dir}/libexec/qmlimportscanner
+%attr(755,root,root) %{qt6dir}/libexec/qmljsrootgen
 %attr(755,root,root) %{qt6dir}/libexec/qmltyperegistrar
 
 %if %{with qt3d}
@@ -4783,13 +4792,16 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libQt6Graphs.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libQt6Graphs.so.6
 %dir %{qt6dir}/qml/QtGraphs
+%{qt6dir}/qml/QtGraphs/Graphs.qmltypes
 %attr(755,root,root) %{qt6dir}/qml/QtGraphs/libgraphsplugin.so
-%{qt6dir}/qml/QtGraphs/plugins.qmltypes
-%dir %{qt6dir}/qml/QtGraphs/qml
-%dir %{qt6dir}/qml/QtGraphs/qml/designer
-%{qt6dir}/qml/QtGraphs/qml/designer/*.qml
-%dir %{qt6dir}/qml/QtGraphs/qml/designer/default
-%{qt6dir}/qml/QtGraphs/qml/designer/default/*.qml
+%dir %{qt6dir}/qml/QtGraphs/designer
+%{qt6dir}/qml/QtGraphs/designer/*.qml
+%{qt6dir}/qml/QtGraphs/designer/qtgraphs.metainfo
+%{qt6dir}/qml/QtGraphs/designer/qtgraphs2d.metainfo
+%dir %{qt6dir}/qml/QtGraphs/designer/default

DISTFILES: curl: curl-8.8.0.tar.xz

2024-05-22 Thread atler
Request by: atler


Files fetched: 1

STORED: https://curl.se/download/curl-8.8.0.tar.xz
e1062de8a9b252a75fc42e2252746bd8  curl-8.8.0.tar.xz
Size: 2748860 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/curl] up to 8.8.0

2024-05-22 Thread atler
commit aa712799742fa12ff5a6711ff25fc8bab32636e9
Author: Jan Palus 
Date:   Wed May 22 23:32:56 2024 +0200

up to 8.8.0

 curl.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index ab7d9f5..f9973e6 100644
--- a/curl.spec
+++ b/curl.spec
@@ -25,12 +25,12 @@ Summary(pt_BR.UTF-8):   Busca URL (suporta FTP, TELNET, 
LDAP, GOPHER, DICT, HTTP e
 Summary(ru.UTF-8): Утилита для получения файлов с серверов FTP, HTTP и 
других
 Summary(uk.UTF-8): Утиліта для отримання файлів з серверів FTP, HTTP та 
інших
 Name:  curl
-Version:   8.7.1
+Version:   8.8.0
 Release:   1
 License:   MIT-like
 Group: Applications/Networking
 Source0:   https://curl.se/download/%{name}-%{version}.tar.xz
-# Source0-md5: f4f37253c5f1ad9ee85fa6215fdfeb42
+# Source0-md5: e1062de8a9b252a75fc42e2252746bd8
 Patch0:%{name}-ac.patch
 Patch1:%{name}-krb5flags.patch
 URL:   https://curl.se/
@@ -326,7 +326,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/curl
 %{_pkgconfigdir}/libcurl.pc
 %{_aclocaldir}/libcurl.m4
-%{_mandir}/man1/curl-config.1*
 %{_mandir}/man3/curl_*.3*
 %{_mandir}/man3/libcurl*.3*
 %{_mandir}/man3/CURLINFO_*.3*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/curl.git/commitdiff/aa712799742fa12ff5a6711ff25fc8bab32636e9

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


DISTFILES: re2: re2-2024-05-01.tar.gz

2024-05-22 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/google/re2/archive/2024-05-01/re2-2024-05-01.tar.gz
ad0d8b0639b84b89095e3ea583c89125  re2-2024-05-01.tar.gz
Size: 390188 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/re2] up to 20240501 (new soname)

2024-05-22 Thread atler
commit 12edf2f7958ae52a7e7e8d32a280319de4193fd1
Author: Jan Palus 
Date:   Wed May 22 23:16:39 2024 +0200

up to 20240501 (new soname)

 re2-dirs.patch | 11 ---
 re2.spec   | 23 +--
 2 files changed, 13 insertions(+), 21 deletions(-)
---
diff --git a/re2.spec b/re2.spec
index 979a2af..67a6184 100644
--- a/re2.spec
+++ b/re2.spec
@@ -3,7 +3,7 @@
 %bcond_without tests   # unit tests
 %bcond_without static_libs # static library
 
-%definetagver  2023-03-01
+%definetagver  2024-05-01
 %definever %(echo %{tagver} | tr -d -)
 Summary:   C++ fast alternative to backtracking RE engines
 Summary(pl.UTF-8): Szybka alternatywna dla silników RE w C++
@@ -14,13 +14,15 @@ License:BSD
 Group: Libraries
 #Source0Download: https://github.com/google/re2/releases
 Source0:   
https://github.com/google/re2/archive/%{tagver}/%{name}-%{tagver}.tar.gz
-# Source0-md5: d0c37282c6d421853dedda53e138
+# Source0-md5: ad0d8b0639b84b89095e3ea583c89125
 Patch0:test-compile.patch
-Patch1:%{name}-dirs.patch
 URL:   https://github.com/google/re2
-BuildRequires: cmake >= 3.10.2
-BuildRequires: libstdc++-devel >= 6:4.7
-BuildRequires: rpmbuild(macros) >= 1.734
+BuildRequires: abseil-cpp-devel
+BuildRequires: cmake >= 3.13
+%{?with_tests:BuildRequires:   google-benchmark-devel}
+%{?with_tests:BuildRequires:   gtest-devel}
+BuildRequires: libstdc++-devel >= 6:5
+BuildRequires: rpmbuild(macros) >= 1.742
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -56,6 +58,7 @@ Summary:  C++ header files and library symbolic link for 
RE2
 Summary(pl.UTF-8): Pliki nagłówkowe C++ i dowiązanie do biblioteki RE2
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Requires:  abseil-cpp-devel
 Requires:  libstdc++-devel >= 6:4.7
 
 %description devel
@@ -81,7 +84,6 @@ Statyczna biblioteka RE2.
 %prep
 %setup -q -n %{name}-%{tagver}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %if %{with static_libs}
@@ -91,7 +93,8 @@ Statyczna biblioteka RE2.
 %{__make} -C build-static
 %endif
 
-%cmake -B build
+%cmake -B build \
+   %{cmake_on_off tests RE2_BUILD_TESTING}
 
 %{__make} -C build
 
@@ -118,9 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CONTRIBUTORS LICENSE README SECURITY.md
+%doc CONTRIBUTING.md LICENSE README SECURITY.md
 %attr(755,root,root) %{_libdir}/libre2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libre2.so.10
+%attr(755,root,root) %ghost %{_libdir}/libre2.so.11
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/re2-dirs.patch b/re2-dirs.patch
deleted file mode 100644
index 2bc75a2..000
--- a/re2-dirs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 re2-2022-06-01/re2Config.cmake.in.orig 2022-05-10 13:02:12.0 
+0200
-+++ re2-2022-06-01/re2Config.cmake.in  2022-06-28 05:54:53.640776820 +0200
-@@ -6,7 +6,7 @@
- 
- include(CMakeFindDependencyMacro)
- 
--set_and_check(re2_INCLUDE_DIR 
${PACKAGE_PREFIX_DIR}/@CMAKE_INSTALL_INCLUDEDIR@)
-+set_and_check(re2_INCLUDE_DIR @CMAKE_INSTALL_FULL_INCLUDEDIR@)
- 
- if(UNIX)
-   set(THREADS_PREFER_PTHREAD_FLAG ON)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/re2.git/commitdiff/12edf2f7958ae52a7e7e8d32a280319de4193fd1

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


[packages/re2] remove symbols patch dropped from spec in dd936b8

2024-05-22 Thread atler
commit a1dfde65d4ec61e6e331b2b1b01308fdbfdf1bed
Author: Jan Palus 
Date:   Wed May 22 23:14:24 2024 +0200

remove symbols patch dropped from spec in dd936b8

 symbols.patch | 14 --
 1 file changed, 14 deletions(-)
---
diff --git a/symbols.patch b/symbols.patch
deleted file mode 100644
index 66f4e52..000
--- a/symbols.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-export for chromium:
-
-re2::FilteredRE2::AllMatches(re2::StringPiece const&, std::vector > const&, std::vector >*) const'
-
 re2-2015-05-01/libre2.symbols~ 2015-04-30 17:34:34.0 +0300
-+++ re2-2015-05-01/libre2.symbols  2015-06-07 21:10:42.198012807 +0300
-@@ -11,6 +11,7 @@
-   # re2::FilteredRE2*
-   _ZN3re211FilteredRE2*;
-   _ZNK3re211FilteredRE2*;
-+  
_ZNK3re211FilteredRE210AllMatchesERKNS_11StringPieceERKSt6vectorIiSaIiEEPS6_;
-   # flags
-   _ZN3re2*FLAGS_*;
-   local:


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/re2.git/commitdiff/12edf2f7958ae52a7e7e8d32a280319de4193fd1

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


DISTFILES: Mesa: mesa-24.0.8.tar.xz syn-2.0.39.tar.gz unicode-ident-1.0.12.tar.gz quote-1.0.33.tar.gz proc-macro2-1.0.70.tar.gz

2024-05-22 Thread atler
Request by: atler


Files fetched: 1

STORED: https://archive.mesa3d.org/mesa-24.0.8.tar.xz
a19dd32c64e33de82119dfb37c2320f6  mesa-24.0.8.tar.xz
Size: 20170168 bytes
ALREADY GOT: 
https://crates.io/api/v1/crates/syn/2.0.39/download?/syn-2.0.39.tar.gz
16236f1edd28a8895ad8c3de8de226d8  syn-2.0.39.tar.gz
ALREADY GOT: 
https://crates.io/api/v1/crates/unicode-ident/1.0.12/download?/unicode-ident-1.0.12.tar.gz
ca65153603a1a7240bbd9d2ce19f2d67  unicode-ident-1.0.12.tar.gz
ALREADY GOT: 
https://crates.io/api/v1/crates/quote/1.0.33/download?/quote-1.0.33.tar.gz
0ddb8bccd3198892d0dd0ec7151f7cd3  quote-1.0.33.tar.gz
ALREADY GOT: 
https://crates.io/api/v1/crates/proc-macro2/1.0.70/download?/proc-macro2-1.0.70.tar.gz
3f210fd91912a2d7d2f0af5038704d17  proc-macro2-1.0.70.tar.gz


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


[packages/Mesa] up to 24.0.8

2024-05-22 Thread atler
commit 2886f2d67ede358bcc120b89e27b6b62b6ed6c77
Author: Jan Palus 
Date:   Wed May 22 20:49:08 2024 +0200

up to 24.0.8

 Mesa.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index 97ceec7..0926e78 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -84,12 +84,12 @@
 Summary:   Free OpenGL implementation
 Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
 Name:  Mesa
-Version:   24.0.7
+Version:   24.0.8
 Release:   1
 License:   MIT (core) and others - see license.html file
 Group: X11/Libraries
 Source0:   https://archive.mesa3d.org/mesa-%{version}.tar.xz
-# Source0-md5: 20e3808393ab7e726447fafa38cddb71
+# Source0-md5: a19dd32c64e33de82119dfb37c2320f6
 Source1:   
https://crates.io/api/v1/crates/syn/%{syn_crate_ver}/download?/syn-%{syn_crate_ver}.tar.gz
 # Source1-md5: 16236f1edd28a8895ad8c3de8de226d8
 Source2:   
https://crates.io/api/v1/crates/unicode-ident/%{unicode_ident_crate_ver}/download?/unicode-ident-%{unicode_ident_crate_ver}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/2886f2d67ede358bcc120b89e27b6b62b6ed6c77

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


DISTFILES: zabbix: zabbix-6.0.30.tar.gz go-vendor.tar.xz

2024-05-21 Thread atler
Request by: atler


Files fetched: 2

STORED: https://cdn.zabbix.com/zabbix/sources/stable/6.0/zabbix-6.0.30.tar.gz
7f553e63c07f330996ad06ea87ea2f38  zabbix-6.0.30.tar.gz
Size: 45039653 bytes
STORED: no-url://go-vendor.tar.xz
b25dd4b2a72c62d6fa1378031b261a3d  go-vendor.tar.xz
Size: 3875980 bytes


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


[packages/zabbix] up to 6.0.30

2024-05-21 Thread atler
commit f55baa991091326d1d9dcf9f572a550b921a3533
Author: Jan Palus 
Date:   Tue May 21 20:17:45 2024 +0200

up to 6.0.30

 go-destdir.patch |  8 
 go-vendor.patch  | 20 ++--
 zabbix.spec  |  6 +++---
 3 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/zabbix.spec b/zabbix.spec
index f5d3529..1212642 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -24,15 +24,15 @@
 Summary:   Zabbix - network monitoring software
 Summary(pl.UTF-8): Zabbix - oprogramowanie do monitorowania sieci
 Name:  zabbix
-Version:   6.0.29
+Version:   6.0.30
 Release:   1
 License:   GPL v2+
 Group: Networking/Utilities
 # https://www.zabbix.com/download_sources
 Source0:   
https://cdn.zabbix.com/zabbix/sources/stable/6.0/%{name}-%{version}.tar.gz
-# Source0-md5: 73314d5d61722baf9236a4755f07a100
+# Source0-md5: 7f553e63c07f330996ad06ea87ea2f38
 Source100: go-vendor.tar.xz
-# Source100-md5:   4a9250ca3ff0b8cf94e6540f8f542628
+# Source100-md5:   b25dd4b2a72c62d6fa1378031b261a3d
 Source1:   %{name}-apache.conf
 Source2:   %{name}_server.service
 Source3:   %{name}_agentd.service
diff --git a/go-destdir.patch b/go-destdir.patch
index 1acabc9..fcfc60f 100644
--- a/go-destdir.patch
+++ b/go-destdir.patch
@@ -3,7 +3,7 @@
 @@ -61,7 +61,7 @@
-rm -f sbom-zws.xml
  
- install-zabbix.com/cmd/zabbix_agent2:
+ install-golang.zabbix.com/agent2/cmd/zabbix_agent2:
 -  CGO_CFLAGS="${CGO_CFLAGS}" CGO_LDFLAGS="${CGO_LDFLAGS}" GOBIN=${GOBIN} \
 +  CGO_CFLAGS="${CGO_CFLAGS}" CGO_LDFLAGS="${CGO_LDFLAGS}" 
GOBIN=$(DESTDIR)${GOBIN} \
go install -ldflags="${AGENT_GOLDFLAGS}" ${TARGETS}
@@ -12,9 +12,9 @@
 @@ -71,7 +71,7 @@
done
  
- install-zabbix.com/cmd/zabbix_web_service:
--  GOBIN=${GOBIN} go install -ldflags="${WEBSERVICE_GOLDFLAGS}" 
zabbix.com/cmd/zabbix_web_service
-+  GOBIN=$(DESTDIR)${GOBIN} go install -ldflags="${WEBSERVICE_GOLDFLAGS}" 
zabbix.com/cmd/zabbix_web_service
+ install-golang.zabbix.com/agent2/cmd/zabbix_web_service:
+-  GOBIN=${GOBIN} go install -ldflags="${WEBSERVICE_GOLDFLAGS}" 
golang.zabbix.com/agent2/cmd/zabbix_web_service
++  GOBIN=$(DESTDIR)${GOBIN} go install -ldflags="${WEBSERVICE_GOLDFLAGS}" 
golang.zabbix.com/agent2/cmd/zabbix_web_service
  
  install-exec-local: ${INSTALL_TARGETS}
  
diff --git a/go-vendor.patch b/go-vendor.patch
index df1ba68..2dd8fd5 100644
--- a/go-vendor.patch
+++ b/go-vendor.patch
@@ -3,19 +3,19 @@
 @@ -49,10 +49,10 @@
  all: build
  
- zabbix.com/cmd/zabbix_agent2:
--  CGO_CFLAGS="${CGO_CFLAGS}" CGO_LDFLAGS="${CGO_LDFLAGS}" go build 
-tags="${AGENT_GOTAGS}" -ldflags="${AGENT_GOLDFLAGS}" -o bin 
zabbix.com/cmd/zabbix_agent2
-+  CGO_CFLAGS="${CGO_CFLAGS}" CGO_LDFLAGS="${CGO_LDFLAGS}" go build 
-mod=vendor -tags="${AGENT_GOTAGS}" -ldflags="${AGENT_GOLDFLAGS}" -o bin 
zabbix.com/cmd/zabbix_agent2
+ golang.zabbix.com/agent2/cmd/zabbix_agent2:
+-  CGO_CFLAGS="${CGO_CFLAGS}" CGO_LDFLAGS="${CGO_LDFLAGS}" go build 
-tags="${AGENT_GOTAGS}" -ldflags="${AGENT_GOLDFLAGS}" -o bin 
golang.zabbix.com/agent2/cmd/zabbix_agent2
++  CGO_CFLAGS="${CGO_CFLAGS}" CGO_LDFLAGS="${CGO_LDFLAGS}" go build 
-mod=vendor -tags="${AGENT_GOTAGS}" -ldflags="${AGENT_GOLDFLAGS}" -o bin 
golang.zabbix.com/agent2/cmd/zabbix_agent2
  
- zabbix.com/cmd/zabbix_web_service:
--  go build -ldflags="${WEBSERVICE_GOLDFLAGS}" -o bin 
zabbix.com/cmd/zabbix_web_service
-+  go build -mod=vendor -ldflags="${WEBSERVICE_GOLDFLAGS}" -o bin 
zabbix.com/cmd/zabbix_web_service
+ golang.zabbix.com/agent2/cmd/zabbix_web_service:
+-  go build -ldflags="${WEBSERVICE_GOLDFLAGS}" -o bin 
golang.zabbix.com/agent2/cmd/zabbix_web_service
++  go build -mod=vendor -ldflags="${WEBSERVICE_GOLDFLAGS}" -o bin 
golang.zabbix.com/agent2/cmd/zabbix_web_service
  
  build: ${TARGETS}
  
 @@ -62,7 +62,7 @@
  
- install-zabbix.com/cmd/zabbix_agent2:
+ install-golang.zabbix.com/agent2/cmd/zabbix_agent2:
CGO_CFLAGS="${CGO_CFLAGS}" CGO_LDFLAGS="${CGO_LDFLAGS}" 
GOBIN=$(DESTDIR)${GOBIN} \
 -  go install -ldflags="${AGENT_GOLDFLAGS}" ${TARGETS}
 +  go install -mod=vendor -ldflags="${AGENT_GOLDFLAGS}" ${TARGETS}
@@ -25,9 +25,9 @@
 @@ -71,7 +71,7 @@
done
  
- install-zabbix.com/cmd/zabbix_web_service:
--  GOBIN=$(DESTDIR)${GOBIN} go install -ldflags="${WEBSERVICE_GOLDFLAGS}" 
zabbix.com/cmd/zabbix_web_service
-+  GOBIN=$(DESTDIR)${GOBIN} go install -mod=vendor 
-ldflags="${WEBSERVICE_GOLDFLAGS}" zabbix.com/cmd/zabbix_web_service
+ install-golang.zabbix.com/agent2/cmd/zabbix_web_service:
+-  GOBIN=$(DESTDIR)${GOBIN} go install -ldflags="${WEBSERVICE_GOLDFLAGS}" 
golang.zabbix.com/agent2/cmd/zabbix_web_service
++  GOBIN=$(DESTDIR)${GOBIN} go install -mod=vendor 
-ldflags="${WEBSERVICE_GOLDFLAGS}" 
golang.zabbix.com/agent2/cmd/zabbix_web_service
  
  install-exec-local: ${INSTALL_TARGETS}
  

DISTFILES: e2fsprogs: e2fsprogs-1.47.1.tar.gz e2fsprogs-non-english-man-pages.tar.bz2

2024-05-21 Thread atler
Request by: atler


Files fetched: 1

STORED: https://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.47.1.tar.gz
75e6d1353cbe6d5728a98fb0267206cb  e2fsprogs-1.47.1.tar.gz
Size: 9952468 bytes
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/e2fsprogs-non-english-man-pages.tar.bz2
992a37783bd42a897232972917e8ca7d  
e2fsprogs-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/e2fsprogs] up to 1.47.1

2024-05-21 Thread atler
commit 073fce9b708033fde5abef0d1acdde13defb0fa7
Author: Jan Palus 
Date:   Tue May 21 18:52:32 2024 +0200

up to 1.47.1

 e2fsprogs.spec | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 5efa2b4..73e4dbe 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -52,12 +52,12 @@ Summary(uk.UTF-8):  Утиліти для роботи з файловою сис
 Summary(zh_CN.UTF-8):  管理第二扩展(ext2)文件系统的工具。
 Summary(zh_TW.UTF-8):  用於管理 ext2 檔案系統的工具程式。
 Name:  e2fsprogs
-Version:   1.47.0
+Version:   1.47.1
 Release:   1
 License:   GPL v2 (with LGPL v2 and BSD parts)
 Group: Applications/System
 Source0:   
https://downloads.sourceforge.net/e2fsprogs/%{name}-%{version}.tar.gz
-# Source0-md5: 6b4f18a33873623041857b4963641ee9
+# Source0-md5: 75e6d1353cbe6d5728a98fb0267206cb
 Source2:   
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source2-md5: 992a37783bd42a897232972917e8ca7d
 Patch0:%{name}-info.patch
@@ -820,10 +820,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_sbindir}/filefrag
 %attr(755,root,root) %{_sbindir}/mklost+found
 %attr(755,root,root) %{_libdir}/e2initrd_helper
-%dir %{_libdir}/e2fsprogs
+%dir %{_libexecdir}/e2fsprogs
 %if %{with scrub}
-%attr(755,root,root) %{_libdir}/e2fsprogs/e2scrub_all_cron
-%attr(755,root,root) %{_libdir}/e2fsprogs/e2scrub_fail
+%attr(755,root,root) %{_libexecdir}/e2fsprogs/e2scrub_all_cron
+%attr(755,root,root) %{_libexecdir}/e2fsprogs/e2scrub_fail
 %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/e2scrub_all
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/e2scrub.conf
 %endif
@@ -835,6 +835,7 @@ rm -rf $RPM_BUILD_ROOT
 %{systemdunitdir}/e2scrub_all.timer
 %{systemdunitdir}/e2scrub_fail@.service
 %{systemdunitdir}/e2scrub_reap.service
+/lib/udev/rules.d/64-ext4.rules
 /lib/udev/rules.d/96-e2scrub.rules
 %endif
 %{_mandir}/man1/chattr.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/e2fsprogs.git/commitdiff/073fce9b708033fde5abef0d1acdde13defb0fa7

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


DISTFILES: box64: box64-0.2.8.tar.gz

2024-05-21 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/ptitSeb/box64/archive/v0.2.8/box64-0.2.8.tar.gz
6975d0307121bce5868ef6f74be6b3eb  box64-0.2.8.tar.gz
Size: 12422183 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/box64] up to 0.2.8

2024-05-21 Thread atler
commit 3291110ebcd7aab047ab32ce4dfa77003687a1d6
Author: Jan Palus 
Date:   Tue May 21 18:31:45 2024 +0200

up to 0.2.8

 box64.spec  | 22 +++---
 getopt-regression.patch | 32 
 2 files changed, 15 insertions(+), 39 deletions(-)
---
diff --git a/box64.spec b/box64.spec
index 9f15dd9..93fe521 100644
--- a/box64.spec
+++ b/box64.spec
@@ -13,25 +13,26 @@
 %bcond_withsd845   # target Snapragon 845 device
 %bcond_withsd888   # target Snapragon 888 device
 %bcond_withsd8g2   # target Snapragon 8 Gen 2 device
+%bcond_withtegra_t194  # target Tegra Xavier device
+%bcond_withtegra_t234  # target Tegra Orin device
 %bcond_withtegrax1 # target Tegra X1
 
 Summary:   Linux Userspace x86_64 Emulator
 Name:  box64
-Version:   0.2.6
-Release:   2
+Version:   0.2.8
+Release:   1
 License:   MIT
 Group: Applications
 Source0:   
https://github.com/ptitSeb/box64/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 12a691bad57bb0806a6e06c23c71121a
-Patch0:getopt-regression.patch
+# Source0-md5: 6975d0307121bce5868ef6f74be6b3eb
 URL:   https://box86.org
-BuildRequires: cmake >= 3.4
+BuildRequires: cmake >= 3.13
 BuildRequires: python3
 BuildRequires: rpmbuild(macros) >= 1.605
 ExclusiveArch: aarch64 ppc64le riscv64
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define_noautoprov libcrypto.so libgcc_s.so libssl.so 
libstdc\\+\\+.so libpng12.so libunwind.so
+%define_noautoprov libcrypto.so libgcc_s.so libmbed.*\\.so 
libssl.so libstdc\\+\\+.so libpng12.so libunwind.so
 %define_noautoreqfiles .*x86_64.*
 %define_noautostrip.*x86_64.*
 
@@ -41,7 +42,6 @@ Linux systems, like ARM (host system needs to be 64bit 
little-endian).
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake -B build \
@@ -68,6 +68,8 @@ Linux systems, like ARM (host system needs to be 64bit 
little-endian).
%{?with_sd845:-DSD845:BOOL=ON} \
%{?with_sd888:-DSD888:BOOL=ON} \
%{?with_sd8g2:-DSD8G2:BOOL=ON} \
+   %{?with_tegra_t194:-DTEGRA_T194:BOOL=ON} \
+   %{?with_tegra_t234:-DTEGRA_T234:BOOL=ON} \
%{?with_tegrax1:-DTEGRAX1:BOOL=ON}
 %{__make} -C build
 
@@ -89,6 +91,12 @@ rm -rf $RPM_BUILD_ROOT
 %dir /usr/lib/x86_64-linux-gnu
 %attr(755,root,root) /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
 %attr(755,root,root) /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
+%attr(755,root,root) /usr/lib/x86_64-linux-gnu/libmbedcrypto.so.3
+%attr(755,root,root) /usr/lib/x86_64-linux-gnu/libmbedcrypto.so.7
+%attr(755,root,root) /usr/lib/x86_64-linux-gnu/libmbedtls.so.12
+%attr(755,root,root) /usr/lib/x86_64-linux-gnu/libmbedtls.so.14
+%attr(755,root,root) /usr/lib/x86_64-linux-gnu/libmbedx509.so.0
+%attr(755,root,root) /usr/lib/x86_64-linux-gnu/libmbedx509.so.1
 %attr(755,root,root) /usr/lib/x86_64-linux-gnu/libpng12.so.0
 %attr(755,root,root) /usr/lib/x86_64-linux-gnu/libssl.so.1.1
 %attr(755,root,root) /usr/lib/x86_64-linux-gnu/libstdc++.so.5
diff --git a/getopt-regression.patch b/getopt-regression.patch
deleted file mode 100644
index 1784a51..000
--- a/getopt-regression.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From cbea2b544367675f710ebab74f4056ca1d18c203 Mon Sep 17 00:00:00 2001
-From: ptitSeb 
-Date: Sat, 6 Jan 2024 10:30:31 +0100
-Subject: [PATCH] Rollback commit 9201559 as it breaks some programs using
- getopts (should help #1190)
-

- src/librarian/globalsymbols.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/librarian/globalsymbols.c b/src/librarian/globalsymbols.c
-index 6d96720b7..462af7fb2 100644
 a/src/librarian/globalsymbols.c
-+++ b/src/librarian/globalsymbols.c
-@@ -20,7 +20,7 @@
- if (GetGlobalNoWeakSymbolStartEnd(my_context->maplib, #A, , 
, -1, NULL, NULL)) { \
- printf_log(LOG_DEBUG, "Global " #A " workaround, @%p <- %p\n", 
(void*)globoffs, );  \
- memcpy((void*)globoffs, , sizeof(A));   
\
--} else
\
-+} 
\
- if (B && GetGlobalNoWeakSymbolStartEnd(my_context->maplib, #A, , 
, -1, NULL, B)) {   \
- printf_log(LOG_DEBUG, "Global " #A " workaround, @%p <- %p\n", 
(void*)globoffs, );  \
- memcpy((void*)globoffs, , sizeof(A));   
\
-@@ -30,7 +30,7 @@
- if (GetGlobalNoWeakSymbolStartEnd(my_context->maplib, #A, , 
, -1, NULL, NULL)) { \
- printf_log(LOG_DEBUG, "Global " #A " workaround, @%p -> %p\n", 
(void*)globoffs, );  \
- memcpy(, (void*)globoffs, sizeof(A)); 

[packages/lua-lpeg] move DLLFLAGS to an end to fix linking with --as-needed; rel 2

2024-05-21 Thread atler
commit 097082ecd836af18d8d3f30bcaa589fbfc34ad6b
Author: Jan Palus 
Date:   Tue May 21 10:19:19 2024 +0200

move DLLFLAGS to an end to fix linking with --as-needed; rel 2

 link.patch| 11 +++
 lua-lpeg.spec |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/lua-lpeg.spec b/lua-lpeg.spec
index 341803e..c7c25e8 100644
--- a/lua-lpeg.spec
+++ b/lua-lpeg.spec
@@ -19,11 +19,12 @@
 Summary:   Parsing Expression Grammars for Lua
 Name:  lua-lpeg
 Version:   1.1.0
-Release:   1
+Release:   2
 License:   MIT
 Group: Development/Libraries
 Source0:   https://www.inf.puc-rio.br/~roberto/lpeg/lpeg-%{version}.tar.gz
 # Source0-md5: 842a538b403b5639510c9b6fffd2c75b
+Patch0:link.patch
 URL:   https://www.inf.puc-rio.br/~roberto/lpeg/
 BuildRequires: lua51 >= %{luaver}
 BuildRequires: lua51-devel >= %{luaver}
@@ -48,6 +49,7 @@ Expression Grammars (PEGs).
 
 %prep
 %setup -q -n lpeg-%{version}
+%patch0 -p1
 # strict module not part of our Lua 5.1.4
 %{__sed} -i -e 's|require"strict"|-- require"strict"|' test.lua
 %{__chmod} -x test.lua
diff --git a/link.patch b/link.patch
new file mode 100644
index 000..31b74b5
--- /dev/null
+++ b/link.patch
@@ -0,0 +1,11 @@
+--- lpeg-1.1.0/makefile.orig   2023-06-26 18:30:55.0 +0200
 lpeg-1.1.0/makefile2024-05-21 10:16:27.139816734 +0200
+@@ -39,7 +39,7 @@
+   $(MAKE) lpeg.so "DLLFLAGS = -bundle -undefined dynamic_lookup"
+ 
+ lpeg.so: $(FILES)
+-  env $(CC) $(DLLFLAGS) $(FILES) -o lpeg.so
++  env $(CC) $(FILES) -o lpeg.so $(DLLFLAGS)
+ 
+ $(FILES): makefile
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lua-lpeg.git/commitdiff/097082ecd836af18d8d3f30bcaa589fbfc34ad6b

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


[packages/lua-lpeg] make luajit optional and disable it on archs without luajit

2024-05-21 Thread atler
commit 62e5a1f63e4a4a74afc4091e6304d256af23c85d
Author: Jan Palus 
Date:   Tue May 21 09:55:40 2024 +0200

make luajit optional and disable it on archs without luajit

 lua-lpeg.spec | 16 
 1 file changed, 16 insertions(+)
---
diff --git a/lua-lpeg.spec b/lua-lpeg.spec
index 0acf84f..341803e 100644
--- a/lua-lpeg.spec
+++ b/lua-lpeg.spec
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_without luajit  # LuaJIT package
+
 %define__lua   /usr/bin/lua5.1
 %defineluaver  5.1
 %definelualibdir   %{_libdir}/lua/%{luaver}
@@ -8,6 +12,10 @@
 %defineluajitlibdir%{_libdir}/luajit/%{luajitabi}
 %defineluajitpkgdir%{_datadir}/luajit/%{luajitabi}
 
+%ifnarch %{ix86} %{x8664} %{arm} aarch64 mips mips64 mipsel ppc
+%undefine  with_luajit
+%endif
+
 Summary:   Parsing Expression Grammars for Lua
 Name:  lua-lpeg
 Version:   1.1.0
@@ -19,8 +27,10 @@ Source0: 
https://www.inf.puc-rio.br/~roberto/lpeg/lpeg-%{version}.tar.gz
 URL:   https://www.inf.puc-rio.br/~roberto/lpeg/
 BuildRequires: lua51 >= %{luaver}
 BuildRequires: lua51-devel >= %{luaver}
+%if %{with luajit}
 BuildRequires: luajit >= %{luajitabi}
 BuildRequires: luajit-devel >= %{luajitabi}
+%endif
 BuildRequires: pkgconfig
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -55,6 +65,7 @@ Expression Grammars (PEGs).
 
 install -D lpeg.so build-%{luaver}/lpeg.so
 
+%if %{with luajit}
 %{__make} clean
 
 %{__make} lpeg.so \
@@ -68,6 +79,7 @@ install -D lpeg.so build-%{luaver}/lpeg.so
 %endif
 
 install -D lpeg.so build-luajit/lpeg.so
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -77,9 +89,11 @@ install -p build-%{luaver}/lpeg.so 
$RPM_BUILD_ROOT%{lualibdir}/lpeg.so.%{version
 ln -s lpeg.so.%{version} $RPM_BUILD_ROOT%{lualibdir}/lpeg.so
 install -p re.lua $RPM_BUILD_ROOT%{luapkgdir}
 
+%if %{with luajit}
 install -p build-luajit/lpeg.so 
$RPM_BUILD_ROOT%{luajitlibdir}/lpeg.so.%{version}
 ln -s lpeg.so.%{version} $RPM_BUILD_ROOT%{luajitlibdir}/lpeg.so
 install -p re.lua $RPM_BUILD_ROOT%{luajitpkgdir}
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -90,8 +104,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{lualibdir}/lpeg.so*
 %{luapkgdir}/re.lua
 
+%if %{with luajit}
 %files -n luajit-lpeg
 %defattr(644,root,root,755)
 %doc HISTORY lpeg.html re.html lpeg-128.gif test.lua
 %attr(755,root,root) %{luajitlibdir}/lpeg.so*
 %{luajitpkgdir}/re.lua
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lua-lpeg.git/commitdiff/62e5a1f63e4a4a74afc4091e6304d256af23c85d

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


[packages/ninja] bump required libstdc++ version for c++11

2024-05-20 Thread atler
commit 01c0ee59261b48be7138eb212aab030aca254e02
Author: Jan Palus 
Date:   Mon May 20 18:38:51 2024 +0200

bump required libstdc++ version for c++11

 ninja.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ninja.spec b/ninja.spec
index dbedf28..617d8a6 100644
--- a/ninja.spec
+++ b/ninja.spec
@@ -15,7 +15,7 @@ Source0:  
https://github.com/ninja-build/ninja/archive/v%{version}/%{name}-%{vers
 # Source0-md5: 6288992b05e593a391599692e2f7e490
 URL:   http://ninja-build.org/
 %{?with_doc:BuildRequires: asciidoc}
-BuildRequires: libstdc++-devel
+BuildRequires: libstdc++-devel >= 6:4.8.1
 %{!?with_bootstrap:BuildRequires:  ninja >= 1.3}
 BuildRequires: python3
 BuildRequires: python3-modules


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ninja.git/commitdiff/01c0ee59261b48be7138eb212aab030aca254e02

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


DISTFILES: containernetworking-plugins: containernetworking-plugins-1.5.0.tar.gz

2024-05-20 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/containernetworking/plugins/archive/v1.5.0/containernetworking-plugins-1.5.0.tar.gz
67d45515bb82cb32148a90589db6b47f  
containernetworking-plugins-1.5.0.tar.gz
Size: 3805080 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/containernetworking-plugins] up to 1.5.0

2024-05-20 Thread atler
commit 019e61fcd0ff841fd696506708369a9f615f3d93
Author: Jan Palus 
Date:   Mon May 20 18:21:44 2024 +0200

up to 1.5.0

 containernetworking-plugins.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec
index 9445564..58d1c74 100644
--- a/containernetworking-plugins.spec
+++ b/containernetworking-plugins.spec
@@ -1,12 +1,12 @@
 Summary:   CNI network plugins
 Name:  containernetworking-plugins
-Version:   1.4.1
+Version:   1.5.0
 Release:   1
 License:   Apache v2.0
 Group: Applications/System
 #Source0Download: https://github.com/containers/podman/releases
 Source0:   
https://github.com/containernetworking/plugins/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: e81f65ff2f2de3b0e91e2648e3071fe5
+# Source0-md5: 67d45515bb82cb32148a90589db6b47f
 URL:   https://github.com/containernetworking/plugins/
 BuildRequires: bash
 BuildRequires: golang >= 1.20


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/containernetworking-plugins.git/commitdiff/019e61fcd0ff841fd696506708369a9f615f3d93

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


DISTFILES: libcap: libcap-2.70.tar.xz

2024-05-19 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.70.tar.xz
df0e20c6eeca849347b87d5d6a8870c0  libcap-2.70.tar.xz
Size: 191388 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/libcap] up to 2.70

2024-05-19 Thread atler
commit 83830755dcd76ec997364a692342150c9e9e7fe6
Author: Jan Palus 
Date:   Sun May 19 20:31:47 2024 +0200

up to 2.70

 libcap.spec | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libcap.spec b/libcap.spec
index 36f595d..14bb836 100644
--- a/libcap.spec
+++ b/libcap.spec
@@ -9,13 +9,13 @@ Summary:  POSIX.1e capability suite
 Summary(pl.UTF-8): Wsparcie dla standardu "capability" POSIX.1e
 Summary(pt_BR.UTF-8):  Biblioteca para leitura e configuração de capabilities.
 Name:  libcap
-Version:   2.69
+Version:   2.70
 Release:   1
 Epoch: 1
 License:   GPL v2 or BSD
 Group: Applications/System
 Source0:   
https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/%{name}-%{version}.tar.xz
-# Source0-md5: 4667bacb837f9ac4adb4a1a0266f4b65
+# Source0-md5: df0e20c6eeca849347b87d5d6a8870c0
 URL:   https://sites.google.com/site/fullycapable/
 BuildRequires: attr-devel
 %{?with_golang:BuildRequires:  golang}
@@ -181,6 +181,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc pam_cap/License
 %attr(755,root,root) /%{_lib}/security/pam_cap.so
 %config(noreplace) %verify(not md5 mtime size) /etc/security/capability.conf
+%{_mandir}/man5/capability.conf.5*
+%{_mandir}/man8/pam_cap.8*
 
 # TODO: golang - where?
 # installs under


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcap.git/commitdiff/83830755dcd76ec997364a692342150c9e9e7fe6

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


DISTFILES: xfsprogs: xfsprogs-6.8.0.tar.xz

2024-05-19 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.8.0.tar.xz
26fc29481cb1934ea659c327b2228f71  xfsprogs-6.8.0.tar.xz
Size: 1367196 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/xfsprogs] up to 6.8.0

2024-05-19 Thread atler
commit 112b9b1914e3bf5d82edc4960f8963ab08989a25
Author: Jan Palus 
Date:   Sun May 19 17:40:11 2024 +0200

up to 6.8.0

 xfsprogs-pl.po-update.patch | 33 ++---
 xfsprogs.spec   |  4 ++--
 2 files changed, 24 insertions(+), 13 deletions(-)
---
diff --git a/xfsprogs.spec b/xfsprogs.spec
index 7bda5b0..dcac6a1 100644
--- a/xfsprogs.spec
+++ b/xfsprogs.spec
@@ -8,12 +8,12 @@
 Summary:   Tools for the XFS filesystem
 Summary(pl.UTF-8): Narzędzia do systemu plików XFS
 Name:  xfsprogs
-Version:   6.7.0
+Version:   6.8.0
 Release:   1
 License:   LGPL v2.1 (libhandle), GPL v2 (the rest)
 Group: Applications/System
 Source0:   
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz
-# Source0-md5: 0bde7bc8b3d8cbbd01064f756f67911f
+# Source0-md5: 26fc29481cb1934ea659c327b2228f71
 Source1:   xfs_lsprojid
 Patch0:%{name}-miscfix-v2.patch
 Patch1:%{name}-pl.po-update.patch
diff --git a/xfsprogs-pl.po-update.patch b/xfsprogs-pl.po-update.patch
index 1de54c2..8ed7116 100644
--- a/xfsprogs-pl.po-update.patch
+++ b/xfsprogs-pl.po-update.patch
@@ -11,7 +11,7 @@
 -"Project-Id-Version: xfsprogs 6.5.0\n"
 +"Project-Id-Version: xfsprogs 6.7.0\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2024-04-17 10:04+0200\n"
+ "POT-Creation-Date: 2024-05-17 13:36+0200\n"
 -"PO-Revision-Date: 2023-10-18 19:10+0200\n"
 +"PO-Revision-Date: 2024-04-21 09:12+0200\n"
  "Last-Translator: Jakub Bogusz \n"
@@ -137,7 +137,7 @@
 @@ -7656,7 +7657,7 @@ msgid "scrubs filesystem metadata"
  msgstr "doczyszczenie metadanych systemu plików"
  
- #: .././io/scrub.c:249
+ #: .././io/scrub.c:250
 -#, fuzzy, c-format
 +#, c-format
  msgid ""
@@ -167,18 +167,19 @@
 @@ -12782,13 +12783,13 @@ msgstr ""
  "Do naprawy tego systemu plików niezbędny jest system 64-bitowy.\n"
  
- #: .././repair/bmap.c:298
+ #: .././repair/bmap.c:299
 -#, fuzzy, c-format
 +#, c-format
  msgid ""
- "Number of extents requested in blkmap_grow (%d) overflowed the\n"
- "maximum number of supported extents (%ld).\n"
+ "Number of extents requested in blkmap_grow (%llu) overflowed the\n"
+ "maximum number of supported extents (%llu).\n"
  msgstr ""
- "Liczba ekstentów żądanych w blkmap_grow (%d) przepełniła maksymalną\n"
+-"Liczba ekstentów żądanych w blkmap_grow (%d) przepełniła maksymalną\n"
 -"liczbę obsługiwanych ekstentów (%d).\n"
-+"liczbę obsługiwanych ekstentów (%ld).\n"
++"Liczba ekstentów żądanych w blkmap_grow (%llu) przepełniła maksymalną\n"
++"liczbę obsługiwanych ekstentów (%llu).\n"
  
- #: .././repair/bmap.c:307
+ #: .././repair/bmap.c:308
  msgid "realloc failed in blkmap_grow\n"
 @@ -17900,9 +17901,8 @@ msgid "closing mountpoint fd"
  msgstr "zamykanie deskryptora punktu montowania"
@@ -194,15 +195,15 @@
 @@ -18073,9 +18073,8 @@ msgid "disk offset %"
  msgstr "offset na dysku %"
  
- #: .././scrub/phase6.c:408
+ #: .././scrub/phase6.c:418
 -#, fuzzy
  msgid "media error detected."
 -msgstr "błąd nośnika w mapie ekstentów"
 +msgstr "wykryto błąd nośnika."
  
- #: .././scrub/phase6.c:410
+ #: .././scrub/phase6.c:420
  #, c-format
-@@ -18934,49 +18933,3 @@ msgstr ""
+@@ -19158,59 +19158,3 @@
  #: .././spaceman/trim.c:117
  msgid "Discard filesystem free space"
  msgstr "przeszukiwanie wolnego miejsca w systemie plików"
@@ -240,6 +241,10 @@
 -#~ msgstr "%s: nie można pobrać rozmiaru podwolumenu realtime\n"
 -
 -#, c-format
+-#~ msgid "%s: Warning: trying to probe topology of a file %s!\n"
+-#~ msgstr "%s: uwaga: próba sprawdzenia topologii pliku %s!\n"
+-
+-#, c-format
 -#~ msgid "%s: head block % tail block %\n"
 -#~ msgstr "%s: blok początku % blok końca %\n"
 -
@@ -252,3 +257,9 @@
 -
 -#~ msgid "volume rt"
 -#~ msgstr "wolumen rt"
+-
+-#~ msgid "queueing per-FS scrub work"
+-#~ msgstr "kolejkowanie zadania scrub dla FS"
+-
+-#~ msgid "Disappeared during read error reporting."
+-#~ msgstr "Znikł podczas raportowania błędu odczytu."


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xfsprogs.git/commitdiff/112b9b1914e3bf5d82edc4960f8963ab08989a25

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


[packages/audit] upstream patch to fix build with gcc 14

2024-05-19 Thread atler
commit 2bbadd05529b708a4b62ea072eb20dd8dab16522
Author: Jan Palus 
Date:   Sun May 19 16:26:02 2024 +0200

upstream patch to fix build with gcc 14

 audit.spec  |   2 +
 gcc14.patch | 655 
 2 files changed, 657 insertions(+)
---
diff --git a/audit.spec b/audit.spec
index cea4e5c..b235ec9 100644
--- a/audit.spec
+++ b/audit.spec
@@ -33,6 +33,7 @@ Patch1:   %{name}-nolibs.patch
 Patch2:%{name}-systemd-notonly.patch
 Patch3:%{name}-no-refusemanualstop.patch
 Patch4:golang-paths.patch
+Patch5:gcc14.patch
 URL:   http://people.redhat.com/sgrubb/audit/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.12.6
@@ -181,6 +182,7 @@ Interfejs Pythona 3.x do biblioteki libaudit.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %if %{without python}
 sed 's#[^ ]*swig/[^ ]*/Makefile ##g' -i configure.ac
diff --git a/gcc14.patch b/gcc14.patch
new file mode 100644
index 000..59b09f6
--- /dev/null
+++ b/gcc14.patch
@@ -0,0 +1,655 @@
+From ec6763ed29a034b452a6fb568b226c57c7be30e7 Mon Sep 17 00:00:00 2001
+From: Yanase Yuki <41878038+z...@users.noreply.github.com>
+Date: Tue, 14 May 2024 04:51:35 +0900
+Subject: [PATCH] Implicit builtin functions (#372)
+
+Correct a number of places where printf is being used without a prototype.
+All cases are in libraries which should not be using printf. Change them
+to return an error rather than communicate the problem.
+
+This is a backport of 8c7eaa7
+
+Co-authored-by: Steve Grubb 
+---
+ audisp/audispd-llist.c| 10 +-
+ audisp/audispd-llist.h|  4 ++--
+ auparse/normalize-llist.c | 12 ++--
+ auparse/normalize-llist.h |  4 ++--
+ auparse/normalize.c   | 14 +-
+ src/auditctl-llist.c  | 18 +-
+ src/auditctl-llist.h  |  4 ++--
+ src/ausearch-avc.c| 16 
+ src/ausearch-avc.h|  4 ++--
+ src/ausearch-int.c| 12 ++--
+ src/ausearch-int.h|  4 ++--
+ src/ausearch-llist.c  | 14 +++---
+ src/ausearch-llist.h  |  2 +-
+ src/ausearch-nvpair.c | 12 ++--
+ src/ausearch-nvpair.h |  4 ++--
+ src/ausearch-string.c | 10 +-
+ src/ausearch-string.h |  2 +-
+ tools/aulastlog/aulastlog-llist.c | 18 +-
+ tools/aulastlog/aulastlog-llist.h |  4 ++--
+ 19 files changed, 86 insertions(+), 82 deletions(-)
+
+diff --git a/audisp/audispd-llist.c b/audisp/audispd-llist.c
+index 30d7f03be..15ec038be 100644
+--- a/audisp/audispd-llist.c
 b/audisp/audispd-llist.c
+@@ -69,15 +69,13 @@ unsigned int plist_count_active(const conf_llist *l)
+   return cnt;
+ }
+ 
+-void plist_append(conf_llist *l, plugin_conf_t *p)
++int plist_append(conf_llist *l, plugin_conf_t *p)
+ {
+   lnode* newnode;
+ 
+   newnode = malloc(sizeof(lnode));
+-  if (newnode == NULL) {
+-  printf("Out of memory. Check %s file, %d line", __FILE__, 
__LINE__);
+-  return;
+-  }
++  if (newnode == NULL)
++  return 1;
+ 
+   if (p) {
+   void *pp = malloc(sizeof(struct plugin_conf));
+@@ -98,6 +96,8 @@ void plist_append(conf_llist *l, plugin_conf_t *p)
+   // make newnode current
+   l->cur = newnode;
+   l->cnt++;
++
++  return 0;
+ }
+ 
+ void plist_clear(conf_llist* l)
+diff --git a/audisp/audispd-llist.h b/audisp/audispd-llist.h
+index 7c5279bd4..fb30f12b9 100644
+--- a/audisp/audispd-llist.h
 b/audisp/audispd-llist.h
+@@ -1,6 +1,6 @@
+ /*
+ * audispd-llist.h - Header file for ausearch-conf_llist.c
+-* Copyright (c) 2007,2013 Red Hat Inc., Durham, North Carolina.
++* Copyright (c) 2007,2013 Red Hat Inc.
+ * All Rights Reserved.
+ *
+ * This software may be freely redistributed and/or modified under the
+@@ -51,7 +51,7 @@ unsigned int plist_count_active(const conf_llist *l);
+ void plist_last(conf_llist *l);
+ lnode *plist_next(conf_llist *l);
+ static inline lnode *plist_get_cur(conf_llist *l) { return l->cur; }
+-void plist_append(conf_llist *l, plugin_conf_t *p);
++int plist_append(conf_llist *l, plugin_conf_t *p);
+ void plist_clear(conf_llist* l);
+ void plist_mark_all_unchecked(conf_llist* l);
+ lnode *plist_find_unchecked(conf_llist* l);
+diff --git a/auparse/normalize-llist.c b/auparse/normalize-llist.c
+index 433c457f1..c0b03ae94 100644
+--- a/auparse/normalize-llist.c
 b/auparse/normalize-llist.c
+@@ -1,6 +1,6 @@
+ /*
+  * normalize-llist.c - Minimal linked list library
+- * Copyright (c) 2016-17 Red Hat Inc., Durham, North Carolina.
++ * Copyright (c) 2016-17 Red Hat Inc.
+  * All Rights Reserved. 
+  *
+  * This library is free software; you can redistribute it and/or
+@@ -61,15 +61,14 @@ data_node *cllist_next(cllist *l)
+   return l->cur;
+ }
+ 
+-void 

DISTFILES: kodi-addon-inputstream-adaptive: 21.4.8-Omega.tar.gz Bento4-1.6.0-641-Omega.tar.gz

2024-05-19 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/xbmc/inputstream.adaptive/archive/21.4.8-Omega/21.4.8-Omega.tar.gz
dd8bc7f5e3f9c9c551a0d3ecb3d2ec42  21.4.8-Omega.tar.gz
Size: 822674 bytes
ALREADY GOT: 
https://github.com/xbmc/Bento4/archive/1.6.0-641-Omega/Bento4-1.6.0-641-Omega.tar.gz
77b1246f0d738ee4f2006c27eb48d3c8  Bento4-1.6.0-641-Omega.tar.gz


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


[packages/kodi-addon-inputstream-adaptive] up to 21.4.8

2024-05-19 Thread atler
commit f06d48a58b0f62d85d15b304a4677eded7192fee
Author: Jan Palus 
Date:   Sun May 19 14:25:55 2024 +0200

up to 21.4.8

 kodi-addon-inputstream-adaptive.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kodi-addon-inputstream-adaptive.spec 
b/kodi-addon-inputstream-adaptive.spec
index c7b33fa..b5f8c4f 100644
--- a/kodi-addon-inputstream-adaptive.spec
+++ b/kodi-addon-inputstream-adaptive.spec
@@ -10,12 +10,12 @@
 
 Summary:   Kodi InputStream addon for several manifest types
 Name:  kodi-addon-inputstream-adaptive
-Version:   %{kodi_ver}.4.7
+Version:   %{kodi_ver}.4.8
 Release:   1
 License:   GPL v2+
 Group: Applications/Multimedia
 Source0:   
https://github.com/xbmc/inputstream.adaptive/archive/%{version}-%{codename}/%{version}-%{codename}.tar.gz
-# Source0-md5: 084e0e4454abce7cd65fe0152b19c201
+# Source0-md5: dd8bc7f5e3f9c9c551a0d3ecb3d2ec42
 Source1:   
https://github.com/xbmc/Bento4/archive/%{bento4_ver}/Bento4-%{bento4_ver}.tar.gz
 # Source1-md5: 77b1246f0d738ee4f2006c27eb48d3c8
 Patch0:bento4-hash.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kodi-addon-inputstream-adaptive.git/commitdiff/f06d48a58b0f62d85d15b304a4677eded7192fee

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


[packages/neovim] runtime require lua*-lpeg

2024-05-19 Thread atler
commit b875481047a6c90331daffc913d1a42c435e012c
Author: Jan Palus 
Date:   Sun May 19 14:20:17 2024 +0200

runtime require lua*-lpeg

 neovim.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/neovim.spec b/neovim.spec
index 9a272b4..b0d2954 100644
--- a/neovim.spec
+++ b/neovim.spec
@@ -59,6 +59,7 @@ BuildRequires:luajit-luv-devel >= 1.43.0
 %endif
 Requires:  libuv >= 1.28.0
 Requires:  libvterm >= 0.3.3
+Requires:  lua%{!?with_prefer_lua:jit}-lpeg
 Requires:  %{?with_prefer_lua:lua51}%{!?with_prefer_lua:luajit}-luv
 Requires:  tree-sitter >= 0.20.9
 Suggests:  %{name}-desktop = %{version}-%{release}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/neovim.git/commitdiff/b875481047a6c90331daffc913d1a42c435e012c

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


[packages/neovim] use luajit-lpeg when building with luajit

2024-05-19 Thread atler
commit 01f5250e199bb2125e0be14ed1f41a7c6c404f50
Author: Jan Palus 
Date:   Sun May 19 14:20:00 2024 +0200

use luajit-lpeg when building with luajit

 neovim.spec | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/neovim.spec b/neovim.spec
index 0ffd6ad..9a272b4 100644
--- a/neovim.spec
+++ b/neovim.spec
@@ -9,9 +9,11 @@
 %endif
 
 %if %{with prefer_lua}
+%definelpeg_library/usr/%{_lib}/lua/5.1/lpeg.so
 %defineluv_includedir  /usr/include/lua5.1
 %defineluv_library /usr/%{_lib}/lua/5.1/luv.so
 %else
+%definelpeg_library/usr/%{_lib}/luajit/2.1/lpeg.so
 %defineluv_includedir  /usr/include/luajit-2.1
 %defineluv_library /usr/%{_lib}/luajit/2.1/luv.so
 %endif
@@ -37,7 +39,6 @@ BuildRequires:libstdc++-devel
 BuildRequires: libuv-devel >= 1.28.0
 BuildRequires: libvterm-devel >= 0.3.3
 BuildRequires: lua-bitop >= 1.0.2
-BuildRequires: lua-lpeg
 BuildRequires: lua-mpack >= 1.0.2
 BuildRequires: msgpack-devel >= 1.1.0
 BuildRequires: pkgconfig
@@ -46,12 +47,14 @@ BuildRequires:  rpmbuild(macros) >= 1.605
 BuildRequires: tree-sitter-devel >= 0.20.9
 BuildRequires: unibilium-devel >= 2.0.0
 %if %{with prefer_lua}
+BuildRequires: lua-lpeg
 BuildRequires: lua51
 BuildRequires: lua51-devel
 BuildRequires: lua51-luv-devel >= 1.43.0
 %else
 BuildRequires: luajit
 BuildRequires: luajit-devel
+BuildRequires: luajit-lpeg
 BuildRequires: luajit-luv-devel >= 1.43.0
 %endif
 Requires:  libuv >= 1.28.0
@@ -105,6 +108,7 @@ Desktop files for Neovim.
-DLUA_INCLUDE_DIR=/usr/include/lua5.1 \
-DUSE_BUNDLED=OFF \
-DENABLE_JEMALLOC=ON \
+   -DLPEG_LIBRARY=%{lpeg_library} \
-DLUV_INCLUDE_DIR=%{luv_includedir} \
-DLUV_LIBRARY=%{luv_library}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/neovim.git/commitdiff/b875481047a6c90331daffc913d1a42c435e012c

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


[packages/lua-lpeg] update urls to https

2024-05-19 Thread atler
commit 3806fb255681362403008ebb2dd3c3d74a05bc67
Author: Jan Palus 
Date:   Sun May 19 14:14:09 2024 +0200

update urls to https

 lua-lpeg.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lua-lpeg.spec b/lua-lpeg.spec
index e02a287..0acf84f 100644
--- a/lua-lpeg.spec
+++ b/lua-lpeg.spec
@@ -14,9 +14,9 @@ Version:  1.1.0
 Release:   1
 License:   MIT
 Group: Development/Libraries
-Source0:   http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-%{version}.tar.gz
+Source0:   https://www.inf.puc-rio.br/~roberto/lpeg/lpeg-%{version}.tar.gz
 # Source0-md5: 842a538b403b5639510c9b6fffd2c75b
-URL:   http://www.inf.puc-rio.br/~roberto/lpeg/
+URL:   https://www.inf.puc-rio.br/~roberto/lpeg/
 BuildRequires: lua51 >= %{luaver}
 BuildRequires: lua51-devel >= %{luaver}
 BuildRequires: luajit >= %{luajitabi}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lua-lpeg.git/commitdiff/3806fb255681362403008ebb2dd3c3d74a05bc67

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


DISTFILES: lua-lpeg: lpeg-1.1.0.tar.gz

2024-05-19 Thread atler
Request by: atler


Files fetched: 1

STORED: https://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.1.0.tar.gz
842a538b403b5639510c9b6fffd2c75b  lpeg-1.1.0.tar.gz
Size: 78042 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/lua-lpeg] add %{rpmldflags} to DLLFLAGS

2024-05-19 Thread atler
commit 1765f08df9fa779e3c06e69d26daa95c84675b27
Author: Jan Palus 
Date:   Sun May 19 14:11:24 2024 +0200

add %{rpmldflags} to DLLFLAGS

 lua-lpeg.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lua-lpeg.spec b/lua-lpeg.spec
index 7574ca4..e02a287 100644
--- a/lua-lpeg.spec
+++ b/lua-lpeg.spec
@@ -47,7 +47,7 @@ Expression Grammars (PEGs).
CC="%{__cc}" \
COPT="%{rpmcflags}" \
LUADIR=$(pkg-config --variable includedir lua%{luaver}) \
-   DLLFLAGS="-shared -fPIC $(pkg-config --libs lua%{luaver})"
+   DLLFLAGS="%{rpmldflags} -shared -fPIC $(pkg-config --libs lua%{luaver})"
 
 %if %{with tests}
 %{__lua} test.lua
@@ -61,7 +61,7 @@ install -D lpeg.so build-%{luaver}/lpeg.so
CC="%{__cc}" \
COPT="%{rpmcflags}" \
LUADIR=$(pkg-config --variable includedir luajit) \
-   DLLFLAGS="-shared -fPIC $(pkg-config --libs luajit)"
+   DLLFLAGS="%{rpmldflags} -shared -fPIC $(pkg-config --libs luajit)"
 
 %if %{with tests}
 %{__luajit} test.lua


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lua-lpeg.git/commitdiff/3806fb255681362403008ebb2dd3c3d74a05bc67

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


[packages/lua-lpeg] add luajit-lpeg subpackage

2024-05-19 Thread atler
commit 12d316d5f7653edc18371e5cb9482186bb5f2435
Author: Jan Palus 
Date:   Sun May 19 14:09:33 2024 +0200

add luajit-lpeg subpackage

 lua-lpeg.spec | 55 +++
 1 file changed, 47 insertions(+), 8 deletions(-)
---
diff --git a/lua-lpeg.spec b/lua-lpeg.spec
index 66f40fe..7574ca4 100644
--- a/lua-lpeg.spec
+++ b/lua-lpeg.spec
@@ -1,8 +1,12 @@
-%define__lua   /usr/bin/lua5.1
-#defineluaver %(%{__lua} -e "print(string.sub(_VERSION, 5))")
-%defineluaver 5.1
-%definelualibdir %{_libdir}/lua/%{luaver}
-%defineluapkgdir %{_datadir}/lua/%{luaver}
+%define__lua   /usr/bin/lua5.1
+%defineluaver  5.1
+%definelualibdir   %{_libdir}/lua/%{luaver}
+%defineluapkgdir   %{_datadir}/lua/%{luaver}
+
+%define__luajit/usr/bin/luajit
+%defineluajitabi   2.1
+%defineluajitlibdir%{_libdir}/luajit/%{luajitabi}
+%defineluajitpkgdir%{_datadir}/luajit/%{luajitabi}
 
 Summary:   Parsing Expression Grammars for Lua
 Name:  lua-lpeg
@@ -15,6 +19,8 @@ Source0:  
http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-%{version}.tar.gz
 URL:   http://www.inf.puc-rio.br/~roberto/lpeg/
 BuildRequires: lua51 >= %{luaver}
 BuildRequires: lua51-devel >= %{luaver}
+BuildRequires: luajit >= %{luajitabi}
+BuildRequires: luajit-devel >= %{luajitabi}
 BuildRequires: pkgconfig
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -22,9 +28,16 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 LPeg is a new pattern-matching library for Lua, based on Parsing
 Expression Grammars (PEGs).
 
+%package -n luajit-lpeg
+Summary:   Parsing Expression Grammars for Lua
+Requires:  luajit-libs
+
+%description -n luajit-lpeg
+LPeg is a new pattern-matching library for Lua, based on Parsing
+Expression Grammars (PEGs).
+
 %prep
 %setup -q -n lpeg-%{version}
-%{__sed} -i -e "s|/usr/bin/env lua5.1|%{__lua}|" test.lua
 # strict module not part of our Lua 5.1.4
 %{__sed} -i -e 's|require"strict"|-- require"strict"|' test.lua
 %{__chmod} -x test.lua
@@ -40,14 +53,34 @@ Expression Grammars (PEGs).
 %{__lua} test.lua
 %endif
 
+install -D lpeg.so build-%{luaver}/lpeg.so
+
+%{__make} clean
+
+%{__make} lpeg.so \
+   CC="%{__cc}" \
+   COPT="%{rpmcflags}" \
+   LUADIR=$(pkg-config --variable includedir luajit) \
+   DLLFLAGS="-shared -fPIC $(pkg-config --libs luajit)"
+
+%if %{with tests}
+%{__luajit} test.lua
+%endif
+
+install -D lpeg.so build-luajit/lpeg.so
+
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{lualibdir},%{luapkgdir}}
+install -d 
$RPM_BUILD_ROOT{%{lualibdir},%{luapkgdir},%{luajitlibdir},%{luajitpkgdir}}
 
-install -p lpeg.so $RPM_BUILD_ROOT%{lualibdir}/lpeg.so.%{version}
+install -p build-%{luaver}/lpeg.so 
$RPM_BUILD_ROOT%{lualibdir}/lpeg.so.%{version}
 ln -s lpeg.so.%{version} $RPM_BUILD_ROOT%{lualibdir}/lpeg.so
 install -p re.lua $RPM_BUILD_ROOT%{luapkgdir}
 
+install -p build-luajit/lpeg.so 
$RPM_BUILD_ROOT%{luajitlibdir}/lpeg.so.%{version}
+ln -s lpeg.so.%{version} $RPM_BUILD_ROOT%{luajitlibdir}/lpeg.so
+install -p re.lua $RPM_BUILD_ROOT%{luajitpkgdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -56,3 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc HISTORY lpeg.html re.html lpeg-128.gif test.lua
 %attr(755,root,root) %{lualibdir}/lpeg.so*
 %{luapkgdir}/re.lua
+
+%files -n luajit-lpeg
+%defattr(644,root,root,755)
+%doc HISTORY lpeg.html re.html lpeg-128.gif test.lua
+%attr(755,root,root) %{luajitlibdir}/lpeg.so*
+%{luajitpkgdir}/re.lua


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lua-lpeg.git/commitdiff/3806fb255681362403008ebb2dd3c3d74a05bc67

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


[packages/lua-lpeg] up to 1.1.0

2024-05-19 Thread atler
commit e165a09419a977089ec1e59a6b98708b1d3b8e49
Author: Jan Palus 
Date:   Sun May 19 12:41:44 2024 +0200

up to 1.1.0

 lua-lpeg.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lua-lpeg.spec b/lua-lpeg.spec
index a53f37e..66f40fe 100644
--- a/lua-lpeg.spec
+++ b/lua-lpeg.spec
@@ -6,12 +6,12 @@
 
 Summary:   Parsing Expression Grammars for Lua
 Name:  lua-lpeg
-Version:   0.12.2
+Version:   1.1.0
 Release:   1
 License:   MIT
 Group: Development/Libraries
 Source0:   http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-%{version}.tar.gz
-# Source0-md5: fabb614eb46e370d4f6b8fd82d17ca7e
+# Source0-md5: 842a538b403b5639510c9b6fffd2c75b
 URL:   http://www.inf.puc-rio.br/~roberto/lpeg/
 BuildRequires: lua51 >= %{luaver}
 BuildRequires: lua51-devel >= %{luaver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lua-lpeg.git/commitdiff/3806fb255681362403008ebb2dd3c3d74a05bc67

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


DISTFILES: nghttp2: nghttp2-1.62.1.tar.xz

2024-05-19 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/nghttp2/nghttp2/releases/download/v1.62.1/nghttp2-1.62.1.tar.xz
965f9a9e0f0eef12d8976fb33e9312ef  nghttp2-1.62.1.tar.xz
Size: 1606084 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/nghttp2] up to 1.62.1

2024-05-19 Thread atler
commit 279dc632a1da58b69d620435e61ac6fa71127997
Author: Jan Palus 
Date:   Sun May 19 12:33:48 2024 +0200

up to 1.62.1

 nghttp2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nghttp2.spec b/nghttp2.spec
index a303ed3..8f0a6dc 100644
--- a/nghttp2.spec
+++ b/nghttp2.spec
@@ -12,13 +12,13 @@
 Summary:   HTTP/2.0 C library
 Summary(pl.UTF-8): Biblioteka C HTTP/2.0
 Name:  nghttp2
-Version:   1.62.0
+Version:   1.62.1
 Release:   1
 License:   MIT
 Group: Libraries
 #Source0Download: https://github.com/nghttp2/nghttp2/releases
 Source0:   
https://github.com/nghttp2/nghttp2/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 2338109299e1d83a1191509baa6daacb
+# Source0-md5: 965f9a9e0f0eef12d8976fb33e9312ef
 URL:   https://nghttp2.org/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nghttp2.git/commitdiff/279dc632a1da58b69d620435e61ac6fa71127997

___
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.5-20240511.tgz ncurses-non-english-man-pages.tar.bz2

2024-05-18 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://invisible-island.net/archives/ncurses/current/ncurses-6.5-20240511.tgz
c730be0256f52123ffe79b453233c2fa  ncurses-6.5-20240511.tgz
Size: 3713485 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/ncurses] up to 6.5.20240511

2024-05-18 Thread atler
commit 355261322179730159e01480933f611dbd67502b
Author: Jan Palus 
Date:   Sat May 18 19:43:40 2024 +0200

up to 6.5.20240511

 ncurses.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ncurses.spec b/ncurses.spec
index 9a697f8..a4a9d79 100644
--- a/ncurses.spec
+++ b/ncurses.spec
@@ -8,8 +8,8 @@
 %undefine with_ada
 %endif
 
-%definebasever 6.4
-%definepatchlevel  20240330
+%definebasever 6.5
+%definepatchlevel  20240511
 Summary:   curses terminal control library
 Summary(de.UTF-8): curses-Terminal-Control-Library
 Summary(es.UTF-8): Biblioteca de control de terminal curses
@@ -25,7 +25,7 @@ Release:  1
 License:   distributable
 Group: Libraries
 Source0:   
https://invisible-island.net/archives/ncurses/current/%{name}-%{basever}-%{patchlevel}.tgz
-# Source0-md5: 32f5c32e0f81919d12944ef9f419738a
+# Source0-md5: c730be0256f52123ffe79b453233c2fa
 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/355261322179730159e01480933f611dbd67502b

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


DISTFILES: bear: bear-3.1.4.tar.gz

2024-05-18 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/rizsotto/Bear/archive/3.1.4/bear-3.1.4.tar.gz
a3ed915ce8d65d30c792adcef27beea0  bear-3.1.4.tar.gz
Size: 127672 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/bear] up to 3.1.4

2024-05-18 Thread atler
commit b04e59adcf77da12fc6025ae5ced787d36da2935
Author: Jan Palus 
Date:   Sat May 18 14:56:49 2024 +0200

up to 3.1.4

 bear.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bear.spec b/bear.spec
index 7a3c17c..757dab9 100644
--- a/bear.spec
+++ b/bear.spec
@@ -1,12 +1,12 @@
 Summary:   Tool that generates a compilation database for clang tooling
 Summary(pl.UTF-8): Narzędzie generujące bazę danych kompilacji do obróbki 
clanga
 Name:  bear
-Version:   3.1.3
+Version:   3.1.4
 Release:   1
 License:   GPL v3+
 Group: Development/Building
 Source0:   
https://github.com/rizsotto/Bear/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 95dd52be536907a672df211de22fa15c
+# Source0-md5: a3ed915ce8d65d30c792adcef27beea0
 URL:   https://github.com/rizsotto/Bear
 BuildRequires: cmake >= 3.13
 BuildRequires: gmock-devel >= 1.10


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bear.git/commitdiff/b04e59adcf77da12fc6025ae5ced787d36da2935

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


DISTFILES: neovim: neovim-0.10.0.tar.gz

2024-05-18 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/neovim/neovim/archive/v0.10.0/neovim-0.10.0.tar.gz
b5ad54391b6a1a30930c1ab392d506ec  neovim-0.10.0.tar.gz
Size: 12792034 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/neovim] up to 0.10.0

2024-05-18 Thread atler
commit 6eb6686dfe6a79a6c898e6837fd9672dae352d63
Author: Jan Palus 
Date:   Sat May 18 14:05:07 2024 +0200

up to 0.10.0

 build-type.patch | 20 ++--
 luv.patch| 36 
 neovim.spec  | 22 ++
 3 files changed, 28 insertions(+), 50 deletions(-)
---
diff --git a/neovim.spec b/neovim.spec
index ecfb2d2..0ffd6ad 100644
--- a/neovim.spec
+++ b/neovim.spec
@@ -18,25 +18,24 @@
 
 Summary:   Vim-fork focused on extensibility and agility
 Name:  neovim
-Version:   0.9.5
+Version:   0.10.0
 Release:   1
 License:   Apache v2.0
 Group: Applications/Editors/Vim
 # Source0Download: https://github.com/neovim/neovim/releases
 Source0:   
https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 106932337799a21cf8d28d488c7fc702
+# Source0-md5: b5ad54391b6a1a30930c1ab392d506ec
 URL:   https://neovim.io/
 Source2:   %{name}.svg
 Patch0:desktop.patch
 Patch1:build-type.patch
 Patch2:luv.patch
-BuildRequires: cmake >= 3.10
+BuildRequires: cmake >= 3.13
 BuildRequires: gcc >= 6:4.4
 BuildRequires: gettext-tools
 BuildRequires: libstdc++-devel
-BuildRequires: libtermkey-devel >= 0.22
 BuildRequires: libuv-devel >= 1.28.0
-BuildRequires: libvterm-devel >= 0.3
+BuildRequires: libvterm-devel >= 0.3.3
 BuildRequires: lua-bitop >= 1.0.2
 BuildRequires: lua-lpeg
 BuildRequires: lua-mpack >= 1.0.2
@@ -44,7 +43,7 @@ BuildRequires:msgpack-devel >= 1.1.0
 BuildRequires: pkgconfig
 BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(macros) >= 1.605
-BuildRequires: tree-sitter-devel >= 0.20.8
+BuildRequires: tree-sitter-devel >= 0.20.9
 BuildRequires: unibilium-devel >= 2.0.0
 %if %{with prefer_lua}
 BuildRequires: lua51
@@ -55,11 +54,10 @@ BuildRequires:  luajit
 BuildRequires: luajit-devel
 BuildRequires: luajit-luv-devel >= 1.43.0
 %endif
-Requires:  libtermkey >= 0.22
 Requires:  libuv >= 1.28.0
-Requires:  libvterm >= 0.3
+Requires:  libvterm >= 0.3.3
 Requires:  %{?with_prefer_lua:lua51}%{!?with_prefer_lua:luajit}-luv
-Requires:  tree-sitter >= 0.20.8
+Requires:  tree-sitter >= 0.20.9
 Suggests:  %{name}-desktop = %{version}-%{release}
 Suggests:  python-neovim
 Suggests:  python3-neovim
@@ -107,8 +105,8 @@ Desktop files for Neovim.
-DLUA_INCLUDE_DIR=/usr/include/lua5.1 \
-DUSE_BUNDLED=OFF \
-DENABLE_JEMALLOC=ON \
-   -DLIBLUV_INCLUDE_DIR=%{luv_includedir} \
-   -DLIBLUV_LIBRARY=%{luv_library}
+   -DLUV_INCLUDE_DIR=%{luv_includedir} \
+   -DLUV_LIBRARY=%{luv_library}
 
 %{__make} -C build
 
@@ -164,7 +162,7 @@ EOF
 
 %files -f nvim.lang
 %defattr(644,root,root,755)
-%doc BACKERS.md CONTRIBUTING.md LICENSE.txt README.md
+%doc CONTRIBUTING.md LICENSE.txt README.md
 %dir /etc/xdg/nvim
 %config(noreplace) %verify(not md5 mtime size) /etc/xdg/nvim/init.vim
 %attr(755,root,root) %{_bindir}/nvim
diff --git a/build-type.patch b/build-type.patch
index b29dc0d..1f558ca 100644
--- a/build-type.patch
+++ b/build-type.patch
@@ -2,22 +2,22 @@ diff --color -ur neovim-0.8.0.orig/cmake/Util.cmake 
neovim-0.8.0/cmake/Util.cmak
 --- neovim-0.8.0.orig/cmake/Util.cmake 2022-09-30 17:15:13.0 +0200
 +++ neovim-0.8.0/cmake/Util.cmake  2022-10-01 09:53:36.320939926 +0200
 @@ -162,7 +162,7 @@
- # Passing CMAKE_BUILD_TYPE for multi-config generators will now not only
- # not be used, but also generate a warning for the user.
- function(set_default_buildtype)
+ # Passing CMAKE_BUILD_TYPE for multi-config generators will not only not be
+ # used, but also generate a warning for the user.
+ function(set_default_buildtype BUILD_TYPE)
 -  set(allowableBuildTypes Debug Release MinSizeRel RelWithDebInfo)
 +  set(allowableBuildTypes Debug Release MinSizeRel RelWithDebInfo PLD)
- 
-   get_property(isMultiConfig GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
-   if(isMultiConfig)
+   if(NOT BUILD_TYPE IN_LIST allowableBuildTypes)
+ message(FATAL_ERROR "Invalid build type: ${BUILD_TYPE}")
+   endif()
 --- neovim-0.9.1/runtime/lua/nvim/health.lua.orig  2023-05-29 
13:24:38.0 +0200
 +++ neovim-0.9.1/runtime/lua/nvim/health.lua   2023-07-02 13:20:36.760937259 
+0200
 @@ -152,7 +152,7 @@
local buildtype = vim.fn.matchstr(vim.fn.execute('version'), [[\v\cbuild 
type:?\s*[^\n\r\t ]+]])
-   if empty(buildtype) then
- health.report_error('failed to get build type from :version')
+   if buildtype == '' then
+ health.error('failed to get build type from :version')
 -  elseif 
vim.regex([[\v(MinSizeRel|Release|RelWithDebInfo)]]):match_str(buildtype) then
 +  elseif 
vim.regex([[\v(MinSizeRel|Release|RelWithDebInfo|PLD)]]):match_str(buildtype) 
then
- health.report_ok(buildtype)
+ health.ok(buildtype)
else
- health.report_info(buildtype)
+ health.info(buildtype)
diff --git a/luv.patch b/luv.patch
index 

DISTFILES: bluez: bluez-5.76.tar.xz

2024-05-17 Thread atler
Request by: atler


Files fetched: 1

STORED: https://www.kernel.org/pub/linux/bluetooth/bluez-5.76.tar.xz
a56b56b11a3949d6893488f3621b0e99  bluez-5.76.tar.xz
Size: 2418848 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/bluez] up to 5.76

2024-05-17 Thread atler
commit 8bac0424e5d832123a9630841cfc41a8650aee3c
Author: Jan Palus 
Date:   Fri May 17 10:31:12 2024 +0200

up to 5.76

 bluez.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bluez.spec b/bluez.spec
index 3d1bd68..6af82fd 100644
--- a/bluez.spec
+++ b/bluez.spec
@@ -10,12 +10,12 @@
 Summary:   Bluetooth utilities
 Summary(pl.UTF-8): Narzędzia Bluetooth
 Name:  bluez
-Version:   5.75
+Version:   5.76
 Release:   1
 License:   GPL v2+
 Group: Applications/System
 Source0:   
https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
-# Source0-md5: e6a640a70a808a2dd46b9ad44a888602
+# Source0-md5: a56b56b11a3949d6893488f3621b0e99
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 # Scripts for automatically btattach-ing serial ports connected to Broadcom 
HCIs


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bluez.git/commitdiff/8bac0424e5d832123a9630841cfc41a8650aee3c

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


DISTFILES: conmon: conmon-2.1.12.tar.gz

2024-05-17 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/containers/conmon/archive/v2.1.12/conmon-2.1.12.tar.gz
0ad19b34c798d95697519bb707aac448  conmon-2.1.12.tar.gz
Size: 121795 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/conmon] up to 2.1.12

2024-05-17 Thread atler
commit b9ca47efcbe4e0f471722478f14a7cc3a611c8d1
Author: Jan Palus 
Date:   Fri May 17 10:21:16 2024 +0200

up to 2.1.12

 conmon.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/conmon.spec b/conmon.spec
index f95c7ae..bd18599 100644
--- a/conmon.spec
+++ b/conmon.spec
@@ -7,13 +7,13 @@
 %endif
 Summary:   OCI container runtime monitor
 Name:  conmon
-Version:   2.1.11
+Version:   2.1.12
 Release:   1
 License:   Apache v2.0
 Group: Applications/System
 #Source0Download: https://github.com/containers/conmon/releases
 Source0:   
https://github.com/containers/conmon/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 5a93ee3273aa769b341342833ada20e7
+# Source0-md5: 0ad19b34c798d95697519bb707aac448
 URL:   https://github.com/containers/conmon
 BuildRequires: glib2-devel
 %{?with_docs:BuildRequires:go-md2man}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/conmon.git/commitdiff/b9ca47efcbe4e0f471722478f14a7cc3a611c8d1

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


DISTFILES: thunderbird: thunderbird-115.11.0.source.tar.xz af.xpi ar.xpi ast.xpi be.xpi bg.xpi br.xpi ca.xpi cak.xpi cs.xpi ...

2024-05-16 Thread atler
Request by: atler


Files fetched: 67

STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/source/thunderbird-115.11.0.source.tar.xz
3cbc8105c9b7bd7f670da256155b7f5f  thunderbird-115.11.0.source.tar.xz
Size: 530402016 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/af.xpi
21c49970b64eef2d9eb73a6feaac83e4  af.xpi
Size: 550973 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/ar.xpi
d438b7d42cfe3de22855790ed7f4ffab  ar.xpi
Size: 673670 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/ast.xpi
56ee4be993f26b7376e3b8a24f9c07d5  ast.xpi
Size: 569922 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/be.xpi
706515032cbe4397c6d39e11fe12bd2a  be.xpi
Size: 734713 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/bg.xpi
342ebb5c7c38db6f70b5b73ed402f3b7  bg.xpi
Size: 783911 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/br.xpi
2c957204254faa531e3f449f36262fba  br.xpi
Size: 648070 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/ca.xpi
67fc3c75d71bc00d64961836e6f50a3f  ca.xpi
Size: 687693 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/cak.xpi
3d9d0ae9e160a3356c1539c4f68b3bfb  cak.xpi
Size: 669821 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/cs.xpi
15f1a772679fee70f1b4597984154099  cs.xpi
Size: 769914 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/cy.xpi
1b66ac3e22f4e53bf32e849d8d42953e  cy.xpi
Size: 734616 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/da.xpi
6450c102889ad70d61dfc8123f60ec3e  da.xpi
Size: 722532 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/de.xpi
9fac713d456238d54aa5e1fbd4414113  de.xpi
Size: 750860 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/dsb.xpi
34e5b4288e943b8db070b05f0fddaa30  dsb.xpi
Size: 770435 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/el.xpi
6570c9c2a26f6f5cc3aac3e8fac20eb4  el.xpi
Size: 873408 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/en-CA.xpi
899138bba3f92bdf15e2d6cbd1df5326  en-CA.xpi
Size: 688599 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/en-GB.xpi
0e43b3046c326bf30b740bb50bf70759  en-GB.xpi
Size: 690436 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/en-US.xpi
5835d430fab7a15672aed9b74cd9d243  en-US.xpi
Size: 650011 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/es-AR.xpi
f666d56181ae7a63d6f3963dae39472b  es-AR.xpi
Size: 745004 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/es-ES.xpi
25e3a71fdf136b352b505d598e9da6fd  es-ES.xpi
Size: 707997 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/es-MX.xpi
2bfeadd1a6434d325ea2a1dec205c7eb  es-MX.xpi
Size: 721552 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/et.xpi
8f27ac7434351760218595d629adfe5c  et.xpi
Size: 681749 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/eu.xpi
e558913f9e5832c81754618d365f252e  eu.xpi
Size: 713612 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/fi.xpi
33353c2ca2d04241b66ca0f5a89797b1  fi.xpi
Size: 720335 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/fr.xpi
880e08c1377002a8b611fcb22e168b5b  fr.xpi
Size: 757742 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/fy-NL.xpi
80d620111e3bfa096c7a829acf580b29  fy-NL.xpi
Size: 739635 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/ga-IE.xpi
f79ea69dd9bde6ce2c53c308e85dab35  ga-IE.xpi
Size: 611162 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/xpi/gd.xpi
bcf0e0d94d80dee8cff47a5ec461a398  gd.xpi
Size: 714247 bytes
STORED: 
https://releases.mozilla.org

DISTFILES: mozilla-thunderbird-bin: thunderbird-115.11.0.tar.bz2 thunderbird64-115.11.0.tar.bz2

2024-05-16 Thread atler
Request by: atler


Files fetched: 2

STORED: 
https://ftp.mozilla.org/pub/thunderbird/releases/115.11.0/linux-i686/en-US/thunderbird-115.11.0.tar.bz2?/thunderbird-115.11.0.tar.bz2
babc85bc443f2ba81f92682a6864de3f  thunderbird-115.11.0.tar.bz2
Size: 83078090 bytes
STORED: 
https://ftp.mozilla.org/pub/thunderbird/releases/115.11.0/linux-x86_64/en-US/thunderbird-115.11.0.tar.bz2?/thunderbird64-115.11.0.tar.bz2
cf407ed85d1f37c16630b4bcdf7b5d51  thunderbird64-115.11.0.tar.bz2
Size: 80656131 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/mozilla-thunderbird-bin] up to 115.11.0

2024-05-16 Thread atler
commit 8acdfb011ad2e4afeebf4796372cdfe3299199d3
Author: Jan Palus 
Date:   Thu May 16 23:09:16 2024 +0200

up to 115.11.0

 mozilla-thunderbird-bin.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mozilla-thunderbird-bin.spec b/mozilla-thunderbird-bin.spec
index b037f6e..5a3a91e 100644
--- a/mozilla-thunderbird-bin.spec
+++ b/mozilla-thunderbird-bin.spec
@@ -4,14 +4,14 @@
 Summary:   Mozilla Thunderbird - email client
 Summary(pl.UTF-8): Mozilla Thunderbird - klient poczty
 Name:  mozilla-thunderbird-bin
-Version:   115.10.2
+Version:   115.11.0
 Release:   1
 License:   MPL 1.1 or GPL v2+ or LGPL v2.1+
 Group: X11/Applications/Networking
 Source0:   
https://ftp.mozilla.org/pub/thunderbird/releases/%{version}/linux-i686/en-US/thunderbird-%{version}.tar.bz2?/%{realname}-%{version}.tar.bz2
-# Source0-md5: 201ca34f23cf9e7ab8a9e2f9865e0825
+# Source0-md5: babc85bc443f2ba81f92682a6864de3f
 Source1:   
https://ftp.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/en-US/thunderbird-%{version}.tar.bz2?/%{realname}64-%{version}.tar.bz2
-# Source1-md5: 86b54a51cad48d7bfbaf2c51551c8551
+# Source1-md5: cf407ed85d1f37c16630b4bcdf7b5d51
 Source2:   %{name}.desktop
 Source3:   %{name}.sh
 URL:   http://www.mozilla.org/projects/thunderbird/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mozilla-thunderbird-bin.git/commitdiff/8acdfb011ad2e4afeebf4796372cdfe3299199d3

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


[packages/thunderbird] up to 115.11.0

2024-05-16 Thread atler
commit 795004c4c990051a26004dd7fc9eb684142b3905
Author: Jan Palus 
Date:   Thu May 16 23:08:39 2024 +0200

up to 115.11.0

 rust-1.78.patch  |  12 +
 thunderbird.spec | 138 ---
 2 files changed, 82 insertions(+), 68 deletions(-)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index 3dac203..28b9746 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -41,151 +41,152 @@ curl -s $U | sed -ne 
's,.*href="\([^"]\+\)/".*,'"$U"'xpi/\1.xpi,p'
 Summary:   Thunderbird - email client
 Summary(pl.UTF-8): Thunderbird - klient poczty
 Name:  thunderbird
-Version:   115.10.2
+Version:   115.11.0
 Release:   1
 License:   MPL v2.0
 Group: X11/Applications/Mail
 Source0:   
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/source/%{name}-%{version}.source.tar.xz
-# Source0-md5: d7997c1a828a1208052b3b83a1ae3c91
+# Source0-md5: 3cbc8105c9b7bd7f670da256155b7f5f
 Source1:   %{name}.desktop
 Source2:   %{name}.sh
 Source100: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/af.xpi
-# Source100-md5:   c7db699776d9b84b309caebe84d35907
+# Source100-md5:   21c49970b64eef2d9eb73a6feaac83e4
 Source101: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/ar.xpi
-# Source101-md5:   d4ff070cffbef4bfffd659ffb3f68bdd
+# Source101-md5:   d438b7d42cfe3de22855790ed7f4ffab
 Source102: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/ast.xpi
-# Source102-md5:   49ea6207d6eaf18cdaf7a097d5f5bb6b
+# Source102-md5:   56ee4be993f26b7376e3b8a24f9c07d5
 Source103: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/be.xpi
-# Source103-md5:   73e7df3a53fec29ea5b8a095277b9d88
+# Source103-md5:   706515032cbe4397c6d39e11fe12bd2a
 Source104: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/bg.xpi
-# Source104-md5:   c8afb50e3316a5a6fd1104a41d61c87c
+# Source104-md5:   342ebb5c7c38db6f70b5b73ed402f3b7
 Source105: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/br.xpi
-# Source105-md5:   0d4ce151df0819d66962653eab05db7c
+# Source105-md5:   2c957204254faa531e3f449f36262fba
 Source106: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/ca.xpi
-# Source106-md5:   1f0a53864ab3d1af8b101dc339e9fabb
+# Source106-md5:   67fc3c75d71bc00d64961836e6f50a3f
 Source107: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/cak.xpi
-# Source107-md5:   bc3e56d8824ab81138eb8ada2b71785f
+# Source107-md5:   3d9d0ae9e160a3356c1539c4f68b3bfb
 Source108: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/cs.xpi
-# Source108-md5:   f81cfa12c0db436cc8438332c5256299
+# Source108-md5:   15f1a772679fee70f1b4597984154099
 Source109: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/cy.xpi
-# Source109-md5:   fc7da2df7e9e58c7e31ca6bcdf47966e
+# Source109-md5:   1b66ac3e22f4e53bf32e849d8d42953e
 Source110: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/da.xpi
-# Source110-md5:   752ae839ab637ded4a56f42bd714e559
+# Source110-md5:   6450c102889ad70d61dfc8123f60ec3e
 Source111: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/de.xpi
-# Source111-md5:   fefd19dbbf82df6a683603c50ec71d3f
+# Source111-md5:   9fac713d456238d54aa5e1fbd4414113
 Source112: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/dsb.xpi
-# Source112-md5:   b407798014aa2abd972623e51fe1d3b2
+# Source112-md5:   34e5b4288e943b8db070b05f0fddaa30
 Source113: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/el.xpi
-# Source113-md5:   bedc9cfca812f7ca29a92a2bb8f4fd0d
+# Source113-md5:   6570c9c2a26f6f5cc3aac3e8fac20eb4
 Source114: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/en-CA.xpi
-# Source114-md5:   5b20f53a2eaef7381506113386ce1804
+# Source114-md5:   899138bba3f92bdf15e2d6cbd1df5326
 Source115: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/en-GB.xpi
-# Source115-md5:   37f1504771e6927a398c705c61e6551f
+# Source115-md5:   0e43b3046c326bf30b740bb50bf70759
 Source116: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/en-US.xpi
-# Source116-md5:   35de9deb764efd085c04684be5213e35
+# Source116-md5:   5835d430fab7a15672aed9b74cd9d243
 Source117: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/es-AR.xpi
-# Source117-md5:   dc6747e391343af2c3e0bcafc78a9f7a
+# Source117-md5:   

DISTFILES: zathura-pdf-mupdf: zathura-pdf-mupdf-0.4.2.tar.xz

2024-05-16 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://pwmt.org/projects/zathura-pdf-mupdf/download/zathura-pdf-mupdf-0.4.2.tar.xz
11e2b264ac475e3337d66a5ed16cd142  zathura-pdf-mupdf-0.4.2.tar.xz
Size: 9036 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/zathura-pdf-mupdf] up to 0.4.2

2024-05-16 Thread atler
commit 53e0537182c3f3fdb8c2059399d640aa8fc455bb
Author: Jan Palus 
Date:   Thu May 16 10:31:13 2024 +0200

up to 0.4.2

 zathura-pdf-mupdf.spec | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/zathura-pdf-mupdf.spec b/zathura-pdf-mupdf.spec
index c522508..b96fc32 100644
--- a/zathura-pdf-mupdf.spec
+++ b/zathura-pdf-mupdf.spec
@@ -1,22 +1,22 @@
 Summary:   mupdf based PDF plugin for zathura
 Summary(pl.UTF-8): Wtyczka PDF dla zathury oparta na silniku mupdf
 Name:  zathura-pdf-mupdf
-Version:   0.4.1
-Release:   6
+Version:   0.4.2
+Release:   1
 License:   BSD-like
 Group: Applications/Publishing
 Source0:   
https://pwmt.org/projects/zathura-pdf-mupdf/download/%{name}-%{version}.tar.xz
-# Source0-md5: 470d7ab5e866b81059089a147ccb84ef
+# Source0-md5: 11e2b264ac475e3337d66a5ed16cd142
 Patch0:mupdf_1.18.patch
 URL:   https://pwmt.org/projects/zathura-pdf-mupdf/
 BuildRequires: cairo-devel
-# C11
-BuildRequires: gcc >= 6:4.7
+# C17
+BuildRequires: gcc >= 6:8.1.0
 BuildRequires: girara-devel >= 0.2.3
 BuildRequires: glib2-devel >= 2.0
 BuildRequires: gtk+3-devel >= 3.2
 BuildRequires: gumbo-parser-devel
-BuildRequires: meson >= 0.56
+BuildRequires: meson >= 0.61
 BuildRequires: mupdf-devel >= 1.20.0
 BuildRequires: ninja
 BuildRequires: pkgconfig


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zathura-pdf-mupdf.git/commitdiff/53e0537182c3f3fdb8c2059399d640aa8fc455bb

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


DISTFILES: gtk+3: gtk+-3.24.42.tar.xz

2024-05-16 Thread atler
Request by: atler


Files fetched: 1

STORED: https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.42.tar.xz
78327e792d50d98e450791387b5c5a08  gtk+-3.24.42.tar.xz
Size: 13226980 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/gtk+3] up to 3.24.42

2024-05-16 Thread atler
commit ac9a7aa3b381c317c142f8ed650ecfe06e99a596
Author: Jan Palus 
Date:   Thu May 16 10:08:13 2024 +0200

up to 3.24.42

 gtk+3.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk+3.spec b/gtk+3.spec
index d802327..9040cbe 100644
--- a/gtk+3.spec
+++ b/gtk+3.spec
@@ -19,12 +19,12 @@ Summary(it.UTF-8):  Il toolkit per GIMP
 Summary(pl.UTF-8): GIMP Toolkit
 Summary(tr.UTF-8): GIMP ToolKit arayüz kitaplığı
 Name:  gtk+3
-Version:   3.24.41
+Version:   3.24.42
 Release:   1
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
https://download.gnome.org/sources/gtk+/3.24/gtk+-%{version}.tar.xz
-# Source0-md5: 2321e8158feac093b6ed82aac66dbbfd
+# Source0-md5: 78327e792d50d98e450791387b5c5a08
 Patch0:%{name}-papi.patch
 Patch1:typeahead.patch
 Patch2:%{name}-cloudproviders.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk+3.git/commitdiff/ac9a7aa3b381c317c142f8ed650ecfe06e99a596

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


DISTFILES: android-tools: android-tools-35.0.1.tar.xz

2024-05-16 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/nmeum/android-tools/releases/download/35.0.1/android-tools-35.0.1.tar.xz
8e45c1441ea36ae6a744cdcd94f4affa  android-tools-35.0.1.tar.xz
Size: 21460424 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/android-tools] up to 35.0.1

2024-05-16 Thread atler
commit cefc8f87e63315985410da3c556c97516c0d7dae
Author: Jan Palus 
Date:   Thu May 16 10:01:41 2024 +0200

up to 35.0.1

 android-tools.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/android-tools.spec b/android-tools.spec
index c7c05af..5108ead 100644
--- a/android-tools.spec
+++ b/android-tools.spec
@@ -1,12 +1,12 @@
 Summary:   Android platform tools
 Name:  android-tools
-Version:   34.0.5
+Version:   35.0.1
 Release:   1
 # The entire source code is ASL 2.0 except boringssl which is BSD
 License:   ASL 2.0, BSD
 Group: Applications/System
 Source0:   
https://github.com/nmeum/android-tools/releases/download/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 8faca7116e885e6a225791b284cbce2e
+# Source0-md5: 8e45c1441ea36ae6a744cdcd94f4affa
 Source1:   51-android.rules
 Source2:   adb.service
 URL:   http://developer.android.com/guide/developing/tools/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/android-tools.git/commitdiff/cefc8f87e63315985410da3c556c97516c0d7dae

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


DISTFILES: nghttp2: nghttp2-1.62.0.tar.xz

2024-05-15 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/nghttp2/nghttp2/releases/download/v1.62.0/nghttp2-1.62.0.tar.xz
2338109299e1d83a1191509baa6daacb  nghttp2-1.62.0.tar.xz
Size: 1646596 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/nghttp2] up to 1.62.0

2024-05-15 Thread atler
commit adcde645b9bac1d65ed49443a439759fe61410b4
Author: Jan Palus 
Date:   Wed May 15 20:25:39 2024 +0200

up to 1.62.0

 nghttp2.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/nghttp2.spec b/nghttp2.spec
index 55910f5..e5ee744 100644
--- a/nghttp2.spec
+++ b/nghttp2.spec
@@ -10,23 +10,23 @@
 Summary:   HTTP/2.0 C library
 Summary(pl.UTF-8): Biblioteka C HTTP/2.0
 Name:  nghttp2
-Version:   1.61.0
+Version:   1.62.0
 Release:   1
 License:   MIT
 Group: Libraries
 #Source0Download: https://github.com/nghttp2/nghttp2/releases
 Source0:   
https://github.com/nghttp2/nghttp2/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 0bb5661ff08b983487d6683350770c36
+# Source0-md5: 2338109299e1d83a1191509baa6daacb
 URL:   https://nghttp2.org/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake
-BuildRequires: c-ares-devel >= 1.7.5
+BuildRequires: c-ares-devel >= 1.16.0
 BuildRequires: jansson-devel >= 2.5
 %{?with_libbpf:BuildRequires:  libbpf-devel >= 0.7.0}
 BuildRequires: libev-devel
 # for examples
 BuildRequires: libevent-devel >= 2.0.8
-BuildRequires: libstdc++-devel >= 6:5
+BuildRequires: libstdc++-devel >= 6:10
 BuildRequires: libtool >= 2:2.2.6
 BuildRequires: libxml2-devel >= 1:2.6.26
 %{?with_http3:BuildRequires:   nghttp3-devel >= 1.1.0}
@@ -43,7 +43,7 @@ BuildRequires:tar >= 1:1.22
 BuildRequires: xz
 BuildRequires: zlib-devel >= 1.2.3
 Requires:  %{name}-libs = %{version}-%{release}
-Requires:  c-ares >= 1.7.5
+Requires:  c-ares >= 1.16.0
 Requires:  jansson >= 2.5
 # noinst examples only
 #Requires: libevent >= 2.0.8


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nghttp2.git/commitdiff/adcde645b9bac1d65ed49443a439759fe61410b4

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


DISTFILES: xorg-xserver-Xwayland: xwayland-24.1.0.tar.xz

2024-05-15 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://xorg.freedesktop.org/releases/individual/xserver/xwayland-24.1.0.tar.xz
0bbfafe7b5f22b55362b2ee53a39c798  xwayland-24.1.0.tar.xz
Size: 1301180 bytes


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


[packages/xorg-xserver-Xwayland] up to 24.1.0

2024-05-15 Thread atler
commit 8ac68834e0b2fcad77510ca50a5bb55f48e5b78c
Author: Jan Palus 
Date:   Wed May 15 19:21:44 2024 +0200

up to 24.1.0

 xorg-xserver-Xwayland.spec | 23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)
---
diff --git a/xorg-xserver-Xwayland.spec b/xorg-xserver-Xwayland.spec
index 7cf0634..acf33eb 100644
--- a/xorg-xserver-Xwayland.spec
+++ b/xorg-xserver-Xwayland.spec
@@ -1,6 +1,5 @@
 #
 # Conditional build:
-%bcond_without eglstream   # XWayland eglstream support
 %bcond_without glamor  # glamor dix module
 %bcond_withxcsecurity  # XC-SECURITY extension (deprecated)
 %bcond_withxf86bigfont # XF86BigFont extension
@@ -12,22 +11,21 @@
 Summary:   Xwayland - X server integrated into a Wayland window system
 Summary(pl.UTF-8): Xwayland - serwer X integrowalny w Wayland
 Name:  xorg-xserver-Xwayland
-Version:   23.2.6
+Version:   24.1.0
 Release:   1
 License:   MIT
 Group: X11/Servers
 Source0:   
https://xorg.freedesktop.org/releases/individual/xserver/xwayland-%{version}.tar.xz
-# Source0-md5: 8f2bb6789e22b5ea1f1f19694267e539
+# Source0-md5: 0bbfafe7b5f22b55362b2ee53a39c798
 URL:   https://xorg.freedesktop.org/
 BuildRequires: Mesa-dri-devel
 %{?with_glamor:BuildRequires:  Mesa-libgbm-devel >= 21.3}
 BuildRequires: OpenGL-devel >= 1.2
 %{?with_xselinux:BuildRequires:audit-libs-devel}
 BuildRequires: docbook-dtd43-xml
-%{?with_eglstream:BuildRequires:   egl-wayland-devel}
 BuildRequires: libbsd-devel
 BuildRequires: libdecor-devel
-BuildRequires: libdrm-devel >= 2.4.109
+BuildRequires: libdrm-devel >= 2.4.116
 BuildRequires: libei-devel >= 1.0.0
 %{?with_glamor:BuildRequires:  libepoxy-devel}
 # also possible: libmd, libsha, nettle, openssl
@@ -36,7 +34,7 @@ BuildRequires:liboeffis-devel >= 1.0.0
 %{?with_xselinux:BuildRequires:libselinux-devel >= 2.0.86}
 BuildRequires: libtirpc-devel
 %{?with_libunwind:BuildRequires:   libunwind-devel}
-BuildRequires: meson >= 0.52.0
+BuildRequires: meson >= 0.56.0
 BuildRequires: ninja >= 1.5
 BuildRequires: pixman-devel
 BuildRequires: pkgconfig
@@ -45,8 +43,9 @@ BuildRequires:rpmbuild(macros) >= 1.736
 BuildRequires: tar >= 1:1.22
 # wayland-client
 BuildRequires: wayland-devel >= 1.21.0
-BuildRequires: wayland-protocols >= 1.30
+BuildRequires: wayland-protocols >= 1.34
 %{?with_doc:BuildRequires: xmlto}
+BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXau-devel
 BuildRequires: xorg-lib-libXdmcp-devel
 BuildRequires: xorg-lib-libXext-devel >= 1.0.99.4
@@ -58,13 +57,14 @@ BuildRequires:  xorg-lib-xtrans-devel >= 1.3.5
 BuildRequires: xorg-proto-bigreqsproto-devel >= 1.1.0
 BuildRequires: xorg-proto-compositeproto-devel >= 0.4
 BuildRequires: xorg-proto-damageproto-devel >= 1.1
-BuildRequires: xorg-proto-dri3proto-devel >= 1.2
+BuildRequires: xorg-proto-dpmsproto-devel >= 1.2
+BuildRequires: xorg-proto-dri3proto-devel >= 1.4
 BuildRequires: xorg-proto-fixesproto-devel >= 6.0
 BuildRequires: xorg-proto-fontsproto-devel >= 2.1.3
 BuildRequires: xorg-proto-glproto-devel >= 1.4.17
 BuildRequires: xorg-proto-inputproto-devel >= 2.3
 BuildRequires: xorg-proto-kbproto-devel >= 1.0.3
-BuildRequires: xorg-proto-presentproto-devel >= 1.3
+BuildRequires: xorg-proto-presentproto-devel >= 1.4
 BuildRequires: xorg-proto-randrproto-devel >= 1.6.0
 BuildRequires: xorg-proto-recordproto-devel >= 1.13.99.1
 BuildRequires: xorg-proto-renderproto-devel >= 0.11
@@ -81,7 +81,7 @@ BuildRequires:xorg-proto-xwaylandproto-devel >= 1.0
 %{?with_doc:BuildRequires: xorg-sgml-doctools}
 BuildRequires: xz
 %{?with_glamor:Requires:   Mesa-libgbm >= 21.3}
-Requires:  libdrm >= 2.4.109
+Requires:  libdrm >= 2.4.116
 Requires:  libei >= 1.0.0
 Requires:  liboeffis >= 1.0.0
 %{?with_xselinux:Requires: libselinux >= 2.0.86}
@@ -134,8 +134,7 @@ zbudowanego serwera.
-Dxkb_bin_dir=%{_bindir} \
-Dxkb_dir=%{_datadir}/X11/xkb \
-Dxkb_output_dir=/var/lib/xkb \
-   %{!?with_xselinux:-Dxselinux=false} \
-   %{!?with_eglstream:-Dxwayland_eglstream=false}
+   %{!?with_xselinux:-Dxselinux=false}
 
 %ninja_build -C build
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-xserver-Xwayland.git/commitdiff/8ac68834e0b2fcad77510ca50a5bb55f48e5b78c

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


DISTFILES: strace: strace-6.9.tar.xz

2024-05-15 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/strace/strace/releases/download/v6.9/strace-6.9.tar.xz
395900d4de0b6b8c4707045a9782134c  strace-6.9.tar.xz
Size: 2466252 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/strace] up to 6.9

2024-05-15 Thread atler
commit 8ef79c81ad833d02fd5b8e4b8ded01162bc40441
Author: Jan Palus 
Date:   Wed May 15 11:40:08 2024 +0200

up to 6.9

 strace.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/strace.spec b/strace.spec
index 6c0ba10..26c9acc 100644
--- a/strace.spec
+++ b/strace.spec
@@ -21,12 +21,12 @@ Summary(ru.UTF-8):  Отслеживает и показывает системн
 Summary(tr.UTF-8): Çalışan bir sürecin yaptığı sistem çağrılarını listeler
 Summary(uk.UTF-8): Відслідковує та показує системні виклики, пов'язані із 
запущеним процесом
 Name:  strace
-Version:   6.8
+Version:   6.9
 Release:   1
 License:   LGPL v2.1+
 Group: Development/Debuggers
 Source0:   
https://github.com/strace/strace/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 1c7aca3fad1f309fdb54031866fad6d9
+# Source0-md5: 395900d4de0b6b8c4707045a9782134c
 Source1:   %{name}.1.pl
 URL:   https://strace.io/
 # acl and libaio for headers only


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/strace.git/commitdiff/8ef79c81ad833d02fd5b8e4b8ded01162bc40441

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


DISTFILES: tio: tio-3.3.tar.xz

2024-05-15 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/tio/tio/releases/download/v3.3/tio-3.3.tar.xz
6385d19830c1b6e89ca1092034a5b5a7  tio-3.3.tar.xz
Size: 3453004 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/tio] up to 3.3

2024-05-15 Thread atler
commit 4e513d5177f59dbde7f172c3e4976d69d353bc78
Author: Jan Palus 
Date:   Wed May 15 11:34:05 2024 +0200

up to 3.3

 tio.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tio.spec b/tio.spec
index b26c82b..492a57f 100644
--- a/tio.spec
+++ b/tio.spec
@@ -1,11 +1,11 @@
 Summary:   A simple serial device I/O tool
 Name:  tio
-Version:   3.2
+Version:   3.3
 Release:   1
 License:   GPL v2+
 Group: Applications/Communications
 Source0:   
https://github.com/tio/tio/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: bb816467f298d9d92ee10e6f109046ff
+# Source0-md5: 6385d19830c1b6e89ca1092034a5b5a7
 URL:   https://github.com/tio/tio
 BuildRequires: glib2-devel
 BuildRequires: linux-libc-headers >= 7:2.6.20


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tio.git/commitdiff/4e513d5177f59dbde7f172c3e4976d69d353bc78

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


[packages/mozilla-firefox-bin] fix install and files; rel 2

2024-05-15 Thread atler
commit 435750c39121cad39b9ae6e13a6c929f3467aff9
Author: Jan Palus 
Date:   Wed May 15 11:31:09 2024 +0200

fix install and files; rel 2

 mozilla-firefox-bin.spec | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/mozilla-firefox-bin.spec b/mozilla-firefox-bin.spec
index 1471042..35d87bb 100644
--- a/mozilla-firefox-bin.spec
+++ b/mozilla-firefox-bin.spec
@@ -12,7 +12,7 @@ Summary:  Mozilla Firefox web browser
 Summary(pl.UTF-8): Mozilla Firefox - przeglądarka WWW
 Name:  mozilla-firefox-bin
 Version:   126.0
-Release:   1
+Release:   2
 License:   MPL/LGPL
 Group: X11/Applications/Networking
 Source0:   
https://ftp.mozilla.org/pub/firefox/releases/%{version}/linux-i686/en-US/%{realname}-%{version}.tar.bz2?/%{realname}-%{version}.i686.tar.bz2
@@ -115,7 +115,6 @@ grep -v 
'libnspr4.so\|libplc4.so\|libplds4.so\|libnssutil3.so\|libnss3.so\|libsm
 rm $RPM_BUILD_ROOT%{_libdir}/%{name}/updater
 rm $RPM_BUILD_ROOT%{_libdir}/%{name}/updater.ini
 rm $RPM_BUILD_ROOT%{_libdir}/%{name}/update-settings.ini
-rm $RPM_BUILD_ROOT%{_libdir}/%{name}/Throbber-small.gif
 
 # remove unecessary stuff
 rm $RPM_BUILD_ROOT%{_libdir}/%{name}/removed-files
@@ -178,8 +177,6 @@ fi
 
 # crashreporter
 %attr(755,root,root) %{_libdir}/%{name}/crashreporter
-%{_libdir}/%{name}/browser/crashreporter-override.ini
-%{_libdir}/%{name}/crashreporter.ini
 
 %dir %{_libdir}/%{name}/gmp-clearkey
 %dir %{_libdir}/%{name}/gmp-clearkey/0.1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mozilla-firefox-bin.git/commitdiff/435750c39121cad39b9ae6e13a6c929f3467aff9

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


DISTFILES: git-core: git-2.45.1.tar.xz

2024-05-15 Thread atler
Request by: atler


Files fetched: 1

STORED: https://www.kernel.org/pub/software/scm/git/git-2.45.1.tar.xz
c9dc5a81588d20bac67a07aa8bd07902  git-2.45.1.tar.xz
Size: 7490268 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/git-core] up to 2.45.1

2024-05-15 Thread atler
commit c6f0ea2b8a26131ae41770f26750cddde6b34ffe
Author: Jan Palus 
Date:   Wed May 15 09:39:46 2024 +0200

up to 2.45.1

 git-core.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/git-core.spec b/git-core.spec
index 9dc7554..57c5aca 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -13,12 +13,12 @@
 Summary:   Distributed version control system focused on speed, 
effectivity and usability
 Summary(pl.UTF-8): Rozproszony system śledzenia treści skupiony na 
szybkości, wydajności i użyteczności
 Name:  git-core
-Version:   2.45.0
+Version:   2.45.1
 Release:   1
 License:   GPL v2
 Group: Development/Tools
 Source0:   
https://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
-# Source0-md5: 1daf15b08a3ef7bc58510ab75f5f1851
+# Source0-md5: c9dc5a81588d20bac67a07aa8bd07902
 Source1:   %{name}-gitweb.conf
 Source2:   %{name}-gitweb-httpd.conf
 Source3:   %{name}-gitweb-lighttpd.conf


 gitweb:

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

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


DISTFILES: postgresql: postgresql-16.3.tar.bz2 pgsql-Database-HOWTO-html.tar.gz

2024-05-14 Thread atler
Request by: atler


Files fetched: 1

STORED: https://ftp.postgresql.org/pub/source/v16.3/postgresql-16.3.tar.bz2
68448849f923db194a07b9da9cc70a7d  postgresql-16.3.tar.bz2
Size: 24737644 bytes
ALREADY GOT: no-url://pgsql-Database-HOWTO-html.tar.gz
5b656ddf1db41965761f85204a14398e  pgsql-Database-HOWTO-html.tar.gz


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


[packages/postgresql/POSTGRESQL_16] up to 16.3

2024-05-14 Thread atler
commit e13dcab19afec2aeb60aede57d28e36de1f916f9
Author: Jan Palus 
Date:   Tue May 14 22:57:29 2024 +0200

up to 16.3

 ac.patch| 2 +-
 postgresql.spec | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/postgresql.spec b/postgresql.spec
index 27c8697..a5b1f39 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -33,12 +33,12 @@ Summary(tr.UTF-8):  Veri Tabanı Yönetim Sistemi
 Summary(uk.UTF-8): PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:  postgresql
-Version:   %{mver}.2
+Version:   %{mver}.3
 Release:   1
 License:   BSD
 Group: Applications/Databases
 Source0:   
https://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 3d19d93434666db5d33e692472915ae5
+# Source0-md5: 68448849f923db194a07b9da9cc70a7d
 Source1:   %{name}.init
 Source2:   pgsql-Database-HOWTO-html.tar.gz
 # Source2-md5: 5b656ddf1db41965761f85204a14398e
diff --git a/ac.patch b/ac.patch
index 25a40c7..7311fc4 100644
--- a/ac.patch
+++ b/ac.patch
@@ -2,7 +2,7 @@
 +++ postgresql-14.0/configure.ac   2021-11-09 09:38:45.296275820 +0100
 @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un
  
- AC_INIT([PostgreSQL], [16.2], [pgsql-b...@lists.postgresql.org], [], 
[https://www.postgresql.org/])
+ AC_INIT([PostgreSQL], [16.3], [pgsql-b...@lists.postgresql.org], [], 
[https://www.postgresql.org/])
  
 -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 
2.69 is required.
 -Untested combinations of 'autoconf' and PostgreSQL versions are not


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/postgresql.git/commitdiff/e13dcab19afec2aeb60aede57d28e36de1f916f9

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


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

2024-05-14 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://www.kernel.org/pub/linux/kernel/firmware/linux-firmware-20240513.tar.xz
aef98d4a6954382e05e22d7e61c08a14  linux-firmware-20240513.tar.xz
Size: 371738300 bytes


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


[packages/linux-firmware] up to 20240513

2024-05-14 Thread atler
commit 1fe303c09977d4a25f3df0fa561294a4dbad1c91
Author: Jan Palus 
Date:   Tue May 14 18:26:14 2024 +0200

up to 20240513

 linux-firmware.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/linux-firmware.spec b/linux-firmware.spec
index cd4990e..dd0b3f6 100644
--- a/linux-firmware.spec
+++ b/linux-firmware.spec
@@ -5,7 +5,7 @@
 # - subpackages for various firmwares?
 # - (since 5.3) compress firmware: 
https://git.kernel.org/linus/82fd7a8142a10b8eb41313074b3859d82c0857dc
 %definerel 1
-%definever 20240410
+%definever 20240513
 Summary:   Firmware files used by the Linux kernel
 Summary(pl.UTF-8): Pliki firmware'u używane przez jądro Linuksa
 Name:  linux-firmware
@@ -18,7 +18,7 @@ Group:Base/Kernel
 #Source0:  
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/%{name}-%{snap}.tar.gz
 # upstream tarball
 Source0:   
https://www.kernel.org/pub/linux/kernel/firmware/%{name}-%{version}.tar.xz
-# Source0-md5: 6bed71700265b8508ef77fe697223120
+# Source0-md5: aef98d4a6954382e05e22d7e61c08a14
 URL:   
https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
 BuildRequires: rdfind
 BuildRequires: tar >= 1:1.22


 gitweb:

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

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


DISTFILES: mozilla-firefox-bin: firefox-126.0.i686.tar.bz2 firefox-126.0.x8664.tar.bz2

2024-05-14 Thread atler
Request by: atler


Files fetched: 2

STORED: 
https://ftp.mozilla.org/pub/firefox/releases/126.0/linux-i686/en-US/firefox-126.0.tar.bz2?/firefox-126.0.i686.tar.bz2
377b96847be96b8c91b13be800c2163d  firefox-126.0.i686.tar.bz2
Size: 88707820 bytes
STORED: 
https://ftp.mozilla.org/pub/firefox/releases/126.0/linux-x86_64/en-US/firefox-126.0.tar.bz2?/firefox-126.0.x8664.tar.bz2
fb4749685ae84508d8de5ebc9447e9d6  firefox-126.0.x8664.tar.bz2
Size: 86943957 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: firefox: firefox-126.0.source.tar.xz ach.xpi af.xpi an.xpi ar.xpi ast.xpi az.xpi be.xpi bg.xpi bn.xpi ...

2024-05-14 Thread atler
Request by: atler


Files fetched: 103

STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/source/firefox-126.0.source.tar.xz
6640bec26f23526fef92a920c0e2fa39  firefox-126.0.source.tar.xz
Size: 552065476 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/ach.xpi
ec1f110bb4c84ba0013dfd21a3e49295  ach.xpi
Size: 461750 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/af.xpi
c35f119ee5d0be6b8e1d19ea1cf73c1e  af.xpi
Size: 415209 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/an.xpi
6557a8969df0698ca9168a55782e6d3f  an.xpi
Size: 503683 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/ar.xpi
d3b62ce5aaa02db0d6b2eb185c9ecbd4  ar.xpi
Size: 607799 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/ast.xpi
43dd23a0cf7ecddc8c092711e9e9b45b  ast.xpi
Size: 493866 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/az.xpi
51006251cb629a9b640c0df00a7a6ba6  az.xpi
Size: 488425 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/be.xpi
04ea1a3d728b92f05b615e85edb9fe3d  be.xpi
Size: 707136 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/bg.xpi
0c4837eebc4b879cf237d6f0f7ba8280  bg.xpi
Size: 601469 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/bn.xpi
c999076fc45ae1b1a746cdd4b1f156c4  bn.xpi
Size: 579176 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/br.xpi
b53f07ae3b6b6767cd304c4bc203c0a7  br.xpi
Size: 585149 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/bs.xpi
130551b4057e38c194480056740b1469  bs.xpi
Size: 499182 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/ca.xpi
6b972225eacc1346cd84bf2ff511fb85  ca.xpi
Size: 582652 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/ca-valencia.xpi
56b7d1d5b69264e5b9d7aac85e8de005  ca-valencia.xpi
Size: 543850 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/cak.xpi
35fa709c84830ea30ff0a40b6ed89920  cak.xpi
Size: 590417 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/cs.xpi
7351b539cf57949ebd78edc2f99406c6  cs.xpi
Size: 651840 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/cy.xpi
77ed1adf7578224a1f00e2a3ea663cd9  cy.xpi
Size: 617234 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/da.xpi
d74abc62f03a2c820504341873b6822d  da.xpi
Size: 605577 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/de.xpi
3de3d58d287f8d630c3d4e2a2284c5f7  de.xpi
Size: 626799 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/dsb.xpi
70e1c9fb5d7995670c245fa89f8a22eb  dsb.xpi
Size: 643331 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/el.xpi
a3d951570c73c87a799dc972adc27843  el.xpi
Size: 724050 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/en-CA.xpi
9260d1ef287cdcd4271753aa99dd837c  en-CA.xpi
Size: 577921 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/en-GB.xpi
bc9dd6dc08250e1bbc847442d7a54fce  en-GB.xpi
Size: 578505 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/en-US.xpi
d0614b589077056ec8ba7c4b43b53317  en-US.xpi
Size: 555904 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/eo.xpi
9589fc9a984d80ad5e7d7b2677c3b931  eo.xpi
Size: 608851 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/es-AR.xpi
2e306d9b285d5ab85a2632f877b9d440  es-AR.xpi
Size: 620748 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/es-CL.xpi
9df5b9fad58fbe19bba589d154cb9507  es-CL.xpi
Size: 619954 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/es-ES.xpi
537d0fdaa8012109dd09fa508a9c26e3  es-ES.xpi
Size: 614786 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/es-MX.xpi
3f902f8c127a8824da1f131739f7c46e  es-MX.xpi
Size: 589049 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0/linux-i686/xpi/et.xpi

[packages/mozilla-firefox-bin] up to 126.0

2024-05-14 Thread atler
commit ebbfe97710dfebded067f45e4f43ad2250a01b0d
Author: Jan Palus 
Date:   Tue May 14 17:49:02 2024 +0200

up to 126.0

 mozilla-firefox-bin.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mozilla-firefox-bin.spec b/mozilla-firefox-bin.spec
index 89bed27..1471042 100644
--- a/mozilla-firefox-bin.spec
+++ b/mozilla-firefox-bin.spec
@@ -11,14 +11,14 @@
 Summary:   Mozilla Firefox web browser
 Summary(pl.UTF-8): Mozilla Firefox - przeglądarka WWW
 Name:  mozilla-firefox-bin
-Version:   125.0.3
+Version:   126.0
 Release:   1
 License:   MPL/LGPL
 Group: X11/Applications/Networking
 Source0:   
https://ftp.mozilla.org/pub/firefox/releases/%{version}/linux-i686/en-US/%{realname}-%{version}.tar.bz2?/%{realname}-%{version}.i686.tar.bz2
-# Source0-md5: 41e6a1184f2f8067b9c8546362e5013b
+# Source0-md5: 377b96847be96b8c91b13be800c2163d
 Source1:   
https://ftp.mozilla.org/pub/firefox/releases/%{version}/linux-x86_64/en-US/%{realname}-%{version}.tar.bz2?/%{realname}-%{version}.x8664.tar.bz2
-# Source1-md5: fb5927ef247ca91f928a4a7d332c1b3b
+# Source1-md5: fb4749685ae84508d8de5ebc9447e9d6
 Source2:   %{name}.desktop
 Source3:   %{name}.sh
 URL:   https://www.mozilla.org/firefox/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mozilla-firefox-bin.git/commitdiff/ebbfe97710dfebded067f45e4f43ad2250a01b0d

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


[packages/firefox] up to 126.0

2024-05-14 Thread atler
commit b8ba4ca1ca5a5fe516c0ef3a3eb4b73cbb1c884a
Author: Jan Palus 
Date:   Tue May 14 17:43:53 2024 +0200

up to 126.0

 firefox.spec | 208 +--
 1 file changed, 104 insertions(+), 104 deletions(-)
---
diff --git a/firefox.spec b/firefox.spec
index e2e01f3..b14e256 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -55,220 +55,220 @@ Summary:  Firefox web browser
 Summary(hu.UTF-8): Firefox web böngésző
 Summary(pl.UTF-8): Firefox - przeglądarka WWW
 Name:  firefox
-Version:   125.0.3
+Version:   126.0
 Release:   1
 License:   MPL v2.0
 Group: X11/Applications/Networking
 Source0:   
https://releases.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
-# Source0-md5: b7302d02eeff4bba2bcd51b7126aecd2
+# Source0-md5: 6640bec26f23526fef92a920c0e2fa39
 Source3:   %{name}.desktop
 Source4:   %{name}.sh
 Source5:   vendor.js
 Source6:   vendor-ac.js
 Source100: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ach.xpi
-# Source100-md5:   0e465355d68df08189dee4e4a458decf
+# Source100-md5:   ec1f110bb4c84ba0013dfd21a3e49295
 Source101: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/af.xpi
-# Source101-md5:   2b8ea4fe52bab63ce44a8681e9c89d7b
+# Source101-md5:   c35f119ee5d0be6b8e1d19ea1cf73c1e
 Source102: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/an.xpi
-# Source102-md5:   d0249d5b48f5d298de3774436c981cd5
+# Source102-md5:   6557a8969df0698ca9168a55782e6d3f
 Source103: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ar.xpi
-# Source103-md5:   ca13ed7ce5810263b8897f288e52d7b7
+# Source103-md5:   d3b62ce5aaa02db0d6b2eb185c9ecbd4
 Source104: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ast.xpi
-# Source104-md5:   997c5dc3570fc301b287d4fbcfbe3f75
+# Source104-md5:   43dd23a0cf7ecddc8c092711e9e9b45b
 Source105: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/az.xpi
-# Source105-md5:   a2640a45a21e4c948f3833cabb079ff0
+# Source105-md5:   51006251cb629a9b640c0df00a7a6ba6
 Source106: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/be.xpi
-# Source106-md5:   093cb1e0166ccd4ba13bb0f9191643ce
+# Source106-md5:   04ea1a3d728b92f05b615e85edb9fe3d
 Source107: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bg.xpi
-# Source107-md5:   4c571909e4ae70282ee7a155ecd263e1
+# Source107-md5:   0c4837eebc4b879cf237d6f0f7ba8280
 Source108: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn.xpi
-# Source108-md5:   b1691b06f2d3d840404608ff0e039e32
+# Source108-md5:   c999076fc45ae1b1a746cdd4b1f156c4
 Source109: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/br.xpi
-# Source109-md5:   e42a4ae0a556976bc6e1cb3d89fb30cd
+# Source109-md5:   b53f07ae3b6b6767cd304c4bc203c0a7
 Source110: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bs.xpi
-# Source110-md5:   cc5ceb96e3b21f0213088db2021c5c16
+# Source110-md5:   130551b4057e38c194480056740b1469
 Source111: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca.xpi
-# Source111-md5:   4012ced32c0af5b3a0f0f67fb49aa618
+# Source111-md5:   6b972225eacc1346cd84bf2ff511fb85
 Source112: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca-valencia.xpi
-# Source112-md5:   3c132854252790b19a009d3fd8913907
+# Source112-md5:   56b7d1d5b69264e5b9d7aac85e8de005
 Source113: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cak.xpi
-# Source113-md5:   20663ed9f944035043cd4ee8a77248f8
+# Source113-md5:   35fa709c84830ea30ff0a40b6ed89920
 Source114: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cs.xpi
-# Source114-md5:   42ff086346d4425e587f22e9081a8823
+# Source114-md5:   7351b539cf57949ebd78edc2f99406c6
 Source115: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cy.xpi
-# Source115-md5:   3b93b08f04740327a6d8319cb5b7195f
+# Source115-md5:   77ed1adf7578224a1f00e2a3ea663cd9
 Source116: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/da.xpi
-# Source116-md5:   614f7e23f00e58b9c8e96f785469b5d7
+# Source116-md5:   d74abc62f03a2c820504341873b6822d
 Source117: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/de.xpi
-# Source117-md5:   9c8a764a6b51378cefaada86b3aec99a
+# Source117-md5:   3de3d58d287f8d630c3d4e2a2284c5f7
 Source118: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/dsb.xpi
-# Source118-md5:   

DISTFILES: iperf3: iperf-3.17.1.tar.gz

2024-05-14 Thread atler
Request by: atler


Files fetched: 1

STORED: https://downloads.es.net/pub/iperf/iperf-3.17.1.tar.gz
d87a248a351c34321e18073acebf1ec5  iperf-3.17.1.tar.gz
Size: 670547 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/iperf3] up to 3.17.1

2024-05-14 Thread atler
commit 192ca4134df8213f23c9055a6f8b8e37adecfa71
Author: Jan Palus 
Date:   Tue May 14 15:45:02 2024 +0200

up to 3.17.1

 iperf3.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/iperf3.spec b/iperf3.spec
index 98fee35..09ebfe7 100644
--- a/iperf3.spec
+++ b/iperf3.spec
@@ -4,12 +4,12 @@
 Summary:   Network performance measurement tool
 Summary(pl.UTF-8): Narzędzie do szacowania wydajności sieci
 Name:  iperf3
-Version:   3.17
+Version:   3.17.1
 Release:   1
 License:   BSD-like
 Group: Networking/Utilities
 Source0:   https://downloads.es.net/pub/iperf/%{orgname}-%{version}.tar.gz
-# Source0-md5: 1b5fd5cf61460a31ed34404ec60ece0c
+# Source0-md5: d87a248a351c34321e18073acebf1ec5
 URL:   https://software.es.net/iperf/
 BuildRequires: autoconf >= 2.71
 BuildRequires: automake


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/iperf3.git/commitdiff/192ca4134df8213f23c9055a6f8b8e37adecfa71

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


DISTFILES: libxml2: libxml2-2.12.7.tar.xz

2024-05-14 Thread atler
Request by: atler


Files fetched: 1

STORED: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.7.tar.xz
35a058566c54bdd07cba9d749868d64e  libxml2-2.12.7.tar.xz
Size: 2641980 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/libxml2] up to 2.12.7 (fixes CVE-2024-34459)

2024-05-14 Thread atler
commit dc8dcdbae8cdd76c61c2e5f3f1abfe1ada1837fc
Author: Jan Palus 
Date:   Tue May 14 11:26:52 2024 +0200

up to 2.12.7 (fixes CVE-2024-34459)

 libxml2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libxml2.spec b/libxml2.spec
index 2227c70..4471dfc 100644
--- a/libxml2.spec
+++ b/libxml2.spec
@@ -17,14 +17,14 @@ Summary(es.UTF-8):  Biblioteca libXML version 2
 Summary(pl.UTF-8): Biblioteka libXML wersja 2
 Summary(pt_BR.UTF-8):  Biblioteca libXML versão 2
 Name:  libxml2
-Version:   2.12.6
+Version:   2.12.7
 Release:   1
 Epoch: 1
 License:   MIT
 Group: Libraries
 #Source0:  ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
 Source0:   
https://download.gnome.org/sources/libxml2/2.12/%{name}-%{version}.tar.xz
-# Source0-md5: 37fab9ace78d8a085af81dc9a19f36d9
+# Source0-md5: 35a058566c54bdd07cba9d749868d64e
 Patch0:%{name}-open.gz.patch
 Patch1:%{name}-largefile.patch
 Patch2:%{name}-libx32.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxml2.git/commitdiff/dc8dcdbae8cdd76c61c2e5f3f1abfe1ada1837fc

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


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

2024-05-14 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_100_RTM/src/nss-3.100.tar.gz
91d114f373c71ed04c4fca96958cdcd1  nss-3.100.tar.gz
Size: 76746058 bytes
ALREADY GOT: https://www.cacert.org/certs/root.der
a61b375e390d9c3654eebd2031461f6b  root.der


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


[packages/nss] up to 3.100

2024-05-14 Thread atler
commit 27f0db6ed37d088c4cfa1ae21c16ea9e56af5c27
Author: Jan Palus 
Date:   Tue May 14 11:22:52 2024 +0200

up to 3.100

 nss.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nss.spec b/nss.spec
index c96f86d..918f1ff 100644
--- a/nss.spec
+++ b/nss.spec
@@ -7,13 +7,13 @@
 Summary:   NSS - Network Security Services
 Summary(pl.UTF-8): NSS - Network Security Services
 Name:  nss
-Version:   3.99
+Version:   3.100
 Release:   1
 Epoch: 1
 License:   MPL v2.0
 Group: Libraries
 Source0:   
https://ftp.mozilla.org/pub/security/nss/releases/NSS_%{foover}_RTM/src/%{name}-%{version}.tar.gz
-# Source0-md5: a9e62202ca3d6b542b9318bb05bb7027
+# Source0-md5: 91d114f373c71ed04c4fca96958cdcd1
 Source1:   %{name}-mozilla-nss.pc
 Source2:   %{name}-config.in
 Source3:   https://www.cacert.org/certs/root.der


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nss.git/commitdiff/27f0db6ed37d088c4cfa1ae21c16ea9e56af5c27

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


DISTFILES: harfbuzz: harfbuzz-8.5.0.tar.xz

2024-05-13 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/harfbuzz/harfbuzz/releases/download/8.5.0/harfbuzz-8.5.0.tar.xz
81b9d7f1e19ce99c758d598c63543487  harfbuzz-8.5.0.tar.xz
Size: 19468172 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/harfbuzz] up to 8.5.0

2024-05-13 Thread atler
commit 311581207a740e132bd31f1fa9fc13dbfc19b213
Author: Jan Palus 
Date:   Tue May 14 00:22:31 2024 +0200

up to 8.5.0

 harfbuzz.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/harfbuzz.spec b/harfbuzz.spec
index a78a07b..3e0fd22 100644
--- a/harfbuzz.spec
+++ b/harfbuzz.spec
@@ -8,12 +8,12 @@
 Summary:   HarfBuzz - internationalized text shaping library
 Summary(pl.UTF-8): HarfBuzz - biblioteka rysująca tekst z obsługą wielu 
języków
 Name:  harfbuzz
-Version:   8.4.0
+Version:   8.5.0
 Release:   1
 License:   MIT
 Group: Libraries
 Source0:   
https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 961e77201ff4738382ea06e9f15ade70
+# Source0-md5: 81b9d7f1e19ce99c758d598c63543487
 URL:   https://harfbuzz.github.io/
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.13.0


 gitweb:

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

___
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-6.9.tar.xz patch-6.9.0.xz

2024-05-13 Thread atler
Request by: atler

wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/f699fcec-ccbb-4335-8bd3-3c0a2d731c5f/dc5d54c8f0e01412d18a520ff3f95a06/patch-6.9.0.xz
 https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.9.0.xz:
https://mirrors.edge.kernel.org/pub/linux/kernel/v6.x/patch-6.9.0.xz:
2024-05-14 02:15:08 ERROR 404: Not Found.


wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/f699fcec-ccbb-4335-8bd3-3c0a2d731c5f/dc5d54c8f0e01412d18a520ff3f95a06/patch-6.9.0.xz
 https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.9.0.xz:
exited with code 8 (0x00)

FATAL: https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.9.0.xz 
(dc5d54c8f0e01412d18a520ff3f95a06) was not fetched correctly (wget -nv --no-iri 
--user-agent=PLD/distfiles -O 
./tmp/f699fcec-ccbb-4335-8bd3-3c0a2d731c5f/dc5d54c8f0e01412d18a520ff3f95a06/patch-6.9.0.xz
 https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.9.0.xz: 
https://mirrors.edge.kernel.org/pub/linux/kernel/v6.x/patch-6.9.0.xz:
2024-05-14 02:15:08 ERROR 404: Not Found.
): file fetched but has 0 length

Files fetched: 0

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.9.tar.xz
b9828ed78dae306e3d90643cd5cdb8f1  linux-6.9.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


  1   2   3   4   5   6   7   8   9   10   >