DISTFILES: SDL2: SDL2-2.30.3.tar.gz

2024-05-01 Thread atler
Request by: atler


Files fetched: 1

STORED: http://www.libsdl.org/release/SDL2-2.30.3.tar.gz
85ceed58290332fa4ef75a3dabfa1b89  SDL2-2.30.3.tar.gz
Size: 7425677 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/SDL2] up to 2.30.3

2024-05-01 Thread atler
commit 57e7ac1d5857f16680d13b99e27fad10f7b1c83e
Author: Jan Palus 
Date:   Thu May 2 00:00:55 2024 +0200

up to 2.30.3

 SDL2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/SDL2.spec b/SDL2.spec
index 438..8e18949 100644
--- a/SDL2.spec
+++ b/SDL2.spec
@@ -61,12 +61,12 @@ Summary:SDL (Simple DirectMedia Layer) - 
Game/Multimedia Library
 Summary(pl.UTF-8): SDL (Simple DirectMedia Layer) - Biblioteka do 
gier/multimediów
 Summary(zh_CN.UTF-8):  SDL (Simple DirectMedia Layer) Generic APIs - 游戏/多媒体库
 Name:  SDL2
-Version:   2.30.2
+Version:   2.30.3
 Release:   1
 License:   Zlib (BSD-like)
 Group: Libraries
 Source0:   http://www.libsdl.org/release/%{name}-%{version}.tar.gz
-# Source0-md5: 08667937c83fada423dacc7cd90f3ec8
+# Source0-md5: 85ceed58290332fa4ef75a3dabfa1b89
 Patch0:%{name}-config.patch
 URL:   http://www.libsdl.org/
 %{?with_kms:BuildRequires: Mesa-libgbm-devel >= 11.1.0}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/SDL2.git/commitdiff/57e7ac1d5857f16680d13b99e27fad10f7b1c83e

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


[packages/qemu] BR: libblkio-devel

2024-05-01 Thread atler
commit 6657e096af1f3a9c2897dfd792593b1c00505323
Author: Jan Palus 
Date:   Wed May 1 23:45:27 2024 +0200

BR: libblkio-devel

 qemu.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/qemu.spec b/qemu.spec
index 30f7735..80da095 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -105,6 +105,7 @@ BuildRequires:  jack-audio-connection-kit-devel
 # for tests
 #BuildRequires:keyutils-devel
 BuildRequires: libaio-devel
+BuildRequires: libblkio-devel
 BuildRequires: libbpf-devel
 %{?with_smartcard:BuildRequires:   libcacard-devel >= 2.5.1}
 BuildRequires: libcap-ng-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qemu.git/commitdiff/6657e096af1f3a9c2897dfd792593b1c00505323

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


[packages/qemu] fix files when building without virgl

2024-05-01 Thread atler
commit 54e46ffc2ce8d9e2901700c9ba8f0d1e09bd8bb6
Author: Jan Palus 
Date:   Wed May 1 22:47:14 2024 +0200

fix files when building without virgl

 qemu.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index d127d15..30f7735 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -1399,9 +1399,9 @@ fi
 %endif
 %attr(755,root,root) %{_libdir}/%{name}/hw-display-qxl.so
 %attr(755,root,root) %{_libdir}/%{name}/hw-display-virtio-gpu.so
-%attr(755,root,root) %{_libdir}/%{name}/hw-display-virtio-gpu-gl.so
+%{?with_virgl:%attr(755,root,root) 
%{_libdir}/%{name}/hw-display-virtio-gpu-gl.so}
 %attr(755,root,root) %{_libdir}/%{name}/hw-display-virtio-gpu-pci.so
-%attr(755,root,root) %{_libdir}/%{name}/hw-display-virtio-gpu-pci-gl.so
+%{?with_virgl:%attr(755,root,root) 
%{_libdir}/%{name}/hw-display-virtio-gpu-pci-gl.so}
 %attr(755,root,root) %{_libdir}/%{name}/hw-display-virtio-vga.so
 %attr(755,root,root) %{_libdir}/%{name}/hw-display-virtio-vga-gl.so
 %attr(755,root,root) %{_libdir}/%{name}/hw-s390x-virtio-gpu-ccw.so
@@ -1427,8 +1427,8 @@ fi
 %dir %{_datadir}/%{name}/firmware
 %{_datadir}/%{name}/keymaps
 %{_datadir}/%{name}/trace-events-all
-%dir %{_datadir}/%{name}/vhost-user
 %if %{with virgl}
+%dir %{_datadir}/%{name}/vhost-user
 %{_datadir}/%{name}/vhost-user/50-qemu-gpu.json
 %endif
 %{_desktopdir}/qemu.desktop


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qemu.git/commitdiff/6657e096af1f3a9c2897dfd792593b1c00505323

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


[packages/qemu] BR: bison flex libstdc++-static

2024-05-01 Thread atler
commit 0bd67d82a186ff5bf76614b9f14dbc9ce6b608f7
Author: Jan Palus 
Date:   Wed May 1 22:32:13 2024 +0200

BR: bison flex libstdc++-static

 qemu.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/qemu.spec b/qemu.spec
index 0cebb18..d127d15 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -83,6 +83,7 @@ URL:  https://www.qemu.org/
 %{?with_sdl:BuildRequires: SDL2-devel >= 2.0}
 %{?with_sdl:BuildRequires: SDL2_image-devel >= 2.0}
 BuildRequires: alsa-lib-devel
+BuildRequires: bison
 %{?with_brlapi:BuildRequires:  brlapi-devel}
 BuildRequires: bzip2-devel
 %{?with_canokey:BuildRequires: canokey-qemu-devel}
@@ -91,6 +92,7 @@ BuildRequires:capstone-devel >= 4.0
 BuildRequires: curl-devel >= 7.29.0
 BuildRequires: cyrus-sasl-devel >= 2
 BuildRequires: daxctl-devel >= 57
+BuildRequires: flex
 BuildRequires: gcc >= 6:7.4
 BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.64
@@ -185,6 +187,7 @@ BuildRequires:  zstd-devel >= 1.4.0
 %if %{with user_static}
 BuildRequires: glib2-static >= 1:2.74
 BuildRequires: glibc-static
+BuildRequires: libstdc++-static >= 6:4.7
 BuildRequires: pcre2-8-static >= 10.32
 BuildRequires: zlib-static
 %endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qemu.git/commitdiff/6657e096af1f3a9c2897dfd792593b1c00505323

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


DISTFILES: liburing: liburing-2.6.tar.bz2

2024-05-01 Thread atler
Request by: atler


Files fetched: 1

STORED: https://brick.kernel.dk/snaps/liburing-2.6.tar.bz2
34a64ac60453932a4d62d733817dc8e2  liburing-2.6.tar.bz2
Size: 244371 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/liburing] up to 2.6

2024-05-01 Thread atler
commit d774e753f81132a3c20b3a9bf17ccde3b4d9036b
Author: Jan Palus 
Date:   Wed May 1 20:13:02 2024 +0200

up to 2.6

 liburing.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/liburing.spec b/liburing.spec
index b96ce65..68fb83a 100644
--- a/liburing.spec
+++ b/liburing.spec
@@ -1,12 +1,12 @@
 Summary:   Linux-native io_uring I/O access library
 Summary(pl.UTF-8): Biblioteka natywnego dla Linuksa dostępu we/wy io_uring
 Name:  liburing
-Version:   2.5
+Version:   2.6
 Release:   1
 License:   LGPL v2+ or MIT
 Group: Libraries
 Source0:   https://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
-# Source0-md5: f11218f6f2874250649ba1d908373e81
+# Source0-md5: 34a64ac60453932a4d62d733817dc8e2
 URL:   https://git.kernel.dk/cgit/liburing/
 BuildRequires: libstdc++-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/liburing.git/commitdiff/d774e753f81132a3c20b3a9bf17ccde3b4d9036b

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


DISTFILES: msmtp: msmtp-1.8.26.tar.xz

2024-05-01 Thread atler
Request by: atler


Files fetched: 1

STORED: https://marlam.de/msmtp/releases/msmtp-1.8.26.tar.xz
9fbc266d7420bde7cdd1f0b876abc369  msmtp-1.8.26.tar.xz
Size: 419644 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/msmtp] up to 1.8.26

2024-05-01 Thread atler
commit 75e8ab2813446036b90aa27c92ea1199edfe311a
Author: Jan Palus 
Date:   Wed May 1 18:13:35 2024 +0200

up to 1.8.26

 msmtp.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/msmtp.spec b/msmtp.spec
index c7b203c..89b4b9c 100644
--- a/msmtp.spec
+++ b/msmtp.spec
@@ -1,13 +1,13 @@
 Summary:   SMTP "plugin" for MUAs
 Summary(pl.UTF-8): "Wtyczka" SMTP dla klientów pocztowych (MUA)
 Name:  msmtp
-Version:   1.8.25
+Version:   1.8.26
 Release:   1
 License:   GPL v3+
 Group: Networking/Utilities
 #Source0Download: https://marlam.de/msmtp/download/
 Source0:   https://marlam.de/msmtp/releases/%{name}-%{version}.tar.xz
-# Source0-md5: 8d03759675907c1cacde0e9084bba751
+# Source0-md5: 9fbc266d7420bde7cdd1f0b876abc369
 Patch0:%{name}-home_etc.patch
 Patch1:%{name}-info.patch
 Source1:   %{name}rc


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/msmtp.git/commitdiff/75e8ab2813446036b90aa27c92ea1199edfe311a

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


[packages/libcdio-paranoia] - rediffed

2024-05-01 Thread hawk
commit f85e701c267715cc141f2709559bdee2cb071461
Author: Marcin Krol 
Date:   Wed May 1 13:44:49 2024 +0200

- rediffed

 libcdio-paranoia-am.patch | 9 +
 libcdio-paranoia.spec | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/libcdio-paranoia.spec b/libcdio-paranoia.spec
index 8050485..231998f 100644
--- a/libcdio-paranoia.spec
+++ b/libcdio-paranoia.spec
@@ -9,7 +9,7 @@ Name:   libcdio-paranoia
 %definelibcdio_ver 2.0.1
 %undefine  subver
 Version:   %{libcdio_ver}_%{paranoia_ver}%{?subver:_%{subver}}
-Release:   1
+Release:   2
 License:   GPL v3+
 Group: Libraries
 %if 0%{?subver:1}
diff --git a/libcdio-paranoia-am.patch b/libcdio-paranoia-am.patch
index 10d3f85..8caf886 100644
--- a/libcdio-paranoia-am.patch
+++ b/libcdio-paranoia-am.patch
@@ -1,7 +1,8 @@
 libcdio-paranoia-10.2+0.90+1/configure.ac.orig 2012-12-25 
01:07:50.0 +0100
-+++ libcdio-paranoia-10.2+0.90+1/configure.ac  2013-04-20 21:47:07.705641001 
+0200
-@@ -29,7 +29,7 @@
- AM_INIT_AUTOMAKE
+diff -urNp -x '*.orig' libcdio-paranoia-10.2+2.0.1.org/configure.ac 
libcdio-paranoia-10.2+2.0.1/configure.ac
+--- libcdio-paranoia-10.2+2.0.1.org/configure.ac   2019-09-16 
16:30:01.0 +0200
 libcdio-paranoia-10.2+2.0.1/configure.ac   2024-05-01 13:43:17.903564202 
+0200
+@@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR(src/cd-paranoia.c)
+ AM_INIT_AUTOMAKE([foreign])
  
  AC_CANONICAL_HOST
 -AM_CONFIG_HEADER(config.h)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcdio-paranoia.git/commitdiff/f85e701c267715cc141f2709559bdee2cb071461

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


[packages/libcdio] - patches from Debian

2024-05-01 Thread hawk
commit 2a79ea0297a6983bda83c2ecf7e3d5af31e8ceda
Author: Marcin Krol 
Date:   Wed May 1 13:29:43 2024 +0200

- patches from Debian

 Correct-realpath-test-failure.patch| 50 
 ...O_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch | 40 +
 Use-getmntent-setmntent-for-reading-mounts.patch   | 68 ++
 libcdio.spec   | 12 +++-
 ncursesw.patch | 17 ++
 ...ayer.c-always-use-s-style-format-for-prin.patch | 49 
 6 files changed, 235 insertions(+), 1 deletion(-)
---
diff --git a/libcdio.spec b/libcdio.spec
index 8860293..33a2896 100644
--- a/libcdio.spec
+++ b/libcdio.spec
@@ -14,12 +14,17 @@ Summary:GNU Compact Disc Input, Output and Control 
Library
 Summary(pl.UTF-8): Biblioteka GNU do obsługi wejścia, wyjścia i sterowania 
czytnikiem CD
 Name:  libcdio
 Version:   2.1.0
-Release:   1
+Release:   2
 License:   GPL v3+
 Group: Libraries
 Source0:   http://ftp.gnu.org/gnu/libcdio/%{name}-%{version}.tar.bz2
 # Source0-md5: aa7629e8f73662a762f64c444b901055
 Patch0:%{name}-info.patch
+Patch1:ncursesw.patch
+Patch2:
Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch
+Patch3:
src-cdda-player.c-always-use-s-style-format-for-prin.patch
+Patch4:Correct-realpath-test-failure.patch
+Patch5:Use-getmntent-setmntent-for-reading-mounts.patch
 URL:   http://www.gnu.org/software/libcdio/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake >= 1:1.8.3
@@ -144,6 +149,11 @@ Narzędzia używające libcdio: cd-info, cd-read.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %{__sed} -i 's, example$,,' Makefile.am
 
diff --git a/Correct-realpath-test-failure.patch 
b/Correct-realpath-test-failure.patch
new file mode 100644
index 000..15bb8ff
--- /dev/null
+++ b/Correct-realpath-test-failure.patch
@@ -0,0 +1,50 @@
+From: "R. Bernstein" 
+Date: Wed, 24 Aug 2022 14:34:33 -0400
+Subject: Correct realpath test failure
+MIME-Version: 1.0
+Content-Type: text/plain; charset="utf-8"
+Content-Transfer-Encoding: 8bit
+
+See https://savannah.gnu.org/bugs/?62948
+Patch courtesy of Martin Liška 
+
+(cherry picked from commit 56335fff0f21d294cd0e478d49542a43e9495ed0)
+---
+ test/driver/realpath.c | 13 -
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+diff --git a/test/driver/realpath.c b/test/driver/realpath.c
+index 289253e..cd46d62 100644
+--- a/test/driver/realpath.c
 b/test/driver/realpath.c
+@@ -1,5 +1,7 @@
+ /* -*- C -*-
+-  Copyright (C) 2010-2012, 2015, 2017 Rocky Bernstein 
++
++  Copyright (C) 2010-2012, 2015, 2017, 2022 Rocky Bernstein
++  
+ 
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+@@ -175,16 +177,17 @@ main(int argc, const char *argv[])
+ rc = check_rc(symlink(psz_symlink_file, psz_symlink_file),
+   "symlink", psz_symlink_file);
+ if (0 == rc) {
+-cdio_realpath(psz_symlink_file, psz_file_check);
+-if (0 != strncmp(psz_file_check, symlink_file, PATH_MAX)) {
++char *retvalue = cdio_realpath(psz_symlink_file, psz_file_check);
++if (0 != retvalue) {
++if (0 != strncmp(psz_file_check, symlink_file, PATH_MAX)) {
+ fprintf(stderr, "direct cdio_realpath cycle test failed. %s 
vs %s\n",
+ psz_file_check, symlink_file);
+   rc = 5;
+   goto err_exit;
++}
++check_rc(unlink(psz_symlink_file), "unlink", psz_symlink_file);
+ }
+-check_rc(unlink(psz_symlink_file), "unlink", psz_symlink_file);
+ }
+-
+ }
+ 
+ check_rc(unlink(psz_orig_file), "unlink", psz_orig_file);
diff --git a/Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch 
b/Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch
new file mode 100644
index 000..8b06628
--- /dev/null
+++ b/Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch
@@ -0,0 +1,40 @@
+From 08c1768aaeea86c522c0ef1705b9b6d434ebd3ae Mon Sep 17 00:00:00 2001
+From: Chris Lamb 
+Date: Fri, 28 Jul 2017 11:49:13 +0100
+Subject: [PATCH] Drop LIBCDIO_SOURCE_PATH by dropping STRIP_FROM_PATH Doxygen
+ setup; it's not used as FULL_PATH_NAMES = no
+
+---
+ configure.ac| 5 -
+ doc/doxygen/Doxyfile.in | 2 +-
+ 2 files changed, 1 insertion(+), 6 deletions(-)
+
+Index: b/configure.ac
+===
+--- a/configure.ac
 b/configure.ac
+@@ -557,11 +557,6 @@ AC_SUBST(HAVE_SOLARIS_CDROM)
+ AC_SUBST(HAVE_WIN32_CDROM)
+ AC_SUBST(HAVE_OS2_CDROM)
+ 
+-LIBCDIO_SOURCE_PATH="`pwd`"
+-AC_DEFINE_UNQUOTED(LIBCDIO_SOURCE_PATH, "$LIBCDIO_SOURCE_PATH",
+- 

[packages/metapackage-gnome] - gstreamer-kate is gone, rel 2

2024-05-01 Thread baggins
commit 462b287d432061f7f94ef6d61cd62b8da3e53728
Author: Jan Rękorajski 
Date:   Wed May 1 10:05:16 2024 +0200

- gstreamer-kate is gone, rel 2

 metapackage-gnome.spec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/metapackage-gnome.spec b/metapackage-gnome.spec
index fee2ba5..fb7608d 100644
--- a/metapackage-gnome.spec
+++ b/metapackage-gnome.spec
@@ -2,7 +2,7 @@ Summary:GNOME Desktop Environment with additional 
packages
 Summary(pl.UTF-8): Środowisko graficzne GNOME z dodatkowymi pakietami
 Name:  metapackage-gnome
 Version:   45
-Release:   1
+Release:   2
 License:   GPL/LGPL
 Group: X11/Applications
 Requires:  %{name}-accessibility = %{version}-%{release}
@@ -29,7 +29,6 @@ Requires: gstreamer-dvdread >= 1.22
 Requires:  gstreamer-flite >= 1.22
 Requires:  gstreamer-gme >= 1.22
 Requires:  gstreamer-gsm >= 1.22
-Requires:  gstreamer-kate >= 1.22
 Requires:  gstreamer-ladspa >= 1.22
 Requires:  gstreamer-lv2 >= 1.22
 Requires:  gstreamer-mjpegtools >= 1.22


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/metapackage-gnome.git/commitdiff/462b287d432061f7f94ef6d61cd62b8da3e53728

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


[packages/kp5-discover] Release 3 (by relup.sh)

2024-05-01 Thread baggins
commit 73a507ee5f9c1388214ac6a7ac8826272d05e34c
Author: Jan Rękorajski 
Date:   Wed May 1 10:13:15 2024 +0200

Release 3 (by relup.sh)

 kp5-discover.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kp5-discover.spec b/kp5-discover.spec
index bb333df..e1db75e 100644
--- a/kp5-discover.spec
+++ b/kp5-discover.spec
@@ -9,7 +9,7 @@ Summary:Discover - KDE Software Center
 Summary(pl.UTF-8): Odkrywca - Ośrodek programów KDE
 Name:  kp5-%{kpname}
 Version:   5.27.11
-Release:   2
+Release:   3
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-discover.git/commitdiff/73a507ee5f9c1388214ac6a7ac8826272d05e34c

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