DISTFILES: GraphicsMagick: GraphicsMagick-1.3.43.tar.xz

2024-04-23 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://downloads.sourceforge.net/graphicsmagick/GraphicsMagick-1.3.43.tar.xz
ffcd558899aff408b9073c2d48539e22  GraphicsMagick-1.3.43.tar.xz
Size: 5657460 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/GraphicsMagick] - updated to 1.3.43; require libjpeg-turbo 3 for new features (12- and 16-bit support)

2024-04-23 Thread qboosh
commit adb6aef97875f8afe42602685c4d309202dae5e3
Author: Jakub Bogusz 
Date:   Wed Apr 24 06:25:49 2024 +0200

- updated to 1.3.43; require libjpeg-turbo 3 for new features (12- and 
16-bit support)

 GraphicsMagick.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec
index e2f7f7d..72e6c51 100644
--- a/GraphicsMagick.spec
+++ b/GraphicsMagick.spec
@@ -21,12 +21,12 @@ Summary(ru.UTF-8):  Просмотр, конвертирование, обраб
 Summary(tr.UTF-8): X altında resim gösterme, çevirme ve değişiklik yapma
 Summary(uk.UTF-8): Перегляд, конвертування та обробка зображень під X 
Window
 Name:  GraphicsMagick
-Version:   1.3.40
-Release:   2
+Version:   1.3.43
+Release:   1
 License:   MIT
 Group: X11/Applications/Graphics
 Source0:   
https://downloads.sourceforge.net/graphicsmagick/%{name}-%{version}.tar.xz
-# Source0-md5: eb8395be198a661352dafb98eff5e35c
+# Source0-md5: ffcd558899aff408b9073c2d48539e22
 Patch0:%{name}-link.patch
 Patch1:%{name}-ldflags.patch
 URL:   http://www.graphicsmagick.org/
@@ -44,7 +44,7 @@ BuildRequires:lcms2-devel >= 2.0
 %{?with_fpx:BuildRequires: libfpx-devel >= 1.2.0.4-3}
 %{?with_openmp:BuildRequires:  libgomp-devel}
 BuildRequires: libheif-devel
-BuildRequires: libjpeg-devel >= 6b
+BuildRequires: libjpeg-turbo-devel >= 3.0
 %{?with_libjxl:BuildRequires:  libjxl-devel >= 0.8.0}
 BuildRequires: libltdl-devel >= 2:2.2
 BuildRequires: libpng-devel >= 2:1.2.18


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/GraphicsMagick.git/commitdiff/adb6aef97875f8afe42602685c4d309202dae5e3

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


[packages/phodav3] - allow building without avahi, allow packaging on systems without systemd

2024-04-23 Thread hawk
commit abcce5117cc95c3fc745909a365443df05b5bbbd
Author: Marcin Krol 
Date:   Wed Apr 24 01:04:02 2024 +0200

- allow building without avahi, allow packaging on systems without systemd

 phodav3.spec | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/phodav3.spec b/phodav3.spec
index 175e940..faf3a27 100644
--- a/phodav3.spec
+++ b/phodav3.spec
@@ -1,3 +1,6 @@
+%bcond_without avahi   # avahi/mdns
+%bcond_without systemd # systemd
+
 Summary:   Phodav - WebDAV server implementation using libsoup
 Summary(en.UTF-8): Phởdav - WebDAV server implementation using libsoup
 Summary(pl.UTF-8): Phởdav - implementacja serwera WebDAV wykorzystująca 
libsoup
@@ -11,8 +14,8 @@ Source0:  
https://download.gnome.org/sources/phodav/3.0/phodav-%{version}.tar.xz
 URL:   https://wiki.gnome.org/phodav
 BuildRequires: asciidoc
 BuildRequires: attr-devel
-BuildRequires: avahi-devel
-BuildRequires: avahi-gobject-devel
+%{?with_avahi:BuildRequires:   avahi-devel}
+%{?with_avahi:BuildRequires:   avahi-gobject-devel}
 BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.44
 BuildRequires: gtk-doc >= 1.14
@@ -100,7 +103,8 @@ Dokumentacja API biblioteki PhoDAV.
 %setup -q -n phodav-%{version}
 
 %build
-%meson build
+%meson build \
+   %{!?with_avahi:-Davahi=disabled}
 
 %ninja_build -C build
 
@@ -121,7 +125,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/chezdav
 %attr(755,root,root) %{_sbindir}/spice-webdavd
+%if %{with systemd}
 %{systemdunitdir}/spice-webdavd.service
+%endif
 /lib/udev/rules.d/70-spice-webdavd.rules
 %{_mandir}/man1/chezdav.1*
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/phodav3.git/commitdiff/abcce5117cc95c3fc745909a365443df05b5bbbd

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


[packages/pcsc-lite] - fix files for building without systemd

2024-04-23 Thread hawk
commit 02d4a8aa48969f982a3533a32697a3740c3d7dbc
Author: Marcin Krol 
Date:   Tue Apr 23 23:52:20 2024 +0200

- fix files for building without systemd

 pcsc-lite.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/pcsc-lite.spec b/pcsc-lite.spec
index de3bf8d..8e0123f 100644
--- a/pcsc-lite.spec
+++ b/pcsc-lite.spec
@@ -210,8 +210,10 @@ fi
 %{_mandir}/man5/reader.conf.5*
 %{_mandir}/man8/pcscd.8*
 %dir /var/run/pcscd
+%if %{with systemd}
 %{systemdunitdir}/pcscd.service
 %{systemdunitdir}/pcscd.socket
+%endif
 /usr/lib/tmpfiles.d/%{name}.conf
 %if %{with polkit}
 %{_datadir}/polkit-1/actions/org.debian.pcsc-lite.policy


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pcsc-lite.git/commitdiff/02d4a8aa48969f982a3533a32697a3740c3d7dbc

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


[packages/perl-PPIx-QuoteLike] - updated shebang fix

2024-04-23 Thread hawk
commit 526d57577a9f33ab258adb8e330e8d8c70100995
Author: Marcin Krol 
Date:   Tue Apr 23 23:07:11 2024 +0200

- updated shebang fix

 perl-PPIx-QuoteLike.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/perl-PPIx-QuoteLike.spec b/perl-PPIx-QuoteLike.spec
index 2a227c8..636ec9a 100644
--- a/perl-PPIx-QuoteLike.spec
+++ b/perl-PPIx-QuoteLike.spec
@@ -47,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -a eg $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__sed} -i -e '1s,/usr/bin/env perl,/usr/bin/perl,' \
+%{__sed} -i -e '1s,/usr/bin/env perl,%{__perl},' \
$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/eg/pqldump
 
 %clean


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-PPIx-QuoteLike.git/commitdiff/526d57577a9f33ab258adb8e330e8d8c70100995

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

2024-04-23 Thread atler
Request by: atler


Files fetched: 103

STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/source/firefox-125.0.2.source.tar.xz
c64b5925b85b121c6b037587adee10c9  firefox-125.0.2.source.tar.xz
Size: 544666944 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/ach.xpi
76cb49d3585cf05a31dfb46f861683b9  ach.xpi
Size: 460866 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/af.xpi
e384e9f5d468b1e7402e5a11b317270d  af.xpi
Size: 414694 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/an.xpi
dcec3d58feed5c04f0de1f45efbfeac2  an.xpi
Size: 502762 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/ar.xpi
69d3665750f4d1f199e75705c2520564  ar.xpi
Size: 603477 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/ast.xpi
0c08400361e37a29194524322fdd6706  ast.xpi
Size: 493022 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/az.xpi
23f2f56027ed5188206f1fc50dc925a8  az.xpi
Size: 487522 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/be.xpi
b4856a8455f6ab63eeddd59720420b4a  be.xpi
Size: 702932 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/bg.xpi
4f23cfa7a0103999b5d8ccf38220f7df  bg.xpi
Size: 600540 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/bn.xpi
9da4d30facfe3a9d6e138ddbd44b50b3  bn.xpi
Size: 578154 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/br.xpi
1c9d1c5eeeac78c8cb27f34d5e08dab5  br.xpi
Size: 583241 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/bs.xpi
4b21a35d4a33fd529c2aa958c3ed4d4a  bs.xpi
Size: 472636 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/ca.xpi
267617a79c8ab7390b7c19f6fba293d2  ca.xpi
Size: 581518 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/ca-valencia.xpi
6e5248fc2232eb8b07523480ab3c70df  ca-valencia.xpi
Size: 542904 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/cak.xpi
aeb60274273339f5c647d0316cdfa49d  cak.xpi
Size: 589356 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/cs.xpi
e7ca0d65039030bce709fe979eb07931  cs.xpi
Size: 647935 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/cy.xpi
d557f668ff62c209846e7de8b63b27bc  cy.xpi
Size: 613450 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/da.xpi
53aaddd887fedef0fece233391c674c9  da.xpi
Size: 601717 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/de.xpi
501ba14b616eb0f3ca17e84bf441dff0  de.xpi
Size: 622999 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/dsb.xpi
f3bded2fa40d8d557ce638ffe360f35f  dsb.xpi
Size: 639415 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/el.xpi
b78c34b08e9586a4b699fc73c4fb0511  el.xpi
Size: 720357 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/en-CA.xpi
a7f150946e7e65bac62889438f6a0cc3  en-CA.xpi
Size: 574330 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/en-GB.xpi
a6a688b7cab94adebe69ac999b360c0e  en-GB.xpi
Size: 574951 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/en-US.xpi
4a9263e4b57e88d9448f685f0f9ff89b  en-US.xpi
Size: 553278 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/eo.xpi
86a433f09eb5581353c0419c6151252e  eo.xpi
Size: 603677 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/es-AR.xpi
b1056dd35fc3d72d4ad5fe7399ddd4f5  es-AR.xpi
Size: 616963 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/es-CL.xpi
25f6124e657e2b2ae9c0e4ce31f27975  es-CL.xpi
Size: 616150 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/es-ES.xpi
96c8aa05cb3d23e7c300045ea18f1704  es-ES.xpi
Size: 610899 bytes
STORED: 
https://releases.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/xpi/es-MX.xpi
7ecbaaf4760074c7a66b069c45225f3b  es-MX.xpi
Size: 587993 bytes
STORED: 

[packages/firefox] up to 125.0.2

2024-04-23 Thread atler
commit 53efa402a891325e72aa1587a706bdb44e3be4ab
Author: Jan Palus 
Date:   Tue Apr 23 23:00:27 2024 +0200

up to 125.0.2

 firefox.spec | 208 +--
 1 file changed, 104 insertions(+), 104 deletions(-)
---
diff --git a/firefox.spec b/firefox.spec
index 84222bd..1fe6861 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -55,220 +55,220 @@ Summary:  Firefox web browser
 Summary(hu.UTF-8): Firefox web böngésző
 Summary(pl.UTF-8): Firefox - przeglądarka WWW
 Name:  firefox
-Version:   125.0.1
+Version:   125.0.2
 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: 11c309e80146c5c49f7ecbd7b9573828
+# Source0-md5: c64b5925b85b121c6b037587adee10c9
 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:   c06a76f25452fad56325aa5341391ba8
+# Source100-md5:   76cb49d3585cf05a31dfb46f861683b9
 Source101: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/af.xpi
-# Source101-md5:   db6d8371d3e3e141a2bff41e5017813a
+# Source101-md5:   e384e9f5d468b1e7402e5a11b317270d
 Source102: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/an.xpi
-# Source102-md5:   2b84d46d209b4ba541f21597a2c47d6d
+# Source102-md5:   dcec3d58feed5c04f0de1f45efbfeac2
 Source103: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ar.xpi
-# Source103-md5:   2b924b21420c60db5ffa28f4279b5422
+# Source103-md5:   69d3665750f4d1f199e75705c2520564
 Source104: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ast.xpi
-# Source104-md5:   322fe9086411cb081cbace493822918f
+# Source104-md5:   0c08400361e37a29194524322fdd6706
 Source105: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/az.xpi
-# Source105-md5:   5638329634cafb1750c14cd68395a8fa
+# Source105-md5:   23f2f56027ed5188206f1fc50dc925a8
 Source106: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/be.xpi
-# Source106-md5:   ee260734f5da9b8c0f87e66764646810
+# Source106-md5:   b4856a8455f6ab63eeddd59720420b4a
 Source107: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bg.xpi
-# Source107-md5:   8c52d0b4c2bca93dc85c36bc58d2cae9
+# Source107-md5:   4f23cfa7a0103999b5d8ccf38220f7df
 Source108: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn.xpi
-# Source108-md5:   ba3f7f8bdc7f17fc6e7b847d60a3bfda
+# Source108-md5:   9da4d30facfe3a9d6e138ddbd44b50b3
 Source109: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/br.xpi
-# Source109-md5:   700a5a2f95b448b67acfa02fcf78a537
+# Source109-md5:   1c9d1c5eeeac78c8cb27f34d5e08dab5
 Source110: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bs.xpi
-# Source110-md5:   f028325b36eb42bd767f51f3bf0b0403
+# Source110-md5:   4b21a35d4a33fd529c2aa958c3ed4d4a
 Source111: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca.xpi
-# Source111-md5:   af3c9ca2fa0211ad08f97ebe5f852561
+# Source111-md5:   267617a79c8ab7390b7c19f6fba293d2
 Source112: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca-valencia.xpi
-# Source112-md5:   96abcfedc2d53c159e83fe3b804baa64
+# Source112-md5:   6e5248fc2232eb8b07523480ab3c70df
 Source113: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cak.xpi
-# Source113-md5:   4934965568a4dde0d3c75aad6c8c433c
+# Source113-md5:   aeb60274273339f5c647d0316cdfa49d
 Source114: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cs.xpi
-# Source114-md5:   090b9cb71610c4ab8c1d8bbf61d5c270
+# Source114-md5:   e7ca0d65039030bce709fe979eb07931
 Source115: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cy.xpi
-# Source115-md5:   36ffb1f80e1515cfeaf7dea74527bc3b
+# Source115-md5:   d557f668ff62c209846e7de8b63b27bc
 Source116: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/da.xpi
-# Source116-md5:   60dd3e315fafa19ff516cfe02af4fffc
+# Source116-md5:   53aaddd887fedef0fece233391c674c9
 Source117: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/de.xpi
-# Source117-md5:   42edf2cf1139551e285287250270a080
+# Source117-md5:   501ba14b616eb0f3ca17e84bf441dff0
 Source118: 
https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/dsb.xpi
-# Source118-md5:   

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

2024-04-23 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/raspberrypi/firmware/archive/1.20240423/raspberrypi-firmware-1.20240423.tar.gz
8bb4bb0282e9b061c8df064ad0740b30  raspberrypi-firmware-1.20240423.tar.gz
Size: 153631082 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.20240423

2024-04-23 Thread atler
commit ae4d5d84b40e4e0d4335fe384fe00899db0c4b87
Author: Jan Palus 
Date:   Tue Apr 23 22:56:26 2024 +0200

up to 1.20240423

 raspberrypi-firmware.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/raspberrypi-firmware.spec b/raspberrypi-firmware.spec
index edfa181..24e253d 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.20240306
+Version:   1.20240423
 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: 77c7ad6f25c8b124a7bdd0f55b51f5a7
+# Source0-md5: 8bb4bb0282e9b061c8df064ad0740b30
 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/ae4d5d84b40e4e0d4335fe384fe00899db0c4b87

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


[packages/polkit] - fix building with elogind

2024-04-23 Thread hawk
commit 76dc67c658af9d33da96e4e0b8289188e27271db
Author: Marcin Krol 
Date:   Tue Apr 23 22:16:05 2024 +0200

- fix building with elogind

 elogind-build.patch | 14 ++
 polkit.spec |  4 +++-
 2 files changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/polkit.spec b/polkit.spec
index 3bd966a..82e1068 100644
--- a/polkit.spec
+++ b/polkit.spec
@@ -19,6 +19,7 @@ Group:Libraries
 Source0:   
https://gitlab.freedesktop.org/polkit/polkit/-/archive/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5: 5cb95118e21d0cf2348069847c3879e8
 Patch0:systemd-fallback.patch
+Patch1:elogind-build.patch
 URL:   https://www.freedesktop.org/wiki/Software/polkit
 BuildRequires: dbus-devel
 BuildRequires: docbook-dtd412-xml
@@ -114,6 +115,7 @@ Pliki nagłówkowe PolicyKit.
 %if %{with consolekit} && (%{with systemd} || %{with elogind})
 %patch0 -p1
 %endif
+%patch1 -p1
 
 %build
 %meson build \
@@ -170,7 +172,7 @@ fi
 %dir %{_sysconfdir}/polkit-1
 %attr(700,polkitd,root) %dir %{_sysconfdir}/polkit-1/rules.d
 %{_prefix}/lib/pam.d/polkit-1
-/usr/lib/sysusers.d/polkit.conf
+%{?with_systemd/usr/lib/sysusers.d/polkit.conf}
 %dir %{_datadir}/polkit-1
 %{_datadir}/polkit-1/policyconfig-1.dtd
 %{_datadir}/polkit-1/actions
diff --git a/elogind-build.patch b/elogind-build.patch
new file mode 100644
index 000..b02d80c
--- /dev/null
+++ b/elogind-build.patch
@@ -0,0 +1,14 @@
+diff -ur polkit-124.orig/meson.build polkit-124/meson.build
+--- polkit-124.orig/meson.build2024-01-17 16:43:53.0 +0100
 polkit-124/meson.build 2024-04-23 22:11:14.035586601 +0200
+@@ -217,9 +217,9 @@
+ systemd_dep = dependency('systemd', not_found_message: 'systemd required 
but not found, please provide a valid systemd user unit dir or disable it')
+ # FIXME: systemd.pc file does not use variables with relative paths, so 
`define_variable` cannot be used
+ systemd_systemdsystemunitdir = 
systemd_dep.get_pkgconfig_variable('systemdsystemunitdir')
++systemd_sysusers_dir = systemd_dep.get_pkgconfig_variable('sysusers_dir', 
default: '/usr/lib/sysusers.d')
+   endif
+ 
+-  systemd_sysusers_dir = systemd_dep.get_pkgconfig_variable('sysusers_dir', 
default: '/usr/lib/sysusers.d')
+ endif
+ config_h.set('HAVE_LIBSYSTEMD', enable_logind)
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/polkit.git/commitdiff/76dc67c658af9d33da96e4e0b8289188e27271db

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


[packages/ffmpeg] - release 4 (libjxl 0.10.x)

2024-04-23 Thread qboosh
commit b1ffd0519d9d27f94baa6a86fa2dd7665e8da7fb
Author: Jakub Bogusz 
Date:   Tue Apr 23 22:06:16 2024 +0200

- release 4 (libjxl 0.10.x)

 ffmpeg.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index d7dca6a..c76cf7c 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -132,7 +132,7 @@ Summary(pl.UTF-8):  FFmpeg - szybki konwerter audio/wideo
 Name:  ffmpeg
 # NOTE: 7.0 prepared on DEVEL-7 branch, but other software is not ready (e.g. 
xine-lib 1.2.13, gstreamer-libav 1.24.2)
 Version:   6.1.1
-Release:   3.1
+Release:   4
 # LGPL or GPL, chosen at configure time (GPL version is more featured)
 # GPL: frei0r libcdio libdavs2 rubberband vidstab x264 x265 xavs xavs2 xvid
 # v3 (allows *GPLv3 or Apache-licensed libs): gmp lensfun opencore-amr vmaf 
vo-*enc rkmpp


 gitweb:

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

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


[packages/ffmpeg] - bootstrap release 3.1

2024-04-23 Thread qboosh
commit 589e9b62bdc70ef99f3574df32393bcc7bad6ac7
Author: Jakub Bogusz 
Date:   Tue Apr 23 21:51:43 2024 +0200

- bootstrap release 3.1

 ffmpeg.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 1ad2330..d7dca6a 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -132,7 +132,7 @@ Summary(pl.UTF-8):  FFmpeg - szybki konwerter audio/wideo
 Name:  ffmpeg
 # NOTE: 7.0 prepared on DEVEL-7 branch, but other software is not ready (e.g. 
xine-lib 1.2.13, gstreamer-libav 1.24.2)
 Version:   6.1.1
-Release:   3
+Release:   3.1
 # LGPL or GPL, chosen at configure time (GPL version is more featured)
 # GPL: frei0r libcdio libdavs2 rubberband vidstab x264 x265 xavs xavs2 xvid
 # v3 (allows *GPLv3 or Apache-licensed libs): gmp lensfun opencore-amr vmaf 
vo-*enc rkmpp


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ffmpeg.git/commitdiff/589e9b62bdc70ef99f3574df32393bcc7bad6ac7

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


[packages/libgusb] remove static libs workaround outdated since 0.3.2

2024-04-23 Thread atler
commit c14ac4ea168265703f8043db9b287f36477f247e
Author: Jan Palus 
Date:   Tue Apr 23 20:24:07 2024 +0200

remove static libs workaround outdated since 0.3.2

 libgusb.spec | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/libgusb.spec b/libgusb.spec
index e1bbcc8..8a752cb 100644
--- a/libgusb.spec
+++ b/libgusb.spec
@@ -103,12 +103,9 @@ API języka Vala do libgusb.
 %prep
 %setup -q
 
-%if %{with static_libs}
-%{__sed} -i -e 's/shared_library/library/' gusb/meson.build
-%endif
-
 %build
 %meson build \
+   %{!?with_static_libs:--default-library=shared} \
-Ddocs=%{__true_false apidocs} \
-Dvapi=%{__true_false vala}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgusb.git/commitdiff/c14ac4ea168265703f8043db9b287f36477f247e

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


[packages/lxsession] - fix missed R:

2024-04-23 Thread hawk
commit 4c5cd91924805d834a20ec0e6c7382d9379101d3
Author: Marcin Krol 
Date:   Tue Apr 23 21:12:56 2024 +0200

- fix missed R:

 lxsession.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lxsession.spec b/lxsession.spec
index bcf963c..23237c4 100644
--- a/lxsession.spec
+++ b/lxsession.spec
@@ -42,7 +42,7 @@ BuildRequires:vala >= 2:0.16.0
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xz
 %{!?with_gtk3:Requires:gtk+2 >= 2:2.12.0}
-%{?with_notify:Requires:   libindicator >= 0.4.93}
+%{?with_notify:Requires:   libayatana-indicator}
 Provides:  lxpolkit = 0.1.0-2
 Provides:  lxsession-edit = 0.2.0-3
 Obsoletes: lxpolkit < 0.1.0-2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxsession.git/commitdiff/4c5cd91924805d834a20ec0e6c7382d9379101d3

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


[packages/perl-PPIx-Regexp] - updated shebang fix

2024-04-23 Thread hawk
commit 7de10db573d6fb3caab3a0984fedf8cfa7b03be3
Author: Marcin Krol 
Date:   Tue Apr 23 21:10:00 2024 +0200

- updated shebang fix

 perl-PPIx-Regexp.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/perl-PPIx-Regexp.spec b/perl-PPIx-Regexp.spec
index e3d642b..b7896eb 100644
--- a/perl-PPIx-Regexp.spec
+++ b/perl-PPIx-Regexp.spec
@@ -57,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -a eg/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__sed} -i -e '1s,/usr/bin/env perl,/usr/bin/perl,' \
+%{__sed} -i -e '1s,/usr/bin/env perl,%{__perl},' \
$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/preslurp
 
 %clean


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-PPIx-Regexp.git/commitdiff/7de10db573d6fb3caab3a0984fedf8cfa7b03be3

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


[packages/docbook-style-xsl] - fix epub/bin/dbtoepub shebang

2024-04-23 Thread hawk
commit 60211eeff26e78b46921bc52395166e9b861ebcd
Author: Marcin Krol 
Date:   Tue Apr 23 21:08:12 2024 +0200

- fix epub/bin/dbtoepub shebang

 docbook-style-xsl.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/docbook-style-xsl.spec b/docbook-style-xsl.spec
index 27e7060..f507c0e 100644
--- a/docbook-style-xsl.spec
+++ b/docbook-style-xsl.spec
@@ -9,7 +9,7 @@ Summary(pl.UTF-8):  Arkusze stylów XSL dla DocBooka
 Summary(pt_BR.UTF-8):  Stylesheets modulares do Norman Walsh para DocBook
 Name:  docbook-style-xsl
 Version:   1.79.2
-Release:   5
+Release:   6
 License:   MIT-like
 Group: Applications/Publishing/XML
 #Source0Download: https://github.com/docbook/xslt10-stylesheets/releases
@@ -91,6 +91,8 @@ Rozszerzenia DocBook Saxon.
 %setup -q -n docbook-xsl-%{version} -b1
 %patch0 -p2
 
+%{__sed} -i -e '1s,/usr/bin/env ruby,%{__ruby},' epub/bin/dbtoepub
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{xsl_path},%{_sysconfdir}/xml} \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/docbook-style-xsl.git/commitdiff/60211eeff26e78b46921bc52395166e9b861ebcd

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


DISTFILES: libstoragemgmt: libstoragemgmt-1.9.8.tar.gz

2024-04-23 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/libstorage/libstoragemgmt/releases/download/1.9.8/libstoragemgmt-1.9.8.tar.gz
0608b44ce238221ae1dff75bf3e6ff2c  libstoragemgmt-1.9.8.tar.gz
Size: 1077662 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/libstoragemgmt] - updated to 1.9.8

2024-04-23 Thread qboosh
commit 5e7106a826f68a1eb5980f11a8d7ca88b427eb47
Author: Jakub Bogusz 
Date:   Tue Apr 23 20:59:37 2024 +0200

- updated to 1.9.8

 libstoragemgmt.spec | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/libstoragemgmt.spec b/libstoragemgmt.spec
index fb93a93..d394840 100644
--- a/libstoragemgmt.spec
+++ b/libstoragemgmt.spec
@@ -7,13 +7,13 @@
 Summary:   Storage array management library
 Summary(pl.UTF-8): Biblioteka do zarządzania macierzami dyskowymi
 Name:  libstoragemgmt
-Version:   1.9.4
+Version:   1.9.8
 Release:   1
 License:   LGPL v2+
 Group: Libraries
 #Source0Download: https://github.com/libstorage/libstoragemgmt/releases
 Source0:   
https://github.com/libstorage/libstoragemgmt/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 8fa7d545905d0e9d872d6611ab9cd5ec
+# Source0-md5: 0608b44ce238221ae1dff75bf3e6ff2c
 Patch0:%{name}-types.patch
 URL:   https://github.com/libstorage/libstoragemgmt
 BuildRequires: autoconf >= 2.50
@@ -21,7 +21,7 @@ BuildRequires:automake
 BuildRequires: glib2-devel >= 1:2.22.5
 BuildRequires: libconfig-devel >= 1.3.2
 BuildRequires: libstdc++-devel
-BuildRequires: libtool
+BuildRequires: libtool >= 2:2
 BuildRequires: libxml2-devel >= 1:2.5.0
 BuildRequires: perl-base
 BuildRequires: openssl-devel
@@ -266,6 +266,9 @@ Ten pakiet zawiera wtyczkę do obsługi macierzy targetd.
tools/use_cases/find_unused_lun.py.in \
plugin/*_plugin/*_lsmplugin.in
 
+# daemon/lsb_daemon.c still specifies /var/run/lsm, adjust tmpfiles back
+%{__sed} -i -e 's, /run/lsm,/var/run/lsm,' packaging/daemon/libstoragemgmt.conf
+
 %build
 %{__libtoolize}
 %{__aclocal} -I m4


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libstoragemgmt.git/commitdiff/5e7106a826f68a1eb5980f11a8d7ca88b427eb47

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


[packages/sysprof] - fix building without sysprofd

2024-04-23 Thread hawk
commit af2ccc1a125015fb4ac645618264fc18ff91e5aa
Author: Marcin Krol 
Date:   Tue Apr 23 18:37:25 2024 +

- fix building without sysprofd

 sysprof.spec | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/sysprof.spec b/sysprof.spec
index e63bd81..121b812 100644
--- a/sysprof.spec
+++ b/sysprof.spec
@@ -30,7 +30,7 @@ BuildRequires:meson >= 0.62.0
 BuildRequires: ninja >= 1.5
 BuildRequires: pango-devel
 BuildRequires: pkgconfig >= 1:0.22
-%{?with_sysprofd:BuildRequires:polkit-devel >= 0.114}
+BuildRequires: polkit-devel >= 0.114
 BuildRequires: rpmbuild(macros) >= 1.736
 %{?with_sysprofd:BuildRequires:systemd-devel >= 1:222}
 BuildRequires: tar >= 1:1.22
@@ -117,7 +117,7 @@ Graficzny interfejs użytkownika profilera sysprof.
 %build
 %meson build \
--default-library=shared \
-   %{!?with_sysprofd:-Dwith_sysprofd=host}
+   %{!?with_sysprofd:-Dsysprofd=host}
 
 %ninja_build -C build
 
@@ -185,8 +185,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/sysprof-6.pc
 %{_pkgconfigdir}/sysprof-capture-4.pc
 %{_datadir}/dbus-1/interfaces/org.gnome.Sysprof.Agent.xml
+%if %{with sysprofd}
 %{_datadir}/dbus-1/interfaces/org.gnome.Sysprof3.Profiler.xml
 %{_datadir}/dbus-1/interfaces/org.gnome.Sysprof3.Service.xml
+%endif
 
 %files ui -f %{name}-ui.lang
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sysprof.git/commitdiff/af2ccc1a125015fb4ac645618264fc18ff91e5aa

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


[packages/libpanel] - fix building without apidocs

2024-04-23 Thread hawk
commit 1af410591951f27b9fe09ce89c188250ab60adb9
Author: Marcin Krol 
Date:   Tue Apr 23 20:11:48 2024 +0200

- fix building without apidocs

 libpanel.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libpanel.spec b/libpanel.spec
index faeecfe..db77d8d 100644
--- a/libpanel.spec
+++ b/libpanel.spec
@@ -105,7 +105,7 @@ Dokumentacja API biblioteki libpanel.
 %build
 %meson build \
%{!?with_static_libs:--default-library=shared} \
-   %{!?with_apidocs:-Ddocs=false}
+   %{!?with_apidocs:-Ddocs=disabled}
 
 %ninja_build -C build
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libpanel.git/commitdiff/1af410591951f27b9fe09ce89c188250ab60adb9

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


DISTFILES: libgusb: libgusb-0.4.9.tar.xz

2024-04-23 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/hughsie/libgusb/releases/download/0.4.9/libgusb-0.4.9.tar.xz
354a3227334991ea4e924843c144bd82  libgusb-0.4.9.tar.xz
Size: 51672 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/libgusb] - updated to 0.4.9

2024-04-23 Thread qboosh
commit ce74567a880b7942f2f83ead3648e5fef2ba04e4
Author: Jakub Bogusz 
Date:   Tue Apr 23 20:02:24 2024 +0200

- updated to 0.4.9

 libgusb.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgusb.spec b/libgusb.spec
index 243917e..e1bbcc8 100644
--- a/libgusb.spec
+++ b/libgusb.spec
@@ -7,13 +7,13 @@
 Summary:   GUsb - GObject wrapper for libusb1 library
 Summary(pl.UTF-8): GUsb - obudowanie GObject biblioteki libusb1
 Name:  libgusb
-Version:   0.4.8
+Version:   0.4.9
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 #Source0Download: https://github.com/hughsie/libgusb/releases
 Source0:   
https://github.com/hughsie/libgusb/releases/download/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: edc0715ded0b886c063189deef94c754
+# Source0-md5: 354a3227334991ea4e924843c144bd82
 URL:   https://github.com/hughsie/libgusb
 BuildRequires: gcc >= 5:3.2
 BuildRequires: glib2-devel >= 1:2.44.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgusb.git/commitdiff/ce74567a880b7942f2f83ead3648e5fef2ba04e4

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


[packages/blitz] - don't override our CXXFLAGS (fixes also debuginfo)

2024-04-23 Thread qboosh
commit 2989d09649dc32a7d2fa3413fe7e66f937803606
Author: Jakub Bogusz 
Date:   Tue Apr 23 20:02:02 2024 +0200

- don't override our CXXFLAGS (fixes also debuginfo)

 blitz.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/blitz.spec b/blitz.spec
index e37a9a4..582ca3a 100644
--- a/blitz.spec
+++ b/blitz.spec
@@ -104,6 +104,7 @@ Przykłady Blitz++.
 # here papi is ptools-perfapi library, not the one from papi.spec
 %configure \
ac_cv_lib_papi_main=no \
+   --disable-cxx-flags-preset \
%{?with_apidocs:--enable-doxygen --enable-html-docs} \
--enable-serialization \
--enable-shared \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/blitz.git/commitdiff/2989d09649dc32a7d2fa3413fe7e66f937803606

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


[packages/AppStream] - allow building without systemd

2024-04-23 Thread hawk
commit f663c8889e1850b53517bb8085b15dead29eb540
Author: Marcin Krol 
Date:   Tue Apr 23 20:01:36 2024 +0200

- allow building without systemd

 AppStream.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/AppStream.spec b/AppStream.spec
index 7479dc3..52f3383 100644
--- a/AppStream.spec
+++ b/AppStream.spec
@@ -7,6 +7,7 @@
 %bcond_without qt5 # Qt5 library (libAppStreamQt5)
 %bcond_without qt6 # Qt6 library (libAppStreamQt)
 %bcond_without static_libs # static libraries
+%bcond_without systemd # systemd
 %bcond_without vala# Vala API (VAPI)
 
 %if %{without qt}
@@ -47,7 +48,7 @@ BuildRequires:python3 >= 1:3
 BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(macros) >= 1.750
 BuildRequires: sed >= 4
-BuildRequires: systemd-devel >= 1:209
+%{?with_systemd:BuildRequires: systemd-devel >= 1:209}
 BuildRequires: tar >= 1:1.22
 %{?with_vala:BuildRequires:vala}
 BuildRequires: xmlto
@@ -288,6 +289,7 @@ Dane ITS AppStream metainfo dla narzędzi gettext.
%{?with_qt:-Dqt=true} \

%{?with_qt:-Dqt-versions="[%{?with_qt5:'5'%{?with_qt6:,}}%{?with_qt6:'6'}]"} \
-Dstemming=true \
+   %{!?with_systemd:-Dsystemd=false} \
%{?with_vala:-Dvapi=true}
 
 %ninja_build -C build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/AppStream.git/commitdiff/f663c8889e1850b53517bb8085b15dead29eb540

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


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

2024-04-23 Thread atler
Request by: atler


Files fetched: 2

STORED: https://cdn.zabbix.com/zabbix/sources/stable/6.0/zabbix-6.0.29.tar.gz
73314d5d61722baf9236a4755f07a100  zabbix-6.0.29.tar.gz
Size: 44962896 bytes
STORED: no-url://go-vendor.tar.xz
4a9250ca3ff0b8cf94e6540f8f542628  go-vendor.tar.xz
Size: 3877432 bytes


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


[packages/zabbix] up to 6.0.29

2024-04-23 Thread atler
commit d1964721322dacc32067c80736b16d875c2d6a65
Author: Jan Palus 
Date:   Tue Apr 23 19:58:11 2024 +0200

up to 6.0.29

 zabbix.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/zabbix.spec b/zabbix.spec
index 1332fba..f5d3529 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -24,15 +24,15 @@
 Summary:   Zabbix - network monitoring software
 Summary(pl.UTF-8): Zabbix - oprogramowanie do monitorowania sieci
 Name:  zabbix
-Version:   6.0.28
+Version:   6.0.29
 Release:   1
 License:   GPL v2+
 Group: Networking/Utilities
 # https://www.zabbix.com/download_sources
 Source0:   
https://cdn.zabbix.com/zabbix/sources/stable/6.0/%{name}-%{version}.tar.gz
-# Source0-md5: 7c73d9ebf24c1a97c5201c10464e5160
+# Source0-md5: 73314d5d61722baf9236a4755f07a100
 Source100: go-vendor.tar.xz
-# Source100-md5:   868d7dff2e5e5f228cc1057e2958000e
+# Source100-md5:   4a9250ca3ff0b8cf94e6540f8f542628
 Source1:   %{name}-apache.conf
 Source2:   %{name}_server.service
 Source3:   %{name}_agentd.service


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zabbix.git/commitdiff/d1964721322dacc32067c80736b16d875c2d6a65

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


[packages/pcmanfm] - build with gtk3 by default

2024-04-23 Thread hawk
commit 98ef9e517a814e6b9467f96f76eb48f03e6d99b4
Author: Marcin Krol 
Date:   Tue Apr 23 20:00:11 2024 +0200

- build with gtk3 by default

 pcmanfm.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pcmanfm.spec b/pcmanfm.spec
index 8135e43..1132843 100644
--- a/pcmanfm.spec
+++ b/pcmanfm.spec
@@ -1,13 +1,13 @@
 #
 # Conditional build:
-%bcond_withgtk3# use GTK+ 3.x instead of GTK+ 2.x
+%bcond_without gtk3# use GTK+ 3.x instead of GTK+ 2.x
 
 %definelibfm_ver   1.3.2
 Summary:   File manager for GTK
 Summary(pl.UTF-8): Zarządca plików dla GTK
 Name:  pcmanfm
 Version:   1.3.2
-Release:   3
+Release:   4
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
https://downloads.sourceforge.net/pcmanfm/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pcmanfm.git/commitdiff/98ef9e517a814e6b9467f96f76eb48f03e6d99b4

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


[packages/lxdm] - build with gtk3 by default, fix files

2024-04-23 Thread hawk
commit 5669a5439da39250bb2df238dbe903dd5ef6f1b1
Author: Marcin Krol 
Date:   Tue Apr 23 19:59:09 2024 +0200

- build with gtk3 by default, fix files

 lxdm.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/lxdm.spec b/lxdm.spec
index 2135c83..16ccb96 100644
--- a/lxdm.spec
+++ b/lxdm.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_withgtk3# use GTK+3 instead of GTK+2
+%bcond_without gtk3# use GTK+3 instead of GTK+2
 
 Summary:   Light weight X11 display manager
 Summary(pl.UTF-8): Lekki zarządca ekranów X11
 Name:  lxdm
 Version:   0.5.3
-Release:   1
+Release:   2
 License:   GPL v3+
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxdm/%{name}-%{version}.tar.xz
@@ -131,9 +131,9 @@ fi
 %attr(755,root,root) %{_sbindir}/lxdm
 %attr(755,root,root) %{_sbindir}/lxdm-binary
 %attr(755,root,root) %{_libexecdir}/lxdm-greeter-gtk
-%attr(755,root,root) %{_libdir}/lxdm-greeter-gdk
-%attr(755,root,root) %{_libdir}/lxdm-numlock
-%attr(755,root,root) %{_libdir}/lxdm-session
+%attr(755,root,root) %{_libexecdir}/lxdm-greeter-gdk
+%attr(755,root,root) %{_libexecdir}/lxdm-numlock
+%attr(755,root,root) %{_libexecdir}/lxdm-session
 %{_datadir}/%{name}
 %{systemdunitdir}/lxdm.service
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxdm.git/commitdiff/5669a5439da39250bb2df238dbe903dd5ef6f1b1

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


[packages/lxinput] - build with gtk3 by default

2024-04-23 Thread hawk
commit ac955bdb34bbdf495336dbe2f53f998ee605a54d
Author: Marcin Krol 
Date:   Tue Apr 23 19:58:18 2024 +0200

- build with gtk3 by default

 lxinput.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxinput.spec b/lxinput.spec
index 19c40e2..986b895 100644
--- a/lxinput.spec
+++ b/lxinput.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_withgtk3# use GTK+3 instead of GTK+2
+%bcond_without gtk3# use GTK+3 instead of GTK+2
 
 Summary:   Keyboard and mouse configurator for LXDE
 Summary(pl.UTF-8): Konfigurator klawiatury i myszy dla LXDE
 Name:  lxinput
 Version:   0.3.5
-Release:   1
+Release:   2
 License:   GPL v3
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxinput.git/commitdiff/ac955bdb34bbdf495336dbe2f53f998ee605a54d

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


[packages/lxlauncher] - build with gtk3 by default

2024-04-23 Thread hawk
commit 6523c551a31b0ede51351107bbbc45b5548f9a1d
Author: Marcin Krol 
Date:   Tue Apr 23 19:57:45 2024 +0200

- build with gtk3 by default

 lxlauncher.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxlauncher.spec b/lxlauncher.spec
index 8964c94..5f07d9c 100644
--- a/lxlauncher.spec
+++ b/lxlauncher.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_withgtk3# use GTK+3 instead of GTK+2
+%bcond_without gtk3# use GTK+3 instead of GTK+2
 
 Summary:   Open source clone of Asus launcher for EeePC
 Summary(pl.UTF-8): Mający otwarte źródła klon Asus launchera dla EeePC
 Name:  lxlauncher
 Version:   0.2.5
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxlauncher.git/commitdiff/6523c551a31b0ede51351107bbbc45b5548f9a1d

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


[packages/lxtask] - build with gtk3 by default

2024-04-23 Thread hawk
commit ea304cb57597ab1c4baeb8e93e501b7474c3ab79
Author: Marcin Krol 
Date:   Tue Apr 23 19:56:42 2024 +0200

- build with gtk3 by default

 lxtask.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxtask.spec b/lxtask.spec
index 69b40fa..533e99b 100644
--- a/lxtask.spec
+++ b/lxtask.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_withgtk3# use GTK+3 instead of GTK+2
+%bcond_without gtk3# use GTK+3 instead of GTK+2
 
 Summary:   Lightweight task manager
 Summary(pl.UTF-8): Lekki zarządca zadań
 Name:  lxtask
 Version:   0.1.10
-Release:   1
+Release:   2
 License:   GPL v2
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxtask.git/commitdiff/ea304cb57597ab1c4baeb8e93e501b7474c3ab79

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


[packages/lxrandr] - build with gtk3 by default

2024-04-23 Thread hawk
commit 10f9c85212bfb3689f1201b05936d3e43b5eca6e
Author: Marcin Krol 
Date:   Tue Apr 23 19:56:00 2024 +0200

- build with gtk3 by default

 lxrandr.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxrandr.spec b/lxrandr.spec
index 04d57a6..2ffa54c 100644
--- a/lxrandr.spec
+++ b/lxrandr.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_withgtk3# use GTK+3 instead of GTK+2
+%bcond_without gtk3# use GTK+3 instead of GTK+2
 
 Summary:   GTK+ interface to XRandR for LXDE desktop
 Summary(pl.UTF-8): Interfejs GTK+ do rozszerzenia XRandR dla środowiska 
LXDE
 Name:  lxrandr
 Version:   0.3.2
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxrandr.git/commitdiff/10f9c85212bfb3689f1201b05936d3e43b5eca6e

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


[packages/lxsession] - drop keyring support, handled elsewhere, see https://bugs.launchpad.net/ubuntu/+source/lxsession

2024-04-23 Thread hawk
commit 4ca33b2d371126c14f66c082f4994feb01ab620c
Author: Marcin Krol 
Date:   Tue Apr 23 19:54:07 2024 +0200

- drop keyring support, handled elsewhere,
  see https://bugs.launchpad.net/ubuntu/+source/lxsession/+bug/1733102

 lxsession.spec   |   4 +-
 no-keyring.patch | 246 +++
 2 files changed, 249 insertions(+), 1 deletion(-)
---
diff --git a/lxsession.spec b/lxsession.spec
index 70f1730..bcf963c 100644
--- a/lxsession.spec
+++ b/lxsession.spec
@@ -7,12 +7,13 @@ Summary:  Default session manager for LXDE
 Summary(pl.UTF-8): Domyślny zarząda sesji dla LXDE
 Name:  lxsession
 Version:   0.5.5
-Release:   2
+Release:   3
 License:   GPL v2+
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz
 # Source0-md5: e8380acef215ee7c99c067a2241c2c7b
 Patch0:libayatana.patch
+Patch1:no-keyring.patch
 URL:   http://www.lxde.org/
 BuildRequires: dbus-devel
 BuildRequires: dbus-glib-devel
@@ -67,6 +68,7 @@ uruchomić je ponownie przy kolejnym zalogowaniu tego 
użytkownika.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/no-keyring.patch b/no-keyring.patch
new file mode 100644
index 000..61dec22
--- /dev/null
+++ b/no-keyring.patch
@@ -0,0 +1,246 @@
+diff -ur lxsession-0.5.5.orig/data/desktop.conf.example 
lxsession-0.5.5/data/desktop.conf.example
+--- lxsession-0.5.5.orig/data/desktop.conf.example 2020-02-29 
16:32:45.0 +0100
 lxsession-0.5.5/data/desktop.conf.example  2024-04-23 10:04:05.100739077 
+0200
+@@ -119,9 +119,6 @@
+ # Aaccessibility to enable (GNOME, KDE or other). Only GNOME supported now.
+ a11y/command = gnome
+ 
+-# Default Keyring program (default for ssh-agent, gnome-all for 
gnome-keyring-daemon full support)
+-keyring/command=ssh-agent
+-
+ # Command to launch for configuring Xrandr ex: xrandr --mode ...
+ xrandr/command=
+ 
+diff -ur lxsession-0.5.5.orig/data/ui/lxsession-default-apps.ui 
lxsession-0.5.5/data/ui/lxsession-default-apps.ui
+--- lxsession-0.5.5.orig/data/ui/lxsession-default-apps.ui 2019-02-27 
23:02:03.0 +0100
 lxsession-0.5.5/data/ui/lxsession-default-apps.ui  2024-04-23 
10:04:05.100739077 +0200
+@@ -4004,80 +4004,6 @@
+   
+ 
+ 
+-  
+-True
+-False
+-Security (keyring)
+-  
+-  
+-15
+-16
+-  
+-
+-
+-  
+-True
+-True
+-•
+-True
+-False
+-False
+-True
+-True
+-  
+-  
+-1
+-2
+-15
+-16
+-  
+-
+-
+-  
+-True
+-True
+-True
+-False
+-file_manager_help_image208
+-  
+-  
+-2
+-3
+-15
+-16
+-  
+-
+-
+-  
+-Reload
+-True
+-True
+-True
+-False
+-  
+-  
+-3
+-4
+-15
+-16
+-  
+-
+-
+-  
+-More
+-True
+-True
+-True
+-False
+-  
+-  
+-4
+-5
+-15
+-

[packages/blitz] - pass --with-boost-libdir= due to stupid boost version detection

2024-04-23 Thread qboosh
commit 06e1ad703417a4a8cf0c5d19c7f1d942e7cb029e
Author: Jakub Bogusz 
Date:   Tue Apr 23 19:54:29 2024 +0200

- pass --with-boost-libdir= due to stupid boost version detection

 blitz.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/blitz.spec b/blitz.spec
index 38ed7aa..e37a9a4 100644
--- a/blitz.spec
+++ b/blitz.spec
@@ -107,6 +107,7 @@ Przykłady Blitz++.
%{?with_apidocs:--enable-doxygen --enable-html-docs} \
--enable-serialization \
--enable-shared \
+   --with-boost-libdir=%{_libdir} \
%{?with_tbb:--with-tbb}
 
 %{__make}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/blitz.git/commitdiff/06e1ad703417a4a8cf0c5d19c7f1d942e7cb029e

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


DISTFILES: waybar: waybar-0.10.2.tar.gz

2024-04-23 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/Alexays/Waybar/archive/0.10.2/waybar-0.10.2.tar.gz
0fec60ccdc1d427d5f2364d019b69403  waybar-0.10.2.tar.gz
Size: 301414 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/waybar] up to 0.10.2

2024-04-23 Thread atler
commit a38ce89d8f05fd560b9aa00fa6cbdcace11a0e4e
Author: Jan Palus 
Date:   Tue Apr 23 19:52:28 2024 +0200

up to 0.10.2

 waybar.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/waybar.spec b/waybar.spec
index 01e6c30..8e29841 100644
--- a/waybar.spec
+++ b/waybar.spec
@@ -1,12 +1,12 @@
 Summary:   Highly customizable Wayland bar for Sway and Wlroots based 
compositors
 Summary(pl.UTF-8): Bardzo konfigurowalny pasek Waylanda do kompozytorów 
opartych na Sway i Wlroots
 Name:  waybar
-Version:   0.10.1
+Version:   0.10.2
 Release:   1
 License:   MIT
 Group: Applications
 Source0:   
https://github.com/Alexays/Waybar/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: cc07fe620f74b21c7ba7c1f98db5da2d
+# Source0-md5: 0fec60ccdc1d427d5f2364d019b69403
 URL:   https://github.com/Alexays/Waybar/
 BuildRequires: cmake
 BuildRequires: date-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/waybar.git/commitdiff/a38ce89d8f05fd560b9aa00fa6cbdcace11a0e4e

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


DISTFILES: libxmlb: libxmlb-0.3.19.tar.xz

2024-04-23 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/hughsie/libxmlb/releases/download/0.3.19/libxmlb-0.3.19.tar.xz
0749fbcd7179b800c68ed8a6aa31cb74  libxmlb-0.3.19.tar.xz
Size: 103860 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/libxmlb] - updated to 0.3.19

2024-04-23 Thread qboosh
commit d2f4327d8c318e4947d15d53853eba8614f9d92c
Author: Jakub Bogusz 
Date:   Tue Apr 23 19:49:13 2024 +0200

- updated to 0.3.19

 libxmlb.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libxmlb.spec b/libxmlb.spec
index 17e59fd..494624d 100644
--- a/libxmlb.spec
+++ b/libxmlb.spec
@@ -7,13 +7,13 @@
 Summary:   Library to create or query compressed XML files
 Summary(pl.UTF-8): Biblioteka do tworzenia i odpytywania skompresowanych 
plików XML
 Name:  libxmlb
-Version:   0.3.18
+Version:   0.3.19
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 #Source0Download: https://github.com/hughsie/libxmlb/releases
 Source0:   
https://github.com/hughsie/libxmlb/releases/download/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 1be8bd9a217534682bca5cb709fe2f78
+# Source0-md5: 0749fbcd7179b800c68ed8a6aa31cb74
 URL:   https://github.com/hughsie/libxmlb
 BuildRequires: glib2-devel >= 1:2.45.8
 BuildRequires: gobject-introspection-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxmlb.git/commitdiff/d2f4327d8c318e4947d15d53853eba8614f9d92c

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


DISTFILES: a2ps: a2ps-4.15.6.tar.gz i18n-fonts-0.1.tar.gz

2024-04-23 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://ftp.gnu.org/gnu/a2ps/a2ps-4.15.6.tar.gz
95c3ad5f7c0c87b71109b34c875cf7c0  a2ps-4.15.6.tar.gz
Size: 3605392 bytes
ALREADY GOT: ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz
fee1456d0e6e94af4fc5b5a1bb9687b7  i18n-fonts-0.1.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/a2ps] - updated to 4.15.6

2024-04-23 Thread qboosh
commit ea0214aa3c72120870668e45ce9a45f2e5396c9a
Author: Jakub Bogusz 
Date:   Tue Apr 23 19:44:36 2024 +0200

- updated to 4.15.6

 a2ps.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/a2ps.spec b/a2ps.spec
index 6c8ba0b..cb9b586 100644
--- a/a2ps.spec
+++ b/a2ps.spec
@@ -3,12 +3,12 @@ Summary(ja.UTF-8):テキスト→PostScript フィルタ
 Summary(pl.UTF-8): Filtr text/plain do Postscriptu
 Summary(zh_CN.UTF-8):  纯文本到Postscript转换器
 Name:  a2ps
-Version:   4.15.5
-Release:   2
+Version:   4.15.6
+Release:   1
 License:   GPL v3+
 Group: Applications/Text
 Source0:   https://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz
-# Source0-md5: ae41ad8d433d23828d988cc8daa436b6
+# Source0-md5: 95c3ad5f7c0c87b71109b34c875cf7c0
 Source1:   ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz
 # Source1-md5: fee1456d0e6e94af4fc5b5a1bb9687b7
 Source2:   ogonkify.1.pl


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/a2ps.git/commitdiff/ea0214aa3c72120870668e45ce9a45f2e5396c9a

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


PLD-doc: PLD-update-TODO - updated

2024-04-23 Thread arekm
Author: arekmDate: Tue Apr 23 17:38:16 2024 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- updated

 Files affected:
PLD-doc:
   PLD-update-TODO (1.2946 -> 1.2947) 

 Diffs:


Index: PLD-doc/PLD-update-TODO
diff -u PLD-doc/PLD-update-TODO:1.2946 PLD-doc/PLD-update-TODO:1.2947
--- PLD-doc/PLD-update-TODO:1.2946  Sat Apr 20 19:20:00 2024
+++ PLD-doc/PLD-update-TODO Tue Apr 23 19:38:11 2024
@@ -1,4 +1,4 @@
-0ad(14) [OLD] r10803 [NEW] r09786
+0ad(14) [OLD] r10803 [NEW] r09786-alpha-unix-build
 3store(12) [OLD] 2.2.22 [NEW] 3.0.7
 4pane [OLD] 0.8.0 [NEW] 8.0
 9base [OLD] 2 [NEW] 6
@@ -14,17 +14,14 @@
 FlightGear(16) [OLD] 2016.2.1 [NEW] 2020.3.19
 FusionInventory-Agent(16) [OLD] 2.3.19 [NEW] 2.6
 GLE(7) [OLD] 4.2.3b [NEW] 4.2.5
-GLStats [OLD] 0.3.1 [NEW] 0.3.2
 GeoIP-update [OLD] 2.2.2 [NEW] 7.0.1
 Gorm(8) [OLD] 1.2.8 [NEW] 1.3.1
 GxPlugins.lv2(7) [OLD] 0.7 [NEW] 0.9
 IRRToolSet(8) [OLD] 4.8.5 [NEW] 5.0.1
-ImageMagick [OLD] 7.1.1 [NEW] 7.1.1-30
+ImageMagick [OLD] 7.1.1 [NEW] 7.1.1-31
 LunarGLASS [OLD] 0 [NEW] Release
-MHonArc(8) [OLD] 2.6.18 [NEW] 2.6.19
 Mesa-libXvMC(36) [OLD] 22.2.5 [NEW] 24.0.5
 Mowitz(8) [OLD] 0.3.0 [NEW] 0.3.1
-NetworkManager-libreswan(12) [OLD] 1.2.18 [NEW] 1.2.20
 OpenXR(9) [OLD] 1.0.34 [NEW] 1.1.36
 ParaView(16) [OLD] 5.5.0 [NEW] 5.5.2
 Perlbal(16) [OLD] 1.79 [NEW] 1.80
@@ -63,7 +60,6 @@
 adodblite(15) [OLD] 1.42 [NEW] 14
 aegis(9) [OLD] 4.16 [NEW] 4.25.d510
 aften(8) [OLD] 0.0.8 [NEW] 0.07
-aldo(8) [OLD] 0.7.6 [NEW] 0.7.7
 allegro [OLD] 4.4.3.1 [NEW] 5.2.9.1
 allegro5 [OLD] 5.2.5.0 [NEW] 5.2.9.1
 alleyoop(8) [OLD] 0.8.2 [NEW] 0.9.8
@@ -81,21 +77,21 @@
 anyfs-tools(15) [OLD] 0.84.12 [NEW] 0.85.1.ebuild
 anyremote(12) [OLD] 5.4.2 [NEW] 6.7.3
 apache [OLD] 2.4.59 [NEW] 2.5.0-alpha
-apache-mod_apparmor(11) [OLD] 3.1.6 [NEW] 4.0.0
+apache-mod_apparmor(11) [OLD] 3.1.7 [NEW] 4.0.0
 apache-mod_caml(12) [OLD] 1.3.4 [NEW] 1.3.6
 apache-mod_jk(12) [OLD] 1.2.37 [NEW] 1.2.49
 apache-mod_pagespeed [OLD] 1.9.32.4 [NEW] 1.14.36.1
 apache-mod_qos(9) [OLD] 11.59 [NEW] 11.75
 apache1-mod_limitipconn(9) [OLD] 0.04 [NEW] 0.24
 apache1-mod_macro(10) [OLD] 1.1.2 [NEW] 1.2.1
-apache1-mod_roaming(23) [OLD] 1.0.2 [NEW] 2.0b1
+apache1-mod_roaming(23) [OLD] 1.0.2 [NEW] 2.0.0
 apfs-fuse [OLD] 0 [NEW] fuse
 apfsprogs [OLD] 0 [NEW] Release
 apk-tools [OLD] 2.10.5 [NEW] 3.0.0_pre2
-apparmor-binutils(12) [OLD] 3.1.6 [NEW] 4.0.0
-apparmor-parser(14) [OLD] 3.1.6 [NEW] 4.0.0
-apparmor-profiles(9) [OLD] 3.1.6 [NEW] 4.0.0
-apparmor-utils(9) [OLD] 3.1.6 [NEW] 4.0.0
+apparmor-binutils(12) [OLD] 3.1.7 [NEW] 4.0.0
+apparmor-parser(14) [OLD] 3.1.7 [NEW] 4.0.0
+apparmor-profiles(9) [OLD] 3.1.7 [NEW] 4.0.0
+apparmor-utils(9) [OLD] 3.1.7 [NEW] 4.0.0
 apr-compat(10) [OLD] 1.3.3 [NEW] 1.7.4
 apt-cacher-ng(7) [OLD] 0.7.19 [NEW] 3.7.4
 aqemu(7) [OLD] 0.7 [NEW] 0.9.2
@@ -119,6 +115,7 @@
 asterisk-sounds-extra(34) [OLD] 1.5 [NEW] 1.5.2
 asymptote(15) [OLD] 2.70 [NEW] 2.89
 atlas(13) [OLD] 3.7.10 [NEW] 3.11.41
+audacity(32) [OLD] 3.4.2 [NEW] 3.5.0
 audit(27) [OLD] 3.1.2 [NEW] 4.0.1
 autoconf2_13(17) [OLD] 2.13 [NEW] 2.72
 avant-window-navigator(8) [OLD] 0.4.0 [NEW] 0.4.2
@@ -127,7 +124,7 @@
 avrdude(9) [OLD] 6.3 [NEW] 7.0
 awesome(10) [OLD] 3.4.12 [NEW] 4.3
 awesome2(9) [OLD] 2.3.6 [NEW] 4.3
-awscli(11) [OLD] 1.25.97 [NEW] 1.32.88
+awscli(11) [OLD] 1.25.97 [NEW] 1.32.89
 babeltrace(13) [OLD] 1.5.11 [NEW] 2.0.0
 bacula [OLD] 11.0.6 [NEW] 15.0.2
 bamf [OLD] 0.2.104 [NEW] 0.5.6
@@ -150,10 +147,8 @@
 binwalk(11) [OLD] 2.3.3 [NEW] 2.3.4
 bird(16) [OLD] 1.6.8 [NEW] 2.15.1
 bird2(15) [OLD] 2.13 [NEW] 2.15.1
-blender(22) [OLD] 3.3.10 [NEW] 4.1.1
-blitz(8) [OLD] 0.9 [NEW] 0.10
+blender(24) [OLD] 3.6.11 [NEW] 4.1.1
 bluefish(9) [OLD] 2.2.14 [NEW] 2.2.15fp
-bogofilter(14) [OLD] 1.2.4 [NEW] 1.2.5
 bonnie++(10) [OLD] 1.96 [NEW] 2.00a
 botan(22) [OLD] 1.10.17 [NEW] 2.10.0
 botan2(23) [OLD] 2.19.3 [NEW] 3.4.0
@@ -168,7 +163,7 @@
 bwm-tools(8) [OLD] 0.2.1 [NEW] 200603080716
 byobu [OLD] 5.133 [NEW] 6.12
 bzflag(16) [OLD] 2.4.0 [NEW] 2.4.22
-bzip3(12) [OLD] 1.4.0 [NEW] 1.4.0.tar.zst
+bzip3(12) [OLD] 1.4.0 [NEW] 1.4.0.tar.7z
 bzr-gtk(14) [OLD] 0.99.1 [NEW] 0.103.0
 bzr-svn(8) [OLD] 1.0.4 [NEW] 1.2.3
 cacao(8) [OLD] 0.98 [NEW] 1.6.2
@@ -188,7 +183,7 @@
 cgminer(9) [OLD] 3.12.0 [NEW] 4.11.1
 cgoban(11) [OLD] 1.9.12 [NEW] 1.9.14
 chatzilla(8) [OLD] 0.9.86.1 [NEW] 0.9.90.1
-checksec [OLD] 1.7.4 [NEW] 2.6.0
+checksec [OLD] 1.7.4 [NEW] 2.7.0
 chef [OLD] 14.1.36 [NEW] 18.4.12
 cheops-ng(8) [OLD] 0.1.12 [NEW] 0.2.3
 childsplay(8) [OLD] 1.6 [NEW] 3.4
@@ -218,7 +213,7 @@
 collector-sidecar [OLD] 0.1.4 [NEW] 1.5.0
 comparator(8) [OLD] 2.8 [NEW] 2.12
 compat-gcc-34(12) [OLD] 3.4.6 [NEW] 13.2.0
-composer [OLD] 1.10.26 [NEW] 2.7.3
+composer [OLD] 1.10.26 [NEW] 2.7.4
 configure-trackpoint(13) [OLD] 0.3.3 [NEW] 0.7
 conky(15) [OLD] 1.8.1 [NEW] 1.9.0
 conman [OLD] 0.2.7 [NEW] 0.3.1
@@ -228,7 +223,7 @@
 corosync(25) [OLD] 2.4.6 [NEW] 3.1.8
 

DISTFILES: ka5-krita: krita-5.2.2.tar.xz

2024-04-23 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.kde.org/stable/krita/5.2.2/krita-5.2.2.tar.xz
9bd8f71c6effd6d2aadd3e787fae0f1b  krita-5.2.2.tar.xz
Size: 189146788 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/ka5-krita] - updated to 5.2.2, fixed build with current sip

2024-04-23 Thread qboosh
commit de422157618e4fc344691d073ee90c3d30a238a4
Author: Jakub Bogusz 
Date:   Tue Apr 23 19:17:02 2024 +0200

- updated to 5.2.2, fixed build with current sip

 ka5-krita.spec| 119 +--
 krita-exiv2.patch | 423 --
 krita-sip.patch   |  11 ++
 3 files changed, 83 insertions(+), 470 deletions(-)
---
diff --git a/ka5-krita.spec b/ka5-krita.spec
index 7a05adf..8afeeb5 100644
--- a/ka5-krita.spec
+++ b/ka5-krita.spec
@@ -1,3 +1,6 @@
+# TODO:
+# - KSeExpr 4.0.0.0 https://invent.kde.org/graphics/kseexpr
+# - system raqm (bundled, modified? version is used)
 %define_state  stable
 %defineqt_ver  5.12.0
 %definekf_ver  5.44.0
@@ -6,13 +9,14 @@
 Summary:   A digital painting application
 Summary(pl.UTF-8): Aplikacja do rysunków cyfrowych
 Name:  ka5-krita
-Version:   5.1.5
-Release:   5
+Version:   5.2.2
+Release:   1
 License:   GPL v3+
 Group: X11/Applications/Graphics
 Source0:   
https://download.kde.org/%{_state}/krita/%{version}/%{orgname}-%{version}.tar.xz
-# Source0-md5: ad84f643ff5dea6e8bbf34cc3c904c83
-Patch0:krita-exiv2.patch
+# Source0-md5: 9bd8f71c6effd6d2aadd3e787fae0f1b
+# keep in sync with required sip6 version
+Patch0:krita-sip.patch
 URL:   https://www.krita.org/
 BuildRequires: OpenColorIO-devel >= 1.1.1
 BuildRequires: OpenEXR-devel
@@ -20,8 +24,6 @@ BuildRequires:Qt5Concurrent-devel >= %{qt_ver}
 BuildRequires: Qt5Core-devel >= %{qt_ver}
 BuildRequires: Qt5DBus-devel >= %{qt_ver}
 BuildRequires: Qt5Gui-devel >= %{qt_ver}
-BuildRequires: Qt5Multimedia-devel >= %{qt_ver}
-BuildRequires: Qt5Multimedia-devel >= %{qt_ver}
 BuildRequires: Qt5Network-devel >= %{qt_ver}
 BuildRequires: Qt5PrintSupport-devel >= %{qt_ver}
 BuildRequires: Qt5Qml-devel >= %{qt_ver}
@@ -32,14 +34,21 @@ BuildRequires:  Qt5Test-devel >= %{qt_ver}
 BuildRequires: Qt5Widgets-devel >= %{qt_ver}
 BuildRequires: Qt5X11Extras-devel >= %{qt_ver}
 BuildRequires: Qt5Xml-devel >= %{qt_ver}
-BuildRequires: boost-devel >= 1.55
+BuildRequires: SDL2-devel >= 2.0
+BuildRequires: boost-devel >= 1.65
 BuildRequires: cmake >= 3.16
-BuildRequires: eigen3 >= 3.0
+BuildRequires: eigen3 >= 3.3
 BuildRequires: exiv2-devel >= 0.16
-BuildRequires: fftw3-devel
+BuildRequires: fftw3-devel >= 3
+BuildRequires: fontconfig-devel >= 2.13.1
+BuildRequires: freetype-devel >= 1:2.10.0
+BuildRequires: fribidi-devel >= 1.0.6
 BuildRequires: gettext-devel
 BuildRequires: giflib-devel
 BuildRequires: gsl-devel
+BuildRequires: harfbuzz-devel >= 4.0.0
+BuildRequires: immer-devel
+BuildRequires: ka5-libkdcraw-devel >= 5.0.0
 BuildRequires: kf5-extra-cmake-modules >= 5.22
 BuildRequires: kf5-kcompletion-devel >= %{kf_ver}
 BuildRequires: kf5-kconfig-devel >= %{kf_ver}
@@ -51,28 +60,38 @@ BuildRequires:  kf5-kitemmodels-devel >= %{kf_ver}
 BuildRequires: kf5-kitemviews-devel >= %{kf_ver}
 BuildRequires: kf5-kwidgetsaddons-devel >= %{kf_ver}
 BuildRequires: kf5-kwindowsystem-devel >= %{kf_ver}
+BuildRequires: lager-devel
 BuildRequires: lcms2-devel >= 2.4
 BuildRequires: libheif-devel >= 1.11.0
 BuildRequires: libjpeg-turbo-devel >= 2.1.3
 BuildRequires: libjxl-devel >= 0.7.0
 BuildRequires: libmypaint-devel >= 1.4.0
-BuildRequires: libpng-devel
+BuildRequires: libpng-devel >= 1.2.6
 BuildRequires: libraw-devel >= 0.16
-BuildRequires: libstdc++-devel >= 6:5
+BuildRequires: libstdc++-devel >= 6:7
 BuildRequires: libtiff-devel
+BuildRequires: libunibreak-devel >= 5.0
 BuildRequires: libwebp-devel >= 1.2.0
+BuildRequires: mlt-devel >= 7
 BuildRequires: ninja
 BuildRequires: openjpeg2-devel >= 2.3.0
 BuildRequires: pkgconfig
 BuildRequires: poppler-qt5-devel
 BuildRequires: python3-PyQt5 >= 5.6.0
-BuildRequires: python3-devel >= 1:3.2
+BuildRequires: python3-devel >= 1:3.8
+BuildRequires: rpm-build >= 4.6
+BuildRequires: rpmbuild(macros) >= 1.605
 BuildRequires: quazip-qt5-devel >= 0.6
 BuildRequires: sip-PyQt5 >= 4.19.13
+# keep in sync with abi-version in -sip.patch (generated code must be 
compatible with sip.h taken from installed sip6 package)
+BuildRequires: sip6 >= 6.8.0
 BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXi-devel
 BuildRequires: xsimd-devel >= 8.1.0
+BuildRequires: xsimd-devel < 12
 BuildRequires: xz
 BuildRequires: zlib-devel
+BuildRequires: zug-devel
 Requires:  %{name}-data = %{version}-%{release}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -105,9 +124,9 @@ Pliki nagłówkowe bibliotek Krity.
 Summary:   Data files for Krita application
 Summary(pl.UTF-8): Dane dla aplikacji Krita
 Group: X11/Applications/Graphics
-BuildArch: noarch
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): shared-mime-info
+BuildArch: noarch
 
 %description data
 Data files for Krita application.
@@ -122,13 +141,13 @@ Dane dla aplikacji Krita.
 

[packages/advancemame] - non-parallel install

2024-04-23 Thread qboosh
commit f5a3d405c0e8e72d4a2cec124c3537bc73a9528b
Author: Jakub Bogusz 
Date:   Tue Apr 23 18:03:39 2024 +0200

- non-parallel install

 advancemame.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/advancemame.spec b/advancemame.spec
index 3eac51c..b9eb85b 100644
--- a/advancemame.spec
+++ b/advancemame.spec
@@ -69,7 +69,8 @@ wideo, monitorów PC oraz ekranów LCD.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+# racy mkdir vs copy
+%{__make} -j1 install \
DESTDIR=$RPM_BUILD_ROOT \
docdir=%{_docdir} \
mandir=%{_mandir}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/advancemame.git/commitdiff/f5a3d405c0e8e72d4a2cec124c3537bc73a9528b

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


[packages/pciutils] add static_libs bcond

2024-04-23 Thread atler
commit e85d670e1462b5fccf120cf7433b53a478c5d109
Author: Jan Palus 
Date:   Tue Apr 23 11:42:31 2024 +0200

add static_libs bcond

 pciutils.spec | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/pciutils.spec b/pciutils.spec
index deed0e6..04de565 100644
--- a/pciutils.spec
+++ b/pciutils.spec
@@ -1,6 +1,7 @@
 #
 # Conditional build:
-%bcond_without udev# device names resolving fallback using HWDB
+%bcond_without static_libs # static library
+%bcond_without udev# device names resolving fallback using HWDB
 
 Summary:   Linux PCI utilities
 Summary(cs.UTF-8): Linuxové utility pro PCI
@@ -284,6 +285,7 @@ ln -sf lib pci
 %build
 %defineconfig  ZLIB=yes DNS=yes SHARED=yes LIBKMOD=yes 
%{?with_udev:HWDB=yes}%{!?with_udev:HWDB=no} PCI_IDS=
 
+%if %{with static_libs}
 %{__make} lib/libpci.a \
%{config} SHARED=no \
CC="%{__cc}" \
@@ -293,6 +295,7 @@ ln -sf lib pci
LIBDIR=%{_libdir}
 
 %{__rm} lib/*.o lib/config.h lib/config.mk lib/libpci.pc
+%endif
 
 %{__make} \
%{config} \
@@ -322,7 +325,7 @@ ln -sf /%{_lib}/$(basename 
$RPM_BUILD_ROOT/%{_lib}/libpci.so.*.*.*) $RPM_BUILD_R
 # let rpm find deps
 chmod 755 $RPM_BUILD_ROOT/%{_lib}/libpci.so.*
 
-cp -p lib/libpci.a $RPM_BUILD_ROOT%{_libdir}
+%{?with_static_libs:cp -p lib/libpci.a $RPM_BUILD_ROOT%{_libdir}}
 
 install -p pcimodules $RPM_BUILD_ROOT%{_sbindir}
 # private pciutils header, what does it use?
@@ -367,6 +370,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/pci/*.h
 %{_pkgconfigdir}/libpci.pc
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libpci.a
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pciutils.git/commitdiff/e85d670e1462b5fccf120cf7433b53a478c5d109

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


DISTFILES: libupnp: libupnp-1.14.19.tar.bz2

2024-04-23 Thread atler
Request by: atler


Files fetched: 1

STORED: https://downloads.sourceforge.net/pupnp/libupnp-1.14.19.tar.bz2
349638d6cfd07e4475488ad089927bd6  libupnp-1.14.19.tar.bz2
Size: 693322 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/libupnp] add apidocs bcond

2024-04-23 Thread atler
commit 3a2cde750cf4bf9107bf20758710fbdcb5c87c17
Author: Jan Palus 
Date:   Tue Apr 23 11:22:36 2024 +0200

add apidocs bcond

 libupnp.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libupnp.spec b/libupnp.spec
index bd0dc60..e3a746e 100644
--- a/libupnp.spec
+++ b/libupnp.spec
@@ -1,5 +1,6 @@
 #
 # Conditional build:
+%bcond_without apidocs # API documentation
 %bcond_without static_libs # static libraries
 
 Summary:   The Universal Plug and Play (UPnP) SDK for Linux
@@ -16,7 +17,7 @@ Patch1:   %{name}-openssl.patch
 URL:   http://pupnp.sourceforge.net/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.8
-BuildRequires: doxygen
+%{?with_apidocs:BuildRequires: doxygen}
 BuildRequires: libtool >= 2:1.5
 BuildRequires: openssl-devel >= 0.9.8b
 BuildRequires: pkgconfig
@@ -98,7 +99,7 @@ Dokumentacja API bibliotek upnp.
--disable-silent-rules \
%{__enable_disable static_libs static}
 %{__make}
-%{__make} -C docs docs
+%{?with_apidocs:%{__make} -C docs docs}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -136,6 +137,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libupnp.a
 %endif
 
+%if %{with apidocs}
 %files apidocs
 %defattr(644,root,root,755)
 %doc docs/doxygen/html/*.{html,js,css,png}
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libupnp.git/commitdiff/3a2cde750cf4bf9107bf20758710fbdcb5c87c17

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


[packages/libupnp] add static_libs bcond

2024-04-23 Thread atler
commit 03c24f2dfcdea22938253516bc70a02ec18c980d
Author: Jan Palus 
Date:   Tue Apr 23 11:13:25 2024 +0200

add static_libs bcond

 libupnp.spec | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/libupnp.spec b/libupnp.spec
index 135c19b..bd0dc60 100644
--- a/libupnp.spec
+++ b/libupnp.spec
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_without static_libs # static libraries
+
 Summary:   The Universal Plug and Play (UPnP) SDK for Linux
 Summary(pl.UTF-8): Pakiet programistyczny Universal Plug and Play (UPnP) 
dla Linuksa
 Name:  libupnp
@@ -91,7 +95,8 @@ Dokumentacja API bibliotek upnp.
 %configure \
%{?debug:--enable-debug} \
--enable-open-ssl \
-   --disable-silent-rules
+   --disable-silent-rules \
+   %{__enable_disable static_libs static}
 %{__make}
 %{__make} -C docs docs
 
@@ -124,10 +129,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/upnp
 %{_pkgconfigdir}/libupnp.pc
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libixml.a
 %{_libdir}/libupnp.a
+%endif
 
 %files apidocs
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libupnp.git/commitdiff/3a2cde750cf4bf9107bf20758710fbdcb5c87c17

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


[packages/libupnp] up to 1.14.19

2024-04-23 Thread atler
commit f34ffa61175f4bc6ab94384082d0662b82bb2b76
Author: Jan Palus 
Date:   Tue Apr 23 11:08:24 2024 +0200

up to 1.14.19

 libupnp.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libupnp.spec b/libupnp.spec
index 214dd1b..135c19b 100644
--- a/libupnp.spec
+++ b/libupnp.spec
@@ -1,12 +1,12 @@
 Summary:   The Universal Plug and Play (UPnP) SDK for Linux
 Summary(pl.UTF-8): Pakiet programistyczny Universal Plug and Play (UPnP) 
dla Linuksa
 Name:  libupnp
-Version:   1.14.18
+Version:   1.14.19
 Release:   1
 License:   BSD
 Group: Libraries
 Source0:   
https://downloads.sourceforge.net/pupnp/%{name}-%{version}.tar.bz2
-# Source0-md5: 7e169bf51eec17e2155d2a5c41ca15f9
+# Source0-md5: 349638d6cfd07e4475488ad089927bd6
 Patch0:%{name}-opt.patch
 Patch1:%{name}-openssl.patch
 URL:   http://pupnp.sourceforge.net/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libupnp.git/commitdiff/3a2cde750cf4bf9107bf20758710fbdcb5c87c17

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


[packages/waybar] correct typo

2024-04-23 Thread atler
commit b8cfd086689bb113e18ec0d66641efe93d17c01c
Author: Jan Palus 
Date:   Tue Apr 23 11:04:45 2024 +0200

correct typo

 waybar.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/waybar.spec b/waybar.spec
index 64b352f..01e6c30 100644
--- a/waybar.spec
+++ b/waybar.spec
@@ -77,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 %preun
 %systemd_user_preun waybar.service
 
-%trigerpostun -- waybar < 0.10.0
+%triggerpostun -- waybar < 0.10.0
 if [ -f /etc/xdg/waybar/config.rpmsave ]; then
%{__mv} -f /etc/xdg/waybar/config.jsonc{,.rpmnew}
%{__mv} -f /etc/xdg/waybar/config{.rpmsave,.jsonc}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/waybar.git/commitdiff/b8cfd086689bb113e18ec0d66641efe93d17c01c

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


DISTFILES: waybar: waybar-0.10.1.tar.gz

2024-04-23 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/Alexays/Waybar/archive/0.10.1/waybar-0.10.1.tar.gz
cc07fe620f74b21c7ba7c1f98db5da2d  waybar-0.10.1.tar.gz
Size: 301435 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/waybar] up to 0.10.1

2024-04-23 Thread atler
commit 1256c2a11f6b49753864489da2c6ac0378cdc499
Author: Jan Palus 
Date:   Tue Apr 23 10:27:34 2024 +0200

up to 0.10.1

 waybar.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/waybar.spec b/waybar.spec
index fbce8da..64b352f 100644
--- a/waybar.spec
+++ b/waybar.spec
@@ -1,12 +1,12 @@
 Summary:   Highly customizable Wayland bar for Sway and Wlroots based 
compositors
 Summary(pl.UTF-8): Bardzo konfigurowalny pasek Waylanda do kompozytorów 
opartych na Sway i Wlroots
 Name:  waybar
-Version:   0.10.0
-Release:   2
+Version:   0.10.1
+Release:   1
 License:   MIT
 Group: Applications
 Source0:   
https://github.com/Alexays/Waybar/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 0d46e5d90f3450b03be3eb42f6892845
+# Source0-md5: cc07fe620f74b21c7ba7c1f98db5da2d
 URL:   https://github.com/Alexays/Waybar/
 BuildRequires: cmake
 BuildRequires: date-devel
@@ -27,7 +27,7 @@ BuildRequires:libxkbregistry-devel
 BuildRequires: meson >= 0.59.0
 BuildRequires: ninja
 BuildRequires: pipewire-devel >= 0.3
-BuildRequires: pipewire-wireplumber-devel >= 0.4
+BuildRequires: pipewire-wireplumber-devel >= 0.5
 BuildRequires: pkgconfig
 BuildRequires: playerctl-devel
 BuildRequires: pulseaudio-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/waybar.git/commitdiff/1256c2a11f6b49753864489da2c6ac0378cdc499

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


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

2024-04-23 Thread zawadaa
Request by: zawadaa


Files fetched: 2

STORED: 
https://ftp.mozilla.org/pub/firefox/releases/125.0.2/linux-i686/en-US/firefox-125.0.2.tar.bz2?/firefox-125.0.2.i686.tar.bz2
c622b9d967132f94fdaf1b088dd2d69d  firefox-125.0.2.i686.tar.bz2
Size: 87783087 bytes
STORED: 
https://ftp.mozilla.org/pub/firefox/releases/125.0.2/linux-x86_64/en-US/firefox-125.0.2.tar.bz2?/firefox-125.0.2.x8664.tar.bz2
7955bf1090510287a9d80addcd7b9333  firefox-125.0.2.x8664.tar.bz2
Size: 85793507 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 125.0.2

2024-04-23 Thread zawadaa
commit 6d6baa05a5e3e0130afbfd96626ed23c6f877723
Author: Andrzej Zawadzki 
Date:   Tue Apr 23 09:27:04 2024 +0200

up to 125.0.2

 mozilla-firefox-bin.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mozilla-firefox-bin.spec b/mozilla-firefox-bin.spec
index 19b9417..5a05540 100644
--- a/mozilla-firefox-bin.spec
+++ b/mozilla-firefox-bin.spec
@@ -11,14 +11,14 @@
 Summary:   Mozilla Firefox web browser
 Summary(pl.UTF-8): Mozilla Firefox - przeglądarka WWW
 Name:  mozilla-firefox-bin
-Version:   125.0.1
+Version:   125.0.2
 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: 79a0db5e6097a625b3f257dc8904634a
+# Source0-md5: c622b9d967132f94fdaf1b088dd2d69d
 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: 3ca34ad812d0d1b8dd16f4cb04032b84
+# Source1-md5: 7955bf1090510287a9d80addcd7b9333
 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/6d6baa05a5e3e0130afbfd96626ed23c6f877723

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