[packages/xpra] - rel 1

2023-10-18 Thread baggins
commit 995173876fa1a9b088dc3c4a3b71cafca57c2062
Author: Jan Rękorajski 
Date:   Thu Oct 19 01:31:59 2023 +0200

- rel 1

 xpra.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xpra.spec b/xpra.spec
index 8868f71..2833b35 100644
--- a/xpra.spec
+++ b/xpra.spec
@@ -25,7 +25,7 @@ Summary:  Xpra gives you "persistent remote applications" 
for X
 Summary(pl.UTF-8): Xpra - "stałe zdalne aplikacje" dla X
 Name:  xpra
 Version:   5.0.3
-Release:   0.1
+Release:   1
 License:   GPL v2+
 Group: X11/Applications/Networking
 Source0:   http://xpra.org/src/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xpra.git/commitdiff/995173876fa1a9b088dc3c4a3b71cafca57c2062

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


[packages/xpra] - nvidia codec only on x8664

2023-10-18 Thread baggins
commit 081996f54dd818de9ee0bae9eaf29c5cc727c648
Author: Jan Rękorajski 
Date:   Thu Oct 19 01:05:52 2023 +0200

- nvidia codec only on x8664

 xpra.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/xpra.spec b/xpra.spec
index bcd4247..8868f71 100644
--- a/xpra.spec
+++ b/xpra.spec
@@ -324,7 +324,9 @@ rm -rf $RPM_BUILD_ROOT
 %{py3_sitedir}/xpra/codecs/libyuv/*.py
 %{py3_sitedir}/xpra/codecs/libyuv/__pycache__
 %attr(755,root,root) 
%{py3_sitedir}/xpra/codecs/libyuv/colorspace_converter.cpython-*.so
+%ifarch %{x8664}
 %{py3_sitedir}/xpra/codecs/nvidia
+%endif
 %dir %{py3_sitedir}/xpra/codecs/openh264
 %{py3_sitedir}/xpra/codecs/openh264/*.py
 %{py3_sitedir}/xpra/codecs/openh264/__pycache__


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xpra.git/commitdiff/081996f54dd818de9ee0bae9eaf29c5cc727c648

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


[packages/sysprof] add patch to disable icon/desktop cache update during install

2023-10-18 Thread atler
commit 96be42642508c4c8f5b9b456e1eb2701c8b30646
Author: Jan Palus 
Date:   Thu Oct 19 00:51:17 2023 +0200

add patch to disable icon/desktop cache update during install

 no-cache-update.patch | 12 
 sysprof.spec  |  2 ++
 2 files changed, 14 insertions(+)
---
diff --git a/sysprof.spec b/sysprof.spec
index fee7631..30402f9 100644
--- a/sysprof.spec
+++ b/sysprof.spec
@@ -12,6 +12,7 @@ License:  GPL v3+
 Group: Applications/System
 Source0:   
https://download.gnome.org/sources/sysprof/3.48/%{name}-%{version}.tar.xz
 # Source0-md5: ee1556063c7b8d9abd414f451b04c33a
+Patch0:no-cache-update.patch
 URL:   http://www.sysprof.com/
 BuildRequires: cairo-devel
 # -std=gnu11 + C11 atomics
@@ -129,6 +130,7 @@ Pliki nagłówkowe biblioteki sysprof-ui.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %meson build \
diff --git a/no-cache-update.patch b/no-cache-update.patch
new file mode 100644
index 000..1dd2d6d
--- /dev/null
+++ b/no-cache-update.patch
@@ -0,0 +1,12 @@
+--- sysprof-3.48.0/meson.build.orig2023-03-17 20:14:21.0 +0100
 sysprof-3.48.0/meson.build 2023-10-19 00:48:55.610128482 +0200
+@@ -252,7 +252,7 @@
+ 
+ if get_option('gtk') and gnome.found()
+   gnome.post_install(
+-  gtk_update_icon_cache: true,
+-update_desktop_database: true
++  gtk_update_icon_cache: false,
++update_desktop_database: false
+   )
+ endif


 gitweb:

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

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


[packages/sysprof] BR: libadwaita-devel

2023-10-18 Thread atler
commit 46175a96dc288cf76c4bd2c3f8aed07c2560e6b9
Author: Jan Palus 
Date:   Thu Oct 19 00:51:07 2023 +0200

BR: libadwaita-devel

 sysprof.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/sysprof.spec b/sysprof.spec
index 15f50ab..fee7631 100644
--- a/sysprof.spec
+++ b/sysprof.spec
@@ -20,6 +20,7 @@ BuildRequires:gettext-tools >= 0.19.6
 BuildRequires: glib2-devel >= 1:2.73.0
 BuildRequires: gtk4-devel >= 4.6
 BuildRequires: json-glib-devel
+BuildRequires: libadwaita-devel >= 1.2
 BuildRequires: libstdc++-devel >= 6:4.7
 BuildRequires: libunwind-devel
 BuildRequires: meson >= 0.59.0


 gitweb:

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

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


[packages/libadwaita] BR: AppStream-devel

2023-10-18 Thread atler
commit 493f6d4f1b2c1addf337a9b958b150acd8ee492e
Author: Jan Palus 
Date:   Thu Oct 19 00:44:53 2023 +0200

BR: AppStream-devel

 libadwaita.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/libadwaita.spec b/libadwaita.spec
index 94ff3fa..7efb3fd 100644
--- a/libadwaita.spec
+++ b/libadwaita.spec
@@ -12,6 +12,7 @@ Group:Libraries
 Source0:   
https://download.gnome.org/sources/libadwaita/1.4/%{name}-%{version}.tar.xz
 # Source0-md5: 45fb9c5bc8ca300d0f3e806733123f00
 URL:   https://gitlab.gnome.org/GNOME/libadwaita
+BuildRequires: AppStream-devel
 BuildRequires: fribidi-devel
 BuildRequires: glib2-devel >= 1:2.76.0
 BuildRequires: gobject-introspection-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libadwaita.git/commitdiff/493f6d4f1b2c1addf337a9b958b150acd8ee492e

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


DISTFILES: sassc: sassc-3.6.2.tar.gz

2023-10-18 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/sass/sassc/archive/3.6.2/sassc-3.6.2.tar.gz
4c3b06ce2979f2a9f0a35093e501d8bb  sassc-3.6.2.tar.gz
Size: 26637 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: libsass: libsass-3.6.5.tar.gz

2023-10-18 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/sass/libsass/archive/3.6.5/libsass-3.6.5.tar.gz
c49765b9b3824dcd4a7423225ca28bad  libsass-3.6.5.tar.gz
Size: 342426 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/sassc] up to 3.6.2

2023-10-18 Thread atler
commit 1694861a6811cf95cfae7759aa7c1a9dbc902b52
Author: Jan Palus 
Date:   Thu Oct 19 00:42:56 2023 +0200

up to 3.6.2

 sassc.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sassc.spec b/sassc.spec
index 53a7fbb..2f682df 100644
--- a/sassc.spec
+++ b/sassc.spec
@@ -1,13 +1,13 @@
 Summary:   Wrapper around libsass to compile CSS stylesheet
 Summary(pl.UTF-8): Program obudowujący libsass do kompilowania arkuszy 
styli CSS
 Name:  sassc
-Version:   3.6.0
+Version:   3.6.2
 Release:   1
 License:   MIT
 Group: Development/Tools
 #Source0Download: https://github.com/sass/sassc/releases
 Source0:   
https://github.com/sass/sassc/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: c8b53f92b61e8485f75552aece8879fc
+# Source0-md5: 4c3b06ce2979f2a9f0a35093e501d8bb
 URL:   https://github.com/sass/sassc
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sassc.git/commitdiff/1694861a6811cf95cfae7759aa7c1a9dbc902b52

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


[packages/libsass] up to 3.6.5

2023-10-18 Thread atler
commit 3431f1aa820e4975d12220e4759526f511d9ce20
Author: Jan Palus 
Date:   Thu Oct 19 00:42:29 2023 +0200

up to 3.6.5

 libsass.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libsass.spec b/libsass.spec
index 6abb843..30b11b5 100644
--- a/libsass.spec
+++ b/libsass.spec
@@ -5,13 +5,13 @@
 Summary:   C/C++ port of the Sass CSS precompiler
 Summary(pl.UTF-8): Port C/C++ prekompilatora CSS Sass
 Name:  libsass
-Version:   3.6.0
+Version:   3.6.5
 Release:   1
 License:   MIT
 Group: Libraries
 #Source0Download: https://github.com/sass/libsass/releases
 Source0:   
https://github.com/sass/libsass/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: e3182fd45638ca1ac933fa4b68dd4cf0
+# Source0-md5: c49765b9b3824dcd4a7423225ca28bad
 URL:   https://sass-lang.com/libsass
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libsass.git/commitdiff/3431f1aa820e4975d12220e4759526f511d9ce20

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


DISTFILES: foot: 1.16.2.tar.gz

2023-10-18 Thread atler
Request by: atler


Files fetched: 1

STORED: https://codeberg.org/dnkl/foot/archive/1.16.2.tar.gz
5e19001c74469c4951fbf425b84cdd23  1.16.2.tar.gz
Size: 529917 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/foot] up to 1.16.2

2023-10-18 Thread atler
commit 714e4666d2cb2806779a00476b72e6ba1794aebd
Author: Jan Palus 
Date:   Thu Oct 19 00:27:09 2023 +0200

up to 1.16.2

 foot.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/foot.spec b/foot.spec
index a7fe4c4..d0849a0 100644
--- a/foot.spec
+++ b/foot.spec
@@ -4,12 +4,12 @@
 
 Summary:   A fast, lightweight and minimalistic Wayland terminal emulator
 Name:  foot
-Version:   1.16.1
+Version:   1.16.2
 Release:   1
 License:   MIT
 Group: Applications/Terminal
 Source0:   https://codeberg.org/dnkl/foot/archive/%{version}.tar.gz
-# Source0-md5: 59fa7cb6df6dd6e7a0ba00884baa6a7d
+# Source0-md5: 5e19001c74469c4951fbf425b84cdd23
 Patch0:x32.patch
 URL:   https://codeberg.org/dnkl/foot/
 BuildRequires: fcft-devel < 4.0.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/foot.git/commitdiff/714e4666d2cb2806779a00476b72e6ba1794aebd

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


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

2023-10-18 Thread atler
Request by: atler


Files fetched: 67

STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/source/thunderbird-115.3.3.source.tar.xz
1751852a776784f9d76a98fdcdbd181e  thunderbird-115.3.3.source.tar.xz
Size: 540032900 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/af.xpi
5d77e3836418782ac0eaf810775300df  af.xpi
Size: 542153 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/ar.xpi
4547327997b786114ed40b944ce5ce9c  ar.xpi
Size: 654724 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/ast.xpi
0e6df3b492e993a00ee780b83a32557f  ast.xpi
Size: 561119 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/be.xpi
63ccbb21ebcceadaffd0672d5374cf23  be.xpi
Size: 694083 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/bg.xpi
f31bb9433fdd67ddc92d1fc111824597  bg.xpi
Size: 681252 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/br.xpi
64cbfd0abed5f8bc4a69ea1f192a51d8  br.xpi
Size: 626934 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/ca.xpi
9a9f744e0272c44d1c21ec0bfcbc05f3  ca.xpi
Size: 670651 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/cak.xpi
85429c272188004230ff173b74dcb7c0  cak.xpi
Size: 657816 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/cs.xpi
f8652184b264f6d2e84080cd9e819566  cs.xpi
Size: 733801 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/cy.xpi
c73fd8f9159ca1bc19036553d4478566  cy.xpi
Size: 703266 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/da.xpi
2a86c1ed0f0bad8ce536d7ce306153ba  da.xpi
Size: 690752 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/de.xpi
aa6aaebdb0547b7fef399fbcc2da6e9d  de.xpi
Size: 720201 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/dsb.xpi
1c638732b52074d3e301df43f2462e60  dsb.xpi
Size: 737297 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/el.xpi
614e8e4ff6fa81665c20f5c199b7f1d5  el.xpi
Size: 836691 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/en-CA.xpi
414554dd5b060f00700105a5bb636f8b  en-CA.xpi
Size: 656172 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/en-GB.xpi
747af424b032148b41670dee2efad4b4  en-GB.xpi
Size: 661451 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/en-US.xpi
5b03c49ae2a07cdd9f493248f0fd3fac  en-US.xpi
Size: 649963 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/es-AR.xpi
3d5a69c3c9e18bcea4f515355fb6dcef  es-AR.xpi
Size: 713034 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/es-ES.xpi
907a0c15e85aa032ecd67f835d273ff7  es-ES.xpi
Size: 675615 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/es-MX.xpi
7d43ecc384f9b7a1db726a1a923bea61  es-MX.xpi
Size: 710140 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/et.xpi
fa3304bda3f7fd68229361ceea0ca00a  et.xpi
Size: 671818 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/eu.xpi
c4e0bbe7041718d659483afffd1fdfc0  eu.xpi
Size: 692550 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/fi.xpi
a35df078ba74afa12257ec23e59c6f7a  fi.xpi
Size: 690414 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/fr.xpi
eb74c3f32a132ee07cbacc154fbf2a3e  fr.xpi
Size: 725269 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/fy-NL.xpi
7bb605be1d96a8ff7f6163c16af303fa  fy-NL.xpi
Size: 707839 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/ga-IE.xpi
746e11945d7de004b347c869aa28c9e3  ga-IE.xpi
Size: 602152 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/xpi/gd.xpi
4e7d1d53c57431fc0fd0156b2a6632fb  gd.xpi
Size: 702992 bytes
STORED: 
https://releases.mozilla.org/pub/thunderbird/releases/115.3.3/

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

2023-10-18 Thread atler
Request by: atler


Files fetched: 2

STORED: 
https://ftp.mozilla.org/pub/thunderbird/releases/115.3.3/linux-i686/en-US/thunderbird-115.3.3.tar.bz2?/thunderbird-115.3.3.tar.bz2
557d91715e9ee9955001a46e3bec3996  thunderbird-115.3.3.tar.bz2
Size: 83043085 bytes
STORED: 
https://ftp.mozilla.org/pub/thunderbird/releases/115.3.3/linux-x86_64/en-US/thunderbird-115.3.3.tar.bz2?/thunderbird64-115.3.3.tar.bz2
827c196f3213b9a57461c30c248c371d  thunderbird64-115.3.3.tar.bz2
Size: 80592363 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.3.3

2023-10-18 Thread atler
commit f348471ca0b023a21e5d56833c261d66f2eb1024
Author: Jan Palus 
Date:   Thu Oct 19 00:10:23 2023 +0200

up to 115.3.3

 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 de911aa..66e77c5 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.3.2
+Version:   115.3.3
 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: f8e220090207d2d318a8d255fb468dc8
+# Source0-md5: 557d91715e9ee9955001a46e3bec3996
 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: 555f67e7da4bfc9e4a711eef850a6eb8
+# Source1-md5: 827c196f3213b9a57461c30c248c371d
 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/f348471ca0b023a21e5d56833c261d66f2eb1024

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

2023-10-18 Thread atler
commit febcccb2f61fa5dedc35e6e57dae4fc1e0caad06
Author: Jan Palus 
Date:   Thu Oct 19 00:09:33 2023 +0200

up to 115.3.3

 thunderbird.spec | 136 +++
 1 file changed, 68 insertions(+), 68 deletions(-)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index c14bbb7..e669929 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.3.2
+Version:   115.3.3
 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: 75ed6b092a3655cd8d0dfa6754091ced
+# Source0-md5: 1751852a776784f9d76a98fdcdbd181e
 Source1:   %{name}.desktop
 Source2:   %{name}.sh
 Source100: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/af.xpi
-# Source100-md5:   2c69e3e8827130dd0192d36b3c1a793b
+# Source100-md5:   5d77e3836418782ac0eaf810775300df
 Source101: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/ar.xpi
-# Source101-md5:   463921c8fc30b9365c01b59d4c896fa9
+# Source101-md5:   4547327997b786114ed40b944ce5ce9c
 Source102: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/ast.xpi
-# Source102-md5:   30010cf41c51a6266e72c04a1e517692
+# Source102-md5:   0e6df3b492e993a00ee780b83a32557f
 Source103: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/be.xpi
-# Source103-md5:   4ac8face6927a0e793e6ae23079c9997
+# Source103-md5:   63ccbb21ebcceadaffd0672d5374cf23
 Source104: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/bg.xpi
-# Source104-md5:   ab7f1c0ffc949122993ac6a30213e712
+# Source104-md5:   f31bb9433fdd67ddc92d1fc111824597
 Source105: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/br.xpi
-# Source105-md5:   59d3f8bd543ee0e8f1437eb47fb476df
+# Source105-md5:   64cbfd0abed5f8bc4a69ea1f192a51d8
 Source106: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/ca.xpi
-# Source106-md5:   27afc491a875ed346d77a8f733bf8fe9
+# Source106-md5:   9a9f744e0272c44d1c21ec0bfcbc05f3
 Source107: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/cak.xpi
-# Source107-md5:   1f520f543436a4fcab7afde4e3ae8328
+# Source107-md5:   85429c272188004230ff173b74dcb7c0
 Source108: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/cs.xpi
-# Source108-md5:   e441e3c0d3dc0a91cf96f1a0b8864e37
+# Source108-md5:   f8652184b264f6d2e84080cd9e819566
 Source109: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/cy.xpi
-# Source109-md5:   b1aab26a2c0bfaec88c62d2e7c81ac3f
+# Source109-md5:   c73fd8f9159ca1bc19036553d4478566
 Source110: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/da.xpi
-# Source110-md5:   97912cab6ee7214a100100e4ffd99a87
+# Source110-md5:   2a86c1ed0f0bad8ce536d7ce306153ba
 Source111: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/de.xpi
-# Source111-md5:   e1bdf88b370e26ca46be0f6def9bc10a
+# Source111-md5:   aa6aaebdb0547b7fef399fbcc2da6e9d
 Source112: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/dsb.xpi
-# Source112-md5:   53ab110e322e22ffd7296c65e8869d47
+# Source112-md5:   1c638732b52074d3e301df43f2462e60
 Source113: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/el.xpi
-# Source113-md5:   83cf438c59b3f84463533a085a2d5198
+# Source113-md5:   614e8e4ff6fa81665c20f5c199b7f1d5
 Source114: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/en-CA.xpi
-# Source114-md5:   bc9d8982e6dde51ef25ec9e167877007
+# Source114-md5:   414554dd5b060f00700105a5bb636f8b
 Source115: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/en-GB.xpi
-# Source115-md5:   cac8ea0073198a0e3e8aa1d54fa818e0
+# Source115-md5:   747af424b032148b41670dee2efad4b4
 Source116: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/en-US.xpi
-# Source116-md5:   86b71bcdd1a10766f385af59cb15f436
+# Source116-md5:   5b03c49ae2a07cdd9f493248f0fd3fac
 Source117: 
https://releases.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/xpi/es-AR.xpi
-# Source117-md5:   615c431f84144600d20b3ff1ad0500d4
+# Source117-md5:   3d5a69c3c9e18bcea4f515355fb6dcef
 Source118: 

DISTFILES: xpra: xpra-5.0.3.tar.xz

2023-10-18 Thread baggins
Request by: baggins


Files fetched: 1

STORED: http://xpra.org/src/xpra-5.0.3.tar.xz
866aac897342b449629db657f970a5a3  xpra-5.0.3.tar.xz
Size: 8397900 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/xpra] - up to 5.0.3

2023-10-18 Thread baggins
commit 0a252a583018aa8b8cea89be643da3395682a3bf
Author: Jan Rękorajski 
Date:   Wed Oct 18 23:47:11 2023 +0200

- up to 5.0.3

 python3-version.patch |  11 ---
 setup-cc-ccache.patch |  14 
 xpra-libexecdir.patch |  14 
 xpra.spec | 210 ++
 4 files changed, 126 insertions(+), 123 deletions(-)
---
diff --git a/xpra.spec b/xpra.spec
index 85acbbc..bcd4247 100644
--- a/xpra.spec
+++ b/xpra.spec
@@ -24,15 +24,12 @@
 Summary:   Xpra gives you "persistent remote applications" for X
 Summary(pl.UTF-8): Xpra - "stałe zdalne aplikacje" dla X
 Name:  xpra
-Version:   2.5.3
-Release:   6
+Version:   5.0.3
+Release:   0.1
 License:   GPL v2+
 Group: X11/Applications/Networking
 Source0:   http://xpra.org/src/%{name}-%{version}.tar.xz
-# Source0-md5: 2fac9c558c099a6ea13d0202732bd684
-Patch0:setup-cc-ccache.patch
-Patch1:%{name}-libexecdir.patch
-Patch2:python3-version.patch
+# Source0-md5: 866aac897342b449629db657f970a5a3
 URL:   http://xpra.org/
 BuildRequires: OpenGL-devel
 # libavcodec >= 57 for dec_avcodec, libavcodec >= 58.18 for enc_ffmpeg, 
libswscale
@@ -128,13 +125,6 @@ Backend Xpra dla CUPS-a.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-
-%{__sed} -i -e '1s,/usr/bin/env python$,%{__python3},' cups/xpraforwarder 
$(grep -l '/usr/bin/env python' -r xpra scripts)
-%{__sed} -i -e 
's,"/bin/xpra_udev_product_version","%{_bindir}/xpra_udev_product_version",' 
udev/rules.d/71-xpra-virtual-pointer.rules
-%{__sed} -i -e 's,@libexec@,%{_libexecdir},' setup.py
 
 %define setup_opts \\\
--with-PIC \\\
@@ -147,15 +137,12 @@ Backend Xpra dla CUPS-a.
%{__with_without ffmpeg dec_avcodec2} \\\
%{__with_without ffmpeg enc_ffmpeg} \\\
%{__with_without x264 enc_x264} \\\
-   %{__with_without x265 enc_x265} \\\
-   --without-gtk2 \\\
--with-gtk3 \\\
--without-nvenc \\\
--without-nvfbc \\\
%{__with_without opengl} \\\
%{__with_without server} \\\
%{__with_without server shadow} \\\
-   %{__with_without sound} \\\
--without-strict \\\
%{__with_without vpx} \\\
--with-warn \\\
@@ -182,7 +169,7 @@ rm -rf $RPM_BUILD_ROOT
--root=$RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_datadir}/xpra/COPYING
-%{__rm} $RPM_BUILD_ROOT%{_datadir}/xpra/README
+%{__rm} $RPM_BUILD_ROOT%{_datadir}/xpra/README.md
 
 install -d $RPM_BUILD_ROOT/lib/udev/rules.d
 %{__mv} 
$RPM_BUILD_ROOT{%{_prefix},}/lib/udev/rules.d/71-xpra-virtual-pointer.rules
@@ -194,7 +181,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc NEWS README
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/xorg.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/xpra.conf
@@ -205,7 +191,7 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/conf.d/12_ssl.conf
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/conf.d/15_file_transfers.conf
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/conf.d/16_printing.conf
-%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/conf.d/20_sound.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/conf.d/20_audio.conf
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/conf.d/30_picture.conf
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/conf.d/35_webcam.conf
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/conf.d/40_client.conf
@@ -214,25 +200,37 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/conf.d/55_server_x11.conf
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/conf.d/60_server.conf
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/conf.d/65_proxy.conf
-%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/xpra
+%dir %{_sysconfdir}/%{name}/content-categories
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/content-categories/10_default.conf
+%dir %{_sysconfdir}/%{name}/content-parent
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/content-parent/10_default.conf
+%dir %{_sysconfdir}/%{name}/content-type
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/content-type/10_role.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/content-type/30_title.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/content-type/50_class.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/content-type/70_commands.conf
+%dir %{_sysconfdir}/%{name}/http-headers
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/htt

[packages/kernel/LINUX_4_4] Revert another breaking patch from cip kernel

2023-10-18 Thread arekm
commit fed0d05e262f40272970fd71e5f05efc0639411e
Author: Arkadiusz Miśkiewicz 
Date:   Wed Oct 18 23:14:48 2023 +0200

Revert another breaking patch from cip kernel

 kernel-small_fixes.patch | 15 +++
 1 file changed, 15 insertions(+)
---
diff --git a/kernel-small_fixes.patch b/kernel-small_fixes.patch
index 8e5f6b25..588e52c1 100644
--- a/kernel-small_fixes.patch
+++ b/kernel-small_fixes.patch
@@ -74,3 +74,18 @@ diff -urNp -x '*.orig' linux-4.4/scripts/mod/modpost.c 
linux-4.4/scripts/mod/mod
dd->synth_stats_timer.data = 0;
ppd = (struct hfi1_pportdata *)(dd + 1);
for (i = 0; i < dd->num_pports; i++, ppd++) {
+--- b/arch/x86/kernel/apm_32.c
 a/arch/x86/kernel/apm_32.c
+@@ -245,6 +245,12 @@
+ extern int (*console_blank_hook)(int);
+ #endif
+ 
++/*
++ * The apm_bios device is one of the misc char devices.
++ * This is its minor number.
++ */
++#define   APM_MINOR_DEV   134
++
+ /*
+  * Various options can be changed at boot time as follows:
+  * (We allow underscores for compatibility with the modules code)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/fed0d05e262f40272970fd71e5f05efc0639411e

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


DISTFILES: irqbalance: irqbalance-1.9.2.tar.gz

2023-10-18 Thread arekm
Request by: arekm


Files fetched: 1

STORED: 
https://github.com/Irqbalance/irqbalance/archive/v1.9.2/irqbalance-1.9.2.tar.gz
55249fa2dad53b1a9cadaf0d1679366c  irqbalance-1.9.2.tar.gz
Size: 62188 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/irqbalance] Up to 1.9.2.

2023-10-18 Thread arekm
commit 4178a8b4d6cec78e154a6f95a3df0408ef6b5cb5
Author: Arkadiusz Miśkiewicz 
Date:   Wed Oct 18 21:25:56 2023 +0200

Up to 1.9.2.

 irqbalance.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/irqbalance.spec b/irqbalance.spec
index 0aaab27..7219929 100644
--- a/irqbalance.spec
+++ b/irqbalance.spec
@@ -6,13 +6,13 @@
 Summary:   Balancing of IRQs between multiple CPUs
 Summary(pl.UTF-8): Rozdzielanie IRQ pomiędzy wiele procesorów
 Name:  irqbalance
-Version:   1.9.0
+Version:   1.9.2
 Release:   1
 License:   GPL v2
 Group: Daemons
 #Source0Download: https://github.com/Irqbalance/irqbalance/releases
 Source0:   
https://github.com/Irqbalance/irqbalance/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 8148c6e1541be4d3586ba613e11dcf48
+# Source0-md5: 55249fa2dad53b1a9cadaf0d1679366c
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 Source3:   %{name}.service


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/irqbalance.git/commitdiff/4178a8b4d6cec78e154a6f95a3df0408ef6b5cb5

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


DISTFILES: rt-tests: rt-tests-2.6.tar.xz

2023-10-18 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://www.kernel.org/pub/linux/utils/rt-tests/rt-tests-2.6.tar.xz
8e1b63052069cdbd530910126b2f7492  rt-tests-2.6.tar.xz
Size: 104996 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/rt-tests] - updated to 2.6

2023-10-18 Thread qboosh
commit 0c1c330dca33287eca1bc38874f22a121e35cdc1
Author: Jakub Bogusz 
Date:   Wed Oct 18 21:07:49 2023 +0200

- updated to 2.6

 rt-tests.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rt-tests.spec b/rt-tests.spec
index 7dc32ae..ca0944e 100644
--- a/rt-tests.spec
+++ b/rt-tests.spec
@@ -17,13 +17,13 @@ Summary:Programs that test various rt-linux features
 Summary(pl.UTF-8): Programy testujące różne właściwości rt-linuksa
 %definepname   rt-tests
 Name:  %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
-Version:   2.5
+Version:   2.6
 %definerel 1
 Release:   %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
 License:   GPL v2
 Group: Applications/System
 Source0:   
https://www.kernel.org/pub/linux/utils/rt-tests/%{pname}-%{version}.tar.xz
-# Source0-md5: a1f2c63623b286a2b99ec3fee58976a6
+# Source0-md5: 8e1b63052069cdbd530910126b2f7492
 # 
https://bugs.launchpad.net/ubuntu/+source/rt-tests/+bug/881771/+attachment/2572753/+files/0001-Fix-deprecated-removed-spinlock-declaration.patch
 # + http://www.spinics.net/lists/linux-rt-users/msg08966.html
 Patch0:%{pname}-backfire.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rt-tests.git/commitdiff/0c1c330dca33287eca1bc38874f22a121e35cdc1

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


[packages/crossmingw32-harfbuzz] - updated to 8.2.2

2023-10-18 Thread qboosh
commit 3eb1b21b6a7b1fdd6165408a0a287350ad1d11bd
Author: Jakub Bogusz 
Date:   Wed Oct 18 20:59:27 2023 +0200

- updated to 8.2.2

 crossmingw32-harfbuzz.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/crossmingw32-harfbuzz.spec b/crossmingw32-harfbuzz.spec
index b6b6fc9..4284dde 100644
--- a/crossmingw32-harfbuzz.spec
+++ b/crossmingw32-harfbuzz.spec
@@ -1,12 +1,12 @@
 Summary:   HarfBuzz - internationalized text shaping library - MinGW32 
cross version
 Summary(pl.UTF-8): Rasteryzer fontów TrueType - wersja skrośna dla MinGW32
 Name:  crossmingw32-harfbuzz
-Version:   8.2.1
+Version:   8.2.2
 Release:   1
 License:   MIT
 Group: Development/Libraries
 Source0:   
https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/harfbuzz-%{version}.tar.xz
-# Source0-md5: 355a719e8d0ef25d3c5347c93e5d36fe
+# Source0-md5: a9bdd356798cf1ea68794576429442d4
 URL:   https://harfbuzz.github.io/
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.13.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-harfbuzz.git/commitdiff/3eb1b21b6a7b1fdd6165408a0a287350ad1d11bd

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


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

2023-10-18 Thread baggins
commit 45ebbc6ff078d3fc3fd834cf32d06b6fa192c652
Author: Jan Rękorajski 
Date:   Wed Oct 18 20:12:48 2023 +0200

Release 2 (by relup.sh)

 qt5-qtwebengine.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec
index 4443ddf..4597990 100644
--- a/qt5-qtwebengine.spec
+++ b/qt5-qtwebengine.spec
@@ -16,7 +16,7 @@ Summary:  The Qt5 WebEngine library
 Summary(pl.UTF-8): Biblioteka Qt5 WebEngine
 Name:  qt5-%{orgname}
 Version:   %{base_version}.15
-Release:   1
+Release:   2
 License:   LGPL v3 or GPL v2 or GPL v3 or commercial
 Group: X11/Libraries
 Source0:   qtwebengine-%{version}.tar.xz


 gitweb:

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

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


DISTFILES: xfsprogs: xfsprogs-6.5.0.tar.xz xfsprogs-pl.po-update.patch

2023-10-18 Thread qboosh
Request by: qboosh


Files fetched: 1

ALREADY GOT: 
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.5.0.tar.xz
312d4f63c02c63a6b8b8b80a9ada11c6  xfsprogs-6.5.0.tar.xz
STORED: no-url://xfsprogs-pl.po-update.patch
3c78f00b0e93eb10c4866216a2d0409b  xfsprogs-pl.po-update.patch
Size: 663481 bytes


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


[packages/xfsprogs] - updated pl.po-update patch

2023-10-18 Thread qboosh
commit ef6c34da60c0c563349154ee524c45c6f4fdbb5b
Author: Jakub Bogusz 
Date:   Wed Oct 18 19:37:54 2023 +0200

- updated pl.po-update patch

 xfsprogs.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xfsprogs.spec b/xfsprogs.spec
index f9e1094..c8cc8ab 100644
--- a/xfsprogs.spec
+++ b/xfsprogs.spec
@@ -15,7 +15,7 @@ Source0:  
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{versio
 Source1:   xfs_lsprojid
 Patch0:%{name}-miscfix-v2.patch
 Patch1:%{name}-pl.po-update.patch
-# Patch1-md5:  55cb49efcff3c0610da1c6408d936c58
+# Patch1-md5:  3c78f00b0e93eb10c4866216a2d0409b
 URL:   https://xfs.wiki.kernel.org/
 # for 
 BuildRequires: attr-devel


 gitweb:

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

___
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.37.0.tar.gz github-cli-vendor-2.37.0.tar.xz

2023-10-18 Thread atler
Request by: atler


Files fetched: 2

STORED: https://github.com/cli/cli/archive/v2.37.0/github-cli-2.37.0.tar.gz
cac5acc18105e904522ea47f8696bf1b  github-cli-2.37.0.tar.gz
Size: 900623 bytes
STORED: no-url://github-cli-vendor-2.37.0.tar.xz
18650d783bd2fdffde98884f0f05fad6  github-cli-vendor-2.37.0.tar.xz
Size: 7430416 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.37.0

2023-10-18 Thread atler
commit 9bd2b8a58da89ec182c7af28825f65815e98da78
Author: Jan Palus 
Date:   Wed Oct 18 18:17:53 2023 +0200

up to 2.37.0

 github-cli.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/github-cli.spec b/github-cli.spec
index bbab96d..2a90883 100644
--- a/github-cli.spec
+++ b/github-cli.spec
@@ -1,20 +1,20 @@
-%definevendor_version  2.36.0
+%definevendor_version  2.37.0
 
 Summary:   GitHub’s official command line tool
 Name:  github-cli
-Version:   2.36.0
+Version:   2.37.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: 8a54a4610965c0433061028906242f62
+# Source0-md5: cac5acc18105e904522ea47f8696bf1b
 # 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: e362af903d4837c4a843573c9c6ae3c3
+# Source1-md5: 18650d783bd2fdffde98884f0f05fad6
 URL:   https://cli.github.com
 BuildRequires: golang >= 1.21
 BuildRequires: rpm-build >= 4.6


 gitweb:

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

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


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

2023-10-18 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://www.kernel.org/pub/linux/kernel/firmware/linux-firmware-20230919.tar.xz
d99006308bca63a7ddc8fe2e6c057dc3  linux-firmware-20230919.tar.xz
Size: 314110436 bytes


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


[packages/linux-firmware] - updated to 20230919

2023-10-18 Thread qboosh
commit 64192ad24d08d8585245c28be4d57724ffacf5c6
Author: Jakub Bogusz 
Date:   Wed Oct 18 17:58:04 2023 +0200

- updated to 20230919

 linux-firmware.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/linux-firmware.spec b/linux-firmware.spec
index d00bf02..c92cb33 100644
--- a/linux-firmware.spec
+++ b/linux-firmware.spec
@@ -2,7 +2,7 @@
 # - subpackages for various firmwares?
 # - (since 5.3) compress firmware: 
https://git.kernel.org/linus/82fd7a8142a10b8eb41313074b3859d82c0857dc
 %definerel 1
-%definever 20230804
+%definever 20230919
 Summary:   Firmware files used by the Linux kernel
 Summary(pl.UTF-8): Pliki firmware'u używane przez jądro Linuksa
 Name:  linux-firmware
@@ -15,7 +15,7 @@ Group:Base/Kernel
 #Source0:  
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/%{name}-%{snap}.tar.gz
 # upstream tarball
 Source0:   
https://www.kernel.org/pub/linux/kernel/firmware/%{name}-%{version}.tar.xz
-# Source0-md5: 8e7efa8bc81d875d5bbc52934a4efd51
+# Source0-md5: d99006308bca63a7ddc8fe2e6c057dc3
 URL:   
https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
@@ -647,7 +647,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc WHENCE LICENCE.* LICENSE.* README
+%doc WHENCE LICENCE.* LICENSE.* README.md
 # TDA7706_OM_v*_boot.txt
 /lib/firmware/3com
 /lib/firmware/acenic


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/linux-firmware.git/commitdiff/64192ad24d08d8585245c28be4d57724ffacf5c6

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


DISTFILES: aom: aom-3.7.0.tar.gz

2023-10-18 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: no-url://aom-3.7.0.tar.gz
e1e38e176eb1906f0f61ed4a70aae2eb  aom-3.7.0.tar.gz
Size: 5408339 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/aom] - updated to 3.7.0

2023-10-18 Thread qboosh
commit f3ad4e2d1a19d2c6f78ac376f3d84e9ef8416a5d
Author: Jakub Bogusz 
Date:   Wed Oct 18 17:12:32 2023 +0200

- updated to 3.7.0

 aom.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/aom.spec b/aom.spec
index 27a26e2..ada2ba1 100644
--- a/aom.spec
+++ b/aom.spec
@@ -9,18 +9,18 @@
 Summary:   Royalty-free next-generation video format
 Summary(pl.UTF-8): Format wideo nowej generacji bez opłat licencyjnych
 Name:  aom
-Version:   3.6.1
-Release:   2
+Version:   3.7.0
+Release:   1
 License:   BSD
 Group: Libraries
 #Source0Download: https://aomedia.googlesource.com/aom/
 # tarball is recreated with different md5 on each download
 #Source0:  
https://aomedia.googlesource.com/aom/+archive/v%{version}.tar.gz?fake=/%{name}-%{version}.tar.gz
 Source0:   %{name}-%{version}.tar.gz
-# Source0-md5: 2d2ea4f2ca4f4ed025983df98b791c31
+# Source0-md5: e1e38e176eb1906f0f61ed4a70aae2eb
 Patch0:%{name}-examples.patch
 URL:   https://aomedia.org/
-BuildRequires: cmake >= 3.7
+BuildRequires: cmake >= 3.9
 BuildRequires: doxygen >= 1:1.8.10
 BuildRequires: graphviz
 BuildRequires: libstdc++-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/aom.git/commitdiff/f3ad4e2d1a19d2c6f78ac376f3d84e9ef8416a5d

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


[packages/qt5-qtwebengine] - patches from chromium and archlinux to get qtwebengine to build with ffmpeg 5+

2023-10-18 Thread baggins
commit 70c5ed0ccc9cd1052aaf782b1f4d8e3b1de65fbf
Author: Jan Rękorajski 
Date:   Wed Oct 18 16:59:48 2023 +0200

- patches from chromium and archlinux to get qtwebengine to build with 
ffmpeg 5+

 chromium-107-proprietary-codecs.patch |   16 +
 chromium-112-ffmpeg-first_dts.patch   |  102 ++
 qt5-qtwebengine.spec  |8 +
 qt5-webengine-ffmpeg5.patch   |  150 +++
 qt5-webengine-pipewire-0.3.patch  | 1819 +
 5 files changed, 2095 insertions(+)
---
diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec
index d5dba8f..4443ddf 100644
--- a/qt5-qtwebengine.spec
+++ b/qt5-qtwebengine.spec
@@ -24,6 +24,10 @@ Source0: qtwebengine-%{version}.tar.xz
 Patch0:x32.patch
 Patch1:%{name}-gn-dynamic.patch
 Patch2:
0001-avcodec-x86-mathops-clip-constants-used-with-shift-i.patch
+Patch3:qt5-webengine-ffmpeg5.patch
+Patch4:qt5-webengine-pipewire-0.3.patch
+Patch5:chromium-107-proprietary-codecs.patch
+Patch6:chromium-112-ffmpeg-first_dts.patch
 URL:   https://www.qt.io/
 BuildRequires: Qt5Core-devel >= %{qtbase_ver}
 BuildRequires: Qt5Designer-devel >= %{qttools_ver}
@@ -281,6 +285,10 @@ Przykłady do biblioteki Qt5 WebEngine.
 %endif
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1 -d src/3rdparty
+%patch4 -p1 -d src/3rdparty
+%patch5 -p1 -d src/3rdparty/chromium
+%patch6 -p1 -d src/3rdparty/chromium
 
 %{qt5bindir}/syncqt.pl -version %{version}
 
diff --git a/chromium-107-proprietary-codecs.patch 
b/chromium-107-proprietary-codecs.patch
new file mode 100644
index 000..499be52
--- /dev/null
+++ b/chromium-107-proprietary-codecs.patch
@@ -0,0 +1,16 @@
+diff -up chromium-107.0.5304.121/media/BUILD.gn.me 
chromium-107.0.5304.121/media/BUILD.gn
+--- chromium-107.0.5304.121/media/BUILD.gn.me  2022-12-17 12:35:44.546779129 
+0100
 chromium-107.0.5304.121/media/BUILD.gn 2022-12-17 12:35:59.296047028 
+0100
+@@ -64,12 +64,6 @@ buildflag_header("media_buildflags") {
+   ]
+ }
+ 
+-if (proprietary_codecs && media_use_ffmpeg) {
+-  assert(
+-  ffmpeg_branding != "Chromium",
+-  "proprietary codecs and ffmpeg_branding set to Chromium are 
incompatible")
+-}
+-
+ # Common configuration for targets in the media directory; these must not be
+ # exported since things like USE_NEON and USE_CRAS have different meanings
+ # elsewhere in the code base.
diff --git a/chromium-112-ffmpeg-first_dts.patch 
b/chromium-112-ffmpeg-first_dts.patch
new file mode 100644
index 000..e90b555
--- /dev/null
+++ b/chromium-112-ffmpeg-first_dts.patch
@@ -0,0 +1,102 @@
+From 2aef9000a1c8d76d3072365ffcb471ebffa20d3d Mon Sep 17 00:00:00 2001
+From: Andreas Schneider 
+Date: Tue, 15 Mar 2022 14:26:16 +0100
+Subject: [PATCH] Track first_dts instead of using non-upstream functions
+
+The function av_stream_get_first_dts() is not an upstream ffmpeg function and
+is not available if you build with system ffmpeg. We can easily track the
+first_dts on our own.
+
+See also
+https://ffmpeg.org/pipermail/ffmpeg-devel/2021-September/285401.html
+
+Bug: 1306560
+
+Signed-off-by: Andreas Schneider 
+Change-Id: I90ba3cf2f2e16f56a0b405f26c67f911349fb71d
+---
+ media/filters/ffmpeg_demuxer.cc | 18 --
+ media/filters/ffmpeg_demuxer.h  |  3 +++
+ 3 files changed, 16 insertions(+), 6 deletions(-)
+
+diff --git a/media/filters/ffmpeg_demuxer.cc b/media/filters/ffmpeg_demuxer.cc
+index 111899b661..799fc6e941 100644
+--- a/media/filters/ffmpeg_demuxer.cc
 b/media/filters/ffmpeg_demuxer.cc
+@@ -97,7 +97,7 @@ static base::TimeDelta FramesToTimeDelta(int frames, double 
sample_rate) {
+   frames * base::Time::kMicrosecondsPerSecond / sample_rate);
+ }
+ 
+-static base::TimeDelta ExtractStartTime(AVStream* stream) {
++static base::TimeDelta ExtractStartTime(AVStream* stream, int64_t first_dts) {
+   // The default start time is zero.
+   base::TimeDelta start_time;
+ 
+@@ -107,12 +107,12 @@ static base::TimeDelta ExtractStartTime(AVStream* 
stream) {
+ 
+   // Next try to use the first DTS value, for codecs where we know PTS == DTS
+   // (excludes all H26x codecs). The start time must be returned in PTS.
+-  if (av_stream_get_first_dts(stream) != kNoFFmpegTimestamp &&
++  if (first_dts != AV_NOPTS_VALUE &&
+   stream->codecpar->codec_id != AV_CODEC_ID_HEVC &&
+   stream->codecpar->codec_id != AV_CODEC_ID_H264 &&
+   stream->codecpar->codec_id != AV_CODEC_ID_MPEG4) {
+ const base::TimeDelta first_pts =
+-ConvertFromTimeBase(stream->time_base, 
av_stream_get_first_dts(stream));
++ConvertFromTimeBase(stream->time_base, first_dts);
+ if (first_pts < start_time)
+   start_time = first_pts;
+   }
+@@ -283,6 +283,7 @@ FFmpegDemuxerStream::FFmpegDemuxerStream(
+   fixup_negative_timestamps_(false),
+   fixup_chained_ogg_(false),
+   num_discarded_packet_warnings_(0),
++  first_dts_(AV_NOPTS_VALUE),
+   last_packet_

DISTFILES: mold: mold-2.3.0.tar.gz

2023-10-18 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/rui314/mold/archive/v2.3.0/mold-2.3.0.tar.gz
f28d1ce2903c10b5fa38e450b306733d  mold-2.3.0.tar.gz
Size: 9958893 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/mold] up to 2.3.0

2023-10-18 Thread atler
commit 2c5d00575756a8c9d21da1d39f2a13b4f3ffa5b3
Author: Jan Palus 
Date:   Wed Oct 18 16:36:46 2023 +0200

up to 2.3.0

 mold.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mold.spec b/mold.spec
index e6fb365..8a6b20f 100644
--- a/mold.spec
+++ b/mold.spec
@@ -4,12 +4,12 @@
 
 Summary:   mold: A Modern Linker
 Name:  mold
-Version:   2.2.0
+Version:   2.3.0
 Release:   1
 License:   MIT
 Group: Development/Libraries
 Source0:   
https://github.com/rui314/mold/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: acbedc3df6bb95c8a8be10d7df43f663
+# Source0-md5: f28d1ce2903c10b5fa38e450b306733d
 URL:   https://github.com/rui314/mold
 BuildRequires: blake3-devel
 BuildRequires: cmake >= 3.14


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mold.git/commitdiff/2c5d00575756a8c9d21da1d39f2a13b4f3ffa5b3

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


[packages/kernel] more arm64 config updates for raspberry pis

2023-10-18 Thread atler
commit 1f44c795fdc02cd72b7f60f2dfbaa4a02d1bb1d9
Author: Jan Palus 
Date:   Wed Oct 18 15:48:23 2023 +0200

more arm64 config updates for raspberry pis

 kernel-multiarch.config | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index 0e1adc60..6477fd06 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -1671,7 +1671,7 @@ DMIID all=y
 DMI_SYSFS all=m
 ISCSI_IBFT_FIND all=y
 ISCSI_IBFT all=m
-RASPBERRYPI_FIRMWARE arm=y arm64=m
+RASPBERRYPI_FIRMWARE arm=y arm64=y
 FW_CFG_SYSFS all=m
 FW_CFG_SYSFS_CMDLINE all=y
 SYSFB_SIMPLEFB all=y
@@ -2453,7 +2453,7 @@ DRM_VBOXVIDEO all=m
 #- *** FILE: drivers/gpu/drm/vc4/Kconfig ***
 #-
 DRM_VC4 arm=m arm64=m
-DRM_VC4_HDMI_CEC arm=y arm64=n
+DRM_VC4_HDMI_CEC arm=y arm64=y
 
 #-
 #- *** FILE: drivers/gpu/drm/virtio/Kconfig ***
@@ -4626,7 +4626,7 @@ ARMADA_37XX_RWTM_MBOX arm=m
 ROCKCHIP_MBOX arm64=y
 PCC all=y
 ALTERA_MBOX all=m
-BCM2835_MBOX arm=y arm64=m
+BCM2835_MBOX arm=y arm64=y
 MAILBOX_TEST arm=m arm64=m
 
 #-
@@ -9187,7 +9187,7 @@ PINCTRL_MLXBF3 arm64=m
 #-
 #- *** FILE: drivers/pinctrl/bcm/Kconfig ***
 #-
-PINCTRL_BCM2835 arm=y
+PINCTRL_BCM2835 arm=y arm64=y
 
 #-
 #- *** FILE: drivers/pinctrl/intel/Kconfig ***
@@ -10369,7 +10369,7 @@ MESON_SECURE_PM_DOMAINS arm64=m
 #- *** FILE: drivers/soc/bcm/Kconfig ***
 #-
 BCM2835_POWER arm=y arm64=y
-RASPBERRYPI_POWER arm=y
+RASPBERRYPI_POWER arm=y arm64=y
 SOC_BRCMSTB arm=n arm64=n
 #- file drivers/soc/bcm/bcm63xx/Kconfig goes here
 #- file drivers/soc/bcm/brcmstb/Kconfig goes here
@@ -11078,7 +11078,7 @@ SERIAL_8250_PCI1 all=m
 SERIAL_8250_SHARE_IRQ all=y
 SERIAL_8250_DETECT_IRQ all=y
 SERIAL_8250_RSA all=y
-SERIAL_8250_BCM2835AUX arm=y arm64=m
+SERIAL_8250_BCM2835AUX arm=y arm64=y
 SERIAL_8250_DFL all=m
 SERIAL_8250_DW all=m
 SERIAL_8250_EM arm=m


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/1f44c795fdc02cd72b7f60f2dfbaa4a02d1bb1d9

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


DISTFILES: kernel: linux-cip-4.4.302-cip80.tar.xz patch-4.4.302.xz

2023-10-18 Thread arekm
Request by: arekm


Files fetched: 1

STORED: 
https://www.kernel.org/pub/linux/kernel/projects/cip/4.4/linux-cip-4.4.302-cip80.tar.xz
bc45ba3bcbe51588bd96e1270c16bf43  linux-cip-4.4.302-cip80.tar.xz
Size: 89526956 bytes
ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.4.302.xz
4aa4dc0f2534cf9dd0c964e0b692fe8b  patch-4.4.302.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/kernel/LINUX_4_4] Up to cip80 kernel (+ revert of two wrongly backported patches)

2023-10-18 Thread arekm
commit eae57a8e13001f276d7317a50d6e29f69c0b5547
Author: Arkadiusz Miśkiewicz 
Date:   Wed Oct 18 13:52:17 2023 +0200

Up to cip80 kernel (+ revert of two wrongly backported patches)

 kernel-aufs4.patch   |  2 +-
 kernel-imq.patch |  2 +-
 kernel-multiarch.config  | 21 ++---
 kernel-small_fixes.patch | 23 +++
 kernel-vserver-2.3.patch |  6 +++---
 kernel.spec  | 19 +++
 6 files changed, 57 insertions(+), 16 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 0e4f9c6b..2f5092ae 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -18,7 +18,7 @@
 %bcond_without source  # don't build kernel-source package
 %bcond_without doc # don't build kernel-doc package
 %bcond_without pcmcia  # don't build pcmcia
-%bcond_without firmware# don't build firmware into main package
+%bcond_withfirmware# don't build firmware into main package
 
 %bcond_withverbose # verbose build (V=1)
 
@@ -70,9 +70,10 @@
 %definehave_pcmcia 0
 %endif
 
-%definerel 1
+%definerel 2
 %definebasever 4.4
 %definepostver .302
+%define cipver  cip80
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -120,9 +121,11 @@ Release:   %{rel}
 Epoch: 3
 License:   GPL v2
 Group: Base/Kernel
-Source0:   
http://www.kernel.org/pub/linux/kernel/v4.x/linux-%{basever}.tar.xz
-# Source0-md5: 9a78fa2eb6c68ca5a40ed5af08142599
-%if "%{postver}" != ".0"
+# Source0: 
http://www.kernel.org/pub/linux/kernel/v4.x/linux-%{basever}.tar.xz
+# https://wiki.linuxfoundation.org/civilinfrastructureplatform/start
+Source0:
https://www.kernel.org/pub/linux/kernel/projects/cip/4.4/linux-cip-%{basever}%{postver}-%{cipver}.tar.xz
+# Source0-md5: bc45ba3bcbe51588bd96e1270c16bf43
+%if 0 && "%{postver}" != ".0"
 Patch0:
http://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
 # Patch0-md5:  4aa4dc0f2534cf9dd0c964e0b692fe8b
 %endif
@@ -355,7 +358,7 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %endif
 
 %definetopdir  %{_builddir}/%{name}-%{version}
-%definesrcdir  %{topdir}/linux-%{basever}
+%definesrcdir  
%{topdir}/linux-cip-%{basever}%{postver}-%{cipver}
 %defineobjdir  %{topdir}/%{targetobj}
 %definetargetobj   %{_target_base_arch}-gcc-%(%{__cc} 
-dumpversion)
 
@@ -646,9 +649,9 @@ Pakiet zawiera dokumentację do jądra Linuksa pochodzącą z 
katalogu
 %setup -qc
 ln -s %{SOURCE7} kernel-module-build.pl
 ln -s %{SOURCE10} Makefile
-cd linux-%{basever}
+cd linux-cip-%{basever}%{postver}-%{cipver}
 
-%if "%{postver}" != ".0"
+%if 0 && "%{postver}" != ".0"
 %patch0 -p1
 %endif
 
diff --git a/kernel-aufs4.patch b/kernel-aufs4.patch
index 66ac583d..8b18b400 100644
--- a/kernel-aufs4.patch
+++ b/kernel-aufs4.patch
@@ -35769,7 +35769,7 @@ diff -urNp -x '*.orig' linux-4.4/security/security.c 
linux-4.4/security/security
  {
 @@ -795,6 +804,7 @@ int security_mmap_file(struct file *file
return ret;
-   return ima_file_mmap(file, prot);
+   return ima_file_mmap(file, prot, prot_adj, flags);
  }
 +EXPORT_SYMBOL(security_mmap_file);
  
diff --git a/kernel-imq.patch b/kernel-imq.patch
index c15e8160..de06db54 100644
--- a/kernel-imq.patch
+++ b/kernel-imq.patch
@@ -1208,7 +1208,7 @@ diff -urNp -x '*.orig' 
linux-4.4/include/net/netfilter/nf_queue.h linux-4.4/incl
 +void nf_unregister_queue_imq_handler(void);
 +#endif
  
- void nf_queue_entry_get_refs(struct nf_queue_entry *entry);
+ bool nf_queue_entry_get_refs(struct nf_queue_entry *entry);
  void nf_queue_entry_release_refs(struct nf_queue_entry *entry);
 diff -urNp -x '*.orig' linux-4.4/include/net/pkt_sched.h 
linux-4.4/include/net/pkt_sched.h
 --- linux-4.4/include/net/pkt_sched.h  2016-01-11 00:01:32.0 +0100
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index 35e895a5..1d9407aa 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -476,6 +476,7 @@ BCMA_DEBUG all=n
 BLK_DEV all=y
 BLK_DEV_NULL_BLK all=m
 BLK_DEV_FD all=m sparc=y
+BLK_DEV_FD_RAWCMD all=n
 MAC_FLOPPY ppc=m
 PARIDE all=m
 #- file drivers/block/paride/Kconfig goes here
@@ -949,6 +950,7 @@ EFI_VARS_PSTORE all=m
 EFI_VARS_PSTORE_DEFAULT_DISABLE all=n
 EFI_RUNTIME_MAP all=y
 EFI_FAKE_MEMMAP all=n
+EFI_CAPSULE_LOADER all=m
 
 #-
 #- *** FILE: drivers/firmware/google/Kconfig ***
@@ -980,6 +982,7 @@ DEBUG_GPIO all=n
 GPIO_SYSFS all=y
 GPIO_AMDPT all=m
 GPIO_DWAPB all=m
+GPIO_EXAR all=m
 GPIO_GENERIC_PLATFORM all=m
 GPIO_ICH all=m
 GPIO_LYNXPOINT all=y
@@ -1719,6 +1722,7 @@ NAU7802 all=m
 QCOM_SPMI_IADC all=m
 QCOM_SPMI_VADC all=m
 TI_ADC081C all=m
+TI_ADC108S102 all=m
 TI_ADC128S052 all=m
 T

DISTFILES: xfce4-dev-tools: xfce4-dev-tools-4.18.1.tar.bz2

2023-10-18 Thread mrozowik
Request by: mrozowik


Files fetched: 1

STORED: 
https://archive.xfce.org/src/xfce/xfce4-dev-tools/4.18/xfce4-dev-tools-4.18.1.tar.bz2
69b4cd255a0b8f12bbdc9b10c433b223  xfce4-dev-tools-4.18.1.tar.bz2
Size: 363652 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/xfce4-dev-tools] - up to 4.18.1

2023-10-18 Thread mrozowik
commit faccf955891a73c86a497bf8685da9217c4654f0
Author: Krzysztof Mrozowicz 
Date:   Wed Oct 18 10:55:28 2023 +

- up to 4.18.1

 xfce4-dev-tools.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec
index 6393bc1..3fda533 100644
--- a/xfce4-dev-tools.spec
+++ b/xfce4-dev-tools.spec
@@ -1,12 +1,12 @@
 Summary:   Xfce development tools
 Summary(pl.UTF-8): Narzędzia programistyczne Xfce
 Name:  xfce4-dev-tools
-Version:   4.18.0
+Version:   4.18.1
 Release:   1
 License:   GPL v2
 Group: Development/Building
 Source0:   
https://archive.xfce.org/src/xfce/xfce4-dev-tools/4.18/%{name}-%{version}.tar.bz2
-# Source0-md5: 24ea05b8f77365f17c9d63263816ec11
+# Source0-md5: 69b4cd255a0b8f12bbdc9b10c433b223
 URL:   https://xfce.org/~benny/projects/xfce4-dev-tools/
 BuildRequires: automake >= 1:1.11
 BuildRequires: glib2-devel >= 1:2.50.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xfce4-dev-tools.git/commitdiff/faccf955891a73c86a497bf8685da9217c4654f0

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


[packages/dovecot] Rel 2; handle /proc/self/status from newer kernels

2023-10-18 Thread arekm
commit 11ff587d4ec1df193267e500e7d97d5b6a61bbb8
Author: Arkadiusz Miśkiewicz 
Date:   Wed Oct 18 11:30:59 2023 +0200

Rel 2; handle /proc/self/status from newer kernels

 dovecot.spec  |   6 +-
 proc-status.patch | 236 ++
 2 files changed, 239 insertions(+), 3 deletions(-)
---
diff --git a/dovecot.spec b/dovecot.spec
index 42ed6b9..50def89 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -13,7 +13,7 @@ Summary:  IMAP and POP3 server written with security 
primarily in mind
 Summary(pl.UTF-8): Serwer IMAP i POP3 pisany głównie z myślą o 
bezpieczeństwie
 Name:  dovecot
 Version:   2.3.21
-Release:   1
+Release:   2
 Epoch: 1
 License:   MIT (libraries), LGPL v2.1 (the rest)
 Group: Networking/Daemons
@@ -26,7 +26,7 @@ Source4:  %{name}.tmpfiles
 Patch0:%{name}-config.patch
 Patch1:%{name}-rpath.patch
 Patch2:%{name}-shebang.patch
-
+Patch3: proc-status.patch
 Patch4:openssl3.patch
 URL:   http://dovecot.org/
 BuildRequires: autoconf
@@ -168,7 +168,7 @@ Pakiet programistyczny do tworzenia wtyczek dla Dovecota.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-
+%patch3 -p1
 %patch4 -p1
 
 %{__sed} -i 's,/usr/lib/dovecot,%{_libdir}/dovecot,g' 
doc/example-config/*.conf doc/example-config/conf.d/*.conf
diff --git a/proc-status.patch b/proc-status.patch
new file mode 100644
index 000..1b7d021
--- /dev/null
+++ b/proc-status.patch
@@ -0,0 +1,236 @@
+From f359c6ee179aad5e077711c188fc8422106cbead Mon Sep 17 00:00:00 2001
+From: Aki Tuomi 
+Date: Tue, 21 Mar 2023 08:55:55 +0200
+Subject: [PATCH 1/3] lib: process-stat - Use buffer_append_full_istream() to
+ read files
+
+---
+ src/lib/process-stat.c | 84 ++
+ 1 file changed, 44 insertions(+), 40 deletions(-)
+
+diff --git a/src/lib/process-stat.c b/src/lib/process-stat.c
+index 782503e60b..60eddbc3ec 100644
+--- a/src/lib/process-stat.c
 b/src/lib/process-stat.c
+@@ -1,6 +1,9 @@
+ /* Copyright (c) 2008-2021 Dovecot authors, see the included COPYING file */
+ 
+ #include "lib.h"
++#include "buffer.h"
++#include "str.h"
++#include "istream.h"
+ #include "process-stat.h"
+ #include "time-util.h"
+ #include 
+@@ -12,8 +15,12 @@
+ #include 
+ 
+ #define PROC_STAT_PATH "/proc/self/stat"
++#define PROC_STAT_MAX_SIZE 1024
+ #define PROC_STATUS_PATH "/proc/self/status"
++#define PROC_STATUS_MAX_SIZE 2048
+ #define PROC_IO_PATH "/proc/self/io"
++#define PROC_IO_MAX_SIZE 1024
++#define PROC_BUFFER_INITIAL_SIZE 512
+ 
+ static const uint64_t stat_undefined = 0x;
+ 
+@@ -71,39 +78,38 @@ static int open_fd(const char *path, struct event *event)
+ }
+ 
+ static int
+-read_file(int fd, const char *path, char *buf_r, size_t buf_size, struct 
event *event)
++read_file_buffer(const char *path, string_t *buf, size_t max_size, struct 
event *event)
+ {
+-  ssize_t ret;
+-  ret = read(fd, buf_r, buf_size);
+-  if (ret <= 0) {
+-  if (ret == -1)
+-  e_error(event, "read(%s) failed: %m", path);
+-  else
+-  e_error(event, "read(%s) returned EOF", path);
+-  } else if (ret == (ssize_t)buf_size) {
+-  e_error(event, "%s is larger than expected", path);
+-  buf_r[buf_size - 1] = '\0';
+-  } else {
+-  buf_r[ret] = '\0';
++  const char *error;
++  int fd = open_fd(path, event);
++  if (fd < 0)
++  return -1;
++  struct istream *is = i_stream_create_fd_autoclose(&fd, max_size);
++  i_stream_set_name(is, path);
++  enum buffer_append_result res =
++  buffer_append_full_istream(buf, is, max_size, &error);
++  i_stream_unref(&is);
++  if (res == BUFFER_APPEND_READ_MAX_SIZE)
++  e_error(event, "%s is larger than expected (%zu)", path, 
max_size);
++  else if (res != BUFFER_APPEND_OK) {
++  e_error(event, "read(%s) failed: %s", path, error);
++  return -1;
+   }
+-  i_close_fd(&fd);
+-  return ret <= 0 ? -1 : 0;
++  return 0;
+ }
+ 
+ static int parse_key_val_file(const char *path,
++size_t max_size,
+ struct key_val *fields,
+ struct event *event)
+ {
+-  char buf[2048];
+-  int fd;
+-
+-  fd = open_fd(path, event);
+-  if (fd == -1 || read_file(fd, path, buf, sizeof(buf), event) < 0) {
++  string_t *buf = t_str_new(PROC_BUFFER_INITIAL_SIZE);
++  if (read_file_buffer(path, buf, max_size, event) < 0) {
+   for (; fields->key != NULL; fields++)
+   *fields->value = stat_undefined;
+   return -1;
+   }
+-  buffer_parse(buf, fields);
++  buffer_parse(str_c(buf), fields);
+   return 0;
+ }
+ 
+@@ -117,7 +123,8 @@ static int parse_proc_io(struct process_stat *stat_r, 
str

[packages/openchange] samba 4.19.2 rebuild

2023-10-18 Thread atler
commit aa8ec1e994fc6dc6db00be5bbe9ee597fc1c813d
Author: Jan Palus 
Date:   Wed Oct 18 11:20:53 2023 +0200

samba 4.19.2 rebuild

Release 70 (by relup.sh)

 openchange.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openchange.spec b/openchange.spec
index c4ad893..cc15ec6 100644
--- a/openchange.spec
+++ b/openchange.spec
@@ -12,7 +12,7 @@ Summary:  OpenChange - portable implementation of MS 
Exchange Server and Exchange
 Summary(pl.UTF-8): OpenChange - przenośna implementacja serwera oraz 
protokołów MS Exchange
 Name:  openchange
 Version:   2.3
-Release:   69
+Release:   70
 License:   GPL v3+
 Group: Libraries
 #Source0Download: https://github.com/openchange/openchange/releases


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openchange.git/commitdiff/aa8ec1e994fc6dc6db00be5bbe9ee597fc1c813d

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


DISTFILES: libjpeg-turbo: libjpeg-turbo-3.0.1.tar.gz

2023-10-18 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-3.0.1.tar.gz
1fdc6494521a8724f5f7cf39b0f6aff3  libjpeg-turbo-3.0.1.tar.gz
Size: 2800900 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/libjpeg-turbo] up to 3.0.1

2023-10-18 Thread atler
commit 782c2aa14cdf71415d104fe18afae50e5e3d1269
Author: Jan Palus 
Date:   Wed Oct 18 11:19:42 2023 +0200

up to 3.0.1

 libjpeg-turbo.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libjpeg-turbo.spec b/libjpeg-turbo.spec
index b2e857e..a5a3dfb 100644
--- a/libjpeg-turbo.spec
+++ b/libjpeg-turbo.spec
@@ -9,13 +9,13 @@
 Summary:   SIMD accelerated library for manipulating JPEG image files
 Summary(pl.UTF-8): Biblioteka do obróbki plików obrazów JPEG z akceleracją 
SIMD
 Name:  libjpeg-turbo
-Version:   3.0.0
+Version:   3.0.1
 Release:   1
 # more specifically: IJG, modified-BSD or Zlib
 License:   BSD-like
 Group: Libraries
 Source0:   
https://downloads.sourceforge.net/libjpeg-turbo/%{name}-%{version}.tar.gz
-# Source0-md5: aa1f0a1c72cb6772e34d9d5136267f56
+# Source0-md5: 1fdc6494521a8724f5f7cf39b0f6aff3
 Patch0:%{name}-x32-java.patch
 URL:   https://libjpeg-turbo.org/
 BuildRequires: cmake >= 3.9.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libjpeg-turbo.git/commitdiff/782c2aa14cdf71415d104fe18afae50e5e3d1269

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


DISTFILES: rclone: rclone-v1.64.1.tar.gz rclone-vendor-1.64.1.tar.xz

2023-10-18 Thread atler
Request by: atler


Files fetched: 2

STORED: 
https://github.com/rclone/rclone/releases/download/v1.64.1/rclone-v1.64.1.tar.gz
540296d6046788310fa7ae66f1a69925  rclone-v1.64.1.tar.gz
Size: 16747570 bytes
STORED: no-url://rclone-vendor-1.64.1.tar.xz
deabb9a881e67410dcaf73fbe7d76d49  rclone-vendor-1.64.1.tar.xz
Size: 7116560 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/rclone] up to 1.64.1

2023-10-18 Thread atler
commit f4e02ed69ad9a59664d2c2a9e26cb18f0ddfc15a
Author: Jan Palus 
Date:   Wed Oct 18 11:13:53 2023 +0200

up to 1.64.1

 rclone.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/rclone.spec b/rclone.spec
index b3c9b45..09c6878 100644
--- a/rclone.spec
+++ b/rclone.spec
@@ -1,19 +1,19 @@
-%definevendor_ver  1.64.0
+%definevendor_ver  1.64.1
 Summary:   rsync for cloud storage
 Name:  rclone
-Version:   1.64.0
+Version:   1.64.1
 Release:   1
 License:   MIT
 Group: Networking/Utilities
 #Source0Download: https://github.com/rclone/rclone/releases
 Source0:   
https://github.com/rclone/rclone/releases/download/v%{version}/%{name}-v%{version}.tar.gz
-# Source0-md5: db20c5d1aa024590b0a5d58f63e722c0
+# Source0-md5: 540296d6046788310fa7ae66f1a69925
 # cd rclone-%{version}
 # go mod vendor
 # cd ..
 # tar cJf rclone-vendor-%{version}.tar.xz rclone-v%{version}/vendor
 Source1:   %{name}-vendor-%{vendor_ver}.tar.xz
-# Source1-md5: d6e971ca52641fefc4aaf58fe79719b2
+# Source1-md5: deabb9a881e67410dcaf73fbe7d76d49
 Patch0:webdav-modtime.patch
 URL:   https://rclone.org/
 BuildRequires: golang >= 1.19


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rclone.git/commitdiff/f4e02ed69ad9a59664d2c2a9e26cb18f0ddfc15a

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


[packages/kernel] enable dwc2 in arm64

2023-10-18 Thread atler
commit 80d6c44cb0995a78412cf88d343e3ec83a10494c
Author: Jan Palus 
Date:   Wed Oct 18 10:14:17 2023 +0200

enable dwc2 in arm64

 kernel-multiarch.config | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index 95a6c4a4..0e1adc60 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -11293,12 +11293,12 @@ USB_AUTOSUSPEND_DELAY all=2
 #-
 #- *** FILE: drivers/usb/dwc2/Kconfig ***
 #-
-USB_DWC2 all=n arm=m
-USB_DWC2_HOST arm=n
+USB_DWC2 all=n arm=m arm64=m
+USB_DWC2_HOST arm=n arm64=n
 #- Gadget/Dual-role mode requires USB Gadget support to be enabled
-USB_DWC2_PERIPHERAL arm=n
-USB_DWC2_DUAL_ROLE arm=y
-USB_DWC2_PCI arm=m
+USB_DWC2_PERIPHERAL arm=n arm64=n
+USB_DWC2_DUAL_ROLE arm=y arm64=y
+USB_DWC2_PCI arm=m arm64=m
 USB_DWC2_DEBUG all=n
 USB_DWC2_TRACK_MISSED_SOFS all=n
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/80d6c44cb0995a78412cf88d343e3ec83a10494c

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