DISTFILES: nodejs: node-v22.4.0.tar.xz

2024-07-05 Thread baggins
Request by: baggins


Files fetched: 1

STORED: https://nodejs.org/download/release/latest-v22.x/node-v22.4.0.tar.xz
ee38b5abd5541b48ed9b80981ba4b7ea  node-v22.4.0.tar.xz
Size: 46116620 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/nodejs] - up to 22.4.0

2024-07-05 Thread baggins
commit 23d6d08985fd8a396351fdcf990f0edbffe31a0c
Author: Jan Rękorajski 
Date:   Fri Jul 5 22:45:51 2024 +0200

- up to 22.4.0

 0001-Disable-running-gyp-on-shared-deps.patch |  29 --
 0001-Remove-unused-OpenSSL-config.patch   |  45 +++
 nodejs.spec   |  42 +-
 system_cares.patch| 534 --
 4 files changed, 63 insertions(+), 587 deletions(-)
---
diff --git a/nodejs.spec b/nodejs.spec
index 83a74ff..d781ef4 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -21,26 +21,25 @@
 # add-on binaries can be loaded in to without needing to be re-compiled. It
 # used to be stored as hex value in earlier versions, but is now represented as
 # an integer.
-%definenode_module_version 93
+%definenode_module_version 127
 Summary:   Asynchronous JavaScript Engine
 Summary(pl.UTF-8): Asynchroniczny silnik JavaScriptu
 Name:  nodejs
-# 16.x LTS - https://github.com/nodejs/Release
-# Active start: 2021-10-26
-# Maintenance start: October 2022
-# Maintenance end: September 2023
-Version:   16.20.2
+# 22.x LTS - https://github.com/nodejs/Release
+# Active start: 2024-10-29
+# Maintenance start: October 2025
+# Maintenance end: April 2027
+Version:   22.4.0
 Release:   1
 License:   BSD and MIT and Apache v2.0 and GPL v3
 Group: Development/Languages
-Source0:   
https://nodejs.org/download/release/latest-v16.x/node-v%{version}.tar.xz
-# Source0-md5: c3bdaf2ababf0c753d42c0acef1a154a
-Patch0:system_cares.patch
+Source0:   
https://nodejs.org/download/release/latest-v22.x/node-v%{version}.tar.xz
+# Source0-md5: ee38b5abd5541b48ed9b80981ba4b7ea
 # force node to use /usr/lib/node as the systemwide module directory
-Patch2:%{name}-libpath.patch
+Patch0:%{name}-libpath.patch
 # use /usr/lib64/node as an arch-specific module dir when appropriate
-Patch3:%{name}-lib64path.patch
-Patch4:0001-Disable-running-gyp-on-shared-deps.patch
+Patch1:%{name}-lib64path.patch
+Patch2:0001-Remove-unused-OpenSSL-config.patch
 URL:   https://nodejs.org/
 BuildRequires: c-ares-devel >= 1.17.2
 BuildRequires: gcc >= 6:6.3
@@ -77,6 +76,7 @@ Requires: zlib >= 1.2.11
 Provides:  nodejs(engine) = %{version}
 Provides:  nodejs(module-version) = %{node_module_version}
 Obsoletes: nodejs-waf < 0.9
+Obsoletes: systemtap-nodejs < 22.4.0
 ExclusiveArch: %{ix86} %{x8664} %{arm} aarch64
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -155,13 +155,12 @@ Sondy systemtap/dtrace dla Node.js.
 
 %prep
 %setup -q -n node-v%{version}
-%patch0 -p1
 %if "%{_lib}" == "lib64"
-%patch3 -p1
+%patch1 -p1
 %else
-%patch2 -p1
+%patch0 -p1
 %endif
-%patch4 -p1
+%patch2 -p1
 
 grep -r '#!.*env python' -l . | xargs %{__sed} -i -e '1 s,#!.*env 
python$,#!%{__python3},'
 
@@ -179,7 +178,7 @@ grep -r '#!.*env python' -l . | xargs %{__sed} -i -e '1 
s,#!.*env python$,#!%{__
 %{__rm} -r deps/zlib
 
 %build
-ver=$(awk '/#define NODE_MODULE_VERSION/{print $3}' src/node_version.h)
+ver=$(awk '/#define NODE_MODULE_VERSION [0-9]+/{print $3}' src/node_version.h)
 test "$ver" = "%{node_module_version}"
 
 # CC used only to detect if CC is clang, not used for compiling
@@ -200,7 +199,6 @@ GYP_DEFINES="soname_version=%{sover}" \
--shared-zlib \
--with-intl=system-icu \
--without-corepack \
-   --without-dtrace \
--without-npm
 
 # add LFS defines from libuv (RHBZ#892601)
@@ -215,7 +213,7 @@ PATH="$(pwd)/out/tools/bin:$PATH" \
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__python3} tools/install.py install "$RPM_BUILD_ROOT" "%{_prefix}"
+%{__python3} tools/install.py --dest-dir "$RPM_BUILD_ROOT" --prefix 
"%{_prefix}" install
 
 ln -s libnode.so.%{node_module_version} $RPM_BUILD_ROOT%{_libdir}/libnode.so
 
@@ -266,7 +264,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CHANGELOG.md LICENSE README.md SECURITY.md
+%doc CHANGELOG.md LICENSE GOVERNANCE.md README.md SECURITY.md
 %attr(755,root,root) %{_bindir}/node
 %attr(755,root,root) %{_bindir}/nodejs
 %attr(755,root,root) %{_libdir}/libnode.so.%{node_module_version}
@@ -288,7 +286,3 @@ rm -rf $RPM_BUILD_ROOT
 %files doc
 %defattr(644,root,root,755)
 %doc %{_docdir}/%{name}-doc-%{version}
-
-%files -n systemtap-nodejs
-%defattr(644,root,root,755)
-%{_datadir}/systemtap/tapset/node.stp
diff --git a/0001-Disable-running-gyp-on-shared-deps.patch 
b/0001-Disable-running-gyp-on-shared-deps.patch
deleted file mode 100644
index 9798dc1..000
--- a/0001-Disable-running-gyp-on-shared-deps.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From a560ff12ff44d9732ce325ca4bcde6e536fe3ed0 Mon Sep 17 00:00:00 2001
-From: Zuzana Svetlikova 
-Date: Thu, 27 Apr 2017 14:25:42 +0200
-Subject: [PATCH 1/3] Disable running gyp on shared deps
-

- Makefile | 6 +++---
- 1 file changed, 3 

[packages/kronosnet] - fix building on x32, rel 2

2024-06-30 Thread baggins
commit 33d742adb1f70f3b77f008145b91d844e660b84a
Author: Jan Rękorajski 
Date:   Sun Jun 30 10:29:25 2024 +0200

- fix building on x32, rel 2

 kronosnet.spec |  4 +++-
 x32.patch  | 26 ++
 2 files changed, 29 insertions(+), 1 deletion(-)
---
diff --git a/kronosnet.spec b/kronosnet.spec
index 3816870..3bdf05b 100644
--- a/kronosnet.spec
+++ b/kronosnet.spec
@@ -7,11 +7,12 @@ Summary:  Multipoint-to-Multipoint VPN library
 Summary(pl.UTF-8): Biblioteka VPN wiele-do-wielu
 Name:  kronosnet
 Version:   1.29
-Release:   1
+Release:   2
 License:   LGPL v2.1+ (libraries), GPL v2+ (applications)
 Group: Libraries
 Source0:   https://kronosnet.org/releases/%{name}-%{version}.tar.xz
 # Source0-md5: d95a5870ce35ddd12e6cd7a783c0b202
+Patch0:x32.patch
 URL:   https://kronosnet.org/
 BuildRequires: bzip2-devel
 BuildRequires: doxygen
@@ -102,6 +103,7 @@ UWAGA: to oprogramowanie jest eksperymentalne i nie 
dokończone.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
diff --git a/x32.patch b/x32.patch
new file mode 100644
index 000..68ff57c
--- /dev/null
+++ b/x32.patch
@@ -0,0 +1,26 @@
+--- kronosnet-1.29/libknet/links.c.orig2024-06-06 07:41:34.0 
+0200
 kronosnet-1.29/libknet/links.c 2024-06-30 10:28:25.913871391 +0200
+@@ -896,7 +896,11 @@
+ 
+   if ((useconds_t)(interval * 1000) < KNET_THREADS_TIMERES) {
+   log_warn(knet_h, KNET_SUB_LINK,
++#if defined(__x86_64__) && defined(__ILP32__)
++   "host: %u link: %u interval: %llu too small (%s). 
interval lower than thread_timer_res (%u ms) has no effect",
++#else
+"host: %u link: %u interval: %lu too small (%s). 
interval lower than thread_timer_res (%u ms) has no effect",
++#endif
+host_id, link_id, interval, strerror(savederrno), 
(KNET_THREADS_TIMERES / 1000));
+   }
+ 
+@@ -904,7 +908,11 @@
+   err = -1;
+   savederrno = EINVAL;
+   log_err(knet_h, KNET_SUB_LINK,
++#if defined(__x86_64__) && defined(__ILP32__)
++  "host: %u link: %u pong timeout: %llu too small (%s). 
timeout cannot be less than thread_timer_res (%u ms)",
++#else
+   "host: %u link: %u pong timeout: %lu too small (%s). 
timeout cannot be less than thread_timer_res (%u ms)",
++#endif
+   host_id, link_id, timeout, strerror(savederrno), 
(KNET_THREADS_TIMERES / 1000));
+   goto exit_unlock;
+   }


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kronosnet.git/commitdiff/33d742adb1f70f3b77f008145b91d844e660b84a

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


[packages/openchange] Release 76 (by relup.sh)

2024-06-20 Thread baggins
commit b036930a64072e26b144fd4beece92ab048e9991
Author: Jan Rękorajski 
Date:   Thu Jun 20 23:12:55 2024 +0200

Release 76 (by relup.sh)

 openchange.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openchange.spec b/openchange.spec
index 5c32652..da25ba6 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:   75
+Release:   76
 License:   GPL v3+
 Group: Libraries
 #Source0Download: https://github.com/openchange/openchange/releases


 gitweb:

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

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


[packages/occ] - rel 2, disable pear deps, generator adds only internal files

2024-06-20 Thread baggins
commit 9cfc9e495f84f9ec27e7ecbbf206d7f473c54fc5
Author: Jan Rękorajski 
Date:   Thu Jun 20 22:16:20 2024 +0200

- rel 2, disable pear deps, generator adds only internal files

 occ.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/occ.spec b/occ.spec
index 8538b8c..df62f48 100644
--- a/occ.spec
+++ b/occ.spec
@@ -3,7 +3,7 @@ Summary:Online Chess Club - small PHP chess game
 Summary(pl.UTF-8): Online Chess Club - mała gra w szachy w PHP
 Name:  occ
 Version:   1.4
-Release:   1
+Release:   2
 License:   GPL v2
 Group: Applications/WWW
 Source0:   
https://downloads.sourceforge.net/lgames/%{name}-%{version}.tar.gz
@@ -24,6 +24,8 @@ BuildRoot:%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define_sysconfdir %{_webapps}/%{_webapp}
 %define_appdir %{_datadir}/%{_webapp}
 
+%define_noautoreq_pear .*
+
 %description
 Online Chess Club (OCC) is a small PHP chess game. It is not meant for
 public use but rather for playing with friends. Any number of games


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/occ.git/commitdiff/9cfc9e495f84f9ec27e7ecbbf206d7f473c54fc5

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


[packages/zabbix] - rel 2, exclude internal pear deps

2024-06-20 Thread baggins
commit 4b0a44cbefa7e5cc41c5d2677cd22adf8eac49f6
Author: Jan Rękorajski 
Date:   Thu Jun 20 22:10:39 2024 +0200

- rel 2, exclude internal pear deps

 zabbix.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/zabbix.spec b/zabbix.spec
index d8c9c04..b7c42aa 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -25,7 +25,7 @@ Summary:  Zabbix - network monitoring software
 Summary(pl.UTF-8): Zabbix - oprogramowanie do monitorowania sieci
 Name:  zabbix
 Version:   6.0.31
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: Networking/Utilities
 # https://www.zabbix.com/download_sources
@@ -96,6 +96,9 @@ BuildRoot:%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %definedoc_suffix  %{nil}
 %endif
 
+# internal deps
+%define_noautoreq_pear include/.* .*.inc.php 
vendor/autoload.php
+
 %description
 Zabbix is software that monitors numerous parameters of a network and
 the servers on that network. It is a useful tool for monitoring the


 gitweb:

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

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


[packages/qt-creator] Release 3 (by relup.sh)

2024-06-20 Thread baggins
commit 4ce21614a8541198626c168da21417d73eee51df
Author: Jan Rękorajski 
Date:   Thu Jun 20 21:35:33 2024 +0200

Release 3 (by relup.sh)

 qt-creator.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt-creator.spec b/qt-creator.spec
index 317d09a..14136ee 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -13,7 +13,7 @@ Summary:  An IDE tailored to the needs of Qt developers
 Summary(pl.UTF-8): IDE dostosowane do potrzeb programistów Qt
 Name:  qt-creator
 Version:   13.0.1
-Release:   2
+Release:   3
 Epoch: 1
 License:   LGPL v2.1
 Group: X11/Development/Tools


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt-creator.git/commitdiff/4ce21614a8541198626c168da21417d73eee51df

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


[packages/php-pear-Net_IPv6] - rel 2

2024-06-20 Thread baggins
commit 1270603304ab3e96d0d17302f5be6a93738e087f
Author: Jan Rękorajski 
Date:   Thu Jun 20 20:57:44 2024 +0200

- rel 2

 php-pear-Net_IPv6.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-pear-Net_IPv6.spec b/php-pear-Net_IPv6.spec
index a30969e..018639e 100644
--- a/php-pear-Net_IPv6.spec
+++ b/php-pear-Net_IPv6.spec
@@ -5,7 +5,7 @@ Summary:%{_pearname} - check and validate IPv6 addresses
 Summary(pl.UTF-8): %{_pearname} - sprawdzanie poprawności adresów IPv6
 Name:  php-pear-%{_pearname}
 Version:   1.3.0
-Release:   0.%{snap}.1
+Release:   0.%{snap}.2
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{_pearname}-%{version}%{snap}.tgz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Net_IPv6.git/commitdiff/1270603304ab3e96d0d17302f5be6a93738e087f

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


[packages/php-pear-XML_Util] Release 3 (by relup.sh)

2024-06-20 Thread baggins
commit f19c9f8ff50f733604f954d04993208c2579dc60
Author: Jan Rękorajski 
Date:   Thu Jun 20 20:54:53 2024 +0200

Release 3 (by relup.sh)

 php-pear-XML_Util.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-pear-XML_Util.spec b/php-pear-XML_Util.spec
index e64d721..a9f0481 100644
--- a/php-pear-XML_Util.spec
+++ b/php-pear-XML_Util.spec
@@ -8,7 +8,7 @@ Summary:%{pearname} - XML utility class
 Summary(pl.UTF-8): %{pearname} - klasa narzędziowa do obróbki XML-a
 Name:  php-pear-%{pearname}
 Version:   1.4.5
-Release:   2
+Release:   3
 License:   BSD
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-XML_Util.git/commitdiff/f19c9f8ff50f733604f954d04993208c2579dc60

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


[packages/php-pear-Structures_Graph] Release 2 (by relup.sh)

2024-06-20 Thread baggins
commit 224523f41b0bdbc82870d26b0be5531ac096f7e2
Author: Jan Rękorajski 
Date:   Thu Jun 20 20:54:39 2024 +0200

Release 2 (by relup.sh)

 php-pear-Structures_Graph.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-pear-Structures_Graph.spec b/php-pear-Structures_Graph.spec
index c176b6f..c445bdb 100644
--- a/php-pear-Structures_Graph.spec
+++ b/php-pear-Structures_Graph.spec
@@ -8,7 +8,7 @@ Summary:%{pearname} - graph datastructure manipulation 
library
 Summary(pl.UTF-8): %{pearname} - biblioteka do obróbki struktur danych 
grafów
 Name:  php-pear-%{pearname}
 Version:   1.2.0
-Release:   1
+Release:   2
 License:   LGPL v3+
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Structures_Graph.git/commitdiff/224523f41b0bdbc82870d26b0be5531ac096f7e2

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


[packages/php-pear-Console_Getopt] Release 3 (by relup.sh)

2024-06-20 Thread baggins
commit 82b2d681d7ddf2a780da2d18f02a479726db7d39
Author: Jan Rękorajski 
Date:   Thu Jun 20 20:54:13 2024 +0200

Release 3 (by relup.sh)

 php-pear-Console_Getopt.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-pear-Console_Getopt.spec b/php-pear-Console_Getopt.spec
index be8a16d..8f8ea53 100644
--- a/php-pear-Console_Getopt.spec
+++ b/php-pear-Console_Getopt.spec
@@ -8,7 +8,7 @@ Summary:%{pearname} - Command-line option parser
 Summary(pl.UTF-8): %{pearname} - Parser opcji linii poleceń
 Name:  php-pear-%{pearname}
 Version:   1.4.3
-Release:   2
+Release:   3
 License:   PHP 2.02
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Console_Getopt.git/commitdiff/82b2d681d7ddf2a780da2d18f02a479726db7d39

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


[packages/php-pear-Archive_Tar] Release 2 (by relup.sh)

2024-06-20 Thread baggins
commit e616f90ca9dc4fea5670f1d7f4dca1a9d7319802
Author: Jan Rękorajski 
Date:   Thu Jun 20 20:53:54 2024 +0200

Release 2 (by relup.sh)

 php-pear-Archive_Tar.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-pear-Archive_Tar.spec b/php-pear-Archive_Tar.spec
index 3acbdbc..31705c7 100644
--- a/php-pear-Archive_Tar.spec
+++ b/php-pear-Archive_Tar.spec
@@ -8,7 +8,7 @@ Summary:%{pearname} - Tar file management class
 Summary(pl.UTF-8): %{pearname} - klasa do zarządzania plikami Tar
 Name:  php-pear-%{pearname}
 Version:   1.5.0
-Release:   1
+Release:   2
 License:   New BSD
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Archive_Tar.git/commitdiff/e616f90ca9dc4fea5670f1d7f4dca1a9d7319802

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


[packages/php-pear-PEAR] Release 3 (by relup.sh)

2024-06-20 Thread baggins
commit ab19033400a60048e75417efb84f471c7656a865
Author: Jan Rękorajski 
Date:   Thu Jun 20 20:49:59 2024 +0200

Release 3 (by relup.sh)

 php-pear-PEAR.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-pear-PEAR.spec b/php-pear-PEAR.spec
index db0c185..2822f9d 100644
--- a/php-pear-PEAR.spec
+++ b/php-pear-PEAR.spec
@@ -12,7 +12,7 @@ Summary:  PEAR Base System
 Summary(pl.UTF-8): Podstawowy system PEAR
 Name:  php-pear-%{_pearname}
 Version:   1.10.15
-Release:   2
+Release:   3
 Epoch: 1
 License:   New BSD License
 Group: Development/Languages/PHP


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-PEAR.git/commitdiff/ab19033400a60048e75417efb84f471c7656a865

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


[packages/php-pear-PEAR] Release 2 (by relup.sh)

2024-06-20 Thread baggins
commit 09e6831c7346d57d8aa0d885ce8477d57da208f9
Author: Jan Rękorajski 
Date:   Thu Jun 20 20:25:25 2024 +0200

Release 2 (by relup.sh)

 php-pear-PEAR.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-pear-PEAR.spec b/php-pear-PEAR.spec
index 12f44e9..db0c185 100644
--- a/php-pear-PEAR.spec
+++ b/php-pear-PEAR.spec
@@ -12,7 +12,7 @@ Summary:  PEAR Base System
 Summary(pl.UTF-8): Podstawowy system PEAR
 Name:  php-pear-%{_pearname}
 Version:   1.10.15
-Release:   1
+Release:   2
 Epoch: 1
 License:   New BSD License
 Group: Development/Languages/PHP


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-PEAR.git/commitdiff/09e6831c7346d57d8aa0d885ce8477d57da208f9

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


[packages/rpm-pld-macros] - rel 2, don't generate pear req deps here

2024-06-16 Thread baggins
commit 7569c5964c99b019bd41cab505fc743536ec85a1
Author: Jan Rękorajski 
Date:   Sun Jun 16 13:10:42 2024 +0200

- rel 2, don't generate pear req deps here

 rpm-pld-macros.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rpm-pld-macros.spec b/rpm-pld-macros.spec
index fd82208..c73da97 100644
--- a/rpm-pld-macros.spec
+++ b/rpm-pld-macros.spec
@@ -6,7 +6,7 @@ Summary:PLD Linux RPM macros
 Summary(pl.UTF-8): Makra RPM dla Linuksa PLD
 Name:  rpm-pld-macros
 Version:   %{rpm_macros_rev}
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: Development/Building
 Source0:   macros.pld
@@ -72,6 +72,9 @@ BuildRoot:%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # redefine to bootstrap
 %define_usrlibrpm %{_prefix}/lib/rpm
 
+# don't generate pear reqs for optional deps
+%define_noautoreq_pear .*
+
 %description
 This package contains rpm macros for PLD Linux.
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-pld-macros.git/commitdiff/7569c5964c99b019bd41cab505fc743536ec85a1

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


[packages/rpm-pld-macros] - 2.033, re-enable php pear dependency generators

2024-06-16 Thread baggins
commit b92a880e7dec43d044147e7a504c8fd14757b6fb
Author: Jan Rękorajski 
Date:   Sun Jun 16 10:59:03 2024 +0200

- 2.033, re-enable php pear dependency generators

 attr.php| 4 ++--
 rpm-pld-macros.spec | 6 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/rpm-pld-macros.spec b/rpm-pld-macros.spec
index e82240b..138c6e9 100644
--- a/rpm-pld-macros.spec
+++ b/rpm-pld-macros.spec
@@ -1,4 +1,4 @@
-%definerpm_macros_rev  2.032
+%definerpm_macros_rev  2.033
 %definefind_lang_rev   1.42
 # split into individual X_prov_ver if there is a reason to desync
 %defineprov_ver4.15
@@ -153,8 +153,12 @@ RPM.
 Summary:   Additional utilities for checking PHP PEAR provides/requires in 
RPM packages
 Summary(pl.UTF-8): Dodatkowe narzędzia do sprawdzania zależności skryptów 
php w RPM
 Group: Applications/File
+# The scripts are in perl
+Requires:  perl-base
 Requires:  %{name}-build = %{version}-%{release}
 Requires:  sed >= 4.0
+# Alternate req script in PHP
+Suggests:  /usr/bin/php
 Suggests:  php-pear-PHP_CompatInfo
 Provides:  rpm-php-pearprov = %{prov_ver}
 Obsoletes: rpm-php-pearprov
diff --git a/attr.php b/attr.php
index a59d7f6..4f430e5 100644
--- a/attr.php
+++ b/attr.php
@@ -1,5 +1,5 @@
-#__php_provides%{_rpmconfigdir}/php.prov
+%__php_provides%{_rpmconfigdir}/php.prov
 # define 'php_req_new' in ~/.rpmmacros to use php version of req finder
-#__php_requiresenv PHP_MIN_VERSION=%{?php_min_version} 
%{_rpmconfigdir}/php.req%{?php_req_new:.php}
+%__php_requiresenv PHP_MIN_VERSION=%{?php_min_version} 
%{_rpmconfigdir}/php.req%{?php_req_new:.php}
 %__php_magic   ^PHP script.*
 %__php_path\\.php$


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-pld-macros.git/commitdiff/b92a880e7dec43d044147e7a504c8fd14757b6fb

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


[packages/php-pear-PEAR] - BR php-zlib for tgz extraction

2024-06-16 Thread baggins
commit 4c447331c070f99d08b324d49f88857b78477211
Author: Jan Rękorajski 
Date:   Sun Jun 16 10:40:43 2024 +0200

- BR php-zlib for tgz extraction

 php-pear-PEAR.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/php-pear-PEAR.spec b/php-pear-PEAR.spec
index fa9122c..12f44e9 100644
--- a/php-pear-PEAR.spec
+++ b/php-pear-PEAR.spec
@@ -30,6 +30,7 @@ Patch2:   %{name}-FHS.patch
 URL:   https://pear.php.net/package/PEAR
 BuildRequires: %{php_name}-pcre
 BuildRequires: %{php_name}-xml
+BuildRequires: %{php_name}-zlib
 BuildRequires: /usr/bin/php
 BuildRequires: rpm-php-pearprov >= 4.4.2-30.1
 BuildRequires: rpmbuild(macros) >= 1.654


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-PEAR.git/commitdiff/4c447331c070f99d08b324d49f88857b78477211

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


DISTFILES: asymptote: asymptote-2.89.src.tgz

2024-06-15 Thread baggins
Request by: baggins


Files fetched: 1

STORED: http://downloads.sourceforge.net/asymptote/asymptote-2.89.src.tgz
905c100fc40b4af24ebf7398b8cce2b7  asymptote-2.89.src.tgz
Size: 15133552 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/asymptote] - up to 2.89

2024-06-15 Thread baggins
commit 81a73f8bd11c3675a9edfbc05474a9b2659c1148
Author: Jan Rękorajski 
Date:   Sat Jun 15 23:29:30 2024 +0200

- up to 2.89

disable offscreen because osmesa build is broken
disable docs, they need media9.sty no package is prividing

 asymptote-info.patch |  2 +-
 asymptote.spec   | 14 --
 2 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/asymptote.spec b/asymptote.spec
index 5444d5a..30a09ae 100644
--- a/asymptote.spec
+++ b/asymptote.spec
@@ -1,19 +1,19 @@
 #
 # Conditional build:
-%bcond_without doc # API documentation
+%bcond_withdoc # API documentation
 %bcond_without oiio# OpenImageIO support
 #
 Summary:   Asymptote is a powerful descriptive vector graphics language 
for technical drawing
 Summary(hu.UTF-8): Asymptote egy leíró vektorgrafikus nyelv technikai 
rajzokhoz
 Summary(pl.UTF-8): Język opisu grafiki wektorowej do rysunków technicznych
 Name:  asymptote
-Version:   2.70
+Version:   2.89
 Release:   1
 # uses GPL libraries (gsl, readline), so final license is GPL
 License:   GPL v3+ (LGPL v3+ code)
 Group: Applications/Science
 Source0:   
http://downloads.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
-# Source0-md5: b57e685568a7cca69024a86c7276eb6d
+# Source0-md5: 905c100fc40b4af24ebf7398b8cce2b7
 Patch0:%{name}-memrchr.patch
 Patch1:%{name}-info.patch
 Patch2:%{name}-no-env.patch
@@ -177,14 +177,16 @@ Plik składni Vima dla plików asy.
 %patch2 -p1
 %patch3 -p1
 
-# use direct shebang
-%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' GUI/xasy.py
 # actually not executable, contain bogus shebang
 %{__sed} -i -e '1d' GUI/configs/*.py \

GUI/{CustMatTransform,DebugFlags,GuidesManager,InplaceAddObj,PrimitiveShape,SetCustomAnchor,Widg_*,Window1,__init__,labelEditor,xasy?*}.py
 # only some examples to execute
 %{__sed} -i -e '1d' GUI/UndoRedoStack.py base/asymptote.py
 
+%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+python3(\s|$),#!%{__python3}\1,' \
+  GUI/ContextWindow.py \
+  GUI/xasy.py
+
 %build
 %{__autoconf}
 %{__autoheader}
@@ -192,7 +194,7 @@ Plik składni Vima dla plików asy.
 %configure \
%{?with_oiio:--enable-openimageio} \
--enable-gc=system \
-   --enable-offscreen \
+   --disable-offscreen \
--with-docdir=%{_docdir}/%{name}-doc
 
 %if %{with doc}
diff --git a/asymptote-info.patch b/asymptote-info.patch
index a85532f..98804ad 100644
--- a/asymptote-info.patch
+++ b/asymptote-info.patch
@@ -3,7 +3,7 @@
 @@ -21,9 +21,9 @@
  @end quotation
  @end copying
-  
+ 
 -@dircategory Languages
 +@dircategory Graphics Utilities:
  @direntry


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/asymptote.git/commitdiff/81a73f8bd11c3675a9edfbc05474a9b2659c1148

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


[packages/openssh] Release 5 (by relup.sh)

2024-06-12 Thread baggins
commit d5865656f26fed153a86ff69b68949a1d6415119
Author: Jan Rękorajski 
Date:   Thu Jun 13 00:21:04 2024 +0200

Release 5 (by relup.sh)

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


 gitweb:

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

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


[packages/perl-PDL] Release 3 (by relup.sh)

2024-06-11 Thread baggins
commit 143dcbe9e85d8cc3e0c32f49d903b54ae9a9c676
Author: Jan Rękorajski 
Date:   Tue Jun 11 10:06:29 2024 +0200

Release 3 (by relup.sh)

 perl-PDL.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/perl-PDL.spec b/perl-PDL.spec
index 5361af2..fc510d8 100644
--- a/perl-PDL.spec
+++ b/perl-PDL.spec
@@ -10,7 +10,7 @@ Summary(pl.UTF-8):perlDL - wydajne obliczenia numeryczne 
w Perlu
 Summary(pt_BR.UTF-8):  Módulo PDL para perl
 Name:  perl-PDL
 Version:   2.029
-Release:   2
+Release:   3
 Epoch: 1
 # same as perl
 License:   GPL v1+ or Artistic


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-PDL.git/commitdiff/143dcbe9e85d8cc3e0c32f49d903b54ae9a9c676

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


[packages/ka5-step] Release 3 (by relup.sh)

2024-06-11 Thread baggins
commit 6b03228a3835dfb0c59eb008324e2efab76f91a0
Author: Jan Rękorajski 
Date:   Tue Jun 11 10:06:12 2024 +0200

Release 3 (by relup.sh)

 ka5-step.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ka5-step.spec b/ka5-step.spec
index 9d8e98f..672cb6e 100644
--- a/ka5-step.spec
+++ b/ka5-step.spec
@@ -8,7 +8,7 @@
 Summary:   step
 Name:  ka5-%{kaname}
 Version:   23.08.5
-Release:   2
+Release:   3
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-step.git/commitdiff/6b03228a3835dfb0c59eb008324e2efab76f91a0

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


[packages/test] - test new refs

2024-06-10 Thread baggins
commit 371e63a00e5c0779cacd7584ab53e6a0b32a8b4f
Author: Jan Rękorajski 
Date:   Mon Jun 10 23:02:31 2024 +0200

- test new refs

 test.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/test.spec b/test.spec
index 2c55129..ab50623 100644
--- a/test.spec
+++ b/test.spec
@@ -32,3 +32,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 /a
+/b


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/test.git/commitdiff/371e63a00e5c0779cacd7584ab53e6a0b32a8b4f

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


[packages/ocaml-libvirt] Release 2 (by relup.sh)

2024-06-01 Thread baggins
commit 91b917aebdf1bd71c7f208e44b4cce483eaba5a5
Author: Jan Rękorajski 
Date:   Sat Jun 1 11:00:16 2024 +0200

Release 2 (by relup.sh)

 ocaml-libvirt.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec
index 8e12b9b..8b6990b 100644
--- a/ocaml-libvirt.spec
+++ b/ocaml-libvirt.spec
@@ -11,7 +11,7 @@ Summary:  libvirt binding for OCaml
 Summary(pl.UTF-8): Wiązania libvirt dla OCamla
 Name:  ocaml-libvirt
 Version:   0.6.1.7
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: Libraries
 Source0:   https://download.libvirt.org/ocaml/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocaml-libvirt.git/commitdiff/91b917aebdf1bd71c7f208e44b4cce483eaba5a5

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


[packages/ocaml-libvirt] - fix bcond

2024-06-01 Thread baggins
commit 64c6f7d971f1478e92d0cac43f64e4e4007725ac
Author: Jan Rękorajski 
Date:   Sat Jun 1 10:58:56 2024 +0200

- fix bcond

 ocaml-libvirt.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec
index 3d526c2..8e12b9b 100644
--- a/ocaml-libvirt.spec
+++ b/ocaml-libvirt.spec
@@ -70,7 +70,7 @@ biblioteki.
 %{__automake}
 %{__autoconf}
 %configure \
-   %{?without_ocaml_opt:ac_cv_prog_OCAMLOPT=no}
+   %{!?with_ocaml_opt:ac_cv_prog_OCAMLOPT=no}
 
 %{__make}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocaml-libvirt.git/commitdiff/64c6f7d971f1478e92d0cac43f64e4e4007725ac

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


[packages/ocaml-libvirt] - really disable opt

2024-06-01 Thread baggins
commit 3fd8e25935f8b6c1c1e735109ab1dac63d99af8a
Author: Jan Rękorajski 
Date:   Sat Jun 1 10:55:48 2024 +0200

- really disable opt

 noopt.patch| 28 
 ocaml-libvirt.spec |  7 ++-
 2 files changed, 34 insertions(+), 1 deletion(-)
---
diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec
index 600b3d0..3d526c2 100644
--- a/ocaml-libvirt.spec
+++ b/ocaml-libvirt.spec
@@ -16,6 +16,7 @@ License:  LGPL v2+
 Group: Libraries
 Source0:   https://download.libvirt.org/ocaml/%{name}-%{version}.tar.gz
 # Source0-md5: 6fb9d519c44d63513723a728c2ef5f40
+Patch0:noopt.patch
 URL:   https://libvirt.org/ocaml/
 BuildRequires: libvirt-devel >= 1.2.8
 BuildRequires: ocaml >= 3.04-7
@@ -63,9 +64,13 @@ biblioteki.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%configure
+%{__automake}
+%{__autoconf}
+%configure \
+   %{?without_ocaml_opt:ac_cv_prog_OCAMLOPT=no}
 
 %{__make}
 
diff --git a/noopt.patch b/noopt.patch
new file mode 100644
index 000..5b86ad4
--- /dev/null
+++ b/noopt.patch
@@ -0,0 +1,28 @@
+--- ocaml-libvirt-0.6.1.7/libvirt/Makefile.am~ 2023-02-13 17:59:10.0 
+0100
 ocaml-libvirt-0.6.1.7/libvirt/Makefile.am  2024-06-01 10:45:00.210786314 
+0200
+@@ -59,9 +59,13 @@
+ COBJS := libvirt.cmo libvirt_version.cmo
+ OPTOBJS := libvirt.cmx libvirt_version.cmx
+ 
++if HAVE_OCAMLOPT
++opt_link=-ldopt
++endif
++
+ mllibvirt.cma: $(COBJS)
+   $(OCAMLMKLIB) -o mllibvirt \
+-  -ldopt '$(LDFLAGS)' \
++  $(opt_link) '$(LDFLAGS)' \
+   $(libvirtocaml_a_OBJECTS) $(COBJS) \
+   $(LIBVIRT_LIBS)
+ 
+--- ocaml-libvirt-0.6.1.7/configure.ac~2023-02-13 18:08:57.0 
+0100
 ocaml-libvirt-0.6.1.7/configure.ac 2024-06-01 10:53:34.638277135 +0200
+@@ -66,7 +66,7 @@
+ fi
+ 
+ dnl Optional programs.
+-AM_CONDITIONAL([HAVE_OCAMLOPT], [test "x$OCAMLOPT" != "x"])
++AM_CONDITIONAL([HAVE_OCAMLOPT], [test "x$ac_cv_prog_OCAMLOPT" != "xno"])
+ AM_CONDITIONAL([HAVE_OCAMLDOC], [test "x$OCAMLDOC" != "x"])
+ 
+ dnl Summary.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocaml-libvirt.git/commitdiff/3fd8e25935f8b6c1c1e735109ab1dac63d99af8a

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

2024-05-30 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.9.tar.xz
b9828ed78dae306e3d90643cd5cdb8f1  linux-6.9.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.9.3.xz
00513bf30f55c18a0f445cf8654b68cd  patch-6.9.3.xz
Size: 154392 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/kernel] - 6.9.3

2024-05-30 Thread baggins
commit 5f3cb2a4a873375a39d4a8cb2b7f9feb6306636c
Author: Jan Rękorajski 
Date:   Fri May 31 01:26:52 2024 +0200

- 6.9.3

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 242019db..b1cf8ff5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -53,7 +53,7 @@
 
 %definerel 1
 %definebasever 6.9
-%definepostver .2
+%definepostver .3
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   %{nil}
@@ -107,7 +107,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: b9828ed78dae306e3d90643cd5cdb8f1
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  9c21095cea0e2c56b273d296c4718cb7
+# Patch0-md5:  00513bf30f55c18a0f445cf8654b68cd
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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-4.19.tar.xz patch-4.19.315.xz

2024-05-27 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/4.19/linux-4.19.tar.xz
740a90cf810c2105df8ee12e5d0bb900  linux-4.19.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.315.xz
64849e36988ded4fb25f27fa313e4757  patch-4.19.315.xz
Size: 6021476 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/kernel/LINUX_4_19] - 4.19.315

2024-05-27 Thread baggins
commit 59d4b3a5c2726d5613c13310cfa50d08209d3947
Author: Jan Rękorajski 
Date:   Tue May 28 00:18:00 2024 +0200

- 4.19.315

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index f0b96939..fbabac1a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -70,7 +70,7 @@
 
 %definerel 1
 %definebasever 4.19
-%definepostver .314
+%definepostver .315
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -126,7 +126,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/4.19/linux-%{basever}.ta
 # Source0-md5: 740a90cf810c2105df8ee12e5d0bb900
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5:  c436fad76118836ac8b914cedb38
+# Patch0-md5:  64849e36988ded4fb25f27fa313e4757
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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-5.4.tar.xz patch-5.4.277.xz

2024-05-27 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz
ce9b2d974d27408a61c53a30d3f98fb9  linux-5.4.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.4.277.xz
91317924acf0b53e3647503fdff8625e  patch-5.4.277.xz
Size: 5556868 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/kernel/LINUX_5_4] - 5.4.277

2024-05-27 Thread baggins
commit 0081cdfb92910d9d81bbc745c73f4ebca70a30cb
Author: Jan Rękorajski 
Date:   Tue May 28 00:16:53 2024 +0200

- 5.4.277

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 87aeb21b..90010ebf 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -69,7 +69,7 @@
 
 %definerel 1
 %definebasever 5.4
-%definepostver .276
+%definepostver .277
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -123,7 +123,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: ce9b2d974d27408a61c53a30d3f98fb9
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  91edc36a0858eb8b7616be2453369035
+# Patch0-md5:  91317924acf0b53e3647503fdff8625e
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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-5.10.tar.xz patch-5.10.218.xz

2024-05-27 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
753adc474bf799d569dec4f165ed92c3  linux-5.10.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.218.xz
f54dcecac10e0cced9d86869bb0daed3  patch-5.10.218.xz
Size: 5792520 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/kernel/LINUX_5_10] - 5.10.218

2024-05-27 Thread baggins
commit 4b985c3fa563df26a135dd8f28b584bc54545fd1
Author: Jan Rękorajski 
Date:   Tue May 28 00:15:57 2024 +0200

- 5.10.218

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 7a8c2ac1..9e7c908c 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -73,7 +73,7 @@
 
 %definerel 1
 %definebasever 5.10
-%definepostver .217
+%definepostver .218
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -127,7 +127,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 753adc474bf799d569dec4f165ed92c3
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  ddc8deeb8cbcb09d91986cf40545de52
+# Patch0-md5:  f54dcecac10e0cced9d86869bb0daed3
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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-5.15.tar.xz patch-5.15.160.xz

2024-05-27 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
071d49ff4e020d58c04f9f3f76d3b594  linux-5.15.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.15.160.xz
93b010316e514b0ccb19ee4fced79c6b  patch-5.15.160.xz
Size: 5835156 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/kernel/LINUX_5_15] - 5.15.160

2024-05-27 Thread baggins
commit 662bcea13ff95c13e365f7b736e6c639b0d27245
Author: Jan Rękorajski 
Date:   Tue May 28 00:15:00 2024 +0200

- 5.15.160

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 4ca32bd3..55617f62 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,7 @@
 
 %definerel 1
 %definebasever 5.15
-%definepostver .159
+%definepostver .160
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -121,7 +121,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 071d49ff4e020d58c04f9f3f76d3b594
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  c13361e6d915734ba17f471dbe51a1a5
+# Patch0-md5:  93b010316e514b0ccb19ee4fced79c6b
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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-6.1.tar.xz patch-6.1.92.xz

2024-05-27 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz
475320de08f16c9fa486fc4edfe98b30  linux-6.1.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.1.92.xz
425ab5dfa523434847911463111ca168  patch-6.1.92.xz
Size: 4601284 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/kernel/LINUX_6_1] - 6.1.92

2024-05-27 Thread baggins
commit ae167683069a3e9bfb7f3551acaffb4fc8adc276
Author: Jan Rękorajski 
Date:   Tue May 28 00:13:30 2024 +0200

- 6.1.92

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 12a145d1..64be1396 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,7 @@
 
 %definerel 1
 %definebasever 6.1
-%definepostver .91
+%definepostver .92
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -121,7 +121,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: 475320de08f16c9fa486fc4edfe98b30
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  4bc98690bbdd6529ae6e7de089547df6
+# Patch0-md5:  425ab5dfa523434847911463111ca168
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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-6.6.tar.xz patch-6.6.32.xz

2024-05-27 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz
452098d80ba925af3a4ab35998f3aef5  linux-6.6.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.6.32.xz
40019610b723d767885e47b124940e3b  patch-6.6.32.xz
Size: 1986548 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/kernel/LINUX_6_6] - 6.6.32

2024-05-27 Thread baggins
commit a1fe45635410ff4988bda62060f0964fbd174000
Author: Jan Rękorajski 
Date:   Tue May 28 00:12:35 2024 +0200

- 6.6.32

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index f6d97649..ae244955 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -61,7 +61,7 @@
 
 %definerel 1
 %definebasever 6.6
-%definepostver .31
+%definepostver .32
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -115,7 +115,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: 452098d80ba925af3a4ab35998f3aef5
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  b0130fac0428a7eecab82dfca22c1452
+# Patch0-md5:  40019610b723d767885e47b124940e3b
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

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

2024-05-27 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.9.tar.xz
b9828ed78dae306e3d90643cd5cdb8f1  linux-6.9.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.9.2.xz
9c21095cea0e2c56b273d296c4718cb7  patch-6.9.2.xz
Size: 16184 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/kernel] - 6.9.2

2024-05-27 Thread baggins
commit 9af0fd1ad85047f29ea9c57df2b57df4caf2bd37
Author: Jan Rękorajski 
Date:   Tue May 28 00:11:32 2024 +0200

- 6.9.2

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 6caa1480..242019db 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -53,7 +53,7 @@
 
 %definerel 1
 %definebasever 6.9
-%definepostver .1
+%definepostver .2
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   %{nil}
@@ -107,7 +107,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: b9828ed78dae306e3d90643cd5cdb8f1
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  fe8d59cd4ec0adf30396a7d040007f6a
+# Patch0-md5:  9c21095cea0e2c56b273d296c4718cb7
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

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


DISTFILES: rtl8812au: rtl8812au-5.13.6.20240527.tar.xz

2024-05-27 Thread baggins
Request by: baggins


Files fetched: 1

STORED: no-url://rtl8812au-5.13.6.20240527.tar.xz
a4986d1bd51a7447dc240eb4eefaad27  rtl8812au-5.13.6.20240527.tar.xz
Size: 3312388 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/rtl8812au] - rebase on fresh git repo

2024-05-27 Thread baggins
commit 2dc0cae41554c51533e37dca098a1c7da0cdad8e
Author: Jan Rękorajski 
Date:   Mon May 27 23:50:52 2024 +0200

- rebase on fresh git repo

 kernel-strcpy.patch | 33 -
 rtl8812au.spec  | 14 +++---
 2 files changed, 7 insertions(+), 40 deletions(-)
---
diff --git a/rtl8812au.spec b/rtl8812au.spec
index 64d8add..63bcff2 100644
--- a/rtl8812au.spec
+++ b/rtl8812au.spec
@@ -6,8 +6,8 @@
 %define_enable_debug_packages  0
 
 %definerel 1
-%definebasever 20210629
-%definesnap20240317
+%definebasever 20210820
+%definesnap20240527
 %definepname   rtl8812au
 Summary:   Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter
 Name:  %{pname}%{_alt_kernel}
@@ -16,10 +16,11 @@ Epoch:  2
 Release:   %{rel}%{?_pld_builder:@%{_kernel_ver_str}}
 License:   GPL
 Group: Base/Kernel
-Source0:   
https://github.com/morrownr/8812au-%{basever}/archive/main/%{pname}-%{version}.tar.gz
-# Source0-md5: deb0f6c9ca3f28ecd8b8f7a1ae2cf1dc
+# Source0: 
https://github.com/morrownr/8812au-%{basever}/archive/main/%{pname}-%{version}.tar.gz
+# git repo without huge blobs with Android SDKs under docs/
+Source0:   %{pname}-%{version}.tar.xz
+# Source0-md5: a4986d1bd51a7447dc240eb4eefaad27
 Patch0:no-arch-override.patch
-Patch1:kernel-strcpy.patch
 # good luck finding this chip on Realtek website :/
 #URL:  http://www.realtek.com.tw/
 URL:   https://github.com/morrownr/8812au
@@ -63,9 +64,8 @@ Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter\
 %{expand:%create_kernel_packages}
 
 %prep
-%setup -q -n 8812au-%{basever}-main
+%setup -q -n 8812au-%{basever}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{expand:%build_kernel_packages}
diff --git a/kernel-strcpy.patch b/kernel-strcpy.patch
deleted file mode 100644
index f94cbe7..000
--- a/kernel-strcpy.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -ur 8812au-20210629-main/os_dep/linux/os_intfs.c 
8812au-20210629-main.strcpy/os_dep/linux/os_intfs.c
 8812au-20210629-main/os_dep/linux/os_intfs.c   2023-12-22 
22:32:11.0 +0100
-+++ 8812au-20210629-main.strcpy/os_dep/linux/os_intfs.c2024-03-17 
00:17:00.481064694 +0100
-@@ -2056,13 +2056,13 @@
- 
-   wdev = dev->ieee80211_ptr;
-   if (wdev) {
--  strlcpy(info->driver, wiphy_dev(wdev->wiphy)->driver->name,
-+  strscpy(info->driver, wiphy_dev(wdev->wiphy)->driver->name,
-   sizeof(info->driver));
-   } else {
--  strlcpy(info->driver, "N/A", sizeof(info->driver));
-+  strscpy(info->driver, "N/A", sizeof(info->driver));
-   }
- 
--  strlcpy(info->version, DRIVERVERSION, sizeof(info->version));
-+  strscpy(info->version, DRIVERVERSION, sizeof(info->version));
- 
-   padapter = (_adapter *)rtw_netdev_priv(dev);
-   if (padapter) {
-@@ -2073,10 +2073,10 @@
-   scnprintf(info->fw_version, sizeof(info->fw_version), "%d.%d",
- hal_data->firmware_version, 
hal_data->firmware_sub_version);
-   } else {
--  strlcpy(info->fw_version, "N/A", sizeof(info->fw_version));
-+  strscpy(info->fw_version, "N/A", sizeof(info->fw_version));
-   }
- 
--  strlcpy(info->bus_info, dev_name(wiphy_dev(wdev->wiphy)),
-+  strscpy(info->bus_info, dev_name(wiphy_dev(wdev->wiphy)),
-   sizeof(info->bus_info));
- }
- 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rtl8812au.git/commitdiff/2dc0cae41554c51533e37dca098a1c7da0cdad8e

___
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-4.19.tar.xz patch-4.19.314.xz

2024-05-24 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/4.19/linux-4.19.tar.xz
740a90cf810c2105df8ee12e5d0bb900  linux-4.19.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.314.xz
c436fad76118836ac8b914cedb38  patch-4.19.314.xz
Size: 6010880 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/kernel/LINUX_4_19] - 4.19.314

2024-05-24 Thread baggins
commit 3fa4d9a5ee15dcbbc9dd73a8b16bbb0bde8fc36a
Author: Jan Rękorajski 
Date:   Fri May 24 23:17:32 2024 +0200

- 4.19.314

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 264412d4..f0b96939 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -70,7 +70,7 @@
 
 %definerel 1
 %definebasever 4.19
-%definepostver .312
+%definepostver .314
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -126,7 +126,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/4.19/linux-%{basever}.ta
 # Source0-md5: 740a90cf810c2105df8ee12e5d0bb900
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5:  598823e82e4bf5e9f8ef0593b08aa97e
+# Patch0-md5:  c436fad76118836ac8b914cedb38
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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-5.4.tar.xz patch-5.4.276.xz

2024-05-24 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz
ce9b2d974d27408a61c53a30d3f98fb9  linux-5.4.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.4.276.xz
91edc36a0858eb8b7616be2453369035  patch-5.4.276.xz
Size: 5554080 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/kernel/LINUX_5_4] - 5.4.276

2024-05-24 Thread baggins
commit ea347a97343604207b2342328cee8ed3dc5c9e8f
Author: Jan Rękorajski 
Date:   Fri May 24 23:13:02 2024 +0200

- 5.4.276

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index b93997d6..87aeb21b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -69,7 +69,7 @@
 
 %definerel 1
 %definebasever 5.4
-%definepostver .274
+%definepostver .276
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -123,7 +123,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: ce9b2d974d27408a61c53a30d3f98fb9
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  195b1b2c546ef7e1201bb487b1f209d5
+# Patch0-md5:  91edc36a0858eb8b7616be2453369035
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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-5.10.tar.xz patch-5.10.217.xz

2024-05-24 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
753adc474bf799d569dec4f165ed92c3  linux-5.10.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.217.xz
ddc8deeb8cbcb09d91986cf40545de52  patch-5.10.217.xz
Size: 5788928 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/kernel/LINUX_5_10] - 5.10.217

2024-05-24 Thread baggins
commit d7a262697255c675affdfb2e9befa91c0dc226fa
Author: Jan Rękorajski 
Date:   Fri May 24 23:10:10 2024 +0200

- 5.10.217

 kernel-x86.config | 1 +
 kernel.spec   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 0d522dbf..7a8c2ac1 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -73,7 +73,7 @@
 
 %definerel 1
 %definebasever 5.10
-%definepostver .215
+%definepostver .217
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -127,7 +127,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 753adc474bf799d569dec4f165ed92c3
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  44d54019eda6964e81677b1b4fd72b7c
+# Patch0-md5:  ddc8deeb8cbcb09d91986cf40545de52
 %endif
 Source1:   kernel.sysconfig
 
diff --git a/kernel-x86.config b/kernel-x86.config
index 9f7cff6f..b9ba682f 100644
--- a/kernel-x86.config
+++ b/kernel-x86.config
@@ -107,6 +107,7 @@ LEGACY_VSYSCALL_XONLY all=y
 LEGACY_VSYSCALL_NONE all=n
 CMDLINE_BOOL x86=n
 #- file kernel/livepatch/Kconfig goes here
+CPU_MITIGATIONS all=y
 SPECULATION_MITIGATIONS x86=y
 PAGE_TABLE_ISOLATION all=y
 RETPOLINE x86=y


 gitweb:

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

___
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-5.15.tar.xz patch-5.15.159.xz

2024-05-24 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
071d49ff4e020d58c04f9f3f76d3b594  linux-5.15.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.15.159.xz
c13361e6d915734ba17f471dbe51a1a5  patch-5.15.159.xz
Size: 5830244 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/kernel/LINUX_5_15] - 5.15.159

2024-05-24 Thread baggins
commit 107078d40e6fb19d356e8790f405f393e2e719e5
Author: Jan Rękorajski 
Date:   Fri May 24 23:04:18 2024 +0200

- 5.15.159

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 93fedb1f..4ca32bd3 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,7 @@
 
 %definerel 1
 %definebasever 5.15
-%definepostver .158
+%definepostver .159
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -121,7 +121,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 071d49ff4e020d58c04f9f3f76d3b594
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  5b1dcbfc05b72def1f1658a27ad696e4
+# Patch0-md5:  c13361e6d915734ba17f471dbe51a1a5
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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-6.6.tar.xz patch-6.6.31.xz

2024-05-24 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz
452098d80ba925af3a4ab35998f3aef5  linux-6.6.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.6.31.xz
b0130fac0428a7eecab82dfca22c1452  patch-6.6.31.xz
Size: 1942556 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/kernel/LINUX_6_6] - 6.6.31

2024-05-24 Thread baggins
commit bf29ef81e344f4d40ca613c389fb059017e8a902
Author: Jan Rękorajski 
Date:   Fri May 24 23:01:47 2024 +0200

- 6.6.31

 kernel-multiarch.config | 1 +
 kernel.spec | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index a5dcb655..f6d97649 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -61,7 +61,7 @@
 
 %definerel 1
 %definebasever 6.6
-%definepostver .30
+%definepostver .31
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -115,7 +115,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: 452098d80ba925af3a4ab35998f3aef5
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  6b647f5c319eb30931edfe7235e336ba
+# Patch0-md5:  b0130fac0428a7eecab82dfca22c1452
 %endif
 Source1:   kernel.sysconfig
 
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index eb63461c..b71627b6 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -2264,6 +2264,7 @@ DRM_PANEL_ABT_Y030XX067A arm=m arm64=m
 DRM_PANEL_ARM_VERSATILE arm=m arm64=m
 DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 arm=m arm64=m
 DRM_PANEL_AUO_A030JTN01 all=m
+DRM_PANEL_ILITEK_ILI9341 all=m
 DRM_PANEL_BOE_BF060Y8M_AJ0 arm=m arm64=m
 DRM_PANEL_BOE_HIMAX8279D arm=m arm64=m
 DRM_PANEL_BOE_TV101WUM_NL6 arm=m arm64=m


 gitweb:

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

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


[packages/kernel] - 6.9,1

2024-05-24 Thread baggins
commit 3296f5b90484089bf315f7f79eeed02440e73d81
Author: Jan Rękorajski 
Date:   Fri May 24 22:58:08 2024 +0200

- 6.9,1

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 8e2d23e1..6caa1480 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -53,7 +53,7 @@
 
 %definerel 1
 %definebasever 6.9
-%definepostver .0
+%definepostver .1
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   %{nil}
@@ -107,7 +107,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: b9828ed78dae306e3d90643cd5cdb8f1
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  dc5d54c8f0e01412d18a520ff3f95a06
+# Patch0-md5:  fe8d59cd4ec0adf30396a7d040007f6a
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

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


[packages/VirtualBox] Deleted branch fetchsrc

2024-05-24 Thread baggins
The branch 'fetchsrc' was deleted at 9b23ebed61fbf83a575a044b4b8d0c948c5e1507.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: VirtualBox: VirtualBox-7.0.18.tar.bz2 VBoxGuestAdditions_7.0.18.iso

2024-05-24 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
https://download.virtualbox.org/virtualbox/7.0.18/VirtualBox-7.0.18.tar.bz2
b1259b71044ab24671d6f5757855548d  VirtualBox-7.0.18.tar.bz2
Size: 173295159 bytes
ALREADY GOT: 
https://download.virtualbox.org/virtualbox/7.0.18/VBoxGuestAdditions_7.0.18.iso
c31a1845868d0913012f1dc481461e8f  VBoxGuestAdditions_7.0.18.iso


-- 
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/VirtualBox] Created branch fetchsrc

2024-05-24 Thread baggins
The branch 'fetchsrc' was created pointing to:

 9b23ebe... - up to 7.0.18

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


DISTFILES: VirtualBox-Extension-Pack: ERRORS:

2024-05-24 Thread baggins
Request by: baggins

VirtualBox-Extension-Pack: both NoSource: source0 and md5 given



Files fetched: 0



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


[packages/VirtualBox-Extension-Pack] - up to 7.0.18

2024-05-24 Thread baggins
commit f6e681638b194e9d1eb6de40d80e5e9b0bd9d3d3
Author: Jan Rękorajski 
Date:   Fri May 24 22:31:39 2024 +0200

- up to 7.0.18

 VirtualBox-Extension-Pack.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox-Extension-Pack.spec b/VirtualBox-Extension-Pack.spec
index 0482000..2273e00 100644
--- a/VirtualBox-Extension-Pack.spec
+++ b/VirtualBox-Extension-Pack.spec
@@ -1,11 +1,11 @@
 Summary:   VirtualBox - support for USB 2.0, RDP server and the PXE 
bootloader
 Name:  VirtualBox-Extension-Pack
-Version:   7.0.12
+Version:   7.0.18
 Release:   1
 License:   Free for non-commercial use, non-distributable
 Group: Applications/Emulators
 Source0:   
http://download.virtualbox.org/virtualbox/%{version}/Oracle_VM_VirtualBox_Extension_Pack-%{version}.vbox-extpack
-# Source0-md5: 2f81423dcb05d3487108b0801afd5df9
+# Source0-md5: 35d2b8397813cdc228bf1f7757fd2d2c
 NoSource:  0
 URL:   http://www.virtualbox.org/
 BuildRequires: rpmbuild(macros) >= 1.379


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox-Extension-Pack.git/commitdiff/f6e681638b194e9d1eb6de40d80e5e9b0bd9d3d3

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


DISTFILES: VirtualBox: ERRORS: VirtualBox-7.0.18.tar.bz2 VBoxGuestAdditions_7.0.18.iso

2024-05-24 Thread baggins
Request by: baggins

wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/0fa63c32-eac4-4cc3-a0be-c05c8a3e86b9/b1259b71044ab24671d6f5757855548d/VirtualBox-7.0.18.tar.bz2
 https://download.virtualbox.org/virtualbox/7.0.18/VirtualBox-7.0.18.tar.bz2:
Cannot write to 
‘./tmp/0fa63c32-eac4-4cc3-a0be-c05c8a3e86b9/b1259b71044ab24671d6f5757855548d/VirtualBox-7.0.18.tar.bz2’
 (Success).


wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/0fa63c32-eac4-4cc3-a0be-c05c8a3e86b9/b1259b71044ab24671d6f5757855548d/VirtualBox-7.0.18.tar.bz2
 https://download.virtualbox.org/virtualbox/7.0.18/VirtualBox-7.0.18.tar.bz2:
exited with code 3 (0x00)

FATAL: 
https://download.virtualbox.org/virtualbox/7.0.18/VirtualBox-7.0.18.tar.bz2 md5 
mismatch, needed b1259b71044ab24671d6f5757855548d, got 
f87fe287b06d78db2a87e0fe59dedd8c

Files fetched: 1

STORED: 
https://download.virtualbox.org/virtualbox/7.0.18/VBoxGuestAdditions_7.0.18.iso
c31a1845868d0913012f1dc481461e8f  VBoxGuestAdditions_7.0.18.iso
Size: 52887552 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/VirtualBox] - up to 7.0.18

2024-05-24 Thread baggins
commit 9b23ebed61fbf83a575a044b4b8d0c948c5e1507
Author: Jan Rękorajski 
Date:   Fri May 24 22:30:41 2024 +0200

- up to 7.0.18

 VirtualBox.spec  | 10 --
 libxml2.12.patch | 43 ---
 2 files changed, 4 insertions(+), 49 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 71fbbaf..3164020 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -47,19 +47,19 @@ exit 1
 
 %defineqtver   5.6.0
 
-%definerel 2
+%definerel 1
 %definepname   VirtualBox
 Summary:   VirtualBox - x86 hardware virtualizer
 Summary(pl.UTF-8): VirtualBox - wirtualizator sprzętu x86
 Name:  %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
-Version:   7.0.12
+Version:   7.0.18
 Release:   %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
 License:   GPL v2
 Group: Applications/Emulators
 Source0:   
https://download.virtualbox.org/virtualbox/%{version}/%{pname}-%{version}.tar.bz2
-# Source0-md5: b89fb26c765764ee0e2d14305c0411d5
+# Source0-md5: b1259b71044ab24671d6f5757855548d
 Source1:   
https://download.virtualbox.org/virtualbox/%{version}/VBoxGuestAdditions_%{version}.iso
-# Source1-md5: beedd5530d469b38079e4fe066d1ef32
+# Source1-md5: c31a1845868d0913012f1dc481461e8f
 Source2:   vboxservice.init
 Source3:   vboxservice.service
 Source4:   vboxservice.sysconfig
@@ -90,7 +90,6 @@ Patch19:  python3.patch
 Patch20:   gcc-13.patch
 Patch21:   xsl-style-dir.patch
 Patch22:   build-arch.patch
-Patch23:   libxml2.12.patch
 URL:   http://www.virtualbox.org/
 %if %{with userspace}
 %ifarch %{x8664}
@@ -565,7 +564,6 @@ echo override vboxsf %{_kernel_ver} misc >> 
kernel/installed/etc/depmod.d/%{_ker
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
-%patch23 -p1
 
 %{__sed} -i -e 's,@VBOX_DOC_PATH@,%{_docdir}/%{name}-%{version},' \
-e 's/Categories=.*/Categories=Utility;Emulator;/' 
src/VBox/Installer/common/virtualbox.desktop.in
diff --git a/libxml2.12.patch b/libxml2.12.patch
deleted file mode 100644
index 60df8c8..000
--- a/libxml2.12.patch
+++ /dev/null
@@ -1,43 +0,0 @@
 VirtualBox-7.0.12/include/iprt/cpp/xml.h.orig  2023-12-24 
15:42:18.092685383 +0100
-+++ VirtualBox-7.0.12/include/iprt/cpp/xml.h   2023-12-24 15:46:14.872125732 
+0100
-@@ -113,9 +113,9 @@
- class RT_DECL_CLASS XmlError : public RuntimeError
- {
- public:
--XmlError(xmlErrorPtr aErr);
-+XmlError(const xmlError* aErr);
- 
--static char* Format(xmlErrorPtr aErr);
-+static char* Format(const xmlError* aErr);
- };
- 
- // Logical errors
 VirtualBox-7.0.12/src/VBox/Runtime/r3/xml.cpp.orig 2023-12-24 
15:31:18.385556729 +0100
-+++ VirtualBox-7.0.12/src/VBox/Runtime/r3/xml.cpp  2023-12-24 
15:46:31.679225463 +0100
-@@ -131,7 +131,7 @@
- RTStrFree(msg);
- }
- 
--XmlError::XmlError(xmlErrorPtr aErr)
-+XmlError::XmlError(const xmlError* aErr)
- {
- if (!aErr)
- throw EInvalidArg(RT_SRC_POS);
-@@ -145,7 +145,7 @@
-  * Composes a single message for the given error. The caller must free the
-  * returned string using RTStrFree() when no more necessary.
-  */
--/* static */ char *XmlError::Format(xmlErrorPtr aErr)
-+/* static */ char *XmlError::Format(const xmlError *aErr)
- {
- const char *msg = aErr->message ? aErr->message : "";
- size_t msgLen = strlen(msg);
-@@ -1856,7 +1856,7 @@
- va_end(args);
- }
- 
--static void xmlParserBaseStructuredError(void *pCtx, xmlErrorPtr error) 
RT_NOTHROW_DEF
-+static void xmlParserBaseStructuredError(void *pCtx, const xmlError* error) 
RT_NOTHROW_DEF
- {
- NOREF(pCtx);
- /* we expect that there is always a trailing NL */


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox.git/commitdiff/9b23ebed61fbf83a575a044b4b8d0c948c5e1507

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


[packages/cups] - rel 1

2024-05-21 Thread baggins
commit f9e748919f477b8f94513dcdc6241dcd08f323e2
Author: Jan Rękorajski 
Date:   Tue May 21 16:20:14 2024 +0200

- rel 1

 cups.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cups.spec b/cups.spec
index 0b44585..eb31b5c 100644
--- a/cups.spec
+++ b/cups.spec
@@ -13,7 +13,7 @@ Summary(pl.UTF-8):Ogólny system druku dla Uniksa
 Summary(pt_BR.UTF-8):  Sistema Unix de Impressão
 Name:  cups
 Version:   2.4.8
-Release:   0.1
+Release:   1
 Epoch: 1
 License:   LGPL v2 (libraries), GPL v2 (the rest)
 Group: Applications/Printing


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cups.git/commitdiff/f9e748919f477b8f94513dcdc6241dcd08f323e2

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


[packages/cups] - job-name issue fixed upstream: https://github.com/OpenPrinting/cups/issues/644

2024-05-21 Thread baggins
commit 54567dbdd37ca2c6c39375dd2a242421e8338c64
Author: Jan Rękorajski 
Date:   Tue May 21 16:05:26 2024 +0200

- job-name issue fixed upstream: 
https://github.com/OpenPrinting/cups/issues/644

 cups.spec   |  2 --
 job-name-too-long.patch | 24 
 2 files changed, 26 deletions(-)
---
diff --git a/cups.spec b/cups.spec
index 34540aa..0b44585 100644
--- a/cups.spec
+++ b/cups.spec
@@ -40,7 +40,6 @@ Patch12:  %{name}-desktop.patch
 Patch15:   reactivate_recommended_driver.patch
 Patch16:   
read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch
 Patch18:   %{name}-final-content-type.patch
-Patch19:   job-name-too-long.patch
 Patch102:  cups-banners.patch
 Patch103:  cups-pid.patch
 Patch104:  cups-eggcups.patch
@@ -278,7 +277,6 @@ bibliotecas do CUPS.
 %patch15 -p1
 %patch16 -p1
 %patch18 -p1
-%patch19 -p1
 
 %patch102 -p1
 %patch103 -p1
diff --git a/job-name-too-long.patch b/job-name-too-long.patch
deleted file mode 100644
index 25364c5..000
--- a/job-name-too-long.patch
+++ /dev/null
@@ -1,24 +0,0 @@
 cups-2.3.6/backend/ipp.c.orig  2024-05-19 14:12:43.566004590 +0200
-+++ cups-2.3.6/backend/ipp.c   2024-05-19 14:49:20.758512651 +0200
-@@ -1519,18 +1519,17 @@
- 
-   if (create_job)
-   {
--monitor.job_name = argv[3];
-+snprintf(print_job_name, 127, "%s", argv[3]);
-   }
-   else
-   {
-/*
- * TODO: make this compatible with UTF-8 - possible UTF-8 truncation here..
- */
- 
--snprintf(print_job_name, sizeof(print_job_name), "%s - %s", argv[1],
-- argv[3]);
--monitor.job_name = print_job_name;
-+snprintf(print_job_name, 127, "%s - %s", argv[1], argv[3]);
-   }
-+  monitor.job_name = print_job_name;
- 
-   _cupsThreadCreate((_cups_thread_func_t)monitor_printer, );
- 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cups.git/commitdiff/54567dbdd37ca2c6c39375dd2a242421e8338c64

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


DISTFILES: r8168: r8168-8.053.00.tar.bz2

2024-05-19 Thread baggins
Request by: baggins


Files fetched: 1

STORED: no-url://r8168-8.053.00.tar.bz2
6323d3ed1b01bf2e78b4a235c6eae4db  r8168-8.053.00.tar.bz2
Size: 128367 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/r8168] - up to 8.053.00, still needs fixing for kernel 6.9

2024-05-19 Thread baggins
commit d8c60540c782e5131dcf0c77f882d907ff5f2667
Author: Jan Rękorajski 
Date:   Sun May 19 23:06:32 2024 +0200

- up to 8.053.00, still needs fixing for kernel 6.9

 kernel-strcpy.patch | 12 
 r8168.spec  | 10 --
 2 files changed, 4 insertions(+), 18 deletions(-)
---
diff --git a/r8168.spec b/r8168.spec
index 0b2feef..3509cd3 100644
--- a/r8168.spec
+++ b/r8168.spec
@@ -4,22 +4,21 @@
 # nothing to be placed to debuginfo package
 %define_enable_debug_packages  0
 
-%definerel 2
+%definerel 0.1
 %definepname   r8168
 Summary:   Linux driver for RTL8111/8168B PCI Express Gigabit Ethernet 
controllers
 Summary(pl.UTF-8): Linuksowy sterownik dla kart sieciowych RTL8111/8168B 
PCI Express Gigabit Ethernet
 Name:  %{pname}%{_alt_kernel}
-Version:   8.052.01
+Version:   8.053.00
 Release:   %{rel}%{?_pld_builder:@%{_kernel_ver_str}}
 License:   GPL
 Group: Base/Kernel
 URL:   http://www.realtek.com.tw/
 # Check for new versions at
-# 
https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software
+# https://www.realtek.com/Download/List?cate_id=584
 # unfortunately this download is not DF-friendly.
 Source0:   %{pname}-%{version}.tar.bz2
-# Source0-md5: 31d41df8c9234d187d42b881a087d7df
-Patch0:kernel-strcpy.patch
+# Source0-md5: 6323d3ed1b01bf2e78b4a235c6eae4db
 BuildRequires: rpmbuild(macros) >= 1.701
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 
3:2.6.20.2}
 BuildRoot: %{tmpdir}/%{pname}-%{version}-root-%(id -u -n)
@@ -71,7 +70,6 @@ Express Gigabit Ethernet.\
 
 %prep
 %setup -q -n %{pname}-%{version}
-%patch0 -p1
 
 %build
 %{expand:%build_kernel_packages}
diff --git a/kernel-strcpy.patch b/kernel-strcpy.patch
deleted file mode 100644
index 53c86d3..000
--- a/kernel-strcpy.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru r8168-8.052.01/src/r8168_n.c r8168-8.052.01.strcpy/src/r8168_n.c
 r8168-8.052.01/src/r8168_n.c   2023-09-26 16:26:06.0 +0200
-+++ r8168-8.052.01.strcpy/src/r8168_n.c2024-03-17 00:11:58.529966908 
+0100
-@@ -6293,7 +6293,7 @@
- info->eedump_len = tp->eeprom_len;
- BUILD_BUG_ON(sizeof(info->fw_version) < sizeof(rtl_fw->version));
- if (rtl_fw)
--strlcpy(info->fw_version, rtl_fw->version,
-+strscpy(info->fw_version, rtl_fw->version,
- sizeof(info->fw_version));
- }
- 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/r8168.git/commitdiff/d8c60540c782e5131dcf0c77f882d907ff5f2667

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


DISTFILES: cups: cups-2.4.8-source.tar.gz

2024-05-19 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
https://github.com/OpenPrinting/cups/releases/download/v2.4.8/cups-2.4.8-source.tar.gz
3fdd9a5249f090cd35e324246ef0e3e4  cups-2.4.8-source.tar.gz
Size: 8142007 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/cups] - switch to OpenPrinting cups 2.4.8 - update patches and remove obsolete

2024-05-19 Thread baggins
commit fab640eefd73757b1284090d170d722cce9e926f
Author: Jan Rękorajski 
Date:   Sun May 19 22:40:37 2024 +0200

- switch to OpenPrinting cups 2.4.8
- update patches and remove obsolete

 cups-avahi-address.patch  |   95 
 cups-avahi-no-threaded.patch  | 1029 -
 cups-certs_FHS.patch  |   26 +-
 cups-logrotate.patch  |   63 ---
 cups-lspp.patch   |  259 +-
 cups-no-polluted-krb5config.patch |   24 +-
 cups-nostrip.patch|   12 +-
 cups-systemd-socket.patch |   38 --
 cups.spec |   55 +-
 job-name-too-long.patch   |6 +-
 scx3400w-quirks.patchs|   24 -
 11 files changed, 180 insertions(+), 1451 deletions(-)
---
diff --git a/cups.spec b/cups.spec
index 2fd23cb..34540aa 100644
--- a/cups.spec
+++ b/cups.spec
@@ -12,13 +12,13 @@
 Summary(pl.UTF-8): Ogólny system druku dla Uniksa
 Summary(pt_BR.UTF-8):  Sistema Unix de Impressão
 Name:  cups
-Version:   2.3.6
-Release:   1
+Version:   2.4.8
+Release:   0.1
 Epoch: 1
 License:   LGPL v2 (libraries), GPL v2 (the rest)
 Group: Applications/Printing
-Source0:   
https://github.com/apple/cups/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 1bfba624d19092b20db4807323417efe
+Source0:   
https://github.com/OpenPrinting/cups/releases/download/v%{version}/cups-%{version}-source.tar.gz
+# Source0-md5: 3fdd9a5249f090cd35e324246ef0e3e4
 Source1:   %{name}.init
 Source2:   %{name}.pamd
 Source3:   %{name}.logrotate
@@ -37,19 +37,14 @@ Patch9: %{name}-verbose-compilation.patch
 Patch10:   %{name}-peercred.patch
 Patch11:   %{name}-usb.patch
 Patch12:   %{name}-desktop.patch
-Patch13:   %{name}-systemd-socket.patch
 Patch15:   reactivate_recommended_driver.patch
 Patch16:   
read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch
 Patch18:   %{name}-final-content-type.patch
 Patch19:   job-name-too-long.patch
-# avahi patches from fedora
-Patch100:  %{name}-avahi-address.patch
-Patch101:  %{name}-avahi-no-threaded.patch
 Patch102:  cups-banners.patch
 Patch103:  cups-pid.patch
 Patch104:  cups-eggcups.patch
 Patch105:  cups-driverd-timeout.patch
-Patch106:  cups-logrotate.patch
 Patch107:  cups-res_init.patch
 Patch108:  cups-filter-debug.patch
 Patch110:  cups-dnssd-deviceid.patch
@@ -59,8 +54,7 @@ Patch114: cups-freebind.patch
 Patch115:  cups-ipp-multifile.patch
 Patch116:  cups-web-devices-timeout.patch
 Patch117:  cups-lspp.patch
-Patch118:  scx3400w-quirks.patchs
-URL:   http://www.cups.org/
+URL:   https://openprinting.github.io/cups/
 BuildRequires: acl-devel
 %{?with_lspp:BuildRequires:audit-libs-devel}
 BuildRequires: autoconf >= 2.60
@@ -281,22 +275,15 @@ bibliotecas do CUPS.
 # why it hasn't been merged for so long (and why no other distro uses it)
 #%patch11 -p1
 %patch12 -p1
-%patch13 -p1
 %patch15 -p1
 %patch16 -p1
 %patch18 -p1
 %patch19 -p1
 
-%if %{with avahi}
-%patch100 -p1
-%patch101 -p1
-%endif
-
 %patch102 -p1
 %patch103 -p1
 %patch104 -p1
 %patch105 -p1
-%patch106 -p1
 %patch107 -p1
 %patch108 -p1
 %patch110 -p1
@@ -306,13 +293,11 @@ bibliotecas do CUPS.
 %patch115 -p1
 %patch116 -p1
 %patch117 -p1
-%patch118 -p1
 
 %build
 %{__aclocal} -I config-scripts
 %{__autoconf}
 %configure \
-   --libdir=%{_ulibdir} \
--enable-acl \
--enable-avahi%{!?with_avahi:=no} \
--disable-cdsassl \
@@ -335,6 +320,7 @@ bibliotecas do CUPS.
--with-log-file-perm=0640 \
--with-dbusdir=/etc/dbus-1 \
--with-docdir=%{_ulibdir}/%{name}/cgi-bin \
+   --with-pkgconfpath=%{_pkgconfigdir} \
--with-printcap=/etc/printcap \
%{?with_dnssd:--with-dnssd-libs=x} \
%{?with_dnssd:--with-dnssd-includes=x} \
@@ -356,14 +342,6 @@ install -d 
$RPM_BUILD_ROOT/etc/{rc.d/init.d,pam.d,logrotate.d,modprobe.d,securit
CUPS_USER=$(id -u) \
CUPS_GROUP=$(id -g)
 
-if [ "%{_lib}" != "lib" ] ; then
-   install -d $RPM_BUILD_ROOT%{_libdir}
-   %{__mv} $RPM_BUILD_ROOT%{_ulibdir}/*.so* $RPM_BUILD_ROOT%{_libdir}
-%if %{with static_libs}
-   %{__mv} $RPM_BUILD_ROOT%{_ulibdir}/*.a $RPM_BUILD_ROOT%{_libdir}
-%endif
-fi
-
 %if %{with avahi}
 ln -s %{_ulibdir}/cups/backend/dnssd 
$RPM_BUILD_ROOT%{_ulibdir}/cups/backend/mdns
 %endif
@@ -420,20 +398,20 @@ fi
 /sbin/chkconfig --add cups
 %service cups restart "cups daemon"
 /sbin/rmmod usblp > /dev/null 2>&1 || :
-%systemd_post org.cups.cupsd.service org.cups.cupd.socket org.cups.cupsd.path
+%systemd_post cups.service cups.socket cups.path
 
 %preun
 if [ "$1" = "0" ]; then
%service cups stop
/sbin/chkconfig --del cups
 fi
-%systemd_preun org.cups.cupsd.service org.cups.cupsd.socket org.cups.cupsd.path
+%systemd_preun cups.service cups.socket cups.path
 
 

[packages/cups] - avoid sending overly long job names in IPP requests

2024-05-19 Thread baggins
commit 76453c58454dbd0755c5f65bf2a24fcaabaa6e81
Author: Jan Rękorajski 
Date:   Sun May 19 15:06:31 2024 +0200

- avoid sending overly long job names in IPP requests

Some clients (e.g. Google Drive PDF Viewer) create hilariously long
document titles (same hash?) when they send jobs to CUPS. CUPS uses that
as job-name when sending IPP requests to printers and not all printers
can accept that and reject the job. Trim job-title at arbitrary number
of 127 characters to make all this work.

 cups.spec   |  2 ++
 job-name-too-long.patch | 20 
 2 files changed, 22 insertions(+)
---
diff --git a/cups.spec b/cups.spec
index 7ebfd21..5445058 100644
--- a/cups.spec
+++ b/cups.spec
@@ -41,6 +41,7 @@ Patch13:  %{name}-systemd-socket.patch
 Patch15:   reactivate_recommended_driver.patch
 Patch16:   
read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch
 Patch18:   %{name}-final-content-type.patch
+Patch19:   job-name-too-long.patch
 # avahi patches from fedora
 Patch100:  %{name}-avahi-address.patch
 Patch101:  %{name}-avahi-no-threaded.patch
@@ -284,6 +285,7 @@ bibliotecas do CUPS.
 %patch15 -p1
 %patch16 -p1
 %patch18 -p1
+%patch19 -p1
 
 %if %{with avahi}
 %patch100 -p1
diff --git a/job-name-too-long.patch b/job-name-too-long.patch
new file mode 100644
index 000..6e15d25
--- /dev/null
+++ b/job-name-too-long.patch
@@ -0,0 +1,20 @@
+--- cups-2.3.6/backend/ipp.c.orig  2024-05-19 14:12:43.566004590 +0200
 cups-2.3.6/backend/ipp.c   2024-05-19 14:49:20.758512651 +0200
+@@ -1519,14 +1519,13 @@
+ 
+   if (create_job)
+   {
+-monitor.job_name = argv[3];
++snprintf(print_job_name, 127, "%s", argv[3]);
+   }
+   else
+   {
+-snprintf(print_job_name, sizeof(print_job_name), "%s - %s", argv[1],
+- argv[3]);
+-monitor.job_name = print_job_name;
++snprintf(print_job_name, 127, "%s - %s", argv[1], argv[3]);
+   }
++  monitor.job_name = print_job_name;
+ 
+   _cupsThreadCreate((_cups_thread_func_t)monitor_printer, );
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cups.git/commitdiff/76453c58454dbd0755c5f65bf2a24fcaabaa6e81

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


DISTFILES: cups: cups-2.3.6.tar.gz

2024-05-19 Thread baggins
Request by: baggins


Files fetched: 1

STORED: https://github.com/apple/cups/archive/v2.3.6/cups-2.3.6.tar.gz
1bfba624d19092b20db4807323417efe  cups-2.3.6.tar.gz
Size: 8246940 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/cups] - up to 2.3.6 (fixes CVE-2020-10001 CVE-2022-26691)

2024-05-19 Thread baggins
commit ba9f57fdffeba7a7028a1ef9cf21202a1614e753
Author: Jan Rękorajski 
Date:   Sun May 19 14:03:14 2024 +0200

- up to 2.3.6 (fixes CVE-2020-10001 CVE-2022-26691)

 cups-backroot-readable.patch  | 11 ---
 cups-hp-deviceid-oid.patch| 21 -
 cups-ricoh-deviceid-oid.patch | 21 -
 cups.spec | 16 ++--
 4 files changed, 6 insertions(+), 63 deletions(-)
---
diff --git a/cups.spec b/cups.spec
index eefd92f..7ebfd21 100644
--- a/cups.spec
+++ b/cups.spec
@@ -12,13 +12,13 @@
 Summary(pl.UTF-8): Ogólny system druku dla Uniksa
 Summary(pt_BR.UTF-8):  Sistema Unix de Impressão
 Name:  cups
-Version:   2.3.3
-Release:   4
+Version:   2.3.6
+Release:   1
 Epoch: 1
 License:   LGPL v2 (libraries), GPL v2 (the rest)
 Group: Applications/Printing
-Source0:   
https://github.com/apple/cups/releases/download/v%{version}/%{name}-%{version}-source.tar.gz
-# Source0-md5: 412434ceefbdf3ec71bc9188a035f589
+Source0:   
https://github.com/apple/cups/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 1bfba624d19092b20db4807323417efe
 Source1:   %{name}.init
 Source2:   %{name}.pamd
 Source3:   %{name}.logrotate
@@ -38,7 +38,6 @@ Patch10:  %{name}-peercred.patch
 Patch11:   %{name}-usb.patch
 Patch12:   %{name}-desktop.patch
 Patch13:   %{name}-systemd-socket.patch
-Patch14:   %{name}-backroot-readable.patch
 Patch15:   reactivate_recommended_driver.patch
 Patch16:   
read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch
 Patch18:   %{name}-final-content-type.patch
@@ -52,9 +51,7 @@ Patch105: cups-driverd-timeout.patch
 Patch106:  cups-logrotate.patch
 Patch107:  cups-res_init.patch
 Patch108:  cups-filter-debug.patch
-Patch109:  cups-hp-deviceid-oid.patch
 Patch110:  cups-dnssd-deviceid.patch
-Patch111:  cups-ricoh-deviceid-oid.patch
 
 Patch113:  cups-dymo-deviceid.patch
 Patch114:  cups-freebind.patch
@@ -284,7 +281,6 @@ bibliotecas do CUPS.
 #%patch11 -p1
 %patch12 -p1
 %patch13 -p1
-%patch14 -p1
 %patch15 -p1
 %patch16 -p1
 %patch18 -p1
@@ -301,9 +297,7 @@ bibliotecas do CUPS.
 %patch106 -p1
 %patch107 -p1
 %patch108 -p1
-%patch109 -p1
 %patch110 -p1
-%patch111 -p1
 
 %patch113 -p1
 %patch114 -p1
@@ -467,11 +461,13 @@ fi
 %endif
 %attr(600,root,lp) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/classes.conf
 %attr(640,root,lp) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/cups-files.conf
+%attr(640,root,lp) %{_sysconfdir}/%{name}/cups-files.conf.default
 %attr(640,root,lp) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/cupsd.conf
 %attr(640,root,lp) %{_sysconfdir}/%{name}/cupsd.conf.default
 %attr(600,root,lp) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/printers.conf
 %attr(600,root,lp) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/mailto.conf
 %attr(600,root,lp) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/snmp.conf
+%attr(640,root,lp) %{_sysconfdir}/%{name}/snmp.conf.default
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/security/blacklist.cups
 %dir %attr(700,root,lp) %{_sysconfdir}/%{name}/ssl
 %dir %attr(755,root,lp) %{_sysconfdir}/%{name}/ppd
diff --git a/cups-backroot-readable.patch b/cups-backroot-readable.patch
deleted file mode 100644
index 5e3cb14..000
--- a/cups-backroot-readable.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 cups-2.3.1/scheduler/job.c.orig2020-04-13 22:03:43.447639630 +0200
-+++ cups-2.3.1/scheduler/job.c 2020-04-14 06:17:15.043886518 +0200
-@@ -1340,7 +1340,7 @@
-   else if (stat(command, ))
-   backroot = 0;
-   else
--backroot = !(backinfo.st_mode & (S_IWGRP | S_IRWXO));
-+backroot = !(backinfo.st_mode & (S_IWGRP | S_IWOTH | S_IXOTH));
- 
-   argv[0] = job->printer->sanitized_device_uri;
- 
diff --git a/cups-hp-deviceid-oid.patch b/cups-hp-deviceid-oid.patch
deleted file mode 100644
index da5136a..000
--- a/cups-hp-deviceid-oid.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -up cups-1.5b1/backend/snmp.c.hp-deviceid-oid cups-1.5b1/backend/snmp.c
 cups-1.5b1/backend/snmp.c.hp-deviceid-oid  2011-05-20 05:49:49.0 
+0200
-+++ cups-1.5b1/backend/snmp.c  2011-05-24 17:24:48.0 +0200
-@@ -187,6 +187,7 @@ static const int   UriOID[] = { CUPS_OID_p
- static const int  LexmarkProductOID[] = { 1,3,6,1,4,1,641,2,1,2,1,2,1,-1 
};
- static const int  LexmarkProductOID2[] = { 
1,3,6,1,4,1,674,10898,100,2,1,2,1,2,1,-1 };
- static const int  LexmarkDeviceIdOID[] = { 1,3,6,1,4,1,641,2,1,2,1,3,1,-1 
};
-+static const int  HPDeviceIdOID[] = { 1,3,6,1,4,1,11,2,3,9,1,1,7,0,-1 };
- static const int  XeroxProductOID[] = { 1,3,6,1,4,1,128,2,1,3,1,2,0,-1 };
- static cups_array_t   *DeviceURIs = NULL;
- static int

DISTFILES: mkvtoolnix: mkvtoolnix-84.0.tar.xz

2024-05-04 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
https://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-84.0.tar.xz
e20fb7c808c93633f29d7efbc5ddae64  mkvtoolnix-84.0.tar.xz
Size: 11325260 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/mkvtoolnix] - up to 84.0

2024-05-04 Thread baggins
commit baf9788fab992a1e285d48de3fd7ff5f2fd46157
Author: Jan Rękorajski 
Date:   Sat May 4 23:09:13 2024 +0200

- up to 84.0

 mkvtoolnix.spec | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/mkvtoolnix.spec b/mkvtoolnix.spec
index a4bdecd..bb742dc 100644
--- a/mkvtoolnix.spec
+++ b/mkvtoolnix.spec
@@ -6,12 +6,12 @@
 Summary:   Matroska video utilities
 Summary(pl.UTF-8): Narzędzia do filmów w formacie Matroska
 Name:  mkvtoolnix
-Version:   78.0
-Release:   2
+Version:   84.0
+Release:   1
 License:   GPL v2
 Group: Applications/Multimedia
 Source0:   
https://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.xz
-# Source0-md5: 4ca1f5e17c1297f9be0ecfca51f8c618
+# Source0-md5: e20fb7c808c93633f29d7efbc5ddae64
 Patch0:%{name}-init_locales.patch
 URL:   https://www.bunkus.org/videotools/mkvtoolnix/
 %if %{with qt}
@@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/mkvmerge.1*
 %{_mandir}/man1/mkvextract.1*
 %{_mandir}/man1/mkvpropedit.1*
+%lang(be) %{_mandir}/be/man1/mkvmerge.1*
+%lang(be) %{_mandir}/be/man1/mkvextract.1*
+%lang(be) %{_mandir}/be/man1/mkvpropedit.1*
 %lang(bg) %{_mandir}/bg/man1/mkvmerge.1*
 %lang(bg) %{_mandir}/bg/man1/mkvextract.1*
 %lang(bg) %{_mandir}/bg/man1/mkvpropedit.1*
@@ -196,6 +199,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_iconsdir}/hicolor/*/apps/mkvpropedit.png
 %{_mandir}/man1/mkvinfo.1*
 %{_mandir}/man1/mkvtoolnix-gui.1*
+%lang(be) %{_mandir}/be/man1/mkvinfo.1*
+%lang(be) %{_mandir}/be/man1/mkvtoolnix-gui.1*
 %lang(bg) %{_mandir}/bg/man1/mkvinfo.1*
 %lang(bg) %{_mandir}/bg/man1/mkvtoolnix-gui.1*
 %lang(ca) %{_mandir}/ca/man1/mkvinfo.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mkvtoolnix.git/commitdiff/baf9788fab992a1e285d48de3fd7ff5f2fd46157

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


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

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

- gstreamer-kate is gone, rel 2

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


 gitweb:

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

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


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

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

Release 3 (by relup.sh)

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


 gitweb:

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

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


[packages/gtk-webkit4] - x8664 debuginfo kill poldek

2024-04-30 Thread baggins
commit 0435d24af89d65d3c01fb958e461fc72455b86c2
Author: Jan Rękorajski 
Date:   Tue Apr 30 23:04:17 2024 +0200

- x8664 debuginfo kill poldek

Something wrong, something not quite right with 0.42.2 (stable)
Assertion 'i >= 0' failed, rpm_pkg_ld.c:290
Please report this bug to: https://github.com/poldek-pm/poldek/issues/new

Aborted

 gtk-webkit4.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gtk-webkit4.spec b/gtk-webkit4.spec
index f38ecde..629e78e 100644
--- a/gtk-webkit4.spec
+++ b/gtk-webkit4.spec
@@ -15,10 +15,9 @@
 %bcond_withlowmem2 # try to reduce build memory usage by disabling 
unified build (long)
 #
 # it's not possible to build this with debuginfo on 32bit archs due to
-# memory constraints during linking
-%ifarch %{ix86} x32
+# memory constraints during linking and x86_64 debuginfo packages kill poldek
 %define_enable_debug_packages  0
-%endif
+
 Summary:   Port of WebKit embeddable web component to GTK+ 3
 Summary(pl.UTF-8): Port osadzalnego komponentu WWW WebKit do GTK+ 3
 Name:  gtk-webkit4


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit4.git/commitdiff/0435d24af89d65d3c01fb958e461fc72455b86c2

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


[packages/kicad] - ENOFILE

2024-04-29 Thread baggins
commit f7c017c59b2301b20dcb914769ac99b7cfdf2f25
Author: Jan Rękorajski 
Date:   Tue Apr 30 00:34:32 2024 +0200

- ENOFILE

 kicad.spec | 4 
 1 file changed, 4 deletions(-)
---
diff --git a/kicad.spec b/kicad.spec
index 6c034a9..a36888f 100644
--- a/kicad.spec
+++ b/kicad.spec
@@ -222,10 +222,6 @@ Documentation and tutorials for Kicad in Chinese.
 %prep
 %setup -q -a 1 -a 3 -a 4 %{?with_packages3D:-a 5} -a 6
 
-%ifarch x32
-%{__sed} -i -e '/test_coroutine.cpp/d' qa/unittests/common/CMakeLists.txt
-%endif
-
 %build
 
 build_library() {


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kicad.git/commitdiff/f7c017c59b2301b20dcb914769ac99b7cfdf2f25

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


[packages/openssh] Release 3 (by relup.sh)

2024-04-29 Thread baggins
commit 19cad1c51bc8f5253e4cd21efd0c38c11c5c4924
Author: Jan Rękorajski 
Date:   Tue Apr 30 00:33:20 2024 +0200

Release 3 (by relup.sh)

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


 gitweb:

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

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


[packages/kicad] Deleted branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was deleted at 00eb2dfebf6df29e9293f371445c0a6780a0c883.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kicad: kicad-8.0.2.tar.bz2 kicad-doc-8.0.2.tar.bz2 kicad-symbols-8.0.2.tar.bz2 kicad-footprints-8.0.2.tar.bz2 kicad-packages3D-8.0.2.tar.bz2 kicad-templates-8.0.2.tar.bz2

2024-04-29 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: 
https://gitlab.com/kicad/code/kicad/-/archive/8.0.2/kicad-8.0.2.tar.bz2
957ba90492d8bf60f4ff55b3910f1cbd  kicad-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/services/kicad-doc/-/archive/8.0.2/kicad-doc-8.0.2.tar.bz2
5c1b5dc997be84b08d59d78a5a9fcd3e  kicad-doc-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/8.0.2/kicad-symbols-8.0.2.tar.bz2
060c52586965f15b867ee0683aa642ae  kicad-symbols-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/8.0.2/kicad-footprints-8.0.2.tar.bz2
c9537b5ccaa9581ff32d157837a13c38  kicad-footprints-8.0.2.tar.bz2
STORED: 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2
d6e3242a55c5c28699b50cd4f85e191c  kicad-packages3D-8.0.2.tar.bz2
Size: 775246257 bytes
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-templates/-/archive/8.0.2/kicad-templates-8.0.2.tar.bz2
20932897d55d49386a1e2431a2aeef5f  kicad-templates-8.0.2.tar.bz2


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


[packages/kicad] Created branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was created pointing to:

 00eb2df... - updated to 8.0.2 (ready for OpenCASCADE 7.8.0)

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


[packages/kicad] Deleted branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was deleted at 00eb2dfebf6df29e9293f371445c0a6780a0c883.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kicad: ERRORS: kicad-8.0.2.tar.bz2 kicad-doc-8.0.2.tar.bz2 kicad-symbols-8.0.2.tar.bz2 kicad-footprints-8.0.2.tar.bz2 kicad-packages3D-8.0.2.tar.bz2 kicad-templates-8.0.2.tar.bz2

2024-04-29 Thread baggins
Request by: baggins

wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/97ce68b3-62b5-44ff-9319-a507d306e819/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2
 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2:
Cannot write to 
‘./tmp/97ce68b3-62b5-44ff-9319-a507d306e819/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2’
 (Success).


wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/97ce68b3-62b5-44ff-9319-a507d306e819/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2
 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2:
exited with code 3 (0x00)

FATAL: 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2
 md5 mismatch, needed d6e3242a55c5c28699b50cd4f85e191c, got 
83bf84750f170cb1f2d6d8b2b4e0ce25

Files fetched: 0

ALREADY GOT: 
https://gitlab.com/kicad/code/kicad/-/archive/8.0.2/kicad-8.0.2.tar.bz2
957ba90492d8bf60f4ff55b3910f1cbd  kicad-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/services/kicad-doc/-/archive/8.0.2/kicad-doc-8.0.2.tar.bz2
5c1b5dc997be84b08d59d78a5a9fcd3e  kicad-doc-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/8.0.2/kicad-symbols-8.0.2.tar.bz2
060c52586965f15b867ee0683aa642ae  kicad-symbols-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/8.0.2/kicad-footprints-8.0.2.tar.bz2
c9537b5ccaa9581ff32d157837a13c38  kicad-footprints-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-templates/-/archive/8.0.2/kicad-templates-8.0.2.tar.bz2
20932897d55d49386a1e2431a2aeef5f  kicad-templates-8.0.2.tar.bz2


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


[packages/kicad] Created branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was created pointing to:

 00eb2df... - updated to 8.0.2 (ready for OpenCASCADE 7.8.0)

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


[packages/kicad] Deleted branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was deleted at 00eb2dfebf6df29e9293f371445c0a6780a0c883.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kicad: ERRORS: kicad-8.0.2.tar.bz2 kicad-doc-8.0.2.tar.bz2 kicad-symbols-8.0.2.tar.bz2 kicad-footprints-8.0.2.tar.bz2 kicad-packages3D-8.0.2.tar.bz2 kicad-templates-8.0.2.tar.bz2

2024-04-29 Thread baggins
Request by: baggins

wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/1e8b7c8d-ba38-43ab-8415-bbf365f6c790/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2
 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2:
Cannot write to 
‘./tmp/1e8b7c8d-ba38-43ab-8415-bbf365f6c790/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2’
 (Success).


wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/1e8b7c8d-ba38-43ab-8415-bbf365f6c790/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2
 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2:
exited with code 3 (0x00)

FATAL: 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2
 md5 mismatch, needed d6e3242a55c5c28699b50cd4f85e191c, got 
a4cde1c45a5be385c2197cb6d5c104a1

Files fetched: 0

ALREADY GOT: 
https://gitlab.com/kicad/code/kicad/-/archive/8.0.2/kicad-8.0.2.tar.bz2
957ba90492d8bf60f4ff55b3910f1cbd  kicad-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/services/kicad-doc/-/archive/8.0.2/kicad-doc-8.0.2.tar.bz2
5c1b5dc997be84b08d59d78a5a9fcd3e  kicad-doc-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/8.0.2/kicad-symbols-8.0.2.tar.bz2
060c52586965f15b867ee0683aa642ae  kicad-symbols-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/8.0.2/kicad-footprints-8.0.2.tar.bz2
c9537b5ccaa9581ff32d157837a13c38  kicad-footprints-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-templates/-/archive/8.0.2/kicad-templates-8.0.2.tar.bz2
20932897d55d49386a1e2431a2aeef5f  kicad-templates-8.0.2.tar.bz2


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


[packages/kicad] Created branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was created pointing to:

 00eb2df... - updated to 8.0.2 (ready for OpenCASCADE 7.8.0)

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


[packages/kicad] Deleted branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was deleted at 00eb2dfebf6df29e9293f371445c0a6780a0c883.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kicad: ERRORS: kicad-8.0.2.tar.bz2 kicad-doc-8.0.2.tar.bz2 kicad-symbols-8.0.2.tar.bz2 kicad-footprints-8.0.2.tar.bz2 kicad-packages3D-8.0.2.tar.bz2 kicad-templates-8.0.2.tar.bz2

2024-04-29 Thread baggins
Request by: baggins

wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/0ecde495-4536-4b63-bde2-fa7629eb3ac5/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2
 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2:
Cannot write to 
‘./tmp/0ecde495-4536-4b63-bde2-fa7629eb3ac5/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2’
 (Success).


wget -nv --no-iri --user-agent=PLD/distfiles -O 
./tmp/0ecde495-4536-4b63-bde2-fa7629eb3ac5/d6e3242a55c5c28699b50cd4f85e191c/kicad-packages3D-8.0.2.tar.bz2
 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2:
exited with code 3 (0x00)

FATAL: 
https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/8.0.2/kicad-packages3D-8.0.2.tar.bz2
 md5 mismatch, needed d6e3242a55c5c28699b50cd4f85e191c, got 
a4cde1c45a5be385c2197cb6d5c104a1

Files fetched: 0

ALREADY GOT: 
https://gitlab.com/kicad/code/kicad/-/archive/8.0.2/kicad-8.0.2.tar.bz2
957ba90492d8bf60f4ff55b3910f1cbd  kicad-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/services/kicad-doc/-/archive/8.0.2/kicad-doc-8.0.2.tar.bz2
5c1b5dc997be84b08d59d78a5a9fcd3e  kicad-doc-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/8.0.2/kicad-symbols-8.0.2.tar.bz2
060c52586965f15b867ee0683aa642ae  kicad-symbols-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/8.0.2/kicad-footprints-8.0.2.tar.bz2
c9537b5ccaa9581ff32d157837a13c38  kicad-footprints-8.0.2.tar.bz2
ALREADY GOT: 
https://gitlab.com/kicad/libraries/kicad-templates/-/archive/8.0.2/kicad-templates-8.0.2.tar.bz2
20932897d55d49386a1e2431a2aeef5f  kicad-templates-8.0.2.tar.bz2


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


[packages/kicad] Created branch fetchsrc

2024-04-29 Thread baggins
The branch 'fetchsrc' was created pointing to:

 00eb2df... - updated to 8.0.2 (ready for OpenCASCADE 7.8.0)

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


DISTFILES: gnome-software: gnome-software-46.1.tar.xz

2024-04-29 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
https://download.gnome.org/sources/gnome-software/46/gnome-software-46.1.tar.xz
d98833fd2799db7d70c4d58a8196eaf0  gnome-software-46.1.tar.xz
Size: 2574104 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/gnome-software] - up to 46.1

2024-04-29 Thread baggins
commit 18f2624cbf729c0bd9b3905c6ec2bba5683dc7ea
Author: Jan Rękorajski 
Date:   Mon Apr 29 10:10:42 2024 +0200

- up to 46.1

 gnome-software.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-software.spec b/gnome-software.spec
index f70ea27..ab538ea 100644
--- a/gnome-software.spec
+++ b/gnome-software.spec
@@ -17,12 +17,12 @@
 Summary:   GNOME Software - install and update applications and system 
extensions
 Summary(pl.UTF-8): GNOME Software - instalowanie i uaktualnianie aplikacji 
oraz rozszerzeń systemu
 Name:  gnome-software
-Version:   45.3
+Version:   46.1
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
-Source0:   
https://download.gnome.org/sources/gnome-software/45/%{name}-%{version}.tar.xz
-# Source0-md5: 6db44b62c2e764df2832fbeaff660ef4
+Source0:   
https://download.gnome.org/sources/gnome-software/46/%{name}-%{version}.tar.xz
+# Source0-md5: d98833fd2799db7d70c4d58a8196eaf0
 URL:   https://wiki.gnome.org/Apps/Software
 BuildRequires: AppStream-devel >= 0.14.0
 %{?with_packagekit:BuildRequires:  PackageKit-devel >= 1.2.5}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-software.git/commitdiff/18f2624cbf729c0bd9b3905c6ec2bba5683dc7ea

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


[packages/OpenSceneGraph] - disable c++11 override

2024-04-29 Thread baggins
commit fd2cfd7fb75cc033850d7639b2ceccaeed7ac557
Author: Jan Rękorajski 
Date:   Mon Apr 29 10:02:01 2024 +0200

- disable c++11 override

 OpenSceneGraph.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/OpenSceneGraph.spec b/OpenSceneGraph.spec
index 0351c5f..4834725 100644
--- a/OpenSceneGraph.spec
+++ b/OpenSceneGraph.spec
@@ -72,7 +72,7 @@ BuildRequires:xorg-lib-libXrandr-devel
 BuildRequires: zlib-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%definespecflags   -std=c++11
+#definespecflags   -std=c++11
 
 %description
 The Open Scene Graph is a cross-platform C++/OpenGL library for the


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/OpenSceneGraph.git/commitdiff/fd2cfd7fb75cc033850d7639b2ceccaeed7ac557

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


[projects/pld-builder.new] xtables-addons dropped support for kernels 4.x

2024-04-28 Thread baggins
commit 26d1e75500944ea15102ab1be893fdb45ce2
Author: Jan Rękorajski 
Date:   Sun Apr 28 23:16:41 2024 +0200

xtables-addons dropped support for kernels 4.x

 client/rebuild-kernel-packages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/client/rebuild-kernel-packages.py 
b/client/rebuild-kernel-packages.py
index c15a194..599f5b1 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -25,7 +25,7 @@ packages = collections.OrderedDict([
 ('xorg-driver-video-nvidia',  ['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),
 ('xorg-driver-video-nvidia-legacy-390xx', ['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),
 ('zfs',   ['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),
-('xtables-addons',['head', '6.1', '5.15', '5.10', 
'5.4', '4.19']),
+('xtables-addons',['head', '6.1', '5.15', '5.10', 
'5.4']),
 ('vpb-driver',['6.1', '5.15', '5.10', '5.4', 
'4.19']),
 ('lin_tape',  ['5.15', '5.10', '5.4', '4.19']),
 ('WireGuard', ['5.4', '4.19']),


 gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/26d1e75500944ea15102ab1be893fdb45ce2

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


[packages/lttng-modules] - fix building for 4.19.312

2024-04-28 Thread baggins
commit c455c7ad8007b13fa6048e76ab89ac1fad6196f1
Author: Jan Rękorajski 
Date:   Sun Apr 28 22:44:17 2024 +0200

- fix building for 4.19.312

 lttng-modules.spec   |  2 ++
 timer_expire_entry.patch | 48 
 2 files changed, 50 insertions(+)
---
diff --git a/lttng-modules.spec b/lttng-modules.spec
index ad2fb62..c1c7844 100644
--- a/lttng-modules.spec
+++ b/lttng-modules.spec
@@ -18,6 +18,7 @@ Group:Base/Kernel
 Source0:   
https://lttng.org/files/lttng-modules/%{pname}-%{version}.tar.bz2
 # Source0-md5: d84589cceb5a43bef749b48ab57c3860
 Patch0:build.patch
+Patch1:timer_expire_entry.patch
 URL:   https://lttng.org/
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:3.0}
 %{?with_kernelsrc:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-source 
>= 3:3.0}}
@@ -94,6 +95,7 @@ p=`pwd`\
 %setup -qc -n %{name}-%{version}
 cd %{pname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 cd  %{pname}-%{version}
diff --git a/timer_expire_entry.patch b/timer_expire_entry.patch
new file mode 100644
index 000..45794b4
--- /dev/null
+++ b/timer_expire_entry.patch
@@ -0,0 +1,48 @@
+commit b258b549a9bc218a08c102ba54aac2c1d477b45a
+Author: Kienan Stewart 
+Date:   Mon Apr 15 09:25:26 2024 -0400
+
+Fix: timer_expire_entry changed in 4.19.312
+
+See upstream commit:
+
+commit bbb5b1c060d73ca96ccc8cceaa81f5e1a96e8fa4
+Author: Anna-Maria Gleixner 
+Date:   Thu Mar 21 13:09:21 2019 +0100
+
+timer/trace: Improve timer tracing
+
+[ Upstream commit f28d3d5346e97e60c81f933ac89ccf015430e5cf ]
+
+Timers are added to the timer wheel off by one. This is required in
+case a timer is queued directly before incrementing jiffies to 
prevent
+early timer expiry.
+
+When reading a timer trace and relying only on the expiry time of 
the timer
+in the timer_start trace point and on the now in the 
timer_expiry_entry
+trace point, it seems that the timer fires late. With the current
+timer_expiry_entry trace point information only now=jiffies is 
printed but
+not the value of base->clk. This makes it impossible to draw a 
conclusion
+to the index of base->clk and makes it impossible to examine timer 
problems
+without additional trace points.
+
+Therefore add the base->clk value to the timer_expire_entry trace
+point, to be able to calculate the index the timer base is located 
at
+during collecting expired timers.
+
+Change-Id: I2ebdbb637db0966ff51f45bf66916a59a496b50c
+Signed-off-by: Kienan Stewart 
+Signed-off-by: Mathieu Desnoyers 
+
+diff --git a/include/instrumentation/events/timer.h 
b/include/instrumentation/events/timer.h
+index bd21c037..77c4111a 100644
+--- a/include/instrumentation/events/timer.h
 b/include/instrumentation/events/timer.h
+@@ -112,6 +112,7 @@ LTTNG_TRACEPOINT_EVENT(timer_start,
+ #endif
+ 
+ #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,2,0) || \
++  LTTNG_KERNEL_RANGE(4,19,312, 4,20,0) || \
+   LTTNG_RHEL_KERNEL_RANGE(4,18,0,193,0,0, 4,19,0,0,0,0))
+ /**
+  * timer_expire_entry - called immediately before the timer callback


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lttng-modules.git/commitdiff/c455c7ad8007b13fa6048e76ab89ac1fad6196f1

___
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-4.19.tar.xz patch-4.19.312.xz

2024-04-28 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/4.19/linux-4.19.tar.xz
740a90cf810c2105df8ee12e5d0bb900  linux-4.19.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.312.xz
598823e82e4bf5e9f8ef0593b08aa97e  patch-4.19.312.xz
Size: 5995312 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/kernel/LINUX_4_19] - 4.19.312

2024-04-28 Thread baggins
commit a30ade6282e988ef0347ed33822fbf1da3f9b7d9
Author: Jan Rękorajski 
Date:   Sun Apr 28 14:18:13 2024 +0200

- 4.19.312

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 9d652901..264412d4 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -70,7 +70,7 @@
 
 %definerel 1
 %definebasever 4.19
-%definepostver .310
+%definepostver .312
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -126,7 +126,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/4.19/linux-%{basever}.ta
 # Source0-md5: 740a90cf810c2105df8ee12e5d0bb900
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5:  a79a4367c910fe4fcc9fb03c9f1aad6f
+# Patch0-md5:  598823e82e4bf5e9f8ef0593b08aa97e
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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-5.4.tar.xz patch-5.4.274.xz

2024-04-28 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz
ce9b2d974d27408a61c53a30d3f98fb9  linux-5.4.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.4.274.xz
195b1b2c546ef7e1201bb487b1f209d5  patch-5.4.274.xz
Size: 5528956 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/kernel/LINUX_5_4] - 5.4.274

2024-04-28 Thread baggins
commit 874dd9c95ac66b91cb95f0980d1a807762ad1daa
Author: Jan Rękorajski 
Date:   Sun Apr 28 14:15:07 2024 +0200

- 5.4.274

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 469e9e1f..b93997d6 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -69,7 +69,7 @@
 
 %definerel 1
 %definebasever 5.4
-%definepostver .272
+%definepostver .274
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -123,7 +123,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: ce9b2d974d27408a61c53a30d3f98fb9
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  f72e0872ff4aa60e47fbaeff45503f1d
+# Patch0-md5:  195b1b2c546ef7e1201bb487b1f209d5
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

___
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-5.10.tar.xz patch-5.10.215.xz

2024-04-28 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
753adc474bf799d569dec4f165ed92c3  linux-5.10.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.215.xz
44d54019eda6964e81677b1b4fd72b7c  patch-5.10.215.xz
Size: 5754668 bytes


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


  1   2   3   4   5   6   7   8   9   10   >