DISTFILES: pcre2: pcre2-10.44.tar.bz2

2024-06-07 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.44/pcre2-10.44.tar.bz2
9d1fe11e2e919c7b395e3e8f0a5c3eec  pcre2-10.44.tar.bz2
Size: 1928086 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/pcre2] up to 10.44

2024-06-07 Thread atler
commit 05d4d77fd4e8278387e67f012072bf0653b88f7e
Author: Jan Palus 
Date:   Fri Jun 7 17:05:22 2024 +0200

up to 10.44

 pcre2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pcre2.spec b/pcre2.spec
index 0a7cc2d..8121252 100644
--- a/pcre2.spec
+++ b/pcre2.spec
@@ -10,12 +10,12 @@ Summary:Perl-Compatible Regular Expression library
 Summary(pl.UTF-8): Biblioteka perlowych wyrażeń regularnych
 Summary(pt_BR.UTF-8):  Biblioteca de expressões regulares versão
 Name:  pcre2
-Version:   10.43
+Version:   10.44
 Release:   1
 License:   BSD (see LICENCE)
 Group: Libraries
 Source0:   
https://github.com/PhilipHazel/pcre2/releases/download/pcre2-%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: c8e2043cbc4abb80e76dba323f7c409f
+# Source0-md5: 9d1fe11e2e919c7b395e3e8f0a5c3eec
 URL:   http://www.pcre.org/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pcre2.git/commitdiff/05d4d77fd4e8278387e67f012072bf0653b88f7e

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


DISTFILES: usbguard: usbguard-1.1.3.tar.gz

2024-06-07 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/USBGuard/usbguard/releases/download/usbguard-1.1.3/usbguard-1.1.3.tar.gz
fc4d8d603cd6eecd8b6d0a50f492228e  usbguard-1.1.3.tar.gz
Size: 1667784 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/usbguard] up to 1.1.3

2024-06-07 Thread atler
commit 8739a6b17b4d1a50bd7c0bfd1da832c2e777c475
Author: Jan Palus 
Date:   Fri Jun 7 10:41:17 2024 +0200

up to 1.1.3

 gcc13.patch   | 41 -
 usbguard.spec |  9 -
 2 files changed, 4 insertions(+), 46 deletions(-)
---
diff --git a/usbguard.spec b/usbguard.spec
index 07cb9ab..967fb3f 100644
--- a/usbguard.spec
+++ b/usbguard.spec
@@ -5,19 +5,18 @@
 
 Summary:   Software framework for implementing USB device authorization 
policies
 Name:  usbguard
-Version:   1.1.2
+Version:   1.1.3
 Release:   1
 License:   GPL v2+
 Group: Applications/System
 Source0:   
https://github.com/USBGuard/usbguard/releases/download/%{name}-%{version}/usbguard-%{version}.tar.gz
-# Source0-md5: 3c9478e17bac575ff51b1d746e72f25c
-Patch0:gcc13.patch
+# Source0-md5: fc4d8d603cd6eecd8b6d0a50f492228e
 URL:   https://usbguard.github.io/
 BuildRequires: PEGTL-devel
 BuildRequires: asciidoc
 BuildRequires: audit-libs-devel >= 2.7.7
 BuildRequires: dbus-devel
-BuildRequires: glib2-devel
+BuildRequires: glib2-devel >= 1:2.46
 %ifnarch %arch_with_atomics64
 BuildRequires: libatomic-devel
 %endif
@@ -38,6 +37,7 @@ BuildRequires:rpmbuild(macros) >= 2.025
 BuildRequires: umockdev-devel >= 0.8.0
 Requires:  %{name}-libs%{?_isa} = %{version}-%{release}
 Requires:  audit-libs >= 2.7.7
+Requires:  glib2 >= 1:2.46
 Requires:  libcap-ng >= 0.7.0
 Requires:  libseccomp >= 2.0.0
 %{?with_systemd:Requires:  systemd-units >= 38}
@@ -78,7 +78,6 @@ Static usbguard library.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
diff --git a/gcc13.patch b/gcc13.patch
deleted file mode 100644
index 7b93c51..000
--- a/gcc13.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 1da0cfbb9ae978822d961d8b22d8d5125c11247a Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Thu, 26 Jan 2023 23:46:56 -0800
-Subject: [PATCH] include missing 
-
-gcc 13 moved some includes around and as a result  is no
-longer transitively included [1]. Explicitly include it for
-uint8_t.
-
-[1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes
-
-Signed-off-by: Khem Raj 

- src/Library/Base64.cpp | 1 -
- src/Library/Base64.hpp | 1 +
- 2 files changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/Library/Base64.cpp b/src/Library/Base64.cpp
-index ddb28dce..0246a134 100644
 a/src/Library/Base64.cpp
-+++ b/src/Library/Base64.cpp
-@@ -22,7 +22,6 @@
- 
- #include "Base64.hpp"
- #include 
--#include 
- 
- namespace usbguard
- {
-diff --git a/src/Library/Base64.hpp b/src/Library/Base64.hpp
-index 0947f214..e0c745cb 100644
 a/src/Library/Base64.hpp
-+++ b/src/Library/Base64.hpp
-@@ -23,6 +23,7 @@
- #endif
- 
- #include 
-+#include 
- #include 
- 
- namespace usbguard


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/usbguard.git/commitdiff/8739a6b17b4d1a50bd7c0bfd1da832c2e777c475

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


DISTFILES: weechat: weechat-4.3.2.tar.xz

2024-06-06 Thread atler
Request by: atler


Files fetched: 1

STORED: https://www.weechat.org/files/src/weechat-4.3.2.tar.xz
fea30ea7f8e2742dafa710237700a79e  weechat-4.3.2.tar.xz
Size: 2693508 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/weechat] up to 4.3.2

2024-06-06 Thread atler
commit 0b19021576800c8e462ab4b376cc27567d55aa33
Author: Jan Palus 
Date:   Thu Jun 6 22:19:35 2024 +0200

up to 4.3.2

 weechat.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/weechat.spec b/weechat.spec
index 2f1d6c3..18f9efa 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -25,12 +25,12 @@
 Summary:   WeeChat - fast and light chat environment
 Summary(pl.UTF-8): WeeChat - szybkie i lekkie środowisko do rozmów
 Name:  weechat
-Version:   4.3.1
+Version:   4.3.2
 Release:   1
 License:   GPL v3+
 Group: Applications/Communications
 Source0:   https://www.weechat.org/files/src/%{name}-%{version}.tar.xz
-# Source0-md5: 5b0ae9da1d3378a56712f6c104671209
+# Source0-md5: fea30ea7f8e2742dafa710237700a79e
 URL:   http://www.weechat.org/
 %{?with_aspell:BuildRequires:  aspell-devel}
 BuildRequires: cjson-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/weechat.git/commitdiff/0b19021576800c8e462ab4b376cc27567d55aa33

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


DISTFILES: php: php-8.3.8.tar.xz

2024-06-06 Thread atler
Request by: atler


Files fetched: 1

STORED: https://www.php.net/distributions/php-8.3.8.tar.xz
3a731ebd24cd36c70148416703ba2f0e  php-8.3.8.tar.xz
Size: 12480896 bytes


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


[packages/php] up to 8.3.8 (fixes CVE-2024-4577 CVE-2024-5458 CVE-2024-5585)

2024-06-06 Thread atler
commit fe92a9de38da2a6719fcc7323ec8f045c8f1ba4c
Author: Jan Palus 
Date:   Thu Jun 6 20:59:58 2024 +0200

up to 8.3.8 (fixes CVE-2024-4577 CVE-2024-5458 CVE-2024-5585)

 php.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php.spec b/php.spec
index 421adc1..274b4e7 100644
--- a/php.spec
+++ b/php.spec
@@ -150,7 +150,7 @@ Summary(pt_BR.UTF-8):   A linguagem de script PHP
 Summary(ru.UTF-8): PHP - язык препроцессирования HTML-файлов, выполняемый 
на сервере
 Summary(uk.UTF-8): PHP - мова препроцесування HTML-файлів, виконувана на 
сервері
 Name:  %{orgname}%{php_suffix}
-Version:   8.3.7
+Version:   8.3.8
 Release:   %{rel}
 Epoch: 4
 # All files licensed under PHP version 3.01, except
@@ -159,7 +159,7 @@ Epoch:  4
 License:   PHP 3.01 and Zend and BSD
 Group: Libraries
 Source0:   https://www.php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5: 81986a54500ebc40d1f92682e0e1
+# Source0-md5: 3a731ebd24cd36c70148416703ba2f0e
 #Source0:  
https://downloads.php.net/~pierrick/php-%{version}%{subver}.tar.xz
 Source1:   opcache.ini
 Source2:   %{orgname}-mod_php.conf


 gitweb:

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

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


DISTFILES: grub2: ERRORS: grub-2.12.tar.xz

2024-06-06 Thread atler
Request by: atler

grub2: maximum number of bcond posibilities exceeded



Files fetched: 0

ALREADY GOT: https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz
60c564b1bdc39d8e43b3aab4bc0fb140  grub-2.12.tar.xz


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


[packages/grub2] rel 1

2024-06-06 Thread atler
commit a3d714ca88da46cf6213b71d3c6cc8596c388a2e
Author: Jan Palus 
Date:   Thu Jun 6 20:23:12 2024 +0200

rel 1

 grub2.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/grub2.spec b/grub2.spec
index 14c..9e8cc07 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -144,7 +144,7 @@ Summary(pl.UTF-8):  GRUB2 - bootloader dla x86 i ppc
 Summary(pt_BR.UTF-8):  Gerenciador de inicialização GRUB2
 Name:  grub2
 Version:   2.12
-Release:   0.1
+Release:   1
 License:   GPL v2
 Group: Base
 Source0:   https://ftp.gnu.org/gnu/grub/grub-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grub2.git/commitdiff/a3d714ca88da46cf6213b71d3c6cc8596c388a2e

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


DISTFILES: pidgin: pidgin-2.14.13.tar.bz2

2024-06-06 Thread atler
Request by: atler


Files fetched: 1

STORED: https://downloads.sourceforge.net/pidgin/pidgin-2.14.13.tar.bz2
7fa88c8734d22c96ef298b25cd0db0c4  pidgin-2.14.13.tar.bz2
Size: 8230755 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/pidgin] update desktop database

2024-06-06 Thread atler
commit aa52301a31e318cbd775e5ec553f32fafb29e403
Author: Jan Palus 
Date:   Thu Jun 6 20:20:57 2024 +0200

update desktop database

 pidgin.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/pidgin.spec b/pidgin.spec
index 6b70893..892db70 100644
--- a/pidgin.spec
+++ b/pidgin.spec
@@ -109,6 +109,7 @@ BuildRequires:  xorg-lib-libXScrnSaver-devel
 BuildRequires: doxygen
 BuildRequires: graphviz
 %endif
+Requires(post,postun): desktop-file-utils
 Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): hicolor-icon-theme
 %{?with_gconf:Requires(post,preun):GConf2 >= 2.16.0}
@@ -650,12 +651,14 @@ if [ "$1" = 1 ]; then
Please do not forget to install libpurple-protocols what do you need!
 EOF
 fi
+%update_desktop_database_post
 
 %preun
 %{?with_gconf:%gconf_schema_uninstall purple.schemas}
 
 %postun
 %update_icon_cache hicolor
+%update_desktop_database_postun
 
 %post  -n libpurple -p /sbin/ldconfig
 %postun-n libpurple -p /sbin/ldconfig


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pidgin.git/commitdiff/aa52301a31e318cbd775e5ec553f32fafb29e403

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


[packages/pidgin] up to 2.14.13

2024-06-06 Thread atler
commit f704fece7c8abe6c1703b80725ac5e6360d01994
Author: Jan Palus 
Date:   Thu Jun 6 20:19:34 2024 +0200

up to 2.14.13

 pidgin-nolibs.patch | 2 +-
 pidgin.spec | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/pidgin.spec b/pidgin.spec
index 986ca1a..6b70893 100644
--- a/pidgin.spec
+++ b/pidgin.spec
@@ -35,12 +35,12 @@ Summary(ko.UTF-8):  AOL 인스턴트 메신저와 호환되는 클라이언트
 Summary(pl.UTF-8): Oparty na GTK+ klient komunikatorów obsługujący wiele 
protokołów
 Summary(pt_BR.UTF-8):  Um cliente para o AOL Instant Messenger (AIM)
 Name:  pidgin
-Version:   2.14.12
-Release:   3
+Version:   2.14.13
+Release:   1
 License:   GPL v2+
 Group: Applications/Communications
 Source0:   
https://downloads.sourceforge.net/pidgin/%{name}-%{version}.tar.bz2
-# Source0-md5: cfcf2ab67717e7c2884e4399864b877a
+# Source0-md5: 7fa88c8734d22c96ef298b25cd0db0c4
 Patch0:%{name}-nolibs.patch
 Patch1:%{name}-dbus-dir.patch
 Patch2:%{name}-ca_file.patch
diff --git a/pidgin-nolibs.patch b/pidgin-nolibs.patch
index 4fad0c7..ee32be9 100644
--- a/pidgin-nolibs.patch
+++ b/pidgin-nolibs.patch
@@ -16,7 +16,7 @@
  
  if test "x$have_libgadu" = "xyes"; then
 +  save_LIBS="$LIBS"
-   AC_CHECK_LIB(gadu, gg_is_gpl_compliant, , [
+   AC_CHECK_LIB(gadu, gg_is_gpl_compliant, [:], [
LIBGADU_LIBS=""
LIBGADU_CFLAGS=""
 @@ -1112,6 +1113,7 @@


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pidgin.git/commitdiff/aa52301a31e318cbd775e5ec553f32fafb29e403

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


DISTFILES: grub2: ERRORS: grub-2.12.tar.xz

2024-06-06 Thread atler
Request by: atler

grub2: maximum number of bcond posibilities exceeded



Files fetched: 0

ALREADY GOT: https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz
60c564b1bdc39d8e43b3aab4bc0fb140  grub-2.12.tar.xz


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


[packages/grub2] add x32 patch

2024-06-06 Thread atler
commit da64f27b9bf3fa53a13fae593e3e73390c692f7a
Author: Jan Palus 
Date:   Thu Jun 6 20:05:59 2024 +0200

add x32 patch

 grub2.spec |  2 ++
 x32.patch  | 11 +++
 2 files changed, 13 insertions(+)
---
diff --git a/grub2.spec b/grub2.spec
index 3309779..14c 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -165,6 +165,7 @@ Patch10:ignore-kernel-symlinks.patch
 Patch11:   choose-preferred-initrd.patch
 Patch12:   %{name}-cfg.patch
 Patch14:   blscfg.patch
+Patch15:   x32.patch
 URL:   http://www.gnu.org/software/grub/
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11.1-1
@@ -533,6 +534,7 @@ Motyw starfield dla GRUB-a.
 %patch11 -p1
 %patch12 -p0
 %patch14 -p1
+%patch15 -p1
 
 # we don't have C.utf-8 and need an UTF-8 locale for build
 sed -i -e 's/LC_ALL=C.UTF-8/LC_ALL=en_US.utf-8/g' po/Makefile* po/Rules*
diff --git a/x32.patch b/x32.patch
new file mode 100644
index 000..8f526ec
--- /dev/null
+++ b/x32.patch
@@ -0,0 +1,11 @@
+--- grub-2.12/include/grub/efi/api.h.orig  2023-11-22 18:52:44.0 
+0100
 grub-2.12/include/grub/efi/api.h   2024-06-06 19:27:51.082911968 +0200
+@@ -587,7 +587,7 @@
+  */
+ #if defined(__i386__)
+ #define __grub_efi_api__attribute__((regparm(0)))
+-#elif defined(__x86_64__)
++#elif defined(__x86_64__) && !defined(__ILP32__)
+ #define __grub_efi_api__attribute__((ms_abi))
+ #else
+ #define __grub_efi_api


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grub2.git/commitdiff/da64f27b9bf3fa53a13fae593e3e73390c692f7a

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


DISTFILES: weston: weston-13.0.3.tar.xz

2024-06-06 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://gitlab.freedesktop.org/wayland/weston/-/releases/13.0.3/downloads/weston-13.0.3.tar.xz
9e10833f807214b4b060a1a8db1e3057  weston-13.0.3.tar.xz
Size: 1986952 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/weston] up to 13.0.3

2024-06-06 Thread atler
commit 77d4dcd5af1affa02d5f069634e227aa52b81611
Author: Jan Palus 
Date:   Thu Jun 6 16:06:11 2024 +0200

up to 13.0.3

 weston.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/weston.spec b/weston.spec
index 8acb586..659bc2d 100644
--- a/weston.spec
+++ b/weston.spec
@@ -21,13 +21,13 @@
 Summary:   Weston - Wayland demos
 Summary(pl.UTF-8): Weston - programy demonstracyjne dla protokołu Wayland
 Name:  weston
-Version:   13.0.1
+Version:   13.0.3
 Release:   1
 License:   MIT
 Group: Applications
 #Source0Download: https://gitlab.freedesktop.org/wayland/weston/-/releases/
 Source0:   
https://gitlab.freedesktop.org/wayland/weston/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
-# Source0-md5: 5795b9bfcfdd5f62f170e8bb3f01a3a5
+# Source0-md5: 9e10833f807214b4b060a1a8db1e3057
 Patch0:%{name}-freerdp2.patch
 Patch1:%{name}-noarch-protocols.patch
 URL:   https://wayland.freedesktop.org/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/weston.git/commitdiff/77d4dcd5af1affa02d5f069634e227aa52b81611

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


DISTFILES: libinput: libinput-1.26.0.tar.bz2

2024-06-06 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.26.0/libinput-1.26.0.tar.bz2
eaddffed073f10f54f60e515c95f28ab  libinput-1.26.0.tar.bz2
Size: 821648 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/libinput] up to 1.26.0

2024-06-06 Thread atler
commit 8d8780687d9dcb15138e8829cc849e0cb9a98098
Author: Jan Palus 
Date:   Thu Jun 6 15:59:04 2024 +0200

up to 1.26.0

 libinput.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libinput.spec b/libinput.spec
index 3f8976b..f1233a3 100644
--- a/libinput.spec
+++ b/libinput.spec
@@ -14,12 +14,12 @@
 Summary:   Input device library
 Summary(pl.UTF-8): Biblioteka urządzeń wejściowych
 Name:  libinput
-Version:   1.25.0
+Version:   1.26.0
 Release:   1
 License:   MIT
 Group: Libraries
 Source0:   
https://gitlab.freedesktop.org/libinput/libinput/-/archive/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: ab452d2dac4edc5d0eff21a329d2869a
+# Source0-md5: eaddffed073f10f54f60e515c95f28ab
 URL:   https://www.freedesktop.org/wiki/Software/libinput/
 BuildRequires: check-devel >= 0.9.10
 BuildRequires: libevdev-devel >= 1.3


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libinput.git/commitdiff/8d8780687d9dcb15138e8829cc849e0cb9a98098

___
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.1.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-06-06 Thread atler
Request by: atler


Files fetched: 1

STORED: https://archive.mesa3d.org/mesa-24.1.1.tar.xz
8415005045bfa3a423da5ef1a2303a42  mesa-24.1.1.tar.xz
Size: 29019256 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
ALREADY GOT: 
https://crates.io/api/v1/crates/paste/1.0.14/download?/paste-1.0.14.tar.gz
1781b204ec7b6b1ef9232d429e6a973a  paste-1.0.14.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.1.1

2024-06-06 Thread atler
commit 9fd26dba00dca7abf541770ffc07e7d57bcff620
Author: Jan Palus 
Date:   Thu Jun 6 13:16:59 2024 +0200

up to 24.1.1

 Mesa.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index 8af34df..c88f093 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -90,12 +90,12 @@
 Summary:   Free OpenGL implementation
 Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
 Name:  Mesa
-Version:   24.1.0
+Version:   24.1.1
 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: a4765bf146091455f22b905c3082835f
+# Source0-md5: 8415005045bfa3a423da5ef1a2303a42
 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/9fd26dba00dca7abf541770ffc07e7d57bcff620

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


DISTFILES: golang: go1.22.4.src.tar.gz

2024-06-05 Thread atler
Request by: atler


Files fetched: 1

STORED: https://storage.googleapis.com/golang/go1.22.4.src.tar.gz
f0065e733afc3fe13587a743cd9aefb9  go1.22.4.src.tar.gz
Size: 2703 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/golang] up to 1.22.4 (fixes CVE-2024-24790 CVE-2024-24789)

2024-06-05 Thread atler
commit e9b5cbf25f757ce9a54e66538d59a56fb8f8235b
Author: Jan Palus 
Date:   Wed Jun 5 20:51:30 2024 +0200

up to 1.22.4 (fixes CVE-2024-24790 CVE-2024-24789)

 golang.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/golang.spec b/golang.spec
index 7380a2a..aa00140 100644
--- a/golang.spec
+++ b/golang.spec
@@ -25,14 +25,14 @@
 Summary:   Go compiler and tools
 Summary(pl.UTF-8): Kompilator języka Go i narzędzia
 Name:  golang
-Version:   1.22.3
+Version:   1.22.4
 Release:   1
 # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under 
Public Domain
 License:   BSD and Public Domain
 Group: Development/Languages
 # Source0Download: https://go.dev/dl/
 Source0:   https://storage.googleapis.com/golang/go%{version}.src.tar.gz
-# Source0-md5: 51e38731cb2e58ec6e82363d0cad8085
+# Source0-md5: f0065e733afc3fe13587a743cd9aefb9
 Patch0:ca-certs.patch
 URL:   https://go.dev/
 BuildRequires: bash


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/golang.git/commitdiff/e9b5cbf25f757ce9a54e66538d59a56fb8f8235b

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


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

2024-06-05 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://pwmt.org/projects/zathura-pdf-mupdf/download/zathura-pdf-mupdf-0.4.3.tar.xz
c84a9d0fd372ed0334fdd4a424490a70  zathura-pdf-mupdf-0.4.3.tar.xz
Size: 9528 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.3

2024-06-05 Thread atler
commit dc49a5f65662bfb48f89041559788d161d71a5d0
Author: Jan Palus 
Date:   Wed Jun 5 20:35:59 2024 +0200

up to 0.4.3

 mupdf_1.18.patch   | 2 +-
 zathura-pdf-mupdf.spec | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/zathura-pdf-mupdf.spec b/zathura-pdf-mupdf.spec
index 5e4e79f..268a7f2 100644
--- a/zathura-pdf-mupdf.spec
+++ b/zathura-pdf-mupdf.spec
@@ -1,12 +1,12 @@
 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.2
-Release:   2
+Version:   0.4.3
+Release:   1
 License:   BSD-like
 Group: Applications/Publishing
 Source0:   
https://pwmt.org/projects/zathura-pdf-mupdf/download/%{name}-%{version}.tar.xz
-# Source0-md5: 11e2b264ac475e3337d66a5ed16cd142
+# Source0-md5: c84a9d0fd372ed0334fdd4a424490a70
 Patch0:mupdf_1.18.patch
 URL:   https://pwmt.org/projects/zathura-pdf-mupdf/
 BuildRequires: cairo-devel
@@ -17,7 +17,7 @@ BuildRequires:glib2-devel >= 2.0
 BuildRequires: gtk+3-devel >= 3.2
 BuildRequires: gumbo-parser-devel
 BuildRequires: meson >= 0.61
-BuildRequires: mupdf-devel >= 1.20.0
+BuildRequires: mupdf-devel >= 1.24.0
 BuildRequires: ninja
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.736
diff --git a/mupdf_1.18.patch b/mupdf_1.18.patch
index 3ad0293..b498ae2 100644
--- a/mupdf_1.18.patch
+++ b/mupdf_1.18.patch
@@ -3,7 +3,7 @@
 @@ -20,7 +20,7 @@
  glib = dependency('glib-2.0')
  cairo = dependency('cairo')
- mupdf = dependency('mupdf', required: false)
+ mupdf = dependency('mupdf', required: false, version: 
'>=@0@.@1@'.format(mupdf_required_version_major, mupdf_required_version_minor))
 -mupdfthird = cc.find_library('mupdf-third')
 +mupdfthird = cc.find_library('mupdf-third', required: false)
  


 gitweb:

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

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


[packages/openssh] openssl 3.3.1 rebuild

2024-06-05 Thread atler
commit b362e263155bc5b1fef524cda755029cae9ba3a0
Author: Jan Palus 
Date:   Wed Jun 5 20:23:30 2024 +0200

openssl 3.3.1 rebuild

Release 4 (by relup.sh)

 openssh.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openssh.spec b/openssh.spec
index 2de60ac..f0c4290 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -37,7 +37,7 @@ Summary(ru.UTF-8):OpenSSH - свободная реализация прото
 Summary(uk.UTF-8): OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:  openssh
 Version:   9.7p1
-Release:   3
+Release:   4
 Epoch: 2
 License:   BSD
 Group: Applications/Networking


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/b362e263155bc5b1fef524cda755029cae9ba3a0

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


DISTFILES: libbpf: libbpf-1.4.3.tar.gz

2024-06-05 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/libbpf/libbpf/archive/v1.4.3/libbpf-1.4.3.tar.gz
52054f321544c32e89f0b766bbac9321  libbpf-1.4.3.tar.gz
Size: 1016055 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/libbpf] up to 1.4.3

2024-06-05 Thread atler
commit 29c96343b8965ab25dbd8a672150290e5a5491db
Author: Jan Palus 
Date:   Wed Jun 5 14:38:19 2024 +0200

up to 1.4.3

 libbpf.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libbpf.spec b/libbpf.spec
index 8c2e051..d0e7ca3 100644
--- a/libbpf.spec
+++ b/libbpf.spec
@@ -5,13 +5,13 @@
 Summary:   Libbpf library
 Summary(pl.UTF-8): Biblioteka libbpf
 Name:  libbpf
-Version:   1.4.2
+Version:   1.4.3
 Release:   1
 License:   LGPL v2.1 or BSD
 Group: Libraries
 #Source0Download: https://github.com/libbpf/libbpf/releases
 Source0:   
https://github.com/libbpf/libbpf/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 8c2f316b5874072fbce29081eeca9681
+# Source0-md5: 52054f321544c32e89f0b766bbac9321
 URL:   https://github.com/libbpf/libbpf
 BuildRequires: elfutils-devel
 BuildRequires: linux-libc-headers >= 7:5.4.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libbpf.git/commitdiff/29c96343b8965ab25dbd8a672150290e5a5491db

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


[packages/openssh] add missing includes to ldap patch to fix build with gcc 14

2024-06-04 Thread atler
commit 05e2835edbd3822319482efdc6d3748a3a19f365
Author: Jan Palus 
Date:   Tue Jun 4 21:35:31 2024 +0200

add missing includes to ldap patch to fix build with gcc 14

 ldap-helper-sigpipe.patch | 2 +-
 openssh-ldap.patch| 9 ++---
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/ldap-helper-sigpipe.patch b/ldap-helper-sigpipe.patch
index cfa2018..7808407 100644
--- a/ldap-helper-sigpipe.patch
+++ b/ldap-helper-sigpipe.patch
@@ -84,7 +84,7 @@ exit 0
 --- openssh-6.6p1/ldap-helper.c~   2014-05-13 17:04:22.258162978 +0300
 +++ openssh-6.6p1/ldap-helper.c2014-05-13 17:14:08.398824417 +0300
 @@ -31,6 +31,7 @@
- #include "ldapbody.h"
+ #include 
  #include 
  #include 
 +#include 
diff --git a/openssh-ldap.patch b/openssh-ldap.patch
index cfc7615..79f4dff 100644
--- a/openssh-ldap.patch
+++ b/openssh-ldap.patch
@@ -322,7 +322,7 @@ diff -urNp -x '*.orig' openssh-8.4p1.org/configure.ac 
openssh-8.4p1/configure.ac
 diff -urNp -x '*.orig' openssh-8.4p1.org/ldap-helper.c 
openssh-8.4p1/ldap-helper.c
 --- openssh-8.4p1.org/ldap-helper.c1970-01-01 01:00:00.0 +0100
 +++ openssh-8.4p1/ldap-helper.c2021-03-01 11:29:31.280956671 +0100
-@@ -0,0 +1,155 @@
+@@ -0,0 +1,156 @@
 +/* $OpenBSD: ssh-pka-ldap.c,v 1.1 2009/12/03 03:34:42 jfch Exp $ */
 +/*
 + * Copyright (c) 2009 Jan F. Chadima.  All rights reserved.
@@ -354,6 +354,7 @@ diff -urNp -x '*.orig' openssh-8.4p1.org/ldap-helper.c 
openssh-8.4p1/ldap-helper
 +#include "xmalloc.h"
 +#include "ldapconf.h"
 +#include "ldapbody.h"
++#include 
 +#include 
 +#include 
 +
@@ -609,7 +610,7 @@ diff -urNp -x '*.orig' openssh-8.4p1.org/ldap.conf 
openssh-8.4p1/ldap.conf
 diff -urNp -x '*.orig' openssh-8.4p1.org/ldapbody.c openssh-8.4p1/ldapbody.c
 --- openssh-8.4p1.org/ldapbody.c   1970-01-01 01:00:00.0 +0100
 +++ openssh-8.4p1/ldapbody.c   2021-03-01 11:29:31.280956671 +0100
-@@ -0,0 +1,494 @@
+@@ -0,0 +1,495 @@
 +/* $OpenBSD: ldapbody.c,v 1.1 2009/12/03 03:34:42 jfch Exp $ */
 +/*
 + * Copyright (c) 2009 Jan F. Chadima.  All rights reserved.
@@ -642,6 +643,7 @@ diff -urNp -x '*.orig' openssh-8.4p1.org/ldapbody.c 
openssh-8.4p1/ldapbody.c
 +#include "ldapmisc.h"
 +#include "ldapbody.h"
 +#include 
++#include 
 +#include 
 +
 +#define LDAPSEARCH_FORMAT 
"(&(objectclass=%s)(objectclass=ldapPublicKey)(uid=%s)%s)"
@@ -1148,7 +1150,7 @@ diff -urNp -x '*.orig' openssh-8.4p1.org/ldapbody.h 
openssh-8.4p1/ldapbody.h
 diff -urNp -x '*.orig' openssh-8.4p1.org/ldapconf.c openssh-8.4p1/ldapconf.c
 --- openssh-8.4p1.org/ldapconf.c   1970-01-01 01:00:00.0 +0100
 +++ openssh-8.4p1/ldapconf.c   2021-03-01 11:29:31.280956671 +0100
-@@ -0,0 +1,691 @@
+@@ -0,0 +1,692 @@
 +/* $OpenBSD: ldapconf.c,v 1.1 2009/12/03 03:34:42 jfch Exp $ */
 +/*
 + * Copyright (c) 2009 Jan F. Chadima.  All rights reserved.
@@ -1181,6 +1183,7 @@ diff -urNp -x '*.orig' openssh-8.4p1.org/ldapconf.c 
openssh-8.4p1/ldapconf.c
 +#include "xmalloc.h"
 +#include "ldapconf.h"
 +#include 
++#include 
 +#include 
 +
 +/* Keyword tokens. */


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/05e2835edbd3822319482efdc6d3748a3a19f365

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


DISTFILES: pcsc-driver-ccid: ccid-1.6.0.tar.xz

2024-06-04 Thread atler
Request by: atler


Files fetched: 1

STORED: https://ccid.apdu.fr/files/ccid-1.6.0.tar.xz
bcb4219c9ed5b1b93859c67ecdcc9ab2  ccid-1.6.0.tar.xz
Size: 195708 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/pcsc-driver-ccid] up to 1.6.0

2024-06-04 Thread atler
commit 314d1173c59c53dd1ac014842361bfe13b09ddbd
Author: Jan Palus 
Date:   Tue Jun 4 18:51:44 2024 +0200

up to 1.6.0

- switch to meson -- upstream still keeps autotools files but they are
  no longer maintained (not even version is updated (on purpose))

 pcsc-driver-ccid.spec | 36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/pcsc-driver-ccid.spec b/pcsc-driver-ccid.spec
index b900204..ff31573 100644
--- a/pcsc-driver-ccid.spec
+++ b/pcsc-driver-ccid.spec
@@ -1,19 +1,23 @@
 Summary:   Generic USB CCID (Chip/Smart Card Interface Devices) driver
 Summary(pl.UTF-8): Ogólny sterownik USB CCID (Chip/Smart Card Interface 
Devices)
 Name:  pcsc-driver-ccid
-Version:   1.5.5
+Version:   1.6.0
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
-Source0:   https://ccid.apdu.fr/files/ccid-%{version}.tar.bz2
-# Source0-md5: da78a5fa37e326988d85f3a0291c784e
+Source0:   https://ccid.apdu.fr/files/ccid-%{version}.tar.xz
+# Source0-md5: bcb4219c9ed5b1b93859c67ecdcc9ab2
 URL:   https://ccid.apdu.fr/
 BuildRequires: flex
 BuildRequires: libusb-devel >= 1.0.9
+BuildRequires: meson
+BuildRequires: ninja
 BuildRequires: pcsc-lite-devel >= 1.8.3
 BuildRequires: perl-base
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) >= 1.583
+BuildRequires: rpmbuild(macros) >= 1.736
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 BuildRequires: zlib-devel >= 1.2.3.1
 Requires:  libusb >= 1.0.9
 Requires:  pcsc-lite >= 1.8.3
@@ -23,7 +27,7 @@ Obsoletes:udev-pcsc-driver-ccid < 1.4.30
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %defineusbdropdir  /usr/%{_lib}/pcsc/drivers
-%defineccidtwindir /usr/%{_lib}/pcsc/drivers
+%defineccidtwindir /usr/%{_lib}/pcsc/drivers/serial
 
 # pcscd provides log_msg and log_xxd functions
 %defineskip_post_check_so  libccid.so.1.4.0 
libccidtwin.so.1.4.0
@@ -70,22 +74,17 @@ szeregowy. Obsługiwane urządzenia CCID:
 %setup -q -n ccid-%{version}
 
 %build
-%configure \
-   --disable-silent-rules \
-   --enable-ccidtwindir=%{ccidtwindir} \
-   --enable-twinserial \
-   --enable-usbdropdir=%{usbdropdir}
-%{__make}
+%meson build \
+   --default-library=shared \
+   -Dserial=true
+
+%ninja_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/lib/udev/rules.d
 
-%{__make} install \
-   DESTDIR=$RPM_BUILD_ROOT
-
-%{__make} -C src install_ccidtwin \
-   DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 cp -p src/92_pcscd_ccid.rules 
$RPM_BUILD_ROOT/lib/udev/rules.d/70-pcscd_ccid.rules
 
@@ -94,7 +93,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README.md SCARDGETATTRIB.md 
readers/supported_readers.txt
+%doc AUTHORS README.md SCARDGETATTRIB.md readers/supported_readers.txt
 %dir %{usbdropdir}/ifd-ccid.bundle
 %dir %{usbdropdir}/ifd-ccid.bundle/Contents
 %{usbdropdir}/ifd-ccid.bundle/Contents/Info.plist
@@ -104,6 +103,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files serial
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README.md SCARDGETATTRIB.md 
readers/supported_readers.txt
+%doc AUTHORS README.md SCARDGETATTRIB.md readers/supported_readers.txt
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/reader.conf.d/libccidtwin
+%dir %{ccidtwindir}
 %attr(755,root,root) %{ccidtwindir}/libccidtwin.so*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pcsc-driver-ccid.git/commitdiff/314d1173c59c53dd1ac014842361bfe13b09ddbd

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


DISTFILES: iwd: iwd-2.18.tar.xz

2024-06-04 Thread atler
Request by: atler


Files fetched: 1

STORED: https://www.kernel.org/pub/linux/network/wireless/iwd-2.18.tar.xz
ec326b1f4aaeb54e444d239121399642  iwd-2.18.tar.xz
Size: 1087800 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/iwd] up to 2.18

2024-06-04 Thread atler
commit a3b20d9d81e38b6edf4328e38b3b3a9eb74b47d0
Author: Jan Palus 
Date:   Tue Jun 4 18:30:21 2024 +0200

up to 2.18

 iwd.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/iwd.spec b/iwd.spec
index ee35195..31e9c1b 100644
--- a/iwd.spec
+++ b/iwd.spec
@@ -1,18 +1,18 @@
 Summary:   iwd - wireless daemon for Linux
 Summary(pl.UTF-8): iwd - demon sieci bezprzewodowej dla Linuksa
 Name:  iwd
-Version:   2.17
+Version:   2.18
 Release:   1
 License:   LGPL v2.1+
 Group: Networking/Daemons
 Source0:   
https://www.kernel.org/pub/linux/network/wireless/%{name}-%{version}.tar.xz
-# Source0-md5: 269a0f2eec32f91992093d79a37198e4
+# Source0-md5: ec326b1f4aaeb54e444d239121399642
 URL:   https://git.kernel.org/pub/scm/network/wireless/iwd.git
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake
 BuildRequires: dbus-devel
 BuildRequires: docutils
-BuildRequires: ell-devel >= 0.64
+BuildRequires: ell-devel >= 0.66
 BuildRequires: libtool >= 2:2.2
 BuildRequires: pkgconfig
 BuildRequires: readline-devel
@@ -20,7 +20,7 @@ BuildRequires:rpmbuild(macros) >= 1.644
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Requires(post,preun,postun):   systemd-units >= 38
-Requires:  ell >= 0.64
+Requires:  ell >= 0.66
 Requires:  systemd-units >= 38
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/iwd.git/commitdiff/a3b20d9d81e38b6edf4328e38b3b3a9eb74b47d0

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


DISTFILES: openssl: openssl-3.3.1.tar.gz

2024-06-04 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/openssl/openssl/releases/download/openssl-3.3.1/openssl-3.3.1.tar.gz
8a4342b399c18f870ca6186299195984  openssl-3.3.1.tar.gz
Size: 18055752 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/openssl] up to 3.3.1 (fixes CVE-2024-4741 CVE-2024-4603)

2024-06-04 Thread atler
commit e2aa28cd65e04f04dcbc5a102126c557a46d643f
Author: Jan Palus 
Date:   Tue Jun 4 18:19:57 2024 +0200

up to 3.3.1 (fixes CVE-2024-4741 CVE-2024-4603)

 openssl.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index e1cc8b6..81fa52f 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -13,12 +13,12 @@ Summary(pt_BR.UTF-8):   Uma biblioteca C que fornece 
vários algoritmos e protocol
 Summary(ru.UTF-8): Библиотеки и утилиты для соединений через Secure 
Sockets Layer
 Summary(uk.UTF-8): Бібліотеки та утиліти для з'єднань через Secure Sockets 
Layer
 Name:  openssl
-Version:   3.3.0
+Version:   3.3.1
 Release:   1
 License:   Apache v2.0
 Group: Libraries
 Source0:   
https://github.com/openssl/openssl/releases/download/openssl-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: c8b063afbea85d867e161ecb8816cfa9
+# Source0-md5: 8a4342b399c18f870ca6186299195984
 Source2:   %{name}.1.pl
 Source3:   %{name}-ssl-certificate.sh
 Source4:   %{name}-c_rehash.sh


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl.git/commitdiff/e2aa28cd65e04f04dcbc5a102126c557a46d643f

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


DISTFILES: ell: ell-0.66.tar.xz

2024-06-04 Thread atler
Request by: atler


Files fetched: 1

STORED: https://www.kernel.org/pub/linux/libs/ell/ell-0.66.tar.xz
d48a9c5a798c458cbc65c15d11a31d11  ell-0.66.tar.xz
Size: 570708 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/ell] up to 0.66

2024-06-04 Thread atler
commit c7d896af1ce43b044fb8104ad19d24caeb2d8a84
Author: Jan Palus 
Date:   Tue Jun 4 11:35:04 2024 +0200

up to 0.66

 ell.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ell.spec b/ell.spec
index c1d7224..dc675b2 100644
--- a/ell.spec
+++ b/ell.spec
@@ -5,12 +5,12 @@
 Summary:   Embedded Linux Library
 Summary(pl.UTF-8): Embedded Linux Library - biblioteka osadzonego Linuksa
 Name:  ell
-Version:   0.65
+Version:   0.66
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   
https://www.kernel.org/pub/linux/libs/ell/%{name}-%{version}.tar.xz
-# Source0-md5: c60e985c44bdc52e8fb7c5d618c0ac4d
+# Source0-md5: d48a9c5a798c458cbc65c15d11a31d11
 URL:   https://git.kernel.org/pub/scm/libs/ell/ell.git/
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ell.git/commitdiff/c7d896af1ce43b044fb8104ad19d24caeb2d8a84

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


DISTFILES: qutebrowser: qutebrowser-3.2.0.tar.gz

2024-06-03 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/qutebrowser/qutebrowser/releases/download/v3.2.0/qutebrowser-3.2.0.tar.gz
501b08b784199cdb702d06cedc009a7f  qutebrowser-3.2.0.tar.gz
Size: 6054386 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/qutebrowser] up to 3.2.0

2024-06-03 Thread atler
commit 4ff8b4a192300abeddc49666ea153f3744d03b45
Author: Jan Palus 
Date:   Mon Jun 3 17:37:15 2024 +0200

up to 3.2.0

 qutebrowser.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/qutebrowser.spec b/qutebrowser.spec
index 11b7371..c2b1ca3 100644
--- a/qutebrowser.spec
+++ b/qutebrowser.spec
@@ -2,12 +2,12 @@
 
 Summary:   A keyboard-driven, vim-like browser based on PyQt6
 Name:  qutebrowser
-Version:   3.1.0
+Version:   3.2.0
 Release:   1
 License:   GPL v3+
 Group: X11/Applications/Networking
 Source0:   
https://github.com/qutebrowser/qutebrowser/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 6ee615bff8c109164371cdb8d43a5fb1
+# Source0-md5: 501b08b784199cdb702d06cedc009a7f
 URL:   https://www.qutebrowser.org/
 BuildRequires: python3 >= 1:3.8.0
 BuildRequires: python3-setuptools


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qutebrowser.git/commitdiff/4ff8b4a192300abeddc49666ea153f3744d03b45

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


DISTFILES: qt-creator: qt-creator-opensource-src-13.0.1.tar.xz

2024-06-03 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://download.qt.io/official_releases/qtcreator/13.0/13.0.1/qt-creator-opensource-src-13.0.1.tar.xz
4e7cb5c7c0287b9c3c838b8c436a35b8  
qt-creator-opensource-src-13.0.1.tar.xz
Size: 51891908 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/qt-creator] up to 13.0.1

2024-06-03 Thread atler
commit 8b2478cade291c5d57e0c809956d905899416f15
Author: Jan Palus 
Date:   Mon Jun 3 14:33:51 2024 +0200

up to 13.0.1

 qt-creator.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/qt-creator.spec b/qt-creator.spec
index 4466a47..58a48f6 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -12,13 +12,13 @@
 Summary:   An IDE tailored to the needs of Qt developers
 Summary(pl.UTF-8): IDE dostosowane do potrzeb programistów Qt
 Name:  qt-creator
-Version:   12.0.2
+Version:   13.0.1
 Release:   1
 Epoch: 1
 License:   LGPL v2.1
 Group: X11/Development/Tools
-Source0:   
https://download.qt.io/official_releases/qtcreator/12.0/%{version}/%{name}-opensource-src-%{version}.tar.xz
-# Source0-md5: 110a36302e3ca0c2fd00cee7c9764571
+Source0:   
https://download.qt.io/official_releases/qtcreator/13.0/%{version}/%{name}-opensource-src-%{version}.tar.xz
+# Source0-md5: 4e7cb5c7c0287b9c3c838b8c436a35b8
 URL:   https://doc.qt.io/qtcreator/
 BuildRequires: Qt6Concurrent-devel >= %{qtver}
 BuildRequires: Qt6Designer-devel >= %{qtver}
@@ -135,7 +135,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libexecdir}/qtcreator/sdktool
 %dir %{_libdir}/qtcreator
 %attr(755,root,root) %{_libdir}/qtcreator/lib*.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/qtcreator/lib*.so.12
+%attr(755,root,root) %ghost %{_libdir}/qtcreator/lib*.so.13
 %dir %{_libdir}/qtcreator/plugins
 %attr(755,root,root) %{_libdir}/qtcreator/plugins/lib*.so
 %if %{with qbs}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt-creator.git/commitdiff/8b2478cade291c5d57e0c809956d905899416f15

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


[packages/qt6] explicitly enable/disable qml jit

2024-06-02 Thread atler
commit d4ee56486ba8a132eaea6c7621a275fd3b743317
Author: Jan Palus 
Date:   Sun Jun 2 17:38:16 2024 +0200

explicitly enable/disable qml jit

 qt6.spec | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/qt6.spec b/qt6.spec
index 514eccf..df5b645 100644
--- a/qt6.spec
+++ b/qt6.spec
@@ -105,6 +105,10 @@
 %endif
 %endif
 
+%ifarch %{x8664} aarch64 armv7hl armv7hnl pentium4
+%definewith_qml_jit1
+%endif
+
 Summary:   Qt6 Library
 Summary(pl.UTF-8): Biblioteka Qt6
 Name:  qt6
@@ -3833,7 +3837,8 @@ cd build
%{cmake_on_off statx QT_FEATURE_statx} \
%{cmake_on_off kms QT_FEATURE_kms} \
%{cmake_on_off libinput QT_FEATURE_libinput} \
-   %{cmake_on_off tslib QT_FEATURE_tslib}
+   %{cmake_on_off tslib QT_FEATURE_tslib} \
+   %{cmake_on_off qml_jit QT_FEATURE_qml_jit}
 
 # Make sure arg-less sub-invocations will follow our parallel build setting
 export CMAKE_BUILD_PARALLEL_LEVEL="%__jobs"


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt6.git/commitdiff/d4ee56486ba8a132eaea6c7621a275fd3b743317

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


[packages/falcosecurity-libs] Release 2 (by relup.sh)

2024-06-02 Thread atler
commit f2d5de4b43f275e5340be2aea30db1a7e3758fe8
Author: Jan Palus 
Date:   Sun Jun 2 15:09:06 2024 +0200

Release 2 (by relup.sh)

 falcosecurity-libs.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/falcosecurity-libs.spec b/falcosecurity-libs.spec
index 9bcc128..9f8b18e 100644
--- a/falcosecurity-libs.spec
+++ b/falcosecurity-libs.spec
@@ -12,7 +12,7 @@ Summary:  Falco foundation libraries
 Summary(pl.UTF-8): Biblioteki podstawowe Falco
 Name:  falcosecurity-libs
 Version:   0.14.0
-Release:   1
+Release:   2
 License:   Apache v2.0
 Group: Libraries
 #Source0Download: https://github.com/falcosecurity/libs/releases


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/falcosecurity-libs.git/commitdiff/f2d5de4b43f275e5340be2aea30db1a7e3758fe8

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


[packages/ruby-re2] Release 2 (by relup.sh)

2024-06-02 Thread atler
commit f6177232626ee01aeb250d5f85d04d24f17a5870
Author: Jan Palus 
Date:   Sun Jun 2 14:49:26 2024 +0200

Release 2 (by relup.sh)

 ruby-re2.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ruby-re2.spec b/ruby-re2.spec
index 9f4d395..12e133e 100644
--- a/ruby-re2.spec
+++ b/ruby-re2.spec
@@ -7,7 +7,7 @@ Summary:Ruby bindings to re2
 Summary(pl.UTF-8): Wiązania języka Ruby do re2
 Name:  ruby-%{pkgname}
 Version:   1.6.0
-Release:   1
+Release:   2
 License:   BSD
 Group: Development/Languages
 Source0:   http://rubygems.org/downloads/%{pkgname}-%{version}.gem


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-re2.git/commitdiff/f6177232626ee01aeb250d5f85d04d24f17a5870

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


[packages/grpc] Release 2 (by relup.sh)

2024-06-02 Thread atler
commit 9a5a58c196bfc9529143e4284e850b93c32d0953
Author: Jan Palus 
Date:   Sun Jun 2 14:49:16 2024 +0200

Release 2 (by relup.sh)

 grpc.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/grpc.spec b/grpc.spec
index 43c5c81..4a84f6b 100644
--- a/grpc.spec
+++ b/grpc.spec
@@ -11,7 +11,7 @@ Summary(pl.UTF-8):Biblioteka i szkielet RPC
 Name:  grpc
 # 1.51+ requires protobuf 4.x
 Version:   1.50.2
-Release:   1
+Release:   2
 License:   Apache v2.0
 Group: Libraries
 #Source0Download: https://github.com/grpc/grpc/releases


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grpc.git/commitdiff/9a5a58c196bfc9529143e4284e850b93c32d0953

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


DISTFILES: maven: apache-maven-3.9.7-bin.tar.gz

2024-06-02 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://www.apache.org/dist/maven/maven-3/3.9.7/binaries/apache-maven-3.9.7-bin.tar.gz
82cbef5d0e079c6f46f5658f0f1ce2b7  apache-maven-3.9.7-bin.tar.gz
Size: 9581488 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/maven] up to 3.9.7

2024-06-02 Thread atler
commit e3cafdcd4b51910c09ceaccf988f09c22be6a40b
Author: Jan Palus 
Date:   Sun Jun 2 13:32:28 2024 +0200

up to 3.9.7

 maven.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/maven.spec b/maven.spec
index 83bf476..cda6519 100644
--- a/maven.spec
+++ b/maven.spec
@@ -9,15 +9,15 @@
 Summary:   Java project management and project comprehension tool
 Summary(pl.UTF-8): Narzędzie do zarządzania projektami Javy ułatwiające 
ich zrozumienie
 Name:  maven
-Version:   3.9.6
+Version:   3.9.7
 Release:   1
 License:   Apache
 Group: Development/Languages/Java
 Source0:   
https://www.apache.org/dist/maven/maven-3/%{version}/binaries/apache-%{name}-%{version}-bin.tar.gz
-# Source0-md5: fb90d9f8aa9ac18e8aa0a0842a09239f
+# Source0-md5: 82cbef5d0e079c6f46f5658f0f1ce2b7
 URL:   http://maven.apache.org/
 Requires:  jdk >= 1.8
-ExclusiveArch: %{ix86} %{x8664} %{arm} aarch64 
+ExclusiveArch: %{ix86} %{x8664} %{arm} aarch64
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define_enable_debug_packages  0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/maven.git/commitdiff/e3cafdcd4b51910c09ceaccf988f09c22be6a40b

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


[packages/qt5-qttools] Release 2 (by relup.sh)

2024-06-02 Thread atler
commit 1010e6fbfe93c372c4fa6161e26113280f7f8651
Author: Jan Palus 
Date:   Sun Jun 2 11:15:00 2024 +0200

Release 2 (by relup.sh)

 qt5-qttools.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qttools.spec b/qt5-qttools.spec
index 411b34a..f8e73cd 100644
--- a/qt5-qttools.spec
+++ b/qt5-qttools.spec
@@ -23,7 +23,7 @@ Summary:  Development tools for Qt 5
 Summary(pl.UTF-8): Narzędzia programistyczne dla Qt 5
 Name:  qt5-%{orgname}
 Version:   5.15.14
-Release:   1
+Release:   2
 License:   LGPL v3 or GPL v2 or GPL v3 or commercial
 Group: X11/Libraries
 Source0:   
https://download.qt.io/official_releases/qt/5.15/%{version}/submodules/%{orgname}-everywhere-opensource-src-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qttools.git/commitdiff/1010e6fbfe93c372c4fa6161e26113280f7f8651

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


[packages/qt5-qtdeclarative] Release 2 (by relup.sh)

2024-06-02 Thread atler
commit afcdf91dfc35ca39ce50d26a8e3db5e82cacae3c
Author: Jan Palus 
Date:   Sun Jun 2 11:13:49 2024 +0200

Release 2 (by relup.sh)

 qt5-qtdeclarative.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qtdeclarative.spec b/qt5-qtdeclarative.spec
index 34a9339..9650d47 100644
--- a/qt5-qtdeclarative.spec
+++ b/qt5-qtdeclarative.spec
@@ -25,7 +25,7 @@ Summary:  The Qt5 Declarative libraries
 Summary(pl.UTF-8): Biblioteki Qt5 Declarative
 Name:  qt5-%{orgname}
 Version:   5.15.14
-Release:   1
+Release:   2
 License:   LGPL v2.1 or LGPL v3 with Qt Company LGPL Exception v1.1
 Group: X11/Libraries
 Source0:   
https://download.qt.io/official_releases/qt/5.15/%{version}/submodules/%{orgname}-everywhere-opensource-src-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtdeclarative.git/commitdiff/afcdf91dfc35ca39ce50d26a8e3db5e82cacae3c

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


DISTFILES: qt5-qtwayland: qtwayland-everywhere-opensource-src-5.15.14.tar.xz

2024-06-01 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://download.qt.io/official_releases/qt/5.15/5.15.14/submodules/qtwayland-everywhere-opensource-src-5.15.14.tar.xz
50fcc55eceb109aef3b71d76a07588c7  
qtwayland-everywhere-opensource-src-5.15.14.tar.xz
Size: 560916 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: pipewire-wireplumber: wireplumber-0.5.3.tar.bz2

2024-06-01 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/0.5.3/wireplumber-0.5.3.tar.bz2
d85ab206735a4045c7be44f31500c0a2  wireplumber-0.5.3.tar.bz2
Size: 411081 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-wireplumber] up to 0.5.3

2024-06-01 Thread atler
commit 96e7265353601aa559e5c278890599930436750c
Author: Jan Palus 
Date:   Sat Jun 1 23:18:21 2024 +0200

up to 0.5.3

 pipewire-wireplumber.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pipewire-wireplumber.spec b/pipewire-wireplumber.spec
index 2e48517..578ed77 100644
--- a/pipewire-wireplumber.spec
+++ b/pipewire-wireplumber.spec
@@ -6,13 +6,13 @@
 Summary:   Session / policy manager implementation for PipeWire
 Summary(pl.UTF-8): Implementacja zarządcy sesji / polityk dla PipeWire
 Name:  pipewire-wireplumber
-Version:   0.5.1
-Release:   2
+Version:   0.5.3
+Release:   1
 License:   MIT
 Group: Libraries
 #Source0Download: https://gitlab.freedesktop.org/pipewire/wireplumber/-/tags
 Source0:   
https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/%{version}/wireplumber-%{version}.tar.bz2
-# Source0-md5: 7de07ff43d7be0d1bacac81de5b6b6c0
+# Source0-md5: d85ab206735a4045c7be44f31500c0a2
 URL:   https://pipewire.org/
 # required for both docs and introspection
 BuildRequires: doxygen >= 1.8.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pipewire-wireplumber.git/commitdiff/96e7265353601aa559e5c278890599930436750c

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


DISTFILES: libdrm: libdrm-2.4.121.tar.xz

2024-06-01 Thread atler
Request by: atler


Files fetched: 1

STORED: https://dri.freedesktop.org/libdrm/libdrm-2.4.121.tar.xz
9eaa82b7b7a79972c6b11dd25a4356b1  libdrm-2.4.121.tar.xz
Size: 480840 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/libdrm] up to 2.4.121

2024-06-01 Thread atler
commit 25bfa87b143a1bb10f31019a9b7c6dd1de75b4b2
Author: Jan Palus 
Date:   Sat Jun 1 20:52:11 2024 +0200

up to 2.4.121

 libdrm.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libdrm.spec b/libdrm.spec
index a0db4f3..d529d61 100644
--- a/libdrm.spec
+++ b/libdrm.spec
@@ -6,12 +6,12 @@
 Summary:   Userspace interface to kernel DRM services
 Summary(pl.UTF-8): Interfejs przestrzeni użytkownika do usług DRM jądra
 Name:  libdrm
-Version:   2.4.120
+Version:   2.4.121
 Release:   1
 License:   MIT
 Group: Libraries
 Source0:   https://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.xz
-# Source0-md5: f8521de37ccbd15987b843a83fabd567
+# Source0-md5: 9eaa82b7b7a79972c6b11dd25a4356b1
 URL:   https://dri.freedesktop.org/
 BuildRequires: docbook-dtd42-xml
 BuildRequires: docbook-style-xsl-nons


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libdrm.git/commitdiff/25bfa87b143a1bb10f31019a9b7c6dd1de75b4b2

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


DISTFILES: wayland: wayland-1.23.0.tar.xz

2024-06-01 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.23.0/downloads/wayland-1.23.0.tar.xz
23ad991e776ec8cf7e58b34cbd2efa75  wayland-1.23.0.tar.xz
Size: 237900 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/wayland] up to 1.23.0

2024-06-01 Thread atler
commit f5e9861b3b57b94b2a5bf25f25f10d6c00876df9
Author: Jan Palus 
Date:   Sat Jun 1 18:15:28 2024 +0200

up to 1.23.0

 wayland.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/wayland.spec b/wayland.spec
index c7a8a5d..5858970 100644
--- a/wayland.spec
+++ b/wayland.spec
@@ -6,20 +6,20 @@
 Summary:   Wayland - protocol for a compositor to talk to its clients
 Summary(pl.UTF-8): Wayland - protokół między serwerem składającym a 
klientami
 Name:  wayland
-Version:   1.22.0
+Version:   1.23.0
 Release:   1
 License:   MIT
 Group: Libraries
 #Source0Download: https://gitlab.freedesktop.org/wayland/wayland/-/releases/
 Source0:   
https://gitlab.freedesktop.org/wayland/wayland/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
-# Source0-md5: 7410ab549e3928fce9381455b17b0803
+# Source0-md5: 23ad991e776ec8cf7e58b34cbd2efa75
 URL:   https://wayland.freedesktop.org/
 BuildRequires: automake
 BuildRequires: expat-devel >= 1.95
 BuildRequires: libffi-devel >= 3
 # for DTD valudation
 BuildRequires: libxml2-devel >= 2.0
-BuildRequires: meson >= 0.56.0
+BuildRequires: meson >= 0.57.0
 BuildRequires: ninja
 BuildRequires: pkgconfig
 %if %{with apidocs}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wayland.git/commitdiff/f5e9861b3b57b94b2a5bf25f25f10d6c00876df9

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


DISTFILES: fzf: fzf-0.52.1.tar.gz fzf-vendor-0.52.1.tar.xz fzf.vim-0a80e43.tar.gz fzf-git.sh-bd8ac4b.tar.gz

2024-06-01 Thread atler
Request by: atler


Files fetched: 4

STORED: https://github.com/junegunn/fzf/archive/0.52.1/fzf-0.52.1.tar.gz
eb55cb5328f22d07faa9ce6ddf5557a3  fzf-0.52.1.tar.gz
Size: 274817 bytes
STORED: no-url://fzf-vendor-0.52.1.tar.xz
a1c48b3405dbd711133886fd04e947e7  fzf-vendor-0.52.1.tar.xz
Size: 1177592 bytes
STORED: 
https://github.com/junegunn/fzf.vim/archive/0a80e43/fzf.vim-0a80e43.tar.gz
19094c9ad31122638123464052e0f4de  fzf.vim-0a80e43.tar.gz
Size: 35083 bytes
STORED: 
https://github.com/junegunn/fzf-git.sh/archive/bd8ac4b/fzf-git.sh-bd8ac4b.tar.gz
8f9832067fa77e2b54df16bafdea0eb2  fzf-git.sh-bd8ac4b.tar.gz
Size: 5187 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/fzf] up to 0.52.1

2024-06-01 Thread atler
commit 2f3ee7241143bc37c611cc42b8c52734e2c75215
Author: Jan Palus 
Date:   Sat Jun 1 16:51:21 2024 +0200

up to 0.52.1

 fzf.spec | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/fzf.spec b/fzf.spec
index 9cba8af..bb8502b 100644
--- a/fzf.spec
+++ b/fzf.spec
@@ -1,30 +1,30 @@
 # TODO:
 # - package vendored modules
 
-%definefzfrev  f97d275
-%definefzfvimrev   45d96c9
-%definefzfgitrev   0f1e520
-%definevendor_version  0.50.0
+%definefzfrev  6432f00
+%definefzfvimrev   0a80e43
+%definefzfgitrev   bd8ac4b
+%definevendor_version  0.52.1
 
 Summary:   A command-line fuzzy finder written in Go
 Name:  fzf
-Version:   0.50.0
+Version:   0.52.1
 Release:   1
 License:   MIT
 Group: Applications/Shells
 #Source0Download: https://github.com/junegunn/fzf/releases
 Source0:   
https://github.com/junegunn/fzf/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: f28cc1f1c2efc11e7bdd04f35f5de140
+# Source0-md5: eb55cb5328f22d07faa9ce6ddf5557a3
 # cd fzf-%{version}
 # go mod vendor
 # cd ..
 # tar cJf fzf-vendor-%{version}.tar.xz fzf-%{version}/vendor
 Source1:   %{name}-vendor-%{vendor_version}.tar.xz
-# Source1-md5: 0c83c8f39c87d59b2cfa51d04d4652e0
+# Source1-md5: a1c48b3405dbd711133886fd04e947e7
 Source2:   
https://github.com/junegunn/fzf.vim/archive/%{fzfvimrev}/fzf.vim-%{fzfvimrev}.tar.gz
-# Source2-md5: 38bb6348e6e458ab774c4801906f2fcf
+# Source2-md5: 19094c9ad31122638123464052e0f4de
 Source3:   
https://github.com/junegunn/fzf-git.sh/archive/%{fzfgitrev}/fzf-git.sh-%{fzfgitrev}.tar.gz
-# Source3-md5: d9017fad9fe2b5adeffed27860456c58
+# Source3-md5: 8f9832067fa77e2b54df16bafdea0eb2
 Patch0:install.patch
 URL:   https://github.com/junegunn/fzf
 BuildRequires: golang >= 1.20


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fzf.git/commitdiff/2f3ee7241143bc37c611cc42b8c52734e2c75215

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

2024-06-01 Thread atler
Request by: atler


Files fetched: 1

STORED: https://www.kernel.org/pub/software/scm/git/git-2.45.2.tar.xz
a6af98f948a1f07cfeac57e91a0f2abe  git-2.45.2.tar.xz
Size: 7487680 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.2

2024-06-01 Thread atler
commit 6c96bd7a4d92935f703c0184bea593cc93b0d965
Author: Jan Palus 
Date:   Sat Jun 1 13:15:15 2024 +0200

up to 2.45.2

 git-core.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/git-core.spec b/git-core.spec
index 57c5aca..7c8798a 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.1
+Version:   2.45.2
 Release:   1
 License:   GPL v2
 Group: Development/Tools
 Source0:   
https://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
-# Source0-md5: c9dc5a81588d20bac67a07aa8bd07902
+# Source0-md5: a6af98f948a1f07cfeac57e91a0f2abe
 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/6c96bd7a4d92935f703c0184bea593cc93b0d965

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


[packages/gstreamer-plugins-bad] require libva >= 2.21.0 for vaMapBuffer2

2024-05-31 Thread atler
commit fdef28c443e3e32c575fa97003254add9406ee3c
Author: Jan Palus 
Date:   Fri May 31 21:59:59 2024 +0200

require libva >= 2.21.0 for vaMapBuffer2

 gstreamer-plugins-bad.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer-plugins-bad.spec b/gstreamer-plugins-bad.spec
index c972866..34d7496 100644
--- a/gstreamer-plugins-bad.spec
+++ b/gstreamer-plugins-bad.spec
@@ -184,7 +184,7 @@ BuildRequires:  libstdc++-devel >= 6:5
 BuildRequires: libtheora-devel >= 1.0
 %{?with_uvch264:BuildRequires: libusb-devel >= 1.0}
 BuildRequires: libusrsctp-devel
-BuildRequires: libva-devel >= 1.15
+BuildRequires: libva-devel >= 2.21.0
 BuildRequires: libva-drm-devel >= 1.12
 %{?with_vpl:BuildRequires: libvpl-devel >= 2.2}
 BuildRequires: libvpx-devel
@@ -254,7 +254,7 @@ Requires:   libdrm >= 2.4.98
 # for libgstwebrtcnice
 Requires:  libnice >= 0.1.22
 # for libgstva
-Requires:  libva >= 1.15
+Requires:  libva >= 2.21.0
 Requires:  libva-drm >= 1.12
 %{?with_vulkan:Requires:   libxcb >= 1.10}
 Requires:  orc >= 0.4.38
@@ -1722,7 +1722,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %ghost %{_libdir}/libgstsctp-%{gstmver}.so.0
 %attr(755,root,root) %{_libdir}/libgsturidownloader-%{gstmver}.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgsturidownloader-%{gstmver}.so.0
-# R: libdrm >= 2.4 libva >= 1.12 libva-drm >= 1.12
+# R: libdrm >= 2.4 libva >= 2.21.0 libva-drm >= 1.12
 %attr(755,root,root) %{_libdir}/libgstva-%{gstmver}.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgstva-%{gstmver}.so.0
 %if %{with vulkan}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-plugins-bad.git/commitdiff/fdef28c443e3e32c575fa97003254add9406ee3c

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


DISTFILES: libevdev: libevdev-1.13.2.tar.xz

2024-05-31 Thread atler
Request by: atler


Files fetched: 1

STORED: https://www.freedesktop.org/software/libevdev/libevdev-1.13.2.tar.xz
ddb1d798e0f2b4d0bd17c892b7d4aed3  libevdev-1.13.2.tar.xz
Size: 460456 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/libevdev] up to 1.13.2

2024-05-31 Thread atler
commit 07e91f66fc739a5293905f9d9ddaea799c9b9247
Author: Jan Palus 
Date:   Fri May 31 19:21:42 2024 +0200

up to 1.13.2

 libevdev.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libevdev.spec b/libevdev.spec
index 8c08309..494596f 100644
--- a/libevdev.spec
+++ b/libevdev.spec
@@ -5,12 +5,12 @@
 Summary:   Handler library for evdev events
 Summary(pl.UTF-8): Biblioteka obsługująca zdarzenia evdev
 Name:  libevdev
-Version:   1.13.1
+Version:   1.13.2
 Release:   1
 License:   MIT
 Group: Libraries
 Source0:   
https://www.freedesktop.org/software/libevdev/%{name}-%{version}.tar.xz
-# Source0-md5: 58fe71aa6fd5e80d0928e9b691761311
+# Source0-md5: ddb1d798e0f2b4d0bd17c892b7d4aed3
 URL:   https://www.freedesktop.org/wiki/Software/libevdev/
 BuildRequires: check-devel >= 0.9.9
 %{?with_apidocs:BuildRequires: doxygen}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libevdev.git/commitdiff/5cded373b722655b9fd66cb24c978c898ce006e0

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


[packages/libevdev] add static_libs bcond

2024-05-31 Thread atler
commit 5cded373b722655b9fd66cb24c978c898ce006e0
Author: Jan Palus 
Date:   Fri May 31 19:26:39 2024 +0200

add static_libs bcond

 libevdev.spec | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/libevdev.spec b/libevdev.spec
index 494596f..5250944 100644
--- a/libevdev.spec
+++ b/libevdev.spec
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_without apidocs # Doxygen based API documentation
+%bcond_without static_libs # static library
 
 Summary:   Handler library for evdev events
 Summary(pl.UTF-8): Biblioteka obsługująca zdarzenia evdev
@@ -72,7 +73,8 @@ Dokumentacja API biblioteki libevdev.
 %build
 %configure \
PYTHON=%{__python3} \
-   --disable-silent-rules
+   --disable-silent-rules \
+   %{__enable_disable static_libs static}
 
 %{__make}
 
@@ -111,9 +113,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/libevdev.pc
 %{_mandir}/man3/libevdev.3*
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libevdev.a
+%endif
 
 %if %{with apidocs}
 %files apidocs


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libevdev.git/commitdiff/5cded373b722655b9fd66cb24c978c898ce006e0

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


DISTFILES: raspberrypi-firmware: raspberrypi-firmware-1.20240529.tar.gz

2024-05-31 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/raspberrypi/firmware/archive/1.20240529/raspberrypi-firmware-1.20240529.tar.gz
8081d0d5e9713f83a770eaf07dbf1836  raspberrypi-firmware-1.20240529.tar.gz
Size: 153776579 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/raspberrypi-firmware] up to 1.20240529

2024-05-31 Thread atler
commit 61e08a36f3f97fc2990a55b74601e0f5151b3fe6
Author: Jan Palus 
Date:   Fri May 31 19:19:52 2024 +0200

up to 1.20240529

 raspberrypi-firmware.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/raspberrypi-firmware.spec b/raspberrypi-firmware.spec
index 24e253d..20ed309 100644
--- a/raspberrypi-firmware.spec
+++ b/raspberrypi-firmware.spec
@@ -1,6 +1,6 @@
 Summary:   Firmware for the Broadcom bcm283x/bcm2711 used in the Raspberry 
Pi
 Name:  raspberrypi-firmware
-Version:   1.20240423
+Version:   1.20240529
 Release:   1
 Epoch: 1
 # see LICENSE.broadcom
@@ -8,7 +8,7 @@ Epoch:  1
 License:   Redistributable, no modification permitted
 Group: Base/Kernel
 Source0:   
https://github.com/raspberrypi/firmware/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 8bb4bb0282e9b061c8df064ad0740b30
+# Source0-md5: 8081d0d5e9713f83a770eaf07dbf1836
 URL:   https://github.com/raspberrypi/firmware/
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/raspberrypi-firmware.git/commitdiff/61e08a36f3f97fc2990a55b74601e0f5151b3fe6

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


DISTFILES: blueman: blueman-2.4.2.tar.xz

2024-05-31 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/blueman-project/blueman/releases/download/2.4.2/blueman-2.4.2.tar.xz
4871bb9cbc2037e8192006a59cb68c4c  blueman-2.4.2.tar.xz
Size: 1529804 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/blueman] up to 2.4.2

2024-05-31 Thread atler
commit 270d47305506324182ffd3b30d1ca941dd40903c
Author: Jan Palus 
Date:   Fri May 31 19:08:26 2024 +0200

up to 2.4.2

 blueman.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/blueman.spec b/blueman.spec
index 4937bf0..7c44998 100644
--- a/blueman.spec
+++ b/blueman.spec
@@ -8,12 +8,12 @@
 Summary:   Blueman - Bluetooth management utility for GNOME
 Summary(pl.UTF-8): Blueman - narzędzie do zarządzania łącznością Bluetooth 
dla GNOME
 Name:  blueman
-Version:   2.4.1
+Version:   2.4.2
 Release:   1
 License:   GPL v3+
 Group: X11/Applications
 Source0:   
https://github.com/blueman-project/blueman/releases/download/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 6bd161a067acef959cb77ae74954bf16
+# Source0-md5: 4871bb9cbc2037e8192006a59cb68c4c
 URL:   https://github.com/blueman-project/blueman
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake >= 1:1.16.3


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/blueman.git/commitdiff/270d47305506324182ffd3b30d1ca941dd40903c

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


[packages/weechat] up to 4.3.1

2024-05-31 Thread atler
commit bdf03ae18cb1b6244e23062ef21d71d036ff0dd1
Author: Jan Palus 
Date:   Fri May 31 19:04:16 2024 +0200

up to 4.3.1

 weechat.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/weechat.spec b/weechat.spec
index f91ee48..2f1d6c3 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -25,12 +25,12 @@
 Summary:   WeeChat - fast and light chat environment
 Summary(pl.UTF-8): WeeChat - szybkie i lekkie środowisko do rozmów
 Name:  weechat
-Version:   4.3.0
+Version:   4.3.1
 Release:   1
 License:   GPL v3+
 Group: Applications/Communications
 Source0:   https://www.weechat.org/files/src/%{name}-%{version}.tar.xz
-# Source0-md5: fd672b7cb3790330e5f059fe8974d758
+# Source0-md5: 5b0ae9da1d3378a56712f6c104671209
 URL:   http://www.weechat.org/
 %{?with_aspell:BuildRequires:  aspell-devel}
 BuildRequires: cjson-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/weechat.git/commitdiff/bdf03ae18cb1b6244e23062ef21d71d036ff0dd1

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


DISTFILES: weechat: weechat-4.3.1.tar.xz

2024-05-31 Thread atler
Request by: atler


Files fetched: 1

STORED: https://www.weechat.org/files/src/weechat-4.3.1.tar.xz
5b0ae9da1d3378a56712f6c104671209  weechat-4.3.1.tar.xz
Size: 2692548 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] add bcond for intel ray tracing support (available only on %{x8664})

2024-05-31 Thread atler
commit 81b6803e9502067c2d8ff5229837a7a98c7f333c
Author: Jan Palus 
Date:   Fri May 31 18:46:18 2024 +0200

add bcond for intel ray tracing support (available only on %{x8664})

 Mesa.spec | 6 ++
 1 file changed, 6 insertions(+)
---
diff --git a/Mesa.spec b/Mesa.spec
index 715ac60..8af34df 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -22,6 +22,7 @@
 %bcond_without xa  # XA state tracker (for vmwgfx xorg driver)
 %bcond_without nvk # nvidia Vulkan driver
 %bcond_without radv# radeon Vulkan driver
+%bcond_without intel_rt# Intel Ray Tracing support
 %bcond_withsse2# SSE2 instructions
 %bcond_withhud_extra   # HUD block/NIC I/O HUD stats support
 %bcond_withlm_sensors  # HUD lm_sensors support
@@ -82,6 +83,10 @@
 %definewith_intel_vk   1
 %endif
 
+%ifnarch %{x8664}
+%undefine  with_intel_rt
+%endif
+
 Summary:   Free OpenGL implementation
 Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
 Name:  Mesa
@@ -1722,6 +1727,7 @@ export BINDGEN_EXTRA_CLANG_ARGS="-mfloat-abi=hard"
-Dgallium-xa=%{?with_xa:enabled}%{!?with_xa:disabled} \
-Dgbm=%{?with_gbm:enabled}%{!?with_gbm:disabled} \
-Dglvnd=%{?with_glvnd:enabled}%{!?with_glvnd:disabled} \
+   -Dintel-rt=%{?with_intel_rt:enabled}%{!?with_intel_rt:disabled} \
-Dlibunwind=enabled \
-Dlmsensors=%{?with_lm_sensors:enabled}%{!?with_lm_sensors:disabled} \
%{?with_opencl_spirv:-Dopencl-spirv=true} \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/81b6803e9502067c2d8ff5229837a7a98c7f333c

___
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.1.source.tar.xz ach.xpi af.xpi an.xpi ar.xpi ast.xpi az.xpi be.xpi bg.xpi bn.xpi ...

2024-05-31 Thread atler
Request by: atler


Files fetched: 103

STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/source/firefox-126.0.1.source.tar.xz
e96461195e56fe17b22c455e59d085a8  firefox-126.0.1.source.tar.xz
Size: 552965660 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/ach.xpi
016669163d07109981dc78fde081097b  ach.xpi
Size: 460828 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/af.xpi
60fa9fdca78adc4c7a80b8ee4f5f9172  af.xpi
Size: 414283 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/an.xpi
b9c2f653c17b1ed6681f5087e2ff1825  an.xpi
Size: 502765 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/ar.xpi
2056e9bd09e5c31b2139ebdc05a779a6  ar.xpi
Size: 606879 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/ast.xpi
09d9e59e2db4864e7fa415458dd9b21a  ast.xpi
Size: 492945 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/az.xpi
7b01826282003721aa653696757686f6  az.xpi
Size: 487518 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/be.xpi
ffd8ede80b752bd86e2ca9b3a9e12f1c  be.xpi
Size: 706207 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/bg.xpi
5794aef1a072116f9741c5e56240261a  bg.xpi
Size: 600540 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/bn.xpi
7d3849712586196f914d3011d7a0a2cc  bn.xpi
Size: 578258 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/br.xpi
a3909ed4f633859c9813c8502ee39833  br.xpi
Size: 584218 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/bs.xpi
b2caf52bf584a16846038c7ae844665b  bs.xpi
Size: 498264 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/ca.xpi
f3b3bee365287f55c470c26a05820958  ca.xpi
Size: 581729 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/ca-valencia.xpi
4757e3ee54e80857fdbb3eacd42ccf96  ca-valencia.xpi
Size: 542918 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/cak.xpi
d49a786e3ea83b022ff878faf4963217  cak.xpi
Size: 589494 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/cs.xpi
6e860552b591a14a1fe23db64a9b1fa8  cs.xpi
Size: 650908 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/cy.xpi
6001d57843b4ceea39e2e667beb67df4  cy.xpi
Size: 616326 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/da.xpi
eeb871269ae19c63d0cd100b70cddcd0  da.xpi
Size: 604650 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/de.xpi
56883746e171cc04a2d9ec4709043065  de.xpi
Size: 625881 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/dsb.xpi
359106c6ed0ee733c431f841e78e576b  dsb.xpi
Size: 642402 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/el.xpi
8d33cfe92783409913b63b501a9ef006  el.xpi
Size: 723120 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/en-CA.xpi
b8eced6393f3bf6099c627afb7b262f1  en-CA.xpi
Size: 576990 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/en-GB.xpi
25b21ecb4f37cd12866eae3069de6854  en-GB.xpi
Size: 577579 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/en-US.xpi
a3b3be473e49a25ad38e3d047d96f067  en-US.xpi
Size: 14 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/eo.xpi
fb5940bd5d7225f274ccdf26192b29eb  eo.xpi
Size: 607948 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/es-AR.xpi
dafd96847578848a05937178ab863036  es-AR.xpi
Size: 619820 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/es-CL.xpi
da75d4fddcc88827feb5bd481759d0c4  es-CL.xpi
Size: 619032 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/es-ES.xpi
fb957e3a734429d2b69811ad30a598e0  es-ES.xpi
Size: 613853 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/xpi/es-MX.xpi
48632de6d5fb53e6bb4ba1017b57e928  es-MX.xpi
Size: 588126 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases

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

2024-05-31 Thread atler
Request by: atler


Files fetched: 67

STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/source/thunderbird-115.11.1.source.tar.xz
70e73e3c5381ad8d8242eb66e80f223b  thunderbird-115.11.1.source.tar.xz
Size: 533242964 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/af.xpi
cf8db0dfd71d3d6136760384acad54e5  af.xpi
Size: 550973 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/ar.xpi
f1c436f64b9e65ac1480187c4a6124af  ar.xpi
Size: 673668 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/ast.xpi
24b23c6184684e1610d27c76a49be846  ast.xpi
Size: 569921 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/be.xpi
f72b514f3ff1d1073db02e8162f424c2  be.xpi
Size: 734713 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/bg.xpi
f8534f7cdcc0b2d6b1e56799b014a72f  bg.xpi
Size: 783910 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/br.xpi
cd08ebd9cb2f27c341433f321f0a51d3  br.xpi
Size: 648069 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/ca.xpi
d6cccea44c1858075ecea315fa4eabc3  ca.xpi
Size: 687691 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/cak.xpi
4feba5daae5e13b0e95ed0665f3e90bb  cak.xpi
Size: 669821 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/cs.xpi
84d530433b2a6e208995827b01ae22c3  cs.xpi
Size: 769913 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/cy.xpi
fb6e7e375ec8e7c861716ee5d24b169c  cy.xpi
Size: 734615 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/da.xpi
178cc2b1cf7b2c6599e0e3b676a6be1d  da.xpi
Size: 722531 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/de.xpi
2cb9ca7fdf460512050646166270aaae  de.xpi
Size: 750860 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/dsb.xpi
fcf3716ad646890b727e8f69a82ef12c  dsb.xpi
Size: 770434 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/el.xpi
7fee85dc8a6972adb0a822a5639aa0ae  el.xpi
Size: 873407 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/en-CA.xpi
3adddc7ff435fb0b109caf1141724f7c  en-CA.xpi
Size: 688599 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/en-GB.xpi
b1efd569481dbb4579b394441380869d  en-GB.xpi
Size: 690435 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/en-US.xpi
368e8f85d21908585b5fa6efbfd79f4b  en-US.xpi
Size: 650010 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/es-AR.xpi
b6a03fda93f69e62b4625ac69c8bd9fe  es-AR.xpi
Size: 745002 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/es-ES.xpi
ed16729c2aeb22b9c4aa0bccf6bb12f5  es-ES.xpi
Size: 707995 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/es-MX.xpi
1ec3e31f5b5b6a1411d353841f55ee15  es-MX.xpi
Size: 721552 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/et.xpi
6760c84b33e5c69101f23d56f3bed0cf  et.xpi
Size: 681749 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/eu.xpi
d99f9069eca25a6fba9e4b3183d4a474  eu.xpi
Size: 713611 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/fi.xpi
015762aa9034f5882d35267ea847333e  fi.xpi
Size: 720334 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/fr.xpi
840e435dcd8e0079c77d232203b52f6b  fr.xpi
Size: 757740 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/fy-NL.xpi
8ab3204c4872ff458b8f53f43f64601f  fy-NL.xpi
Size: 739635 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/ga-IE.xpi
a10b3d81f7865dd4000fed4951c0d97d  ga-IE.xpi
Size: 611160 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/xpi/gd.xpi
9bb814e8db548d0ed3d4bd3a73f464e3  gd.xpi
Size: 714246 bytes
STORED: 
https://releases.mozilla.org

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

2024-05-31 Thread atler
Request by: atler


Files fetched: 2

STORED: 
https://ftp.mozilla.org/pub/thunderbird/releases/115.11.1/linux-i686/en-US/thunderbird-115.11.1.tar.bz2?/thunderbird-115.11.1.tar.bz2
a20f2e1f4eaf4731da0a55b2fd2b0a94  thunderbird-115.11.1.tar.bz2
Size: 82957038 bytes
STORED: 
https://ftp.mozilla.org/pub/thunderbird/releases/115.11.1/linux-x86_64/en-US/thunderbird-115.11.1.tar.bz2?/thunderbird64-115.11.1.tar.bz2
6cc2c253d6ec6ce26195659ed486ecf6  thunderbird64-115.11.1.tar.bz2
Size: 80688385 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.1

2024-05-31 Thread atler
commit 42ab8cb821ae93aaaba63f55a16802c3a6f5dc99
Author: Jan Palus 
Date:   Fri May 31 10:59:47 2024 +0200

up to 115.11.1

 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 5a3a91e..d8b8b80 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.11.0
+Version:   115.11.1
 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: babc85bc443f2ba81f92682a6864de3f
+# Source0-md5: a20f2e1f4eaf4731da0a55b2fd2b0a94
 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: cf407ed85d1f37c16630b4bcdf7b5d51
+# Source1-md5: 6cc2c253d6ec6ce26195659ed486ecf6
 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/42ab8cb821ae93aaaba63f55a16802c3a6f5dc99

___
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.1

2024-05-31 Thread atler
commit 51ab276af87a171afffb5f8a763f028f59a4c17f
Author: Jan Palus 
Date:   Fri May 31 10:59:02 2024 +0200

up to 115.11.1

 thunderbird.spec | 136 +++
 1 file changed, 68 insertions(+), 68 deletions(-)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index 28b9746..3d1d056 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -41,146 +41,146 @@ 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.11.0
+Version:   115.11.1
 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: 3cbc8105c9b7bd7f670da256155b7f5f
+# Source0-md5: 70e73e3c5381ad8d8242eb66e80f223b
 Source1:   %{name}.desktop
 Source2:   %{name}.sh
 Source100: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/af.xpi
-# Source100-md5:   21c49970b64eef2d9eb73a6feaac83e4
+# Source100-md5:   cf8db0dfd71d3d6136760384acad54e5
 Source101: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/ar.xpi
-# Source101-md5:   d438b7d42cfe3de22855790ed7f4ffab
+# Source101-md5:   f1c436f64b9e65ac1480187c4a6124af
 Source102: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/ast.xpi
-# Source102-md5:   56ee4be993f26b7376e3b8a24f9c07d5
+# Source102-md5:   24b23c6184684e1610d27c76a49be846
 Source103: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/be.xpi
-# Source103-md5:   706515032cbe4397c6d39e11fe12bd2a
+# Source103-md5:   f72b514f3ff1d1073db02e8162f424c2
 Source104: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/bg.xpi
-# Source104-md5:   342ebb5c7c38db6f70b5b73ed402f3b7
+# Source104-md5:   f8534f7cdcc0b2d6b1e56799b014a72f
 Source105: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/br.xpi
-# Source105-md5:   2c957204254faa531e3f449f36262fba
+# Source105-md5:   cd08ebd9cb2f27c341433f321f0a51d3
 Source106: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/ca.xpi
-# Source106-md5:   67fc3c75d71bc00d64961836e6f50a3f
+# Source106-md5:   d6cccea44c1858075ecea315fa4eabc3
 Source107: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/cak.xpi
-# Source107-md5:   3d9d0ae9e160a3356c1539c4f68b3bfb
+# Source107-md5:   4feba5daae5e13b0e95ed0665f3e90bb
 Source108: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/cs.xpi
-# Source108-md5:   15f1a772679fee70f1b4597984154099
+# Source108-md5:   84d530433b2a6e208995827b01ae22c3
 Source109: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/cy.xpi
-# Source109-md5:   1b66ac3e22f4e53bf32e849d8d42953e
+# Source109-md5:   fb6e7e375ec8e7c861716ee5d24b169c
 Source110: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/da.xpi
-# Source110-md5:   6450c102889ad70d61dfc8123f60ec3e
+# Source110-md5:   178cc2b1cf7b2c6599e0e3b676a6be1d
 Source111: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/de.xpi
-# Source111-md5:   9fac713d456238d54aa5e1fbd4414113
+# Source111-md5:   2cb9ca7fdf460512050646166270aaae
 Source112: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/dsb.xpi
-# Source112-md5:   34e5b4288e943b8db070b05f0fddaa30
+# Source112-md5:   fcf3716ad646890b727e8f69a82ef12c
 Source113: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/el.xpi
-# Source113-md5:   6570c9c2a26f6f5cc3aac3e8fac20eb4
+# Source113-md5:   7fee85dc8a6972adb0a822a5639aa0ae
 Source114: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/en-CA.xpi
-# Source114-md5:   899138bba3f92bdf15e2d6cbd1df5326
+# Source114-md5:   3adddc7ff435fb0b109caf1141724f7c
 Source115: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/en-GB.xpi
-# Source115-md5:   0e43b3046c326bf30b740bb50bf70759
+# Source115-md5:   b1efd569481dbb4579b394441380869d
 Source116: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/en-US.xpi
-# Source116-md5:   5835d430fab7a15672aed9b74cd9d243
+# Source116-md5:   368e8f85d21908585b5fa6efbfd79f4b
 Source117: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/es-AR.xpi
-# Source117-md5:   f666d56181ae7a63d6f3963dae39472b
+# Source117-md5:   b6a03fda93f69e62b4625ac69c8bd9fe
 Source118:   

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

2024-05-31 Thread atler
Request by: atler


Files fetched: 2

STORED: 
https://ftp.mozilla.org/pub/firefox/releases/126.0.1/linux-i686/en-US/firefox-126.0.1.tar.bz2?/firefox-126.0.1.i686.tar.bz2
bcc9c68764c155bf9b3035e84560bef9  firefox-126.0.1.i686.tar.bz2
Size: 88816723 bytes
STORED: 
https://ftp.mozilla.org/pub/firefox/releases/126.0.1/linux-x86_64/en-US/firefox-126.0.1.tar.bz2?/firefox-126.0.1.x8664.tar.bz2
6473e186ab8188ec009f02992e6f79c5  firefox-126.0.1.x8664.tar.bz2
Size: 86894030 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-firefox-bin] up to 126.0.1

2024-05-31 Thread atler
commit cea6b53f80ad8d09750543c1f3993d7ed6343bf0
Author: Jan Palus 
Date:   Fri May 31 10:58:35 2024 +0200

up to 126.0.1

 mozilla-firefox-bin.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mozilla-firefox-bin.spec b/mozilla-firefox-bin.spec
index 35d87bb..410c1ed 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:   126.0
-Release:   2
+Version:   126.0.1
+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: 377b96847be96b8c91b13be800c2163d
+# Source0-md5: bcc9c68764c155bf9b3035e84560bef9
 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: fb4749685ae84508d8de5ebc9447e9d6
+# Source1-md5: 6473e186ab8188ec009f02992e6f79c5
 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/cea6b53f80ad8d09750543c1f3993d7ed6343bf0

___
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.1

2024-05-31 Thread atler
commit 02932472d789ca346f97be16edbbbf55863ba7d9
Author: Jan Palus 
Date:   Fri May 31 10:56:45 2024 +0200

up to 126.0.1

 firefox.spec | 208 +--
 1 file changed, 104 insertions(+), 104 deletions(-)
---
diff --git a/firefox.spec b/firefox.spec
index b14e256..39ddb88 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:   126.0
+Version:   126.0.1
 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: 6640bec26f23526fef92a920c0e2fa39
+# Source0-md5: e96461195e56fe17b22c455e59d085a8
 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:   ec1f110bb4c84ba0013dfd21a3e49295
+# Source100-md5:   016669163d07109981dc78fde081097b
 Source101: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/af.xpi
-# Source101-md5:   c35f119ee5d0be6b8e1d19ea1cf73c1e
+# Source101-md5:   60fa9fdca78adc4c7a80b8ee4f5f9172
 Source102: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/an.xpi
-# Source102-md5:   6557a8969df0698ca9168a55782e6d3f
+# Source102-md5:   b9c2f653c17b1ed6681f5087e2ff1825
 Source103: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ar.xpi
-# Source103-md5:   d3b62ce5aaa02db0d6b2eb185c9ecbd4
+# Source103-md5:   2056e9bd09e5c31b2139ebdc05a779a6
 Source104: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ast.xpi
-# Source104-md5:   43dd23a0cf7ecddc8c092711e9e9b45b
+# Source104-md5:   09d9e59e2db4864e7fa415458dd9b21a
 Source105: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/az.xpi
-# Source105-md5:   51006251cb629a9b640c0df00a7a6ba6
+# Source105-md5:   7b01826282003721aa653696757686f6
 Source106: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/be.xpi
-# Source106-md5:   04ea1a3d728b92f05b615e85edb9fe3d
+# Source106-md5:   ffd8ede80b752bd86e2ca9b3a9e12f1c
 Source107: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bg.xpi
-# Source107-md5:   0c4837eebc4b879cf237d6f0f7ba8280
+# Source107-md5:   5794aef1a072116f9741c5e56240261a
 Source108: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn.xpi
-# Source108-md5:   c999076fc45ae1b1a746cdd4b1f156c4
+# Source108-md5:   7d3849712586196f914d3011d7a0a2cc
 Source109: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/br.xpi
-# Source109-md5:   b53f07ae3b6b6767cd304c4bc203c0a7
+# Source109-md5:   a3909ed4f633859c9813c8502ee39833
 Source110: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bs.xpi
-# Source110-md5:   130551b4057e38c194480056740b1469
+# Source110-md5:   b2caf52bf584a16846038c7ae844665b
 Source111: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca.xpi
-# Source111-md5:   6b972225eacc1346cd84bf2ff511fb85
+# Source111-md5:   f3b3bee365287f55c470c26a05820958
 Source112: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca-valencia.xpi
-# Source112-md5:   56b7d1d5b69264e5b9d7aac85e8de005
+# Source112-md5:   4757e3ee54e80857fdbb3eacd42ccf96
 Source113: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cak.xpi
-# Source113-md5:   35fa709c84830ea30ff0a40b6ed89920
+# Source113-md5:   d49a786e3ea83b022ff878faf4963217
 Source114: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cs.xpi
-# Source114-md5:   7351b539cf57949ebd78edc2f99406c6
+# Source114-md5:   6e860552b591a14a1fe23db64a9b1fa8
 Source115: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cy.xpi
-# Source115-md5:   77ed1adf7578224a1f00e2a3ea663cd9
+# Source115-md5:   6001d57843b4ceea39e2e667beb67df4
 Source116: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/da.xpi
-# Source116-md5:   d74abc62f03a2c820504341873b6822d
+# Source116-md5:   eeb871269ae19c63d0cd100b70cddcd0
 Source117: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/de.xpi
-# Source117-md5:   3de3d58d287f8d630c3d4e2a2284c5f7
+# Source117-md5:   56883746e171cc04a2d9ec4709043065
 Source118: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/dsb.xpi
-# Source118-md5:   

[packages/ffmpeg] include x265 on aarch64

2024-05-30 Thread atler
commit 634e41ae627cac335f05e5b87bf7477787a8efc4
Author: Jan Palus 
Date:   Fri May 31 00:57:43 2024 +0200

include x265 on aarch64

 ffmpeg.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 87ed22a..d29fe66 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -119,7 +119,7 @@
 %ifnarch %{ix86} %{x8664} aarch64
 %undefine  with_rav1e
 %endif
-%ifnarch %{ix86} %{x8664} %{arm}
+%ifnarch %{ix86} %{x8664} %{arm} aarch64
 %undefine  with_x265
 %endif
 %ifarch i386 i486


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ffmpeg.git/commitdiff/634e41ae627cac335f05e5b87bf7477787a8efc4

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


DISTFILES: ccache: ccache-4.10.tar.xz

2024-05-30 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/ccache/ccache/releases/download/v4.10/ccache-4.10.tar.xz
f61ae4be99ee693fa62bf7bbd794f6a0  ccache-4.10.tar.xz
Size: 411272 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/ccache] up to 4.10

2024-05-30 Thread atler
commit 1ea59a483ddca54f02c63db108b7ba2380375118
Author: Jan Palus 
Date:   Fri May 31 00:00:34 2024 +0200

up to 4.10

 ccache.spec | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/ccache.spec b/ccache.spec
index ea20798..484ebd9 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -6,16 +6,18 @@ Summary:  Compiler cache
 Summary(pl.UTF-8): Pamięć podręczna dla kompilatora
 Summary(pt_BR.UTF-8):  Cache para compiladores C/C++
 Name:  ccache
-Version:   4.9.1
+Version:   4.10
 Release:   1
 License:   GPL v3+
 Group: Development/Tools
 Source0:   
https://github.com/ccache/ccache/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: a574ea87aa223c01d74b511a5487ed15
+# Source0-md5: f61ae4be99ee693fa62bf7bbd794f6a0
 URL:   https://ccache.dev/
 BuildRequires: asciidoc
 BuildRequires: cmake >= 3.15
+BuildRequires: cpp-httplib-devel >= 0.10.6
 %{?with_redis:BuildRequires:   hiredis-devel >= 0.13.3}
+BuildRequires: libfmt-devel >= 8.0.0
 %ifnarch %arch_with_atomics64
 BuildRequires: libatomic-devel
 %endif
@@ -23,10 +25,13 @@ BuildRequires:  libstdc++-devel >= 6:5
 BuildRequires: rpmbuild(macros) >= 2.025
 BuildRequires: ruby-asciidoctor
 BuildRequires: tar >= 1:1.22
+BuildRequires: xxHash-devel >= 0.8.0
 BuildRequires: xz
-BuildRequires: zstd-devel >= 1.1.2
+BuildRequires: zstd-devel >= 1.3.4
 %{?with_redis:Requires:hiredis >= 0.13.3}
-Requires:  zstd >= 1.1.2
+Requires:  libfmt >= 8.0.0
+Requires:  xxHash >= 0.8.0
+Requires:  zstd >= 1.3.4
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %definepkglibexecdir   %{_libexecdir}/%{name}
@@ -75,6 +80,9 @@ kompilatora.
 %build
 export CFLAGS="%{rpmcflags} %{?archcflags}"
 %cmake -B build \
+   -DDEPS=LOCAL \
+   -DDEP_CPPHTTPLIB=SYSTEM \
+   -DENABLE_TESTING=OFF \
-DUSE_CCACHE=OFF \
-DUSE_FASTER_LINKER=OFF \
%{cmake_on_off redis REDIS_STORAGE_BACKEND}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ccache.git/commitdiff/1ea59a483ddca54f02c63db108b7ba2380375118

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


[packages/pluma-plugins] update deps for synctex plugin

2024-05-30 Thread atler
commit 94fbdff5cded2010566f7838d8c0c3db54b4d994
Author: Jan Palus 
Date:   Thu May 30 23:54:04 2024 +0200

update deps for synctex plugin

 pluma-plugins.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/pluma-plugins.spec b/pluma-plugins.spec
index 0d1d24e..d36b24a 100644
--- a/pluma-plugins.spec
+++ b/pluma-plugins.spec
@@ -21,8 +21,9 @@ BuildRequires:libtool >= 2:2.2
 BuildRequires: libxml2-progs >= 2.0
 BuildRequires: pkgconfig
 BuildRequires: pluma-devel >= 1.25.3
-BuildRequires: python-dbus-devel >= 0.82
+BuildRequires: python3 >= 1:3
 BuildRequires: python3-devel >= 1:3
+BuildRequires: python3-dbus
 BuildRequires: python3-pygobject3 >= 3.0
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(find_lang) >= 1.36


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pluma-plugins.git/commitdiff/94fbdff5cded2010566f7838d8c0c3db54b4d994

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


[packages/mate-applets] update required gtksourceview version

2024-05-30 Thread atler
commit 77c9af01580749c8cb02ba2a62b5a74894e81fc7
Author: Jan Palus 
Date:   Thu May 30 22:23:29 2024 +0200

update required gtksourceview version

 mate-applets.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mate-applets.spec b/mate-applets.spec
index 18c5e92..e833f94 100644
--- a/mate-applets.spec
+++ b/mate-applets.spec
@@ -28,7 +28,7 @@ BuildRequires:dbus-glib-devel >= 0.74
 BuildRequires: gettext-tools >= 0.19.8
 BuildRequires: glib2-devel >= 1:2.50.0
 BuildRequires: gtk+3-devel >= 3.22
-BuildRequires: gtksourceview3-devel >= 3.0
+BuildRequires: gtksourceview4-devel >= 4.0
 %if %{with gucharmap}
 BuildRequires: gucharmap-devel >= 3.0.0
 %endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-applets.git/commitdiff/77c9af01580749c8cb02ba2a62b5a74894e81fc7

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


DISTFILES: passt: passt-2024_05_23.765eb0b.tar.xz

2024-05-30 Thread atler
Request by: atler


Files fetched: 1

STORED: https://passt.top/passt/snapshot/passt-2024_05_23.765eb0b.tar.xz
acb6b6e2ab6e93adcf1a8040404fc8d8  passt-2024_05_23.765eb0b.tar.xz
Size: 198116 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/passt] up to 2024_05_23

2024-05-30 Thread atler
commit 3523eb80a5a6ae1f5addaae629d58e2eac59959c
Author: Jan Palus 
Date:   Thu May 30 22:09:03 2024 +0200

up to 2024_05_23

 passt.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/passt.spec b/passt.spec
index fd42695..32c0b4e 100644
--- a/passt.spec
+++ b/passt.spec
@@ -1,13 +1,13 @@
-%definegitref  7288448
+%definegitref  765eb0b
 
 Summary:   User-mode networking for virtual machines and namespaces
 Name:  passt
-Version:   2024_05_10
+Version:   2024_05_23
 Release:   1
 License:   GPL v2+, BSD
 Group: Applications/System
 Source0:   
https://passt.top/passt/snapshot/%{name}-%{version}.%{gitref}.tar.xz
-# Source0-md5: 505a64734026a29ff0a6ca57051b97ae
+# Source0-md5: acb6b6e2ab6e93adcf1a8040404fc8d8
 URL:   https://passt.top/
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/passt.git/commitdiff/3523eb80a5a6ae1f5addaae629d58e2eac59959c

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


[packages/caja-extensions] update required gupnp version

2024-05-30 Thread atler
commit 0b490643aa29f00f40f072a02dbe6f5e48cf395f
Author: Jan Palus 
Date:   Thu May 30 21:27:06 2024 +0200

update required gupnp version

 caja-extensions.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/caja-extensions.spec b/caja-extensions.spec
index 6855205..83b85a4 100644
--- a/caja-extensions.spec
+++ b/caja-extensions.spec
@@ -19,7 +19,7 @@ BuildRequires:gstreamer-devel >= 1.0
 BuildRequires: gstreamer-plugins-base-devel >= 1.0
 BuildRequires: gtk+3-devel >= 3.22
 BuildRequires: gtk-doc >= 1.9
-BuildRequires: gupnp-devel >= 0.13
+BuildRequires: gupnp1.6-devel >= 1.6
 BuildRequires: libtool >= 1:1.4.3
 BuildRequires: mate-common
 BuildRequires: mate-desktop-devel >= 1.17.0
@@ -120,7 +120,6 @@ Requires(post,postun):  glib2 >= 1:2.50.0
 Requires:  %{name} = %{version}-%{release}
 Requires:  dbus-glib >= 0.60
 Requires:  dbus-libs >= 1.0.2
-Requires:  gupnp >= 0.13
 Suggests:  caja-extension-sendto-burn
 Suggests:  caja-extension-sendto-emailclient
 Suggests:  caja-extension-sendto-gajim
@@ -201,6 +200,7 @@ Summary:caja-extension-sendto UPnP media server plugin
 Summary(pl.UTF-8): Wtyczka caja-extension-sendto dla serwera multimediów 
UPnP
 Requires:  caja-extension-sendto = %{version}-%{release}
 Requires:  gupnp-tools
+Requires:  gupnp1.6 >= 1.6
 Obsoletes: mate-file-manager-sendto-upnp < 1.8.0
 
 %description -n caja-extension-sendto-upnp


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/caja-extensions.git/commitdiff/0b490643aa29f00f40f072a02dbe6f5e48cf395f

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


[packages/gupnp1.6] add static_libs bcond

2024-05-30 Thread atler
commit 449dfa0029954624908fcf9a79be60e52f04c7fa
Author: Jan Palus 
Date:   Thu May 30 21:23:02 2024 +0200

add static_libs bcond

 gupnp1.6.spec | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gupnp1.6.spec b/gupnp1.6.spec
index 22348be..357a530 100644
--- a/gupnp1.6.spec
+++ b/gupnp1.6.spec
@@ -1,7 +1,8 @@
 #
 # Conditional build:
-%bcond_without apidocs # gi-docgen based API documentation
-%bcond_without vala# Vala API
+%bcond_without apidocs # gi-docgen based API documentation
+%bcond_without vala# Vala API
+%bcond_without static_libs # static library
 
 Summary:   UPnP library based on GObject and libsoup
 Summary(pl.UTF-8): Biblioteka UPnP oparta na bibliotekach GObject i libsoup
@@ -114,6 +115,7 @@ API języka Vala dla biblioteki gupnp.
 
 %build
 %meson build \
+   %{!?with_static_libs:--default-library=shared} \
-Dcontext_manager=network-manager \
%{?with_apidocs:-Dgtk_doc=true}
 
@@ -151,9 +153,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/gupnp-1.6
 %{_pkgconfigdir}/gupnp-1.6.pc
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libgupnp-1.6.a
+%endif
 
 %if %{with apidocs}
 %files apidocs


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gupnp1.6.git/commitdiff/449dfa0029954624908fcf9a79be60e52f04c7fa

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


[packages/gssdp1.6] correct static_libs description

2024-05-30 Thread atler
commit 441da7d510fbde90683cec7beb5c09a8cd3ba01e
Author: Jan Palus 
Date:   Thu May 30 21:17:52 2024 +0200

correct static_libs description

 gssdp1.6.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gssdp1.6.spec b/gssdp1.6.spec
index 4c7b253..fe024b1 100644
--- a/gssdp1.6.spec
+++ b/gssdp1.6.spec
@@ -4,7 +4,7 @@
 %bcond_without vala# Vala bindings
 %bcond_without sniffer # sniffer package (GUI)
 %bcond_without doc # man pages
-%bcond_without static_libs # man pages
+%bcond_without static_libs # static library
 
 Summary:   GObject-based SSDP (Simple Service Discovery Protocol) library
 Summary(pl.UTF-8): Biblioteka SSDP (Simple Service Discovery Protocol) 
oparta na GObject


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gssdp1.6.git/commitdiff/441da7d510fbde90683cec7beb5c09a8cd3ba01e

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


[packages/gssdp1.6] add doc bcond for man pages (requires pandoc)

2024-05-30 Thread atler
commit 93d72688e17145ad351baf771e9b4265b51f74de
Author: Jan Palus 
Date:   Thu May 30 21:09:19 2024 +0200

add doc bcond for man pages (requires pandoc)

 gssdp1.6.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gssdp1.6.spec b/gssdp1.6.spec
index 0f3e6ba..5c93a95 100644
--- a/gssdp1.6.spec
+++ b/gssdp1.6.spec
@@ -3,6 +3,7 @@
 %bcond_without apidocs # gi-docgen based API documentation
 %bcond_without vala# Vala bindings
 %bcond_without sniffer # sniffer package (GUI)
+%bcond_without doc # man pages
 
 Summary:   GObject-based SSDP (Simple Service Discovery Protocol) library
 Summary(pl.UTF-8): Biblioteka SSDP (Simple Service Discovery Protocol) 
oparta na GObject
@@ -23,6 +24,7 @@ BuildRequires:gobject-introspection-devel >= 1.36.0
 BuildRequires: libsoup3-devel >= 3.0
 BuildRequires: meson >= 0.54.0
 BuildRequires: ninja >= 1.5
+%{?with_doc:BuildRequires: pandoc}
 BuildRequires: pkgconfig
 BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(macros) >= 2.029
@@ -113,7 +115,8 @@ Graficzny sniffer SSDP.
 %build
 %meson build \
%{?with_apidocs:-Dgtk_doc=true} \
-   %{!?with_sniffer:-Dsniffer=false}
+   %{!?with_sniffer:-Dsniffer=false} \
+   %{!?with_doc:-Dmanpages=false}
 
 %ninja_build -C build
 
@@ -168,5 +171,5 @@ rm -rf $RPM_BUILD_ROOT
 %files -n gssdp-sniffer
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/gssdp-device-sniffer
-%{_mandir}/man1/gssdp-device-sniffer.1*
+%{?with_doc:%{_mandir}/man1/gssdp-device-sniffer.1*}
 %endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gssdp1.6.git/commitdiff/dbcee91d2859955085edecd0d749ccb98c8f5155

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


[packages/gssdp1.6] add static_libs bcond

2024-05-30 Thread atler
commit dbcee91d2859955085edecd0d749ccb98c8f5155
Author: Jan Palus 
Date:   Thu May 30 21:15:14 2024 +0200

add static_libs bcond

 gssdp1.6.spec | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/gssdp1.6.spec b/gssdp1.6.spec
index 5c93a95..4c7b253 100644
--- a/gssdp1.6.spec
+++ b/gssdp1.6.spec
@@ -1,9 +1,10 @@
 #
 # Conditional build:
-%bcond_without apidocs # gi-docgen based API documentation
-%bcond_without vala# Vala bindings
-%bcond_without sniffer # sniffer package (GUI)
-%bcond_without doc # man pages
+%bcond_without apidocs # gi-docgen based API documentation
+%bcond_without vala# Vala bindings
+%bcond_without sniffer # sniffer package (GUI)
+%bcond_without doc # man pages
+%bcond_without static_libs # man pages
 
 Summary:   GObject-based SSDP (Simple Service Discovery Protocol) library
 Summary(pl.UTF-8): Biblioteka SSDP (Simple Service Discovery Protocol) 
oparta na GObject
@@ -114,6 +115,7 @@ Graficzny sniffer SSDP.
 
 %build
 %meson build \
+   %{!?with_static_libs:--default-library=shared} \
%{?with_apidocs:-Dgtk_doc=true} \
%{!?with_sniffer:-Dsniffer=false} \
%{!?with_doc:-Dmanpages=false}
@@ -150,9 +152,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/gssdp-1.6
 %{_pkgconfigdir}/gssdp-1.6.pc
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libgssdp-1.6.a
+%endif
 
 %if %{with apidocs}
 %files apidocs


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gssdp1.6.git/commitdiff/dbcee91d2859955085edecd0d749ccb98c8f5155

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


DISTFILES: aardvark-dns: aardvark-dns-1.11.0.tar.gz aardvark-dns-v1.11.0-vendor.tar.gz

2024-05-30 Thread atler
Request by: atler


Files fetched: 2

STORED: 
https://github.com/containers/aardvark-dns/archive/v1.11.0/aardvark-dns-1.11.0.tar.gz
db4b3e701cc6c9e50ae627362bd42d06  aardvark-dns-1.11.0.tar.gz
Size: 57635 bytes
STORED: 
https://github.com/containers/aardvark-dns/releases/download/v1.11.0/aardvark-dns-v1.11.0-vendor.tar.gz
832bacd18fa92fb27f7df6bc54e0c0d2  aardvark-dns-v1.11.0-vendor.tar.gz
Size: 6829221 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/aardvark-dns] up to 1.11.0

2024-05-30 Thread atler
commit 06573bfa4966c28ea8bce6fff219d8548d405312
Author: Jan Palus 
Date:   Thu May 30 20:48:23 2024 +0200

up to 1.11.0

 aardvark-dns.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/aardvark-dns.spec b/aardvark-dns.spec
index aa2cb23..b0c7abd 100644
--- a/aardvark-dns.spec
+++ b/aardvark-dns.spec
@@ -1,13 +1,13 @@
 Summary:   Authoritative dns server for A/ container records
 Name:  aardvark-dns
-Version:   1.10.0
+Version:   1.11.0
 Release:   1
 License:   Apache v2.0
 Group: Applications/System
 Source0:   
https://github.com/containers/aardvark-dns/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 756e70fe3aefb818328327080d8dcfc0
+# Source0-md5: db4b3e701cc6c9e50ae627362bd42d06
 Source1:   
https://github.com/containers/aardvark-dns/releases/download/v%{version}/%{name}-v%{version}-vendor.tar.gz
-# Source1-md5: 428c79e4dee965dd0d748e501b322727
+# Source1-md5: 832bacd18fa92fb27f7df6bc54e0c0d2
 URL:   https://github.com/containers/aardvark-dns
 BuildRequires: cargo
 BuildRequires: rpmbuild(macros) >= 2.004


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/aardvark-dns.git/commitdiff/06573bfa4966c28ea8bce6fff219d8548d405312

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


DISTFILES: netavark: netavark-1.11.0.tar.gz netavark-v1.11.0-vendor.tar.gz

2024-05-30 Thread atler
Request by: atler


Files fetched: 2

STORED: 
https://github.com/containers/netavark/archive/v1.11.0/netavark-1.11.0.tar.gz
b7036703a5bf1a5b8bee6b1329b37f78  netavark-1.11.0.tar.gz
Size: 163541 bytes
STORED: 
https://github.com/containers/netavark/releases/download/v1.11.0/netavark-v1.11.0-vendor.tar.gz
d79ee432ddea6b5a0a280dcd85171614  netavark-v1.11.0-vendor.tar.gz
Size: 17751524 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/netavark] up to 1.11.0

2024-05-30 Thread atler
commit ae69ba698ef169656eb02dcb698c58bb1f60503b
Author: Jan Palus 
Date:   Thu May 30 20:46:00 2024 +0200

up to 1.11.0

 netavark.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/netavark.spec b/netavark.spec
index 85dfde1..d44b333 100644
--- a/netavark.spec
+++ b/netavark.spec
@@ -1,13 +1,13 @@
 Summary:   Container network stack
 Name:  netavark
-Version:   1.10.3
+Version:   1.11.0
 Release:   1
 License:   Apache v2.0
 Group: Applications/System
 Source0:   
https://github.com/containers/netavark/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: c3bb97f4a8f5c20172bfd0205c588149
+# Source0-md5: b7036703a5bf1a5b8bee6b1329b37f78
 Source1:   
https://github.com/containers/netavark/releases/download/v%{version}/%{name}-v%{version}-vendor.tar.gz
-# Source1-md5: 262f401fe421c7aacb1975a0f3ecc173
+# Source1-md5: d79ee432ddea6b5a0a280dcd85171614
 URL:   https://github.com/containers/netavark
 BuildRequires: cargo
 BuildRequires: go-md2man


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/netavark.git/commitdiff/ae69ba698ef169656eb02dcb698c58bb1f60503b

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


DISTFILES: podman: podman-5.1.0.tar.gz

2024-05-30 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/containers/podman/archive/v5.1.0/podman-5.1.0.tar.gz
7bf48d3ad70dd365c88b156a7203fd26  podman-5.1.0.tar.gz
Size: 23797452 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/podman] up to 5.1.0

2024-05-30 Thread atler
commit 9b37bdf89ae792d7203622a228592c719da49017
Author: Jan Palus 
Date:   Thu May 30 20:33:15 2024 +0200

up to 5.1.0

 podman.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/podman.spec b/podman.spec
index 1c0f202..b01eea5 100644
--- a/podman.spec
+++ b/podman.spec
@@ -1,19 +1,19 @@
 Summary:   A tool for managing OCI containers and pods
 Name:  podman
-Version:   5.0.3
+Version:   5.1.0
 Release:   1
 License:   Apache v2.0
 Group: Applications/System
 #Source0Download: https://github.com/containers/podman/releases
 Source0:   
https://github.com/containers/podman/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 98108cb09db0ebeb69a8d4c68f1749de
+# Source0-md5: 7bf48d3ad70dd365c88b156a7203fd26
 Source1:   policy.json
 Source2:   registries.conf
 URL:   https://github.com/containers/podman
 BuildRequires: btrfs-progs-devel
 BuildRequires: device-mapper-devel
 BuildRequires: go-md2man
-BuildRequires: golang >= 1.20
+BuildRequires: golang >= 1.21
 BuildRequires: golang-varlink
 BuildRequires: gpgme-devel
 BuildRequires: libseccomp-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/podman.git/commitdiff/9b37bdf89ae792d7203622a228592c719da49017

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


DISTFILES: github-cli: github-cli-2.50.0.tar.gz github-cli-vendor-2.50.0.tar.xz

2024-05-30 Thread atler
Request by: atler


Files fetched: 2

STORED: https://github.com/cli/cli/archive/v2.50.0/github-cli-2.50.0.tar.gz
e52b92264e4e15fabd1b387041de0ef8  github-cli-2.50.0.tar.gz
Size: 984896 bytes
STORED: no-url://github-cli-vendor-2.50.0.tar.xz
dbbabe8c97351da05909b4213fd96fe6  github-cli-vendor-2.50.0.tar.xz
Size: 9323552 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/github-cli] up to 2.50.0

2024-05-30 Thread atler
commit 9db1d72fdc9c4af56045bccab836816fc6b1d021
Author: Jan Palus 
Date:   Thu May 30 20:20:16 2024 +0200

up to 2.50.0

 github-cli.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/github-cli.spec b/github-cli.spec
index 2fd3d5b..8fb6b91 100644
--- a/github-cli.spec
+++ b/github-cli.spec
@@ -1,20 +1,20 @@
-%definevendor_version  2.48.0
+%definevendor_version  2.50.0
 
 Summary:   GitHub’s official command line tool
 Name:  github-cli
-Version:   2.48.0
+Version:   2.50.0
 Release:   1
 License:   MIT
 Group: Development/Tools
 #Source0Download: https://github.com/cli/cli/releases
 Source0:   
https://github.com/cli/cli/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 6c69cd05759056672e459f3dccaf0fbe
+# Source0-md5: e52b92264e4e15fabd1b387041de0ef8
 # cd cli-%{version}
 # go mod vendor
 # cd ..
 # tar cJf github-cli-vendor-%{version}.tar.xz cli-%{version}/vendor
 Source1:   %{name}-vendor-%{vendor_version}.tar.xz
-# Source1-md5: da7dc8c679595d385adb7e3eb7d7c3d9
+# Source1-md5: dbbabe8c97351da05909b4213fd96fe6
 URL:   https://cli.github.com
 BuildRequires: golang >= 1.22
 BuildRequires: rpm-build >= 4.6


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/github-cli.git/commitdiff/9db1d72fdc9c4af56045bccab836816fc6b1d021

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


DISTFILES: simdjson: simdjson-3.9.3.tar.gz

2024-05-30 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/simdjson/simdjson/archive/v3.9.3/simdjson-3.9.3.tar.gz
9ec18f13be972a3c9117b45d97dd3a10  simdjson-3.9.3.tar.gz
Size: 2643869 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


  1   2   3   4   5   6   7   8   9   10   >