[packages/xfsprogs] - allow building without libicu

2024-05-06 Thread hawk
commit 52142f2abaa34b5543e161b3494c97e196ac2e15
Author: Marcin Krol 
Date:   Tue May 7 00:54:00 2024 +0200

- allow building without libicu

 xfsprogs.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/xfsprogs.spec b/xfsprogs.spec
index e648dfd..7bda5b0 100644
--- a/xfsprogs.spec
+++ b/xfsprogs.spec
@@ -1,7 +1,8 @@
 #
 # Conditional build:
 %bcond_without debug_asserts
-%bcond_without scrub
+%bcond_without libicu  # libicu (unicode scanning in xfs_scrub)
+%bcond_without scrub   # xfs_scrub utility
 %bcond_without static_libs # static library
 #
 Summary:   Tools for the XFS filesystem
@@ -29,7 +30,7 @@ BuildRequires:inih-devel
 BuildRequires: libblkid-devel
 # without .la file so that -static-libtool-libs won't take libedit.a
 BuildRequires: libedit-devel >= 3.1-1.20191231.1
-BuildRequires: libicu-devel
+%{?with_libicu:BuildRequires:  libicu-devel}
 BuildRequires: libtool
 BuildRequires: libuuid-devel
 BuildRequires: libuuid-static
@@ -140,7 +141,7 @@ msgmerge po/pl.po.upstream po/xfsprogs.pot -o po/pl.po
OPTIMIZER="%{rpmcflags}" \
--enable-editline \
--enable-gettext \
-   --enable-libicu \
+   %{__enable_disable libicu libicu} \
--disable-lto \
%{?with_scrub:--enable-scrub=yes} \
%{__enable_disable static_libs static} \


 gitweb:

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

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


[packages/libcdio-paranoia] - rediffed

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

- rediffed

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


 gitweb:

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

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


[packages/libcdio] - patches from Debian

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

- patches from Debian

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

[packages/cdrtools] - added official mkisofs fix release for 3.01

2024-04-30 Thread hawk
commit d2ae3f65e8d2e679e6636ceabdaf6be211a7cdc3
Author: Marcin Krol 
Date:   Tue Apr 30 17:35:37 2024 +0200

- added official mkisofs fix release for 3.01

 cdrtools-mkisofs-fix.patch | 511 +
 cdrtools.spec  |   4 +-
 2 files changed, 514 insertions(+), 1 deletion(-)
---
diff --git a/cdrtools.spec b/cdrtools.spec
index 766bbdd..7910edb 100644
--- a/cdrtools.spec
+++ b/cdrtools.spec
@@ -6,7 +6,7 @@ Summary(ru.UTF-8):  Программа для записи CD/DVD/BluRay, зап
 Summary(uk.UTF-8): Програма для запису CD/DVD/BluRay, яка запускається з 
командної стрічки
 Name:  cdrtools
 Version:   3.01
-Release:   2
+Release:   3
 Epoch: 5
 License:   GPL v2 (mkisofs), CDDL v1.0 (the rest)
 Group: Applications/System
@@ -17,6 +17,7 @@ Patch2:   %{name}-man.patch
 Patch3:%{name}-make.patch
 Patch4:%{name}-linking.patch
 Patch5:%{name}-revert_sg_io_eperm_failure.patch
+Patch6:%{name}-mkisofs-fix.patch
 URL:   http://cdrtools.sourceforge.net/
 BuildRequires: acl-devel
 BuildRequires: autoconf
@@ -247,6 +248,7 @@ chmod -R u+rw -R .
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 # Remove profiled make files
 %{__rm} -v $(find . -name '*_p.mk')
diff --git a/cdrtools-mkisofs-fix.patch b/cdrtools-mkisofs-fix.patch
new file mode 100644
index 000..0523fdd
--- /dev/null
+++ b/cdrtools-mkisofs-fix.patch
@@ -0,0 +1,511 @@
+--- cdrtools-3.01.orig/mkisofs/diag/isoinfo.c  2015-07-22 20:36:45.0 
+
 cdrtools-3.01/mkisofs/diag/isoinfo.c   2015-11-17 19:35:40.0 
+
+@@ -1,8 +1,8 @@
+-/* @(#)isoinfo.c  1.95 15/07/22 joerg */
++/* @(#)isoinfo.c  1.100 15/11/17 joerg */
+ #include 
+ #ifndef   lint
+ staticUConst char sccsid[] =
+-  "@(#)isoinfo.c  1.95 15/07/22 joerg";
++  "@(#)isoinfo.c  1.100 15/11/17 joerg";
+ #endif
+ /*
+  * File isodump.c - dump iso9660 directory information.
+@@ -148,8 +148,10 @@ LOCAL charer_id[256];
+ LOCAL int su_version = 0;
+ LOCAL int rr_version = 0;
+ LOCAL int aa_version = 0;
++LOCAL int cl_extent = 0;
+ LOCAL int ucs_level = 0;
+ LOCAL BOOLiso9660_inodes = FALSE;
++LOCAL uid_t   myuid;
+ 
+ #ifdefUSE_FIND
+ LOCAL findn_t *find_node; /* syntaxtree from find_parse() */
+@@ -208,6 +210,9 @@ LOCAL  voidextract __PR((char *rootname
+ LOCAL voidextract_file__PR((int f,
+   struct iso_directory_record * idr,
+   char *fname));
++LOCAL voidparse_cl_dir__PR((struct iso_directory_record *idr,
++  int extent));
++LOCAL BOOLparse_de__PR((struct iso_directory_record *idr));
+ LOCAL voidparse_dir   __PR((char * rootname, int extent, int len));
+ LOCAL voidusage   __PR((int excode));
+ EXPORTint main__PR((int argc, char *argv[]));
+@@ -459,7 +464,6 @@ parse_rr(pnt, len, cont_flag)
+   int slen;
+   int xlen;
+   int ncount;
+-  int cl_extent;
+   int pl_extent;
+   int cont_extent, cont_offset, cont_size;
+   int flag1, flag2;
+@@ -469,7 +473,7 @@ parse_rr(pnt, len, cont_flag)
+ 
+   symlinkname[0] = 0;
+ 
+-  cont_extent = cont_offset = cont_size = 0;
++  cl_extent = cont_extent = cont_offset = cont_size = 0;
+ 
+   ncount = 0;
+   flag1 = -1;
+@@ -714,6 +718,7 @@ struct todo
+ };
+ 
+ LOCAL struct todo *todo_idr = NULL;
++LOCAL struct todo **todo_pp = _idr;
+ 
+ LOCAL char*months[12] = {"Jan", "Feb", "Mar", "Apr",
+   "May", "Jun", "Jul",
+@@ -962,8 +967,14 @@ staticBOOLisfirst = TRUE;
+   close(f);
+   return;
+ setmode:
+-  fchmodat(AT_FDCWD, fname, fstat_buf.st_mode, AT_SYMLINK_NOFOLLOW);
+   fchownat(AT_FDCWD, fname, fstat_buf.st_uid, fstat_buf.st_gid, 
AT_SYMLINK_NOFOLLOW);
++  if (myuid != 0 && S_ISDIR(fstat_buf.st_mode)) {
++  /*
++   * Temporary hack until we have a dirstack like star.
++   */
++  fstat_buf.st_mode |= S_IWUSR;
++  }
++  fchmodat(AT_FDCWD, fname, fstat_buf.st_mode, AT_SYMLINK_NOFOLLOW);
+   times[0].tv_sec = fstat_buf.st_atime;
+   times[0].tv_nsec = stat_ansecs(_buf);
+   times[1].tv_sec = fstat_buf.st_mtime;
+@@ -1001,6 +1012,143 @@ extract_file(f, idr, fname)
+   }
+ }
+ 
++
++LOCAL void
++parse_cl_dir(idr, extent)
++  struct iso_directory_record *idr;
++  int extent;
++{
++  charcl_name_buf[256*3];
++
++  strlcpy(cl_name_buf, name_buf, sizeof (cl_name_buf));
++#ifdefUSE_SCG
++  readsecs(extent - sector_offset, idr, 1);
++#else
++  lseek(fileno(infile), ((off_t)(extent - sector_offset)) << 11, 
SEEK_SET);
++

DISTFILES: hwdata: hwdata-0.381.tar.gz

2024-04-30 Thread hawk
Request by: hawk


Files fetched: 1

STORED: https://github.com/vcrhonek/hwdata/archive/v0.381/hwdata-0.381.tar.gz
9db68f209f3393aa5bfa3217d7c890c5  hwdata-0.381.tar.gz
Size: 2416050 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/hwdata] - updated to 0.381

2024-04-30 Thread hawk
commit 2d5a5bd47cc57e317c7d7f9f06dcc05e8717afd1
Author: Marcin Krol 
Date:   Tue Apr 30 12:16:46 2024 +0200

- updated to 0.381

 hwdata.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/hwdata.spec b/hwdata.spec
index ef2b124..8510b00 100644
--- a/hwdata.spec
+++ b/hwdata.spec
@@ -14,13 +14,13 @@
 Summary:   Hardware identification and configuration data
 Summary(pl.UTF-8): Dane do identyfikacji i konfiguracji sprzętu
 Name:  hwdata
-Version:   0.378
+Version:   0.381
 Release:   1
 License:   GPL v2+
 Group: Applications/System
 #Source0Download: https://github.com/vcrhonek/hwdata/releases
 Source0:   
https://github.com/vcrhonek/hwdata/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 14890b995ce88d39b042ca49526c00c6
+# Source0-md5: 9db68f209f3393aa5bfa3217d7c890c5
 URL:   https://github.com/vcrhonek/hwdata
 Obsoletes: ieee-oui < 20131129
 Conflicts: Xconfigurator < 4.9.42-1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hwdata.git/commitdiff/2d5a5bd47cc57e317c7d7f9f06dcc05e8717afd1

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


DISTFILES: pv: pv-1.8.9.tar.gz

2024-04-30 Thread hawk
Request by: hawk


Files fetched: 1

STORED: http://www.ivarch.com/programs/sources/pv-1.8.9.tar.gz
6a6ebd8ec5585c175345f5cc55a5  pv-1.8.9.tar.gz
Size: 330129 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/pv] - updated to 1.8.9

2024-04-30 Thread hawk
commit 553e49b5679bb8e74edccbabc05e0ad5a9f076f3
Author: Marcin Krol 
Date:   Tue Apr 30 12:11:17 2024 +0200

- updated to 1.8.9

 pv.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pv.spec b/pv.spec
index 1b9d3f5..13a43df 100644
--- a/pv.spec
+++ b/pv.spec
@@ -5,12 +5,12 @@
 Summary:   Pipe Viewer - tool for monitoring the progress of data through 
a pipeline
 Summary(pl.UTF-8): Pipe Viewer - monitorowanie przepływu danych przez potok
 Name:  pv
-Version:   1.8.5
+Version:   1.8.9
 Release:   1
 License:   GPL v3+
 Group: Applications
 Source0:   http://www.ivarch.com/programs/sources/%{name}-%{version}.tar.gz
-# Source0-md5: 45136fe0da3bb866d4f1e70e8644a0b0
+# Source0-md5: 6a6ebd8ec5585c175345f5cc55a5
 URL:   http://www.ivarch.com/programs/pv.shtml
 BuildRequires: gettext-tools >= 0.21
 # the unit tests call usleep(1)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pv.git/commitdiff/553e49b5679bb8e74edccbabc05e0ad5a9f076f3

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


DISTFILES: traceroute: traceroute-2.1.5.tar.gz

2024-04-30 Thread hawk
Request by: hawk


Files fetched: 1

STORED: https://downloads.sourceforge.net/traceroute/traceroute-2.1.5.tar.gz
6599a83531ecb31275ff7906349c0970  traceroute-2.1.5.tar.gz
Size: 75453 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/traceroute] - updated to 2.1.5

2024-04-30 Thread hawk
commit d3aa2b3fda8a24f73433f91ca7d985b6ac396f07
Author: Marcin Krol 
Date:   Tue Apr 30 12:08:11 2024 +0200

- updated to 2.1.5

 traceroute.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/traceroute.spec b/traceroute.spec
index f0f9b87..59066f2 100644
--- a/traceroute.spec
+++ b/traceroute.spec
@@ -17,12 +17,12 @@ Summary(tr.UTF-8):  TCP/IP ağlarında paketlerin rotasını 
izler
 Summary(uk.UTF-8): Показує трасу, якою проходять пакети по TCP/IP мережі
 Summary(zh_CN.UTF-8):  [系统]检查网络联通路径的工具
 Name:  traceroute
-Version:   2.1.2
+Version:   2.1.5
 Release:   1
 License:   BSD
 Group: Networking/Utilities
 Source0:   
https://downloads.sourceforge.net/traceroute/%{name}-%{version}.tar.gz
-# Source0-md5: 56fdeed70d922f2545f4f9121234c313
+# Source0-md5: 6599a83531ecb31275ff7906349c0970
 Patch0:%{name}-AI_IDN.patch
 URL:   https://traceroute.sourceforge.net/
 BuildRequires: rpm >= 4.4.9-56


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/traceroute.git/commitdiff/d3aa2b3fda8a24f73433f91ca7d985b6ac396f07

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


[packages/libcgroup] - cgrulesengd requires directory /etc/cgconfig.d to start

2024-04-28 Thread hawk
commit 3be873a1e3a1f340d4e2d6a4197fed7ff5806178
Author: Marcin Krol 
Date:   Sun Apr 28 21:28:05 2024 +

- cgrulesengd requires directory /etc/cgconfig.d to start

 libcgroup.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libcgroup.spec b/libcgroup.spec
index 1399d4b..95fe1b9 100644
--- a/libcgroup.spec
+++ b/libcgroup.spec
@@ -4,7 +4,7 @@ Summary:Tools and library to control and monitor 
control groups
 Summary(pl.UTF-8): Narzędzia i biblioteka do kontrolowania i monitorowania 
grup kontroli
 Name:  libcgroup
 Version:   0.42.2
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: Applications/System
 #Source0Download: https://github.com/libcgroup/libcgroup/releases
@@ -144,7 +144,7 @@ Wiązania Pythona do biblioteki libcgroup.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/sysconfig,%{systemdunitdir}}
+install -d $RPM_BUILD_ROOT{/etc/{cgconfig.d,sysconfig},%{systemdunitdir}}
 
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -237,6 +237,7 @@ fi
 %doc README README_daemon
 %attr(754,root,root) /etc/rc.d/init.d/cgconfig
 %attr(754,root,root) /etc/rc.d/init.d/cgred
+%dir /etc/cgconfig.d
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/cgred
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cg*.conf
 %{systemdunitdir}/cgconfig.service


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcgroup.git/commitdiff/3be873a1e3a1f340d4e2d6a4197fed7ff5806178

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


[packages/chrony] - fix "status" in initscript (don't wait for sleep to finish)

2024-04-28 Thread hawk
commit fe8a98e2a82658ff326a81b5dc446a1603066586
Author: Marcin Krol 
Date:   Sun Apr 28 22:37:40 2024 +0200

- fix "status" in initscript (don't wait for sleep to finish)

 chrony.spec  | 2 +-
 chronyd.init | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/chrony.spec b/chrony.spec
index 6e3fab5..1ada5cd 100644
--- a/chrony.spec
+++ b/chrony.spec
@@ -4,7 +4,7 @@ Summary:An NTP client/server
 Summary(pl.UTF-8): Klient/serwer NTP
 Name:  chrony
 Version:   4.5
-Release:   1
+Release:   2
 License:   GPL v2
 Group: Daemons
 Source0:   http://download.tuxfamily.org/chrony/%{name}-%{version}.tar.gz
diff --git a/chronyd.init b/chronyd.init
index e4ff6e5..45d18ff 100755
--- a/chronyd.init
+++ b/chronyd.init
@@ -40,13 +40,13 @@ $1
 EOF
 chronycpid=$!
 
-# chronyc will hang if the daemon doesn't respond, kill it after 3 s
-   #'
+# chronyc will hang if the daemon doesn't respond, kill it after 3s
 (sleep 3; kill $chronycpid) < /dev/null > /dev/null 2>&1 &
 killerpid=$!
 
 wait $chronycpid >/dev/null 2>&1
-kill $killerpid >/dev/null 2>&1 || echo "chronyd not responding"
+# kill also $killerpid children processes to avoid waiting for "sleep" 
to finish
+kill $killerpid $(cat /proc/$killerpid/task/$killerpid/children) 
>/dev/null 2>&1 || echo "chronyd not responding"
 ) | grep -v '200 OK'
 }
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chrony.git/commitdiff/fe8a98e2a82658ff326a81b5dc446a1603066586

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


DISTFILES: pam-pam_google-authenticator: google-authenticator-libpam-1.10.tar.gz

2024-04-28 Thread hawk
Request by: hawk


Files fetched: 1

STORED: 
https://github.com/google/google-authenticator-libpam/archive/1.10/google-authenticator-libpam-1.10.tar.gz
9c643677d5a1516290bbac91c142f479  
google-authenticator-libpam-1.10.tar.gz
Size: 64409 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/pam-pam_google-authenticator] - updated to 1.10

2024-04-28 Thread hawk
commit a52c31012dae517cf591c92c03030219d859be6c
Author: Marcin Krol 
Date:   Sun Apr 28 17:25:51 2024 +0200

- updated to 1.10

 pam-pam_google-authenticator.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pam-pam_google-authenticator.spec 
b/pam-pam_google-authenticator.spec
index 7984c0d..ad03f47 100644
--- a/pam-pam_google-authenticator.spec
+++ b/pam-pam_google-authenticator.spec
@@ -6,12 +6,12 @@
 
 Summary:   PAM module for One-time passcode support using open standards
 Name:  pam-pam_google-authenticator
-Version:   1.09
+Version:   1.10
 Release:   1
 License:   Apache v2.0
 Group: Libraries
 Source0:   
https://github.com/google/google-authenticator-libpam/archive/%{version}/google-authenticator-libpam-%{version}.tar.gz
-# Source0-md5: c0a5624f53d64f851775fe7e94732651
+# Source0-md5: 9c643677d5a1516290bbac91c142f479
 URL:   https://github.com/google/google-authenticator-libpam
 BuildRequires: autoconf
 BuildRequires: automake


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pam-pam_google-authenticator.git/commitdiff/a52c31012dae517cf591c92c03030219d859be6c

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


DISTFILES: perl-Mail-AuthenticationResults: Mail-AuthenticationResults-2.20231031.tar.gz

2024-04-28 Thread hawk
Request by: hawk


Files fetched: 1

STORED: 
http://www.cpan.org/modules/by-module/Mail/Mail-AuthenticationResults-2.20231031.tar.gz
ebabfd9e0946ca04e9693e3190ee2f2e  
Mail-AuthenticationResults-2.20231031.tar.gz
Size: 32794 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/perl-Mail-AuthenticationResults] - updated to 2.20231031

2024-04-28 Thread hawk
commit 82306ac41453b9b2c0e3e90a00e45aa99f84fa12
Author: Marcin Krol 
Date:   Sun Apr 28 16:45:03 2024 +0200

- updated to 2.20231031

 perl-Mail-AuthenticationResults.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/perl-Mail-AuthenticationResults.spec 
b/perl-Mail-AuthenticationResults.spec
index ff5a42b..3d11689 100644
--- a/perl-Mail-AuthenticationResults.spec
+++ b/perl-Mail-AuthenticationResults.spec
@@ -4,16 +4,15 @@
 #
 %definepdirMail
 %definepnamAuthenticationResults
-%include   /usr/lib/rpm/macros.perl
 Summary:   Mail::AuthenticationResults - Object Oriented 
Authentication-Results Headers
 Name:  perl-Mail-AuthenticationResults
-Version:   1.20180923
+Version:   2.20231031
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/Mail/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: d4ca126d3af0d1b664249f93bdd021f0
+# Source0-md5: ebabfd9e0946ca04e9693e3190ee2f2e
 URL:   https://metacpan.org/release/Mail-AuthenticationResults/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Mail-AuthenticationResults.git/commitdiff/82306ac41453b9b2c0e3e90a00e45aa99f84fa12

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


DISTFILES: perl-Mail-DMARC: Mail-DMARC-1.20240314.tar.gz

2024-04-28 Thread hawk
Request by: hawk


Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Mail/Mail-DMARC-1.20240314.tar.gz
ecd5055af5262b65872b47ab86956fb9  Mail-DMARC-1.20240314.tar.gz
Size: 804792 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/perl-Mail-DMARC] - updated to 1.20240314

2024-04-28 Thread hawk
commit d2ae90b0f4a203356a651bb0167559558efae8a0
Author: Marcin Krol 
Date:   Sun Apr 28 16:32:27 2024 +0200

- updated to 1.20240314

 perl-Mail-DMARC.spec | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Mail-DMARC.spec b/perl-Mail-DMARC.spec
index 7411b40..a6a4b44 100644
--- a/perl-Mail-DMARC.spec
+++ b/perl-Mail-DMARC.spec
@@ -6,13 +6,13 @@
 %definepnamDMARC
 Summary:   Mail::DMARC - Perl implementation of DMARC
 Name:  perl-Mail-DMARC
-Version:   1.20230215
+Version:   1.20240314
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/Mail/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: c319eaaad4630dae8b919d10cd376afd
+# Source0-md5: ecd5055af5262b65872b47ab86956fb9
 URL:   https://metacpan.org/release/Mail-DMARC
 BuildRequires: perl-Module-Build
 BuildRequires: perl-devel >= 1:5.8.0
@@ -28,9 +28,11 @@ BuildRequires:   perl-DBD-SQLite >= 1.31
 BuildRequires: perl-Email-MIME
 BuildRequires: perl-Email-Sender >= 1.300032
 BuildRequires: perl-Email-Simple
+BuildRequires: perl-File-Copy-Recursive
 BuildRequires: perl-File-ShareDir >= 1.00
 BuildRequires: perl-IO-Socket-SSL
 BuildRequires: perl-Net-DNS
+BuildRequires: perl-Net-DNS-Resolver-Mock
 BuildRequires: perl-Net-IP
 BuildRequires: perl-Net-SSLeay
 BuildRequires: perl-Regexp-Common >= 2013031301


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Mail-DMARC.git/commitdiff/d2ae90b0f4a203356a651bb0167559558efae8a0

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


DISTFILES: perl-Net-DNS-Resolver-Mock: Net-DNS-Resolver-Mock-1.20230216.tar.gz

2024-04-28 Thread hawk
Request by: hawk


Files fetched: 1

STORED: 
http://www.cpan.org/modules/by-module/Net/Net-DNS-Resolver-Mock-1.20230216.tar.gz
d191b6b1eb40497024988f500fe65ed4  
Net-DNS-Resolver-Mock-1.20230216.tar.gz
Size: 11264 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/perl-Net-DNS-Resolver-Mock] - updated to 1.20230216

2024-04-28 Thread hawk
commit a15eb0e371e5f02db33e75617a965bd05966af6d
Author: Marcin Krol 
Date:   Sun Apr 28 16:28:00 2024 +0200

- updated to 1.20230216

 perl-Net-DNS-Resolver-Mock.spec | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/perl-Net-DNS-Resolver-Mock.spec b/perl-Net-DNS-Resolver-Mock.spec
index faace52..51be3e7 100644
--- a/perl-Net-DNS-Resolver-Mock.spec
+++ b/perl-Net-DNS-Resolver-Mock.spec
@@ -4,16 +4,15 @@
 #
 %definepdirNet
 %definepnamDNS-Resolver-Mock
-%include   /usr/lib/rpm/macros.perl
 Summary:   Net::DNS::Resolver::Mock - Mock a DNS Resolver object for 
testing
 Name:  perl-Net-DNS-Resolver-Mock
-Version:   1.20171219
-Release:   2
+Version:   1.20230216
+Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/Net/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: a63fbe22f39676df034e02486b3d3f83
+# Source0-md5: d191b6b1eb40497024988f500fe65ed4
 URL:   https://metacpan.org/release/Net-DNS-Resolver-Mock/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Net-DNS-Resolver-Mock.git/commitdiff/a15eb0e371e5f02db33e75617a965bd05966af6d

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


DISTFILES: perl-Email-Sender: Email-Sender-2.601.tar.gz

2024-04-28 Thread hawk
Request by: hawk


Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Email/Email-Sender-2.601.tar.gz
20aed58073155ac38530b3d64eb73379  Email-Sender-2.601.tar.gz
Size: 53312 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/perl-Email-Sender] - updated to 2.601

2024-04-28 Thread hawk
commit e3bea7b2e3341be866d0b2dadca6f44993abfbf2
Author: Marcin Krol 
Date:   Sun Apr 28 15:12:18 2024 +0200

- updated to 2.601

 perl-Email-Sender.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/perl-Email-Sender.spec b/perl-Email-Sender.spec
index c3ddad5..96ad78f 100644
--- a/perl-Email-Sender.spec
+++ b/perl-Email-Sender.spec
@@ -8,13 +8,13 @@
 %definepnamSender
 Summary:   Email::Sender - a library for sending email
 Name:  perl-Email-Sender
-Version:   1.300030
-Release:   2
+Version:   2.601
+Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/Email/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 3a0c24feba2e8ba89c30f9d95beae74b
+# Source0-md5: 20aed58073155ac38530b3d64eb73379
 URL:   https://github.com/rjbs/Email-Sender
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -26,6 +26,7 @@ BuildRequires:perl(Moo) >= 1.08
 BuildRequires: perl(MooX::Types::MooseLike) >= 0.15
 BuildRequires: perl(MooX::Types::MooseLike::Base)
 BuildRequires: perl(Throwable::Error) >= 0.23
+BuildRequires: perl-Class-Method-Modifiers
 BuildRequires: perl-Email-Address
 BuildRequires: perl-List-MoreUtils
 BuildRequires: perl-Module-Runtime


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Email-Sender.git/commitdiff/e3bea7b2e3341be866d0b2dadca6f44993abfbf2

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


DISTFILES: perl-Mail-DKIM: Mail-DKIM-1.20240124.tar.gz

2024-04-28 Thread hawk
Request by: hawk


Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Mail/Mail-DKIM-1.20240124.tar.gz
3b4eddd1f49f866020ad6d5b55cb404f  Mail-DKIM-1.20240124.tar.gz
Size: 183426 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/perl-Mail-DKIM] - updated to 1.20240124

2024-04-28 Thread hawk
commit 31d138d48ec40fd05afe5b46549a3a8053d6390e
Author: Marcin Krol 
Date:   Sun Apr 28 14:39:45 2024 +0200

- updated to 1.20240124

 perl-Mail-DKIM.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/perl-Mail-DKIM.spec b/perl-Mail-DKIM.spec
index 10e13d5..a5e28b5 100644
--- a/perl-Mail-DKIM.spec
+++ b/perl-Mail-DKIM.spec
@@ -7,13 +7,13 @@
 Summary:   Mail::DKIM - Signs/verifies Internet mail with DKIM/DomainKey 
signatures
 Summary(pl.UTF-8): Mail::DKIM - podpisywanie/sprawdzanie poczty przy 
użyciu podpisów DKIM/DomainKey
 Name:  perl-Mail-DKIM
-Version:   0.58
+Version:   1.20240124
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/Mail/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 9b03bcd334cbf22a93fd94af9935e11b
+# Source0-md5: 3b4eddd1f49f866020ad6d5b55cb404f
 URL:   http://search.cpan.org/dist/Mail-DKIM/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -75,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog Changes README.md TODO
+%doc Changes README.md TODO
 %{perl_vendorlib}/Mail/*.pm
 %{perl_vendorlib}/Mail/DKIM
 %{_mandir}/man3/*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Mail-DKIM.git/commitdiff/31d138d48ec40fd05afe5b46549a3a8053d6390e

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


DISTFILES: perl-Mail-SPF: Mail-SPF-3.20240206.tar.gz

2024-04-28 Thread hawk
Request by: hawk


Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Mail/Mail-SPF-3.20240206.tar.gz
da1b4b35241de31553bc00626db90c12  Mail-SPF-3.20240206.tar.gz
Size: 76892 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/perl-Mail-SPF] - updated to 3.20240206

2024-04-28 Thread hawk
commit 506320a077e61bc9e954bcb5a3a2afdd1f44c7dc
Author: Marcin Krol 
Date:   Sun Apr 28 14:36:17 2024 +0200

- updated to 3.20240206

 perl-Mail-SPF.spec | 16 +++-
 tests-fix.patch| 10 +-
 2 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/perl-Mail-SPF.spec b/perl-Mail-SPF.spec
index 1ab86cb..cb55869 100644
--- a/perl-Mail-SPF.spec
+++ b/perl-Mail-SPF.spec
@@ -7,13 +7,13 @@
 Summary:   Mail::SPF - Mail Sender Authentication
 Summary(pl.UTF-8): Mail::SPF - uwierzytelnianie wysyłającego pocztę
 Name:  perl-Mail-SPF
-Version:   2.9.0
-Release:   4
+Version:   3.20240206
+Release:   1
 # "same as perl"
 License:   GPL or Artistic
 Group: Development/Languages/Perl
-Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-v%{version}.tar.gz
-# Source0-md5: 664e20d79c87fa505080f362e827dace
+Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: da1b4b35241de31553bc00626db90c12
 Patch0:tests-fix.patch
 URL:   http://search.cpan.org/dist/Mail-SPF/
 BuildRequires: perl-Module-Build
@@ -43,13 +43,14 @@ jeszcze wszystkich dodatkowych możliwości oczekiwanych od 
praktycznej
 implementacji SPF.
 
 %prep
-%setup -q -n %{pdir}-%{pnam}-v%{version}
+%setup -q -n %{pdir}-%{pnam}-%{version}
 %patch0 -p1
 
 # These tests mess around with resolv.conf and networking
 # that are not present on builders
 %{__rm} t/00.04-class-server.t t/00.05-class-macrostring.t
 
+
 %build
 %{__perl} Makefile.PL \
INSTALLDIRS=vendor
@@ -64,6 +65,11 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} pure_install \
DESTDIR=$RPM_BUILD_ROOT
 
+# Move spfd from /usr/bin to /usr/sbin to keep path same
+# as in older versions, note: needs spfd-path.patch!
+install -d $RPM_BUILD_ROOT%{_sbindir}
+%{__mv} $RPM_BUILD_ROOT%{_bindir}/spfd $RPM_BUILD_ROOT%{_sbindir}/
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
diff --git a/tests-fix.patch b/tests-fix.patch
index 9fa63d5..dae51f3 100644
--- a/tests-fix.patch
+++ b/tests-fix.patch
@@ -1,13 +1,13 @@
-diff -ur Mail-SPF-v2.9.0.orig/lib/Mail/SPF/Util.pm 
Mail-SPF-v2.9.0/lib/Mail/SPF/Util.pm
 Mail-SPF-v2.9.0.orig/lib/Mail/SPF/Util.pm  2013-07-22 03:52:31.0 
+
-+++ Mail-SPF-v2.9.0/lib/Mail/SPF/Util.pm   2018-05-28 18:23:46.047830651 
+
+diff -ur Mail-SPF-3.20240206.orig/lib/Mail/SPF/Util.pm 
Mail-SPF-3.20240206/lib/Mail/SPF/Util.pm
+--- Mail-SPF-3.20240206.orig/lib/Mail/SPF/Util.pm  2024-02-06 
03:12:51.0 +0100
 Mail-SPF-3.20240206/lib/Mail/SPF/Util.pm   2024-04-28 14:12:16.939141473 
+0200
 @@ -155,9 +155,9 @@
  throws I
  
  Returns the given I IPv4 or IPv6 address compactly formatted as a
--I.  For IPv4 addresses, this is equivalent to calling L< NetAddr::IP's
+-I.  For IPv4 addresses, this is equivalent to calling L |NetAddr::IP/addr> method.  For IPv6 addresses, this is equivalent to
--calling L< NetAddr::IP's C |NedAddr::IP/short> method.  Throws a
+-calling L |NedAddr::IP/short> method.  Throws a
 +I.  For IPv4 addresses, this is equivalent to calling L's
 +C method.  For IPv6 addresses, this is equivalent to
 +calling L's C method.  Throws a


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Mail-SPF.git/commitdiff/506320a077e61bc9e954bcb5a3a2afdd1f44c7dc

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


DISTFILES: perl-Mozilla-CA: Mozilla-CA-20240313.tar.gz

2024-04-28 Thread hawk
Request by: hawk


Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Mozilla/Mozilla-CA-20240313.tar.gz
e4b76277c8a93ed894814e00db6d59ca  Mozilla-CA-20240313.tar.gz
Size: 149129 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/perl-Mozilla-CA] - updated to 20240313

2024-04-28 Thread hawk
commit ef3bb27cc26ca27ee82e62fdba534e947fe0d8f4
Author: Marcin Krol 
Date:   Sun Apr 28 14:02:04 2024 +0200

- updated to 20240313

 perl-Mozilla-CA.spec |  6 +--
 system-ca-certificates.patch | 99 +++-
 2 files changed, 36 insertions(+), 69 deletions(-)
---
diff --git a/perl-Mozilla-CA.spec b/perl-Mozilla-CA.spec
index 05e79b7..4ae7ce1 100644
--- a/perl-Mozilla-CA.spec
+++ b/perl-Mozilla-CA.spec
@@ -9,12 +9,12 @@ Summary(pl.UTF-8):Mozilla::CA - pakiet certyfikatów CA 
Mozilli w formacie PEM
 Name:  perl-Mozilla-CA
 # although upsream has new releases, there is no benefit of that other than
 # feeling library is fresh, as we do not use certs provided by this module.
-Version:   20200520
+Version:   20240313
 Release:   1
 License:   MPL v2.0
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/Mozilla/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 8ac3fe1a83c45da3f468f78ab8133ea6
+# Source0-md5: e4b76277c8a93ed894814e00db6d59ca
 Patch0:system-ca-certificates.patch
 URL:   http://search.cpan.org/dist/Mozilla-CA/
 BuildRequires: perl-devel >= 1:5.8.0
@@ -38,7 +38,7 @@ biblioteki oparte na OpenSSL.
 %patch0 -p1
 
 # Do not distribute Mozilla downloader, we take certificates from 
ca-certificates package
-%{__rm} mk-ca-bundle.pl
+%{__rm} maint/mk-ca-bundle.pl
 sed -i '/^mk-ca-bundle.pl$/d' MANIFEST
 
 %build
diff --git a/system-ca-certificates.patch b/system-ca-certificates.patch
index cdf6d1c..c4d8bdc 100644
--- a/system-ca-certificates.patch
+++ b/system-ca-certificates.patch
@@ -1,76 +1,43 @@
-PLD Linux change (Elan Ruusamäe ):
-use /etc/certs/ca-certificates.crt instead of /etc/pki/tls/certs/ca-bundle.crt
-
-From ae8af24d6d935b2824ad955aa9ea8cc557089c77 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
-Date: Fri, 16 Sep 2011 10:33:54 +0200
-Subject: [PATCH] Redirect to ca-certificates bundle
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This patch replaces Mozilla-CA certificate bundle with bundle
-delivered by ca-certificates RPM package used as single source of
-Mozilla certificate bundle.
-
-See  for more
-details.
-
-Signed-off-by: Petr Písař 

- MANIFEST  | 1 -
- Makefile.PL   | 8 
- lib/Mozilla/CA.pm | 8 +---
- 3 files changed, 9 insertions(+), 8 deletions(-)
-
-diff --git a/MANIFEST b/MANIFEST
-index a88847b..6577ede 100644
 a/MANIFEST
-+++ b/MANIFEST
-@@ -1,5 +1,4 @@
- lib/Mozilla/CA.pm
--lib/Mozilla/CA/cacert.pem
- Makefile.PL
- MANIFEST  This list of files
- README
-diff --git a/Makefile.PL b/Makefile.PL
-index 2b10474..57f2f07 100644
 a/Makefile.PL
-+++ b/Makefile.PL
-@@ -40,3 +40,11 @@ BEGIN {
- ExtUtils::MakeMaker::WriteMakefile(%arg);
- };
- }
-+
-+package MY;
-+sub MY::libscan {
-+my $name = shift->SUPER::libscan(@_);
-+# Remove private certificate bundle
-+if ($name =~ /cacert.pem\z/) { $name = '' };
-+return $name;
-+}
-diff --git a/lib/Mozilla/CA.pm b/lib/Mozilla/CA.pm
-index 050a494..c9f7dc8 100644
 a/lib/Mozilla/CA.pm
-+++ b/lib/Mozilla/CA.pm
-@@ -3,16 +3,10 @@ package Mozilla::CA;
- use strict;
- our $VERSION = '20141217';
+diff -ur Mozilla-CA-20240313.orig/lib/Mozilla/CA.pm 
Mozilla-CA-20240313/lib/Mozilla/CA.pm
+--- Mozilla-CA-20240313.orig/lib/Mozilla/CA.pm 2024-03-13 16:18:29.0 
+0100
 Mozilla-CA-20240313/lib/Mozilla/CA.pm  2024-04-28 13:58:14.003894710 
+0200
+@@ -5,11 +5,9 @@
+ our $VERSION = '20240313';
  
--use Cwd ();
  use File::Spec ();
 -use File::Basename qw(dirname);
  
  sub SSL_ca_file {
 -my $file = File::Spec->catfile(dirname(__FILE__), "CA", "cacert.pem");
--if (!File::Spec->file_name_is_absolute($file)) {
--  $file = File::Spec->catfile(Cwd::cwd(), $file);
--}
--return $file;
+-return File::Spec->rel2abs($file);
 +return File::Spec->catfile('/etc/certs/ca-certificates.crt');
  }
  
  1;
--- 
-1.9.3
-
+diff -ur Mozilla-CA-20240313.orig/Makefile.PL Mozilla-CA-20240313/Makefile.PL
+--- Mozilla-CA-20240313.orig/Makefile.PL   2024-03-13 16:18:29.0 
+0100
 Mozilla-CA-20240313/Makefile.PL2024-04-28 13:59:39.417034408 +0200
+@@ -89,4 +89,12 @@
+   if $eumm_version < 6.51_03;
+ 
+ ExtUtils::MakeMaker::WriteMakefile(%MM_ARGS);
++
++package MY;
++sub MY::libscan {
++my $name = shift->SUPER::libscan(@_);
++# Remove private certificate bundle
++if ($name =~ /cacert.pem\z/) { $name = '' };
++return $name;
++}
+ ## END BOILERPLATE ###
+diff -ur Mozilla-CA-20240313.orig/MANIFEST Mozilla-CA-20240313/MANIFEST
+--- Mozilla-CA-20240313.orig/MANIFEST  2024-03-13 16:18:29.0 +0100
 Mozilla-CA-20240313/MANIFEST   2024-04-28 13:57:03.726956967 +0200
+@@ -1,7 +1,6 @@
+ .editorconfig
+ 

[packages/sysstat] - allow packaging on systems without systemd

2024-04-27 Thread hawk
commit e68ea845a2b40f8567b6d45b345d7a936f4a5d51
Author: Marcin Krol 
Date:   Sat Apr 27 20:05:23 2024 +0200

- allow packaging on systems without systemd

 sysstat.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/sysstat.spec b/sysstat.spec
index 0236fb2..143a04a 100644
--- a/sysstat.spec
+++ b/sysstat.spec
@@ -1,3 +1,4 @@
+%bcond_without systemd # systemd
 #
 # Fix or remove  install.patch (seems systemd files are installed now)
 Summary:   The sar and iostat system monitoring commands
@@ -164,12 +165,14 @@ fi
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/cron.d/sysstat
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/sysconfig/sysstat
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/sysconfig/sysstat.ioconf
+%if %{with systemd}
 %{systemdunitdir}/sysstat.service
 %{systemdunitdir}/sysstat-collect.service
 %{systemdunitdir}/sysstat-collect.timer
 %{systemdunitdir}/sysstat-summary.service
 %{systemdunitdir}/sysstat-summary.timer
 %{systemdunitdir}-sleep/sysstat.sleep
+%endif
 %{_mandir}/man1/cifsiostat.1*
 %{_mandir}/man1/iostat.1*
 %{_mandir}/man1/mpstat.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sysstat.git/commitdiff/e68ea845a2b40f8567b6d45b345d7a936f4a5d51

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


[packages/lxsession] - remove dpkg code (patch from Debian), disable notify, segfaults when built with libayatana-appin

2024-04-27 Thread hawk
commit 5ca9e8081734434ace8e9934b2f830d20f04b144
Author: Marcin Krol 
Date:   Sat Apr 27 17:57:13 2024 +0200

- remove dpkg code (patch from Debian), disable notify, segfaults when
  built with libayatana-appindicator 0.5.5

 lxsession.spec |   6 +-
 no-dpkg.patch  | 738 +
 2 files changed, 742 insertions(+), 2 deletions(-)
---
diff --git a/lxsession.spec b/lxsession.spec
index 23237c4..7208ed8 100644
--- a/lxsession.spec
+++ b/lxsession.spec
@@ -1,19 +1,20 @@
 #
 # Conditional build:
 %bcond_without gtk3# use GTK+3 instead of GTK+2
-%bcond_without notify  # libnotify/indicators based notification
+%bcond_withnotify  # libnotify/indicators based notification
 
 Summary:   Default session manager for LXDE
 Summary(pl.UTF-8): Domyślny zarząda sesji dla LXDE
 Name:  lxsession
 Version:   0.5.5
-Release:   3
+Release:   4
 License:   GPL v2+
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz
 # Source0-md5: e8380acef215ee7c99c067a2241c2c7b
 Patch0:libayatana.patch
 Patch1:no-keyring.patch
+Patch2:no-dpkg.patch
 URL:   http://www.lxde.org/
 BuildRequires: dbus-devel
 BuildRequires: dbus-glib-devel
@@ -69,6 +70,7 @@ uruchomić je ponownie przy kolejnym zalogowaniu tego 
użytkownika.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
diff --git a/no-dpkg.patch b/no-dpkg.patch
new file mode 100644
index 000..4946b30
--- /dev/null
+++ b/no-dpkg.patch
@@ -0,0 +1,738 @@
+Author: Andriy Grytsenko 
+Description: Remove all dpkg related code from lxsession, it's forbidden by 
the Debian policy.
+
+diff -urNp -x '*.orig' lxsession-0.5.5.org/lxsession/app.vala 
lxsession-0.5.5/lxsession/app.vala
+--- lxsession-0.5.5.org/lxsession/app.vala 2024-04-27 17:55:56.230210370 
+0200
 lxsession-0.5.5/lxsession/app.vala 2024-04-27 17:55:56.306211412 +0200
+@@ -1125,534 +1125,6 @@ public class ScreenshotManagerApp: Simpl
+ }
+ }
+ 
+-public class UpdatesManagerApp: SimpleAppObject
+-{
+-string updatesmanager_command;
+-
+-IconObject updates_icon;
+-MenuObject icon_menu;
+-
+-IconObject language_icon;
+-
+-IconObject reboot_icon;
+-
+-string apt_update_path = "/var/lib/apt/periodic/update-success-stamp";
+-GLib.File apt_update_file ;
+-GLib.FileMonitor apt_update_monitor ;
+-
+-string dpkg_update_path = "/var/lib/dpkg/status";
+-GLib.File dpkg_update_file ;
+-GLib.FileMonitor dpkg_update_monitor ;
+-
+-string dpkg_run_path = "/var/lib/update-notifier/dpkg-run-stamp";
+-GLib.File dpkg_run_file ;
+-GLib.FileMonitor dpkg_run_monitor ;
+-
+-string apt_lists_update_path = "/var/lib/apt/lists";
+-GLib.File apt_lists_update_file ;
+-GLib.FileMonitor apt_lists_update_monitor ;
+-
+-string reboot_path = "/var/run/reboot-required";
+-GLib.File reboot_file ;
+-GLib.FileMonitor reboot_monitor ;
+-
+-string dpkg_lock_file = "/var/lib/dpkg/lock";
+-
+-int lock_check = 0;
+-
+-public UpdatesManagerApp ()
+-{
+-init();
+-}
+-
+-public override void read_settings()
+-{
+-updatesmanager_command = global_settings.get_item_string("Session", 
"updates_manager", "command");
+-
+-switch (updatesmanager_command)
+-{
+-case null:
+-break;
+-case "":
+-break;
+-case " ":
+-break;
+-case "update-notifier-clone":
+-setup_apt_config();
+-setup_reboot_config();
+-run_check();
+-break;
+-default:
+-string[] create_command = updatesmanager_command.split_set(" 
",0);
+-this.name = create_command[0];
+-this.command = create_command;
+-break;
+-}
+-}
+-
+-public void test_inactivate()
+-{
+-updates_icon.inactivate();
+-}
+-
+-public void test_activate()
+-{
+-updates_icon.activate();
+-}
+-
+-public void run_check()
+-{
+-if (this.lock_check == 0)
+-{
+-if (check_lock_file(dpkg_lock_file) == true)
+-{
+-this.lock_check = 1;
+-int timeout = 60;
+-if (global_settings.get_item_string("Session", 
"updates_manager", "timeout") != null)
+-{
+-timeout = 
int.parse(global_settings.get_item_string("Session", "updates_manager", 
"timeout"));
+-}
+-GLib.Timeout.add_seconds(timeout, on_apt_update_file_change);
+-}
+-}
+-}
+-
+-public void reboot_launch()
+-{
+-var session = new SessionObject();
+-session.lxsession_restart();
+-}
+-
+-public void run_check_reboot()
+-{
+-

[packages/tigervnc] - BR xorg-proto-compositeproto-devel => 0.4

2024-04-27 Thread hawk
commit b3e891432a5ea5110dc0dcb6fd09b48bf673b783
Author: Marcin Krol 
Date:   Sat Apr 27 12:40:54 2024 +0200

- BR xorg-proto-compositeproto-devel => 0.4

 tigervnc.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tigervnc.spec b/tigervnc.spec
index ea234cf..e2e26a0 100644
--- a/tigervnc.spec
+++ b/tigervnc.spec
@@ -80,6 +80,7 @@ BuildRequires:xorg-lib-libxkbfile-devel
 BuildRequires: xorg-lib-libxshmfence-devel >= 1.1
 BuildRequires: xorg-lib-xtrans-devel >= 1.3.5
 BuildRequires: xorg-proto-bigreqsproto-devel >= 1.1.0
+BuildRequires: xorg-proto-compositeproto-devel => 0.4
 BuildRequires: xorg-proto-damageproto-devel >= 1.1
 BuildRequires: xorg-proto-dri2proto-devel >= 2.8
 BuildRequires: xorg-proto-dri3proto-devel >= 1.2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tigervnc.git/commitdiff/b3e891432a5ea5110dc0dcb6fd09b48bf673b783

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


[packages/tigervnc] - allow building without H264 support, allow building on systems w/o systemd

2024-04-27 Thread hawk
commit 1020d79569112f6f2f16c7712b655821181a0021
Author: Marcin Krol 
Date:   Sat Apr 27 12:31:12 2024 +0200

- allow building without H264 support, allow building on systems w/o systemd

 tigervnc.spec | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/tigervnc.spec b/tigervnc.spec
index 6e63419..ea234cf 100644
--- a/tigervnc.spec
+++ b/tigervnc.spec
@@ -1,3 +1,6 @@
+%bcond_without h264# H264 support
+%bcond_without systemd # systemd
+
 %definexversion1.21.0
 
 Summary:   A TigerVNC remote display system
@@ -24,7 +27,7 @@ BuildRequires:Mesa-dri-devel >= 7.8.1
 BuildRequires: cpp
 BuildRequires: cmake >= 3.10.0
 # libavcodec libavutil libswscale
-BuildRequires: ffmpeg-devel
+%{?with_h264:BuildRequires:ffmpeg-devel}
 BuildRequires: fltk-devel
 BuildRequires: gettext-tools
 BuildRequires: gnutls-devel
@@ -49,7 +52,7 @@ BuildRequires:perl-base
 BuildRequires: pixman-devel >= 0.27.2
 BuildRequires: pkgconfig >= 1:0.19
 BuildRequires: rpmbuild(macros) >= 1.647
-BuildRequires: systemd-devel >= 1:209
+%{?with_systemd:BuildRequires: systemd-devel >= 1:209}
 BuildRequires: xorg-app-mkfontscale
 BuildRequires: xorg-font-font-util >= 1.1
 BuildRequires: xorg-lib-libX11-devel
@@ -197,6 +200,7 @@ cd unix/xserver
 
 %build
 %cmake . \
+   %{!?with_h264:-DENABLE_H264=OFF} \
-DCMAKE_INSTALL_UNITDIR=%{systemdunitdir}
 %{__make}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tigervnc.git/commitdiff/1020d79569112f6f2f16c7712b655821181a0021

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


PLD-doc: uid_gid.db.txt - uid/gid for MySQL Router from mysql

2024-04-26 Thread hawk
Author: hawk Date: Fri Apr 26 20:29:48 2024 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- uid/gid for MySQL Router from mysql

 Files affected:
PLD-doc:
   uid_gid.db.txt (1.416 -> 1.417) 

 Diffs:


Index: PLD-doc/uid_gid.db.txt
diff -u PLD-doc/uid_gid.db.txt:1.416 PLD-doc/uid_gid.db.txt:1.417
--- PLD-doc/uid_gid.db.txt:1.416Mon Mar  6 19:18:24 2023
+++ PLD-doc/uid_gid.db.txt  Fri Apr 26 22:29:43 2024
@@ -380,6 +380,7 @@
 345libstoragemgmt  libstoragemgmt
 346dkimpy-milter   python-dkimpy-milterdkimpy-milter daemon
 347rrdcached   rrdtool-cached  rrdcached daemon
+348mysqlrouter mysql   MySQL Router
 
 501pykota  pykota
 


 CVS-web:
http://cvs.pld-linux.org/PLD-doc/uid_gid.db.txt?r1=1.416=1.417

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


[packages/telnet] - rediffed

2024-04-26 Thread hawk
commit 6ef7428cc565f115a0983823f6380fc94530d5fe
Author: Marcin Krol 
Date:   Fri Apr 26 18:04:10 2024 +0200

- rediffed

 netkit-telnet-cpp.patch | 65 +++--
 1 file changed, 36 insertions(+), 29 deletions(-)
---
diff --git a/netkit-telnet-cpp.patch b/netkit-telnet-cpp.patch
index fd6fcb7..af99723 100644
--- a/netkit-telnet-cpp.patch
+++ b/netkit-telnet-cpp.patch
@@ -1,6 +1,7 @@
 netkit-telnet-0.17/telnet/main.cc~ Sun Aug  1 07:06:37 1999
-+++ netkit-telnet-0.17/telnet/main.cc  Sat Dec 15 10:06:07 2001
-@@ -46,6 +46,7 @@
+diff -urNp -x '*.orig' netkit-telnet-0.17.org/telnet/main.cc 
netkit-telnet-0.17/telnet/main.cc
+--- netkit-telnet-0.17.org/telnet/main.cc  1999-08-01 07:06:37.0 
+0200
 netkit-telnet-0.17/telnet/main.cc  2024-04-26 18:03:57.359009018 +0200
+@@ -46,6 +46,7 @@ char main_rcsid[] =
  #include 
  #include 
  #include 
@@ -8,9 +9,22 @@
  
  #include "ring.h"
  #include "externs.h"
 netkit-telnet-0.17/telnet/network.cc~  Tue Aug 13 10:09:58 1996
-+++ netkit-telnet-0.17/telnet/network.cc   Sat Dec 15 10:08:17 2001
-@@ -42,6 +42,7 @@
+diff -urNp -x '*.orig' netkit-telnet-0.17.org/telnet/netlink.cc 
netkit-telnet-0.17/telnet/netlink.cc
+--- netkit-telnet-0.17.org/telnet/netlink.cc   2024-04-26 18:03:57.311008385 
+0200
 netkit-telnet-0.17/telnet/netlink.cc   2024-04-26 18:03:57.359009018 
+0200
+@@ -8,6 +8,8 @@
+ #include 
+ #include 
+ #include 
++#include 
++
+ #include "netlink.h"
+ #include "proto.h"
+ #include "ring.h"
+diff -urNp -x '*.orig' netkit-telnet-0.17.org/telnet/network.cc 
netkit-telnet-0.17/telnet/network.cc
+--- netkit-telnet-0.17.org/telnet/network.cc   1996-08-13 10:09:58.0 
+0200
 netkit-telnet-0.17/telnet/network.cc   2024-04-26 18:03:57.359009018 
+0200
+@@ -42,6 +42,7 @@ char net_rcsid[] =
  #include 
  #include 
  #include 
@@ -18,10 +32,11 @@
  
  #include "ring.h"
  #include "defines.h"
 netkit-telnet-0.17/telnet/ring.h~  Tue Aug 13 10:43:28 1996
-+++ netkit-telnet-0.17/telnet/ring.h   Sat Dec 15 10:11:10 2001
+diff -urNp -x '*.orig' netkit-telnet-0.17.org/telnet/ring.h 
netkit-telnet-0.17/telnet/ring.h
+--- netkit-telnet-0.17.org/telnet/ring.h   1996-08-13 10:43:28.0 
+0200
 netkit-telnet-0.17/telnet/ring.h   2024-04-26 18:03:57.359009018 +0200
 @@ -34,6 +34,8 @@
-  *$Id$
+  *$Id: ring.h,v 1.13 1996/08/13 08:43:28 dholland Exp $
   */
  
 +#undef printf
@@ -29,9 +44,10 @@
  class datasink {
   public:
  virtual ~datasink() {}
 netkit-telnet-0.17/telnet/telnet.cc~   Sun Jul 23 05:24:53 2000
-+++ netkit-telnet-0.17/telnet/telnet.ccSat Dec 15 10:24:25 2001
-@@ -67,6 +67,8 @@
+diff -urNp -x '*.orig' netkit-telnet-0.17.org/telnet/telnet.cc 
netkit-telnet-0.17/telnet/telnet.cc
+--- netkit-telnet-0.17.org/telnet/telnet.cc2000-07-23 05:24:53.0 
+0200
 netkit-telnet-0.17/telnet/telnet.cc2024-04-26 18:03:57.359009018 
+0200
+@@ -67,6 +67,8 @@ char telnet_rcsid[] =
  #include 
  #endif
  
@@ -40,9 +56,10 @@
  
  #define   strip(x)((x)&0x7f)
  
 netkit-telnet-0.17/telnet/terminal.cc~ Sun Dec 12 20:48:05 1999
-+++ netkit-telnet-0.17/telnet/terminal.cc  Sat Dec 15 10:26:04 2001
-@@ -45,6 +45,8 @@
+diff -urNp -x '*.orig' netkit-telnet-0.17.org/telnet/terminal.cc 
netkit-telnet-0.17/telnet/terminal.cc
+--- netkit-telnet-0.17.org/telnet/terminal.cc  1999-12-12 20:48:05.0 
+0100
 netkit-telnet-0.17/telnet/terminal.cc  2024-04-26 18:03:57.359009018 
+0200
+@@ -45,6 +45,8 @@ char terminal_rcsid[] =
  #include 
  #include 
  #include 
@@ -51,9 +68,10 @@
  
  #include "ring.h"
  #include "defines.h"
 netkit-telnet-0.17/telnet/utilities.cc~Sun Dec 12 16:33:40 1999
-+++ netkit-telnet-0.17/telnet/utilities.cc Sat Dec 15 10:29:31 2001
-@@ -47,6 +47,8 @@
+diff -urNp -x '*.orig' netkit-telnet-0.17.org/telnet/utilities.cc 
netkit-telnet-0.17/telnet/utilities.cc
+--- netkit-telnet-0.17.org/telnet/utilities.cc 1999-12-12 16:33:40.0 
+0100
 netkit-telnet-0.17/telnet/utilities.cc 2024-04-26 18:03:57.359009018 
+0200
+@@ -47,6 +47,8 @@ char util_rcsid[] =
  #include 
  #include 
  #include 
@@ -62,14 +80,3 @@
  
  #include "ring.h"
  #include "defines.h"
 netkit-telnet-0.17/telnet/netlink.cc~  Sat Dec 15 10:30:58 2001
-+++ netkit-telnet-0.17/telnet/netlink.cc   Sat Dec 15 10:33:52 2001
-@@ -8,6 +8,8 @@
- #include 
- #include 
- #include 
-+#include 
-+
- #include "netlink.h"
- #include "proto.h"
- #include "ring.h"


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/telnet.git/commitdiff/6ef7428cc565f115a0983823f6380fc94530d5fe

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


[packages/mt-st] - rediffed

2024-04-26 Thread hawk
commit 2fd0358e4e7c15161fdfe1b2500f77223cb9ee68
Author: Marcin Krol 
Date:   Fri Apr 26 18:00:43 2024 +0200

- rediffed

 mt-st-errno.h.patch | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/mt-st-errno.h.patch b/mt-st-errno.h.patch
index 760a219..c3028c3 100644
--- a/mt-st-errno.h.patch
+++ b/mt-st-errno.h.patch
@@ -1,7 +1,8 @@
 mt-st-0.5b/stinit.c.orig   Sat Aug 15 05:18:13 1998
-+++ mt-st-0.5b/stinit.cWed Feb 10 16:30:03 1999
+diff -urNp -x '*.orig' mt-st-1.3.org/stinit.c mt-st-1.3/stinit.c
+--- mt-st-1.3.org/stinit.c 2016-05-02 01:08:51.0 +0200
 mt-st-1.3/stinit.c 2024-04-26 18:00:31.94830 +0200
 @@ -8,6 +8,7 @@
-Last modified: Sat Aug 15 12:18:13 1998 by makisara@home
+ 
  */
  
 +#include 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mt-st.git/commitdiff/2fd0358e4e7c15161fdfe1b2500f77223cb9ee68

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


[packages/heartbeat] - include entire __pycache__

2024-04-25 Thread hawk
commit d133f493d7f0e5ded9fb8a080bc3274a59841a18
Author: Marcin Krol 
Date:   Fri Apr 26 01:05:00 2024 +0200

- include entire __pycache__

 heartbeat.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/heartbeat.spec b/heartbeat.spec
index df67021..97bbe23 100644
--- a/heartbeat.spec
+++ b/heartbeat.spec
@@ -313,6 +313,6 @@ fi
 %doc cts/README
 %dir %{_datadir}/heartbeat/cts
 %attr(755,root,root) %{_datadir}/heartbeat/cts/*.py
-%{_datadir}/heartbeat/cts/__pycache__/*.py[co]
+%{_datadir}/heartbeat/cts/__pycache__
 %attr(755,root,root) %{_datadir}/heartbeat/cts/*.sh
 %attr(755,root,root) %{_datadir}/heartbeat/cts/*Dummy


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/heartbeat.git/commitdiff/d133f493d7f0e5ded9fb8a080bc3274a59841a18

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


DISTFILES: python3-pythran: pythran-0.15.0.tar.gz

2024-04-25 Thread hawk
Request by: hawk


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/p/pythran/pythran-0.15.0.tar.gz
cc6fa05e583733182d06d2e41e03cc10  pythran-0.15.0.tar.gz
Size: 2365746 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/python3-pythran] - updated to 0.15.0

2024-04-25 Thread hawk
commit 1e4892a21a3bfb598e977a8fdd17cc5178e61720
Author: Marcin Krol 
Date:   Fri Apr 26 00:55:27 2024 +0200

- updated to 0.15.0

 python3-pythran.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python3-pythran.spec b/python3-pythran.spec
index 51ab94b..62b5087 100644
--- a/python3-pythran.spec
+++ b/python3-pythran.spec
@@ -7,13 +7,13 @@
 Summary:   Ahead of Time compiler for numeric kernels
 Summary(pl.UTF-8): Kompilator z wyprzedzeniem dla jąder numerycznych
 Name:  python3-pythran
-Version:   0.12.0
+Version:   0.15.0
 Release:   1
 License:   BSD
 Group: Libraries/Python
 #Source0Download: https://pypi.org/simple/pythran/
 Source0:   
https://files.pythonhosted.org/packages/source/p/pythran/pythran-%{version}.tar.gz
-# Source0-md5: d2961ece35b4b9f44a84ef31df1b21ff
+# Source0-md5: cc6fa05e583733182d06d2e41e03cc10
 URL:   https://pypi.org/project/pythran/
 BuildRequires: python3-modules >= 1:3.2
 BuildRequires: python3-pytest-runner


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-pythran.git/commitdiff/1e4892a21a3bfb598e977a8fdd17cc5178e61720

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


[packages/heartbeat] - build with python3

2024-04-25 Thread hawk
commit 78bd0d4fc06b9a672ffde0d9c4d16c69180a16e5
Author: Marcin Krol 
Date:   Fri Apr 26 00:41:05 2024 +0200

- build with python3

 heartbeat-ac.patch | 15 +++
 heartbeat.spec | 12 ++--
 2 files changed, 13 insertions(+), 14 deletions(-)
---
diff --git a/heartbeat.spec b/heartbeat.spec
index cf1ea77..df67021 100644
--- a/heartbeat.spec
+++ b/heartbeat.spec
@@ -9,7 +9,7 @@ Summary(pl.UTF-8):  Podsystem heartbeat dla systemów o 
podwyższonej niezawodno
 Summary(pt_BR.UTF-8):  Implementa sistema de monitoração (heartbeats) visando 
Alta Disponibilidade
 Name:  heartbeat
 Version:   3.0.6
-Release:   4
+Release:   5
 License:   GPL v2+
 Group: Networking/Daemons
 Source0:   
http://hg.linux-ha.org/heartbeat-STABLE_3_0/archive/STABLE-%{version}.tar.bz2
@@ -36,8 +36,8 @@ BuildRequires:libuuid-devel
 BuildRequires: libxslt-progs
 BuildRequires: ncurses-devel >= 5.4
 BuildRequires: pkgconfig
-BuildRequires: python
-BuildRequires: python-devel
+BuildRequires: python3
+BuildRequires: python3-devel
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: zlib-devel
@@ -136,7 +136,7 @@ Zestaw testów klastra opartego o heartbeat.
 %patch3 -p1
 
 %{__sed} -i -e '1{
-   s,^#!.*python$,#!%{__python},
+   s,^#!.*python$,#!%{__python3},
 }' \
heartbeat/{hb_api,ha_test}.py
 
@@ -147,7 +147,7 @@ Zestaw testów klastra opartego o heartbeat.
 %{__autoheader}
 %{__automake}
 %configure \
-   PYTHON=%{__python} \
+   PYTHON=%{__python3} \
--with-initdir=/etc/rc.d/init.d \
--with-systemdunitdir=%{systemdunitdir} \
--docdir=%{_docdir}/%{name}-%{version} \
@@ -313,6 +313,6 @@ fi
 %doc cts/README
 %dir %{_datadir}/heartbeat/cts
 %attr(755,root,root) %{_datadir}/heartbeat/cts/*.py
-%{_datadir}/heartbeat/cts/*.py[co]
+%{_datadir}/heartbeat/cts/__pycache__/*.py[co]
 %attr(755,root,root) %{_datadir}/heartbeat/cts/*.sh
 %attr(755,root,root) %{_datadir}/heartbeat/cts/*Dummy
diff --git a/heartbeat-ac.patch b/heartbeat-ac.patch
index c6fae95..f005225 100644
--- a/heartbeat-ac.patch
+++ b/heartbeat-ac.patch
@@ -1,6 +1,7 @@
 heartbeat-3.0.6/configure.ac.orig  Tue Feb 17 06:50:30 2004
-+++ heartbeat-3.0.6/configure.ac   Tue Mar 16 13:36:09 2004
-@@ -258,18 +258,7 @@
+diff -urNp -x '*.orig' Heartbeat-3-0-STABLE-3.0.6.org/configure.ac 
Heartbeat-3-0-STABLE-3.0.6/configure.ac
+--- Heartbeat-3-0-STABLE-3.0.6.org/configure.ac2015-02-04 
15:57:04.0 +0100
 Heartbeat-3-0-STABLE-3.0.6/configure.ac2024-04-25 23:59:40.319018426 
+0200
+@@ -777,18 +777,7 @@ fi
  dnl Determine if we use -w1 or -t1 for ping (in PYTHON Scripts)
  
  
@@ -19,8 +20,8 @@
 +PING_TIMEOUT_OPT="-w1"
  AC_SUBST(PING_TIMEOUT_OPT)
  
- dnl Determining a route (particularly for "findif").
-@@ -816,17 +816,7 @@
+ 
+@@ -806,17 +795,7 @@ AC_DEFINE(PROCROUTE, "/proc/net/route",
  
  
  AC_MSG_CHECKING(ifconfig option to list interfaces)
@@ -39,9 +40,7 @@
  
  AC_SUBST(IFCONFIG_A_OPT)
  AC_SUBST(WHOAMI)
 heartbeat-3.0.6/configure.ac.orig  2006-08-08 14:41:54.0 +0200
-+++ heartbeat-3.0.6/configure.ac   2007-01-27 19:23:30.919741000 +0100
-@@ -1693,8 +1693,12 @@ dnl  printw 
+@@ -1585,8 +1564,12 @@ dnl  printw 
  [
  #if defined(HAVE_CURSES_H)
  #  include 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/heartbeat.git/commitdiff/78bd0d4fc06b9a672ffde0d9c4d16c69180a16e5

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


[packages/python-ply] - fix python2 condition

2024-04-25 Thread hawk
commit 2c602d070737b2b124a87b6319478866d4dd9352
Author: Marcin Krol 
Date:   Thu Apr 25 23:41:44 2024 +0200

- fix python2 condition

 python-ply.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-ply.spec b/python-ply.spec
index e86f04f..8434f2f 100644
--- a/python-ply.spec
+++ b/python-ply.spec
@@ -17,7 +17,7 @@ Source0:  http://www.dabeaz.com/ply/ply-%{version}.tar.gz
 # Source0-md5: 6465f602e656455affcd7c5734c638f8
 URL:   http://www.dabeaz.com/ply/
 BuildRequires: rpmbuild(macros) >= 1.714
-%if %{with python3}
+%if %{with python2}
 BuildRequires: python >= 1:2.7
 %if %{with tests}
 BuildRequires: python-setuptools


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-ply.git/commitdiff/2c602d070737b2b124a87b6319478866d4dd9352

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


[packages/ipvsadm] - rediffed

2024-04-25 Thread hawk
commit bf42ba87b4bec9956dab0670c9c2e0f44cd9437a
Author: Marcin Krol 
Date:   Thu Apr 25 23:19:23 2024 +0200

- rediffed

 ipvsadm-make.patch | 25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/ipvsadm-make.patch b/ipvsadm-make.patch
index c4d0337..38697d7 100644
--- a/ipvsadm-make.patch
+++ b/ipvsadm-make.patch
@@ -1,7 +1,8 @@
 ipvsadm-1.26/Makefile.orig 2004-10-27 17:53:07.0 +0200
-+++ ipvsadm-1.26/Makefile  2005-06-06 21:23:52.864458968 +0200
-@@ -33,7 +33,7 @@
- ARCH  = $(shell uname -m)
+diff -urNp -x '*.orig' ipvsadm-1.31.org/Makefile ipvsadm-1.31/Makefile
+--- ipvsadm-1.31.org/Makefile  2019-12-24 14:20:30.0 +0100
 ipvsadm-1.31/Makefile  2024-04-25 23:17:44.241816304 +0200
+@@ -36,7 +36,7 @@ RPMSOURCEDIR = $(shell rpm --eval '%_sou
+ RPMSPECDIR= $(shell rpm --eval '%_specdir')
  
  CC= gcc
 -INCLUDE   =
@@ -9,7 +10,7 @@
  SBIN  = $(BUILD_ROOT)/sbin
  MANDIR= usr/man
  MAN   = $(BUILD_ROOT)/$(MANDIR)/man8
-@@ -43,9 +43,9 @@
+@@ -46,9 +46,9 @@ INSTALL  = install
  STATIC_LIBS   = libipvs/libipvs.a
  
  ifeq "${ARCH}" "sparc64"
@@ -21,16 +22,18 @@
  endif
  
  
-@@ -78,7 +71,5 @@
- LIBS  = $(POPT_LIB)
+@@ -75,8 +75,6 @@ LIBS += $(shell \
+ endif
  DEFINES   = -DVERSION=\"$(VERSION)\" 
-DSCHEDULERS=\"$(SCHEDULERS)\" \
- -DPE_LIST=\"$(PE_LIST)\" $(POPT_DEFINE)
+ -DPE_LIST=\"$(PE_LIST)\" $(POPT_DEFINE)
 -DEFINES   += $(shell if [ ! -f ../ip_vs.h ]; then \
 -   echo "-DHAVE_NET_IP_VS_H"; fi;)
  
  
 ipvsadm-1.27/libipvs/Makefile.orig 2013-09-09 20:55:27.408302252 +0200
-+++ ipvsadm-1.27/libipvs/Makefile  2013-09-09 20:57:00.548298367 +0200
+ .PHONY= all clean install dist distclean rpm rpms
+diff -urNp -x '*.orig' ipvsadm-1.31.org/libipvs/Makefile 
ipvsadm-1.31/libipvs/Makefile
+--- ipvsadm-1.31.org/libipvs/Makefile  2019-12-24 14:20:30.0 +0100
 ipvsadm-1.31/libipvs/Makefile  2024-04-25 23:17:44.241816304 +0200
 @@ -1,7 +1,7 @@
  # Makefile for libipvs
  
@@ -40,7 +43,7 @@
  ifneq (0,$(HAVE_NL))
  CFLAGS+= -DLIBIPVS_USE_NL
  CFLAGS+= $(shell \
-@@ -13,10 +13,6 @@
+@@ -13,10 +13,6 @@ CFLAGS  += $(shell \
fi)
  endif
  


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ipvsadm.git/commitdiff/bf42ba87b4bec9956dab0670c9c2e0f44cd9437a

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


[packages/xfsprogs] - fix packaging when built without scrub

2024-04-25 Thread hawk
commit d69e2421b52d767eabcea974ae2212ba9ed33a53
Author: Marcin Krol 
Date:   Thu Apr 25 23:15:11 2024 +0200

- fix packaging when built without scrub

 xfsprogs.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xfsprogs.spec b/xfsprogs.spec
index 7b0ef0f..e648dfd 100644
--- a/xfsprogs.spec
+++ b/xfsprogs.spec
@@ -213,8 +213,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) /%{_lib}/libhandle.so.*.*
 %attr(755,root,root) %ghost /%{_lib}/libhandle.so.1
 %{_datadir}/%{name}
-%dir %{_libexecdir}/%{name}
 %if %{with scrub}
+%dir %{_libexecdir}/%{name}
 %attr(755,root,root) %{_libexecdir}/%{name}/xfs_scrub_fail
 %endif
 %{_mandir}/man5/projects.5*


 gitweb:

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

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


[packages/resource-agents] - missed R: python3

2024-04-25 Thread hawk
commit c2b785ce26fc3072fe75e244b1ec1f0f5a17476e
Author: Marcin Krol 
Date:   Thu Apr 25 23:05:22 2024 +0200

- missed R: python3

 resource-agents.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/resource-agents.spec b/resource-agents.spec
index ec55856..1e134d3 100644
--- a/resource-agents.spec
+++ b/resource-agents.spec
@@ -33,7 +33,7 @@ BuildRequires:sed >= 4.0
 %{?with_systemd:BuildRequires: systemd-devel}
 BuildRequires: which
 Requires:  cluster-glue
-Requires:  python >= 1:2.7
+Requires:  python3
 Obsoletes: heartbeat-resources < 3.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/resource-agents.git/commitdiff/c2b785ce26fc3072fe75e244b1ec1f0f5a17476e

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


[packages/pinentry] - don't require kf5-kwayland when built without it

2024-04-25 Thread hawk
commit bb492396bf5ce5af7577c3d005a0eb847a80f70b
Author: Marcin Krol 
Date:   Thu Apr 25 22:52:51 2024 +0200

- don't require kf5-kwayland when built without it

 pinentry.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pinentry.spec b/pinentry.spec
index 53970af..97dbf4c 100644
--- a/pinentry.spec
+++ b/pinentry.spec
@@ -148,7 +148,7 @@ Prosta kontrolka dialogowa do wpisywania PIN-ów lub haseł 
dla Qt4.
 Summary:   Simple PIN or passphrase entry dialog for Qt5
 Summary(pl.UTF-8): Prosta kontrolka dialogowa do wpisywania PIN-ów lub 
haseł dla Qt5
 Group: X11/Applications
-Requires:  kf5-kwayland >= 5.60
+%{?with_kwayland:Requires: kf5-kwayland >= 5.60}
 Requires:  libassuan >= 1:2.1.0
 Requires:  libgpg-error >= 1.16
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pinentry.git/commitdiff/bb492396bf5ce5af7577c3d005a0eb847a80f70b

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


[packages/resource-agents] - allow packaging on systems without systemd

2024-04-25 Thread hawk
commit 3f07cda7e1e6d64fdd1dd5dc3a4c551f4b4ecf1e
Author: Marcin Krol 
Date:   Thu Apr 25 22:42:27 2024 +0200

- allow packaging on systems without systemd

 resource-agents.spec | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/resource-agents.spec b/resource-agents.spec
index ef66a18..ec55856 100644
--- a/resource-agents.spec
+++ b/resource-agents.spec
@@ -1,3 +1,4 @@
+%bcond_without systemd # systemd
 Summary:   Reusable cluster resource scripts
 Summary(pl.UTF-8): Skrypty wielokrotnego użytku do obsługi zasobów 
klastrowych
 Name:  resource-agents
@@ -29,7 +30,7 @@ BuildRequires:pkgconfig >= 1:0.18
 BuildRequires: python3-devel
 BuildRequires: rpm-perlprov
 BuildRequires: sed >= 4.0
-BuildRequires: systemd-devel
+%{?with_systemd:BuildRequires: systemd-devel}
 BuildRequires: which
 Requires:  cluster-glue
 Requires:  python >= 1:2.7
@@ -189,7 +190,9 @@ fi
 
 %{_datadir}/resource-agents
 
+%if %{with systemd}
 %{systemdunitdir}/resource-agents-deps.target
+%endif
 
 %attr(1755,root,root) /var/run/resource-agents
 %{systemdtmpfilesdir}/%{name}.conf
@@ -209,6 +212,8 @@ fi
 %attr(755,root,root) %{_sysconfdir}/ha.d/resource.d/ldirectord
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/logrotate.d/ldirectord
 %attr(754,root,root) /etc/rc.d/init.d/ldirectord
+%if %{with systemd}
 %{systemdunitdir}/ldirectord.service
+%endif
 %attr(755,root,root) %{_sbindir}/ldirectord
 %{_mandir}/man8/ldirectord.8*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/resource-agents.git/commitdiff/3f07cda7e1e6d64fdd1dd5dc3a4c551f4b4ecf1e

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


[packages/cluster-glue] - allow packaging on systems without systemd

2024-04-25 Thread hawk
commit 2963a3f4618b0ef8fd2a3578cc09a80b03ebc570
Author: Marcin Krol 
Date:   Thu Apr 25 22:13:38 2024 +0200

- allow packaging on systems without systemd

 cluster-glue.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/cluster-glue.spec b/cluster-glue.spec
index f96ef95..d2b3d55 100644
--- a/cluster-glue.spec
+++ b/cluster-glue.spec
@@ -4,6 +4,7 @@
 # - separate some stonith plugins which have external dependencies?
 #
 # Conditional build:
+%bcond_without systemd # systemd
 %bcond_without vacm# VACM stonith plugin
 #
 Summary:   Reusable cluster components
@@ -221,7 +222,9 @@ fi
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog logd/logd.cf doc/stonith/README*
 %attr(754,root,root) /etc/rc.d/init.d/logd
+%if %{with systemd}
 %{systemdunitdir}/logd.service
+%endif
 
 %attr(755,root,root) %{_sbindir}/ha_logger
 %attr(755,root,root) %{_sbindir}/hb_report


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cluster-glue.git/commitdiff/2963a3f4618b0ef8fd2a3578cc09a80b03ebc570

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


[packages/cluster-glue] - use python3 in build process, BR asciidoc

2024-04-25 Thread hawk
commit 97b0f553ac935711c398b9e40b680562bdb48576
Author: Marcin Krol 
Date:   Thu Apr 25 20:05:32 2024 +

- use python3 in build process, BR asciidoc

 cluster-glue.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/cluster-glue.spec b/cluster-glue.spec
index d822459..f96ef95 100644
--- a/cluster-glue.spec
+++ b/cluster-glue.spec
@@ -25,6 +25,7 @@ Patch3:   %{name}-heartbeat-libexecdir.patch
 Patch4:x32-long-long-time-types.patch
 URL:   http://www.linux-ha.org/wiki/Cluster_Glue
 BuildRequires: OpenIPMI-devel >= 1.4
+BuildRequires: asciidoc
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
 BuildRequires: bzip2-devel
@@ -48,7 +49,7 @@ BuildRequires:openhpi-devel
 BuildRequires: openssl-devel
 BuildRequires: perl-tools-pod
 BuildRequires: pkgconfig
-BuildRequires: python-devel
+BuildRequires: python3-devel
 BuildRequires: rpm-pythonprov
 %{?with_vacm:BuildRequires:vacm-devel}
 BuildRequires: zlib-devel
@@ -152,7 +153,7 @@ STONITH (Shoot The Other Node In The Head) to interfejs 
służący do
 %endif
 
 %{__sed} -i -e '1{
-   s,^#!.*python$,#!%{__python},
+   s,^#!.*python$,#!%{__python3},
s,^#!.*bin/env perl,#!%{__perl},
 }' \
lib/plugins/stonith/external/*
@@ -165,7 +166,7 @@ STONITH (Shoot The Other Node In The Head) to interfejs 
służący do
 %{__autoconf}
 CPPFLAGS="%{rpmcppflags} -DOPENIPMI_DEFINE_SELECTOR_T"
 %configure \
-   PYTHON=%{__python} \
+   PYTHON=%{__python3} \
--docdir=%{_docdir}/%{name}-%{version} \
--disable-fatal-warnings \
--disable-static \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cluster-glue.git/commitdiff/97b0f553ac935711c398b9e40b680562bdb48576

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


DISTFILES: resource-agents: resource-agents-4.14.0.tar.gz

2024-04-25 Thread hawk
Request by: hawk


Files fetched: 1

STORED: 
https://github.com/ClusterLabs/resource-agents/archive/v4.14.0/resource-agents-4.14.0.tar.gz
0f48ab395633d2a92a31a54b7b0c018d  resource-agents-4.14.0.tar.gz
Size: 875853 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/resource-agents] - use python3 in build process

2024-04-25 Thread hawk
commit 07852aa9c00431172862151f006186e0f3274f02
Author: Marcin Krol 
Date:   Thu Apr 25 19:41:24 2024 +

- use python3 in build process

 resource-agents.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/resource-agents.spec b/resource-agents.spec
index 756f77d..ef66a18 100644
--- a/resource-agents.spec
+++ b/resource-agents.spec
@@ -26,7 +26,7 @@ BuildRequires:libxslt-progs
 BuildRequires: openssl-tools
 BuildRequires: perl-tools-pod
 BuildRequires: pkgconfig >= 1:0.18
-BuildRequires: python-devel >= 1:2.7
+BuildRequires: python3-devel
 BuildRequires: rpm-perlprov
 BuildRequires: sed >= 4.0
 BuildRequires: systemd-devel
@@ -100,7 +100,7 @@ CFLAGS="%{rpmcflags} -fno-strict-aliasing"
MAILCMD=/bin/mail \
MOUNT=/bin/mount \
PING=/bin/ping \
-   PYTHON="%{__python}" \
+   PYTHON="%{__python3}" \
--docdir=%{_docdir}/%{name}-%{version} \
--enable-fatal-warnings \
--with-initdir=/etc/rc.d/init.d \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/resource-agents.git/commitdiff/07852aa9c00431172862151f006186e0f3274f02

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


[packages/resource-agents] - updated to 4.14.0

2024-04-25 Thread hawk
commit e512ed2ae462ac5323ee7a47015d9ea24aed9e03
Author: Marcin Krol 
Date:   Thu Apr 25 19:34:24 2024 +

- updated to 4.14.0

 resource-agents-types.patch | 41 +
 resource-agents.spec|  7 ---
 2 files changed, 25 insertions(+), 23 deletions(-)
---
diff --git a/resource-agents.spec b/resource-agents.spec
index 9effab5..756f77d 100644
--- a/resource-agents.spec
+++ b/resource-agents.spec
@@ -1,13 +1,13 @@
 Summary:   Reusable cluster resource scripts
 Summary(pl.UTF-8): Skrypty wielokrotnego użytku do obsługi zasobów 
klastrowych
 Name:  resource-agents
-Version:   4.10.0
-Release:   2
+Version:   4.14.0
+Release:   1
 License:   GPL v2+, LGPL v2.1+
 Group: Daemons
 #Source0Download: https://github.com/ClusterLabs/resource-agents/releases
 Source0:   
https://github.com/ClusterLabs/resource-agents/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: fffe3881b839846a6dc587ef83ec4cd5
+# Source0-md5: 0f48ab395633d2a92a31a54b7b0c018d
 Source1:   ldirectord.init
 Source2:   %{name}.tmpfiles
 Patch0:%{name}-types.patch
@@ -21,6 +21,7 @@ BuildRequires:docbook-dtd44-xml
 BuildRequires: docbook-style-xsl
 BuildRequires: glib2-devel >= 2.0
 BuildRequires: libnet-devel >= 1.0
+BuildRequires: libqb-devel
 BuildRequires: libxslt-progs
 BuildRequires: openssl-tools
 BuildRequires: perl-tools-pod
diff --git a/resource-agents-types.patch b/resource-agents-types.patch
index b601130..b1cd2b2 100644
--- a/resource-agents-types.patch
+++ b/resource-agents-types.patch
@@ -1,34 +1,35 @@
 resource-agents-4.10.0/tools/storage_mon.c.orig2021-11-03 
10:12:01.0 +0100
-+++ resource-agents-4.10.0/tools/storage_mon.c 2022-02-07 18:30:47.352605699 
+0100
+diff -ur resource-agents-4.14.0.orig/tools/storage_mon.c 
resource-agents-4.14.0/tools/storage_mon.c
+--- resource-agents-4.14.0.orig/tools/storage_mon.c2024-04-24 
09:11:40.0 +
 resource-agents-4.14.0/tools/storage_mon.c 2024-04-25 19:29:01.248095163 
+
 @@ -1,3 +1,4 @@
 +#include 
  #include 
  #include 
  #include 
-@@ -60,7 +61,7 @@ static void *test_device(const char *dev
-   exit(-1);
+@@ -150,7 +151,7 @@
+   goto error;
}
if (verbose) {
--  fprintf(stderr, "%s: size=%zu\n", device, devsize);
-+  fprintf(stderr, "%s: size=%"PRIu64"\n", device, devsize);
+-  PRINT_STORAGE_MON_INFO("%s: opened %s O_DIRECT, size=%zu", 
device, (flags & O_DIRECT)?"with":"without", devsize);
++  PRINT_STORAGE_MON_INFO("%s: opened %s O_DIRECT, size=%"PRIu64, 
device, (flags & O_DIRECT)?"with":"without", devsize);
}
+ 
/* Don't fret about real randomness */
-   srand(time(NULL) + getpid());
-@@ -74,7 +75,7 @@ static void *test_device(const char *dev
+@@ -163,7 +164,7 @@
+   goto error;
}
- 
if (verbose) {
--  printf("%s: reading from pos %ld\n", device, seek_spot);
-+  printf("%s: reading from pos %"PRId64"\n", device, 
(int64_t)seek_spot);
+-  PRINT_STORAGE_MON_INFO("%s: reading from pos %ld", device, 
seek_spot);
++  PRINT_STORAGE_MON_INFO("%s: reading from pos %"PRId64, device, 
(int64_t)seek_spot);
}
  
-   res = read(device_fd, buffer, sizeof(buffer));
-@@ -84,7 +85,7 @@ static void *test_device(const char *dev
-   exit(-1);
-   }
-   if (res < (int)sizeof(buffer)) {
--  fprintf(stderr, "Failed to read %ld bytes from %s, got %d\n", 
sizeof(buffer), device, res);
-+  fprintf(stderr, "Failed to read %zd bytes from %s, got %d\n", 
sizeof(buffer), device, res);
-   close(device_fd);
-   exit(-1);
+   if (flags & O_DIRECT) {
+@@ -203,7 +204,7 @@
+   goto error;
+   }
+   if (res < (int)sizeof(buffer)) {
+-  PRINT_STORAGE_MON_ERR("Failed to read %ld bytes from 
%s, got %d", sizeof(buffer), device, res);
++  PRINT_STORAGE_MON_ERR("Failed to read %zd bytes from 
%s, got %d", sizeof(buffer), device, res);
+   goto error;
+   }
}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/resource-agents.git/commitdiff/07852aa9c00431172862151f006186e0f3274f02

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


[packages/efi-boot-update] - disable debug packages

2024-04-25 Thread hawk
commit fa487b0665b76e4da25815addeabf315b229d6c3
Author: Marcin Krol 
Date:   Thu Apr 25 21:33:57 2024 +0200

- disable debug packages

 efi-boot-update.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/efi-boot-update.spec b/efi-boot-update.spec
index 0b8be51..5df029b 100644
--- a/efi-boot-update.spec
+++ b/efi-boot-update.spec
@@ -3,7 +3,7 @@ Summary:EFI bootloader updater
 Summary(pl.UTF-8): Skrypt do uaktualniania bootloaderów EFI
 Name:  efi-boot-update
 Version:   0.2
-Release:   2
+Release:   3
 License:   GPL v2
 Group: Applications/System
 Source0:   %{name}
@@ -20,6 +20,8 @@ Suggests: efibootmgr
 Suggests:  efi-shell-x64
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define_debugsource_packages   0
+
 %define_sbindir /sbin
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/efi-boot-update.git/commitdiff/fa487b0665b76e4da25815addeabf315b229d6c3

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


[packages/pinentry] - allow building without kf5-kwayland (not really needed, just for capslock warning it seems)

2024-04-25 Thread hawk
commit 96c212cfef70d49ee82a09a2774a67aac5f3744b
Author: Marcin Krol 
Date:   Thu Apr 25 21:14:15 2024 +0200

- allow building without kf5-kwayland (not really needed, just for
  capslock warning it seems)

 pinentry.spec | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/pinentry.spec b/pinentry.spec
index 1a73497..53970af 100644
--- a/pinentry.spec
+++ b/pinentry.spec
@@ -1,12 +1,13 @@
 # TODO: TQt dialog [BR: pkgconfig(tqt) or pkgconfig(tqt-mt), tqmoc tool]
 #
 # Conditional build:
-%bcond_withefl # EFL dialog
-%bcond_without fltk# FLTK dialog
-%bcond_without gtk2# GTK+ 2 dialog
-%bcond_without gnome3  # GNOME 3 dialog
-%bcond_without qt4 # Qt4 dialog
-%bcond_without qt5 # Qt5 dialog
+%bcond_withefl # EFL dialog
+%bcond_without fltk# FLTK dialog
+%bcond_without gtk2# GTK+ 2 dialog
+%bcond_without gnome3  # GNOME 3 dialog
+%bcond_without qt4 # Qt4 dialog
+%bcond_without qt5 # Qt5 dialog
+%bcond_without kwayland# KF5WaylandClient for Qt5 dialog
 #
 Summary:   Simple PIN or passphrase entry dialogs
 Summary(pl.UTF-8): Proste kontrolki dialogowe do wpisywania PIN-ów lub 
haseł
@@ -33,7 +34,7 @@ BuildRequires:gettext-tools
 %{?with_gnome3:BuildRequires:  gcr-devel >= 3}
 %{?with_gnome3:BuildRequires:  gcr-ui-devel >= 3}
 %{?with_gtk2:BuildRequires:gtk+2-devel >= 2:2.12.0}
-%{?with_qt5:BuildRequires: kf5-kwayland-devel >= 5.60}
+%{?with_qt5:%{?with_kwayland:BuildRequires:kf5-kwayland-devel >= 5.60}}
 BuildRequires: libassuan-devel >= 1:2.1.0
 BuildRequires: libcap-devel
 BuildRequires: libgpg-error-devel >= 1.16


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pinentry.git/commitdiff/96c212cfef70d49ee82a09a2774a67aac5f3744b

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


DISTFILES: jhead: jhead-3.04.tar.gz

2024-04-25 Thread hawk
Request by: hawk


Files fetched: 1

STORED: http://www.sentex.net/~mwandel/jhead/jhead-3.04.tar.gz
9c046e75a07c6e6e94945e8455c503c2  jhead-3.04.tar.gz
Size: 67754 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/jhead] - updated to 3.04

2024-04-25 Thread hawk
commit d2d88ed5032b7a631d603bc2d1b8859bf54caea2
Author: Marcin Krol 
Date:   Thu Apr 25 21:10:54 2024 +0200

- updated to 3.04

 jhead.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jhead.spec b/jhead.spec
index 0f6dd73..e45a0b2 100644
--- a/jhead.spec
+++ b/jhead.spec
@@ -1,12 +1,12 @@
 Summary:   Extracts the EXIF data from image files
 Summary(pl.UTF-8): Narzędzie wyciągające dane EXIF z plików graficznych
 Name:  jhead
-Version:   3.00
+Version:   3.04
 Release:   1
 License:   GPL
 Group: Applications/Graphics
 Source0:   http://www.sentex.net/~mwandel/jhead/%{name}-%{version}.tar.gz
-# Source0-md5: 86cc05ad59d049c35963c7c1a5296801
+# Source0-md5: 9c046e75a07c6e6e94945e8455c503c2
 URL:   http://www.sentex.net/~mwandel/jhead/
 Requires:  libjpeg-progs
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jhead.git/commitdiff/d2d88ed5032b7a631d603bc2d1b8859bf54caea2

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


DISTFILES: hpklinux: hpklinux_4.20.43.tar.gz

2024-04-25 Thread hawk
Request by: hawk


Files fetched: 1

STORED: 
http://www.audioscience.com/internet/download/drivers/released/v4/20/43/hpklinux_4.20.43.tar.gz
b039b650d7c424d311ec0889a293ec86  hpklinux_4.20.43.tar.gz
Size: 6636750 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/hpklinux] - updated to 4.20.43

2024-04-25 Thread hawk
commit 2f02899701f3c0b19f132cd40207b51333c5ea75
Author: Marcin Krol 
Date:   Thu Apr 25 20:59:55 2024 +0200

- updated to 4.20.43

 hpklinux.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/hpklinux.spec b/hpklinux.spec
index b709c6e..d1a2966 100644
--- a/hpklinux.spec
+++ b/hpklinux.spec
@@ -6,13 +6,13 @@
 Summary:   Linux HPI driver for AudioScience audio adapters
 Summary(pl.UTF-8): Linuksowy sterownik HPI do kart dźwiękowych AudioScience
 Name:  hpklinux
-Version:   4.20.38
+Version:   4.20.43
 Release:   1
 License:   GPL v2
 Group: Applications/Sound
 #Source0Download: 
http://www.audioscience.com/internet/download/linux_drivers.htm
-Source0:   
http://www.audioscience.com/internet/download/drivers/released/v4/20/38/%{name}_%{version}.tar.gz
-# Source0-md5: ad0203c041ace44c724c374e094f8c76
+Source0:   
http://www.audioscience.com/internet/download/drivers/released/v4/20/43/%{name}_%{version}.tar.gz
+# Source0-md5: b039b650d7c424d311ec0889a293ec86
 Patch0:%{name}-opt.patch
 URL:   http://www.audioscience.com/internet/download/linux_drivers.htm
 BuildRequires: autoconf >= 2.50


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hpklinux.git/commitdiff/2f02899701f3c0b19f132cd40207b51333c5ea75

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


[packages/tla] - fixes from Debian

2024-04-25 Thread hawk
commit c296792b0207a02108df34390e671a2125a5b597
Author: Marcin Krol 
Date:   Thu Apr 25 20:51:34 2024 +0200

- fixes from Debian

 0001-Fixes-segmentation-fault-on-ia64.patch| 21 +
 ...-Fixes-alignment-errors-on-hppa-and-sparc.patch | 98 ++
 0003-fix-bashisms.patch| 22 +
 0004-fix-machine-alignment.patch   | 26 ++
 0005-disable-builtin-expat.patch   | 61 ++
 0006-tar-preserve.patch| 26 ++
 0007-fix-some-includes.patch   | 45 ++
 0008-fix-spelling.patch| 35 
 0009-Remove-rpath-from-libneon.patch   | 80 ++
 0010-add-missing-include.patch | 23 +
 ...ed-comment-in-tla-doc-handbook-index.html.patch | 22 +
 ...date-tla-tree-list-to-point-to-tla-add-id.patch | 25 ++
 0013-fix-libneon-configure-options.patch   | 38 +
 0014-do-not-show-the-build-date.patch  | 16 
 0015-changeset-fd-leak.patch   | 15 
 tla-neon.patch |  2 +-
 tla.spec   | 40 -
 17 files changed, 590 insertions(+), 5 deletions(-)
---
diff --git a/tla.spec b/tla.spec
index 7cb12c0..cc105e4 100644
--- a/tla.spec
+++ b/tla.spec
@@ -2,14 +2,29 @@ Summary:  tla arch - revision control system
 Summary(pl.UTF-8): tla arch - system kontroli wersji
 Name:  tla
 Version:   1.3.5
-Release:   11
+Release:   12
 Epoch: 1
 License:   GPL v2
 Group: Development/Version Control
 Source0:   http://ftp.gnu.org/gnu/gnu-arch/%{name}-%{version}.tar.gz
 # Source0-md5: db31ee89bc4788eef1eba1cee6c176ef
-Patch0:%{name}-neon.patch
-Patch1:libtool-tag.patch
+Patch1:0001-Fixes-segmentation-fault-on-ia64.patch
+Patch2:0002-Fixes-alignment-errors-on-hppa-and-sparc.patch
+Patch3:0003-fix-bashisms.patch
+Patch4:0004-fix-machine-alignment.patch
+Patch5:0005-disable-builtin-expat.patch
+Patch6:0006-tar-preserve.patch
+Patch7:0007-fix-some-includes.patch
+Patch8:0008-fix-spelling.patch
+Patch9:0009-Remove-rpath-from-libneon.patch
+Patch10:   0010-add-missing-include.patch
+Patch11:   0011-Fix-malformed-comment-in-tla-doc-handbook-index.html.patch
+Patch12:   0012-update-tla-tree-list-to-point-to-tla-add-id.patch
+Patch13:   0013-fix-libneon-configure-options.patch
+Patch14:   0014-do-not-show-the-build-date.patch
+Patch15:   0015-changeset-fd-leak.patch
+Patch20:   %{name}-neon.patch
+Patch21:   libtool-tag.patch
 URL:   http://www.gnu.org/software/gnu-arch/
 BuildRequires: libtool
 BuildRequires: neon-devel
@@ -40,8 +55,25 @@ arch w wersji tla to wersja w C wzorcowych idei arch.
 
 %prep
 %setup -q
-%patch0 -p1
+# Patches from Debian
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%patch14 -p1
+%patch15 -p1
+# Other patches
+%patch20 -p1
+%patch21 -p1
 
 rm -rf src/libneon src/expat
 
diff --git a/0001-Fixes-segmentation-fault-on-ia64.patch 
b/0001-Fixes-segmentation-fault-on-ia64.patch
new file mode 100644
index 000..d83b6f7
--- /dev/null
+++ b/0001-Fixes-segmentation-fault-on-ia64.patch
@@ -0,0 +1,21 @@
+From: Martín Ferrari 
+Date: Mon, 28 Aug 2006 07:02:15 +0200
+Subject: Fixes segmentation fault on ia64.
+
+Bug-Debian: http://bugs.debian.org/382465
+---
+ src/tla/libarch/invent.c |1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/src/tla/libarch/invent.c b/src/tla/libarch/invent.c
+index 077d776..168e04c 100644
+--- a/src/tla/libarch/invent.c
 b/src/tla/libarch/invent.c
+@@ -16,6 +16,7 @@
+ #include "hackerlab/arrays/ar.h"
+ #include "hackerlab/fs/file-names.h"
+ #include "hackerlab/vu/safe.h"
++#include "tla/libarch/cmdutils.h"
+ #include "tla/libarch/inode-sig.h"
+ #include "tla/libarch/inv-ids.h"
+ #include "tla/libarch/invent.h"
diff --git a/0002-Fixes-alignment-errors-on-hppa-and-sparc.patch 
b/0002-Fixes-alignment-errors-on-hppa-and-sparc.patch
new file mode 100644
index 000..6a90e68
--- /dev/null
+++ b/0002-Fixes-alignment-errors-on-hppa-and-sparc.patch
@@ -0,0 +1,98 @@
+From: Martín Ferrari 
+Date: Mon, 28 Aug 2006 07:06:06 +0200
+Subject: Fixes alignment errors on hppa and sparc.
+
+Bug-Debian: http://bugs.debian.org/382465
+---
+ src/hackerlab/hash/sha1.c |   25 -
+ 1 files changed, 16 insertions(+), 9 deletions(-)
+
+diff --git a/src/hackerlab/hash/sha1.c b/src/hackerlab/hash/sha1.c
+index 47a7352..00556d4 100644
+--- a/src/hackerlab/hash/sha1.c
 b/src/hackerlab/hash/sha1.c
+@@ -39,11 +39,11 @@ 

[packages/syslinux] - added gcc >= 10 fix from Debian

2024-04-25 Thread hawk
commit af1b46dbe59c2fce6ecfde708ae94ee0780bb894
Author: Marcin Krol 
Date:   Thu Apr 25 20:07:56 2024 +0200

- added gcc >= 10 fix from Debian

 0005-gnu-efi-version-compatibility.patch | 13 ++---
 0019-gcc-10-compatibility.patch  | 95 
 syslinux.spec|  4 +-
 3 files changed, 104 insertions(+), 8 deletions(-)
---
diff --git a/syslinux.spec b/syslinux.spec
index 04b976f..0399b27 100644
--- a/syslinux.spec
+++ b/syslinux.spec
@@ -16,7 +16,7 @@ Summary(pt_BR.UTF-8): Carregador de boot simples
 Summary(zh_CN.UTF-8):  Linux操作系统的启动管理器
 Name:  syslinux
 Version:   6.04
-Release:   2
+Release:   3
 License:   GPL v2+
 Group: Applications/System
 # Source0: 
https://www.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.xz
@@ -30,6 +30,7 @@ Patch10:  0005-gnu-efi-version-compatibility.patch
 Patch11:   0016-strip-gnu-property.patch
 Patch12:   0017-single-load-segment.patch
 Patch13:   0018-prevent-pow-optimization.patch
+Patch14:   0019-gcc-10-compatibility.patch
 URL:   http://syslinux.zytor.com/
 BuildRequires: gnu-efi >= 3.0u
 BuildRequires: libuuid-devel
@@ -107,6 +108,7 @@ jeśli chcemy tworzyć lub kompilować własnych klientów 
syslinuksa.
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 %{__sed} -i 's/-march=i386//' sample/Makefile
 
diff --git a/0005-gnu-efi-version-compatibility.patch 
b/0005-gnu-efi-version-compatibility.patch
index fda0937..aa4c319 100644
--- a/0005-gnu-efi-version-compatibility.patch
+++ b/0005-gnu-efi-version-compatibility.patch
@@ -9,11 +9,10 @@ present.
  efi/Makefile | 11 ++-
  1 file changed, 10 insertions(+), 1 deletion(-)
 
-diff --git a/efi/Makefile b/efi/Makefile
-index f4501e7..adae73f 100644
 a/efi/Makefile
-+++ b/efi/Makefile
-@@ -43,8 +43,10 @@ CORE_OBJS += $(addprefix $(OBJ)/../core/, \
+diff -urNp -x '*.orig' syslinux-6.04-pre1.org/efi/Makefile 
syslinux-6.04-pre1/efi/Makefile
+--- syslinux-6.04-pre1.org/efi/Makefile2016-03-02 06:06:02.0 
+0100
 syslinux-6.04-pre1/efi/Makefile2024-04-25 20:04:18.449147821 +0200
+@@ -41,8 +41,10 @@ CORE_OBJS += $(addprefix $(OBJ)/../core/
fs/pxe/pxe.o fs/pxe/tftp.o fs/pxe/urlparse.o fs/pxe/dhcp_option.o \
fs/pxe/ftp.o fs/pxe/ftp_readdir.o fs/pxe/http.o fs/pxe/http_readdir.o)
  
@@ -23,9 +22,9 @@ index f4501e7..adae73f 100644
 -  $(LIBEFI)
 +  $(LIBEFI_STRIPPED)
  
- CSRC = $(sort $(wildcard $(SRC)/*.c))
+ CSRC = $(wildcard $(SRC)/*.c)
  OBJS = $(subst $(SRC)/,,$(filter-out %wrapper.o, $(patsubst %.c,%.o,$(CSRC
-@@ -73,6 +75,13 @@ BTARGET  = syslinux.efi
+@@ -71,6 +73,13 @@ BTARGET  = syslinux.efi
  syslinux.so: $(OBJS) $(CORE_OBJS) $(LIB_OBJS)
$(LD) $(LDFLAGS) --strip-debug -o $@ $^ -lgnuefi -lefi
  
diff --git a/0019-gcc-10-compatibility.patch b/0019-gcc-10-compatibility.patch
new file mode 100644
index 000..105a88b
--- /dev/null
+++ b/0019-gcc-10-compatibility.patch
@@ -0,0 +1,95 @@
+From: Lukas Schwaighofer 
+Date: Sun, 16 Aug 2020 15:23:21 +0200
+Subject: GCC-10 compatibility patch
+
+* Add `-fcommon` to most gcc invocations to allow duplicate definitions
+* __builtin_strlen is not really a "builtin" an implementation still
+  needs to be provided (source:
+  https://bugzilla.suse.com/show_bug.cgi?id=1166605#c5). Work around the
+  issue by supplying an inline function. The strlen function added to
+  dos/string.h was copied from com32/lib/strlen.c.
+---
+ dos/string.h   | 11 ++-
+ mk/efi.mk  |  1 +
+ mk/elf.mk  |  1 +
+ mk/embedded.mk |  2 +-
+ mk/lib.mk  |  2 +-
+ 5 files changed, 14 insertions(+), 3 deletions(-)
+
+diff --git a/dos/string.h b/dos/string.h
+index f648de2..c4649f5 100644
+--- a/dos/string.h
 b/dos/string.h
+@@ -5,12 +5,21 @@
+ #ifndef _STRING_H
+ #define _STRING_H
+ 
++#include 
++
+ /* Standard routines */
+ #define memcpy(a,b,c) __builtin_memcpy(a,b,c)
+ #define memmove(a,b,c)__builtin_memmove(a,b,c)
+ #define memset(a,b,c) __builtin_memset(a,b,c)
+ #define strcpy(a,b)   __builtin_strcpy(a,b)
+-#define strlen(a) __builtin_strlen(a)
++
++static inline size_t strlen(const char *s)
++{
++const char *ss = s;
++while (*ss)
++  ss++;
++return ss - s;
++}
+ 
+ /* This only returns true or false */
+ static inline int memcmp(const void *__m1, const void *__m2, unsigned int __n)
+diff --git a/mk/efi.mk b/mk/efi.mk
+index dc2b708..f1399e5 100644
+--- a/mk/efi.mk
 b/mk/efi.mk
+@@ -32,6 +32,7 @@ FORMAT=efi-app-$(EFI_SUBARCH)
+ 
+ CFLAGS = -I$(EFIINC) -I$(EFIINC)/$(EFI_SUBARCH) \
+   -DEFI_FUNCTION_WRAPPER -fPIC -fshort-wchar -ffreestanding \
++  -fcommon \
+   -Wall -I$(com32)/include -I$(com32)/include/sys \
+   -I$(core)/include -I$(core)/ $(ARCHOPT) \
+   -I$(com32)/lib/ -I$(com32)/libutil/include -std=gnu99 \
+diff --git a/mk/elf.mk b/mk/elf.mk
+index b46dbd0..dc265ce 100644
+--- 

DISTFILES: php-pear-Archive_Tar: Archive_Tar-1.5.0.tgz

2024-04-24 Thread hawk
Request by: hawk


Files fetched: 1

STORED: http://pear.php.net/get/Archive_Tar-1.5.0.tgz
79bf67d6462beacec5a85f7ae0fa7ae5  Archive_Tar-1.5.0.tgz
Size: 22302 bytes


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


[packages/php-pear-Archive_Tar] - updated to 1.5.0

2024-04-24 Thread hawk
commit 96c49668e7af4f0c01c1df6a28b364693f1560b3
Author: Marcin Krol 
Date:   Thu Apr 25 01:49:39 2024 +0200

- updated to 1.5.0

 php-pear-Archive_Tar.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-Archive_Tar.spec b/php-pear-Archive_Tar.spec
index 69252bc..3acbdbc 100644
--- a/php-pear-Archive_Tar.spec
+++ b/php-pear-Archive_Tar.spec
@@ -7,12 +7,12 @@
 Summary:   %{pearname} - Tar file management class
 Summary(pl.UTF-8): %{pearname} - klasa do zarządzania plikami Tar
 Name:  php-pear-%{pearname}
-Version:   1.4.14
-Release:   2
+Version:   1.5.0
+Release:   1
 License:   New BSD
 Group: Development/Languages/PHP
 Source0:   http://pear.php.net/get/%{pearname}-%{version}.tgz
-# Source0-md5: 12c9b5f0e0f2e875c332cc3908659017
+# Source0-md5: 79bf67d6462beacec5a85f7ae0fa7ae5
 URL:   http://pear.php.net/package/Archive_Tar/
 %if %{without bootstrap}
 BuildRequires: php-pear-PEAR


 gitweb:

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

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


DISTFILES: sendmail: sendmail.8.18.1.tar.gz sendmail-examples.tar.bz2

2024-04-24 Thread hawk
Request by: hawk


Files fetched: 1

STORED: https://ftp.sendmail.org/sendmail.8.18.1.tar.gz
b6b332295b5779036d4c9246f96f673c  sendmail.8.18.1.tar.gz
Size: 2401566 bytes
ALREADY GOT: no-url://sendmail-examples.tar.bz2
d00d817cd456a947a7fc6c04072a7d68  sendmail-examples.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/sendmail] - updated to 8.18.1

2024-04-24 Thread hawk
commit bce22b62afe72e531f577abebbffd7ef0733a5bd
Author: Marcin Krol 
Date:   Wed Apr 24 19:46:38 2024 +

- updated to 8.18.1

 sendmail-hprescan-dos.patch | 2 +-
 sendmail-smrsh-paths.patch  | 2 +-
 sendmail.spec   | 8 
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/sendmail.spec b/sendmail.spec
index a43c882..e3cd829 100644
--- a/sendmail.spec
+++ b/sendmail.spec
@@ -21,12 +21,12 @@ Summary(ru.UTF-8):  Почтовый транспортный агент sendmail
 Summary(tr.UTF-8): Elektronik posta hizmetleri sunucusu
 Summary(uk.UTF-8): Поштовий транспортний агент sendmail
 Name:  sendmail
-Version:   8.17.1
+Version:   8.18.1
 Release:   1
 License:   BSD
 Group: Networking/Daemons/SMTP
-Source0:   ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz
-# Source0-md5: cd3c3f7b2db60c362f07eecbebd99bf4
+Source0:   https://ftp.sendmail.org/%{name}.%{version}.tar.gz
+# Source0-md5: b6b332295b5779036d4c9246f96f673c
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 Source3:   %{name}.aliases
@@ -53,7 +53,7 @@ Patch7:   %{name}-cyrus.patch
 # https://blue-labs.org/software/sm-pgsql/sendmail.php
 # https://blue-labs.org/software/sm-pgsql/bluelabs-smpgsql-8.14.3.patch.bz2
 Patch8:bluelabs-smpgsql-8.14.3.patch
-URL:   http://www.sendmail.org/
+URL:   https://www.sendmail.org/
 BuildRequires: cyrus-sasl-devel >= 2.1.21
 BuildRequires: db-devel >= 5.0
 BuildRequires: libnsl-devel
diff --git a/sendmail-hprescan-dos.patch b/sendmail-hprescan-dos.patch
index 5ee25c6..403d8ae 100644
--- a/sendmail-hprescan-dos.patch
+++ b/sendmail-hprescan-dos.patch
@@ -30,7 +30,7 @@ diff -urNp -x '*.orig' sendmail-8.16.1.org/sendmail/collect.c 
sendmail-8.16.1/se
 +CurHostName ? CurHostName : "");
 +errno = 0;
 +usrerr("451 Stop this. You are lame.");
-+goto readerr;
++goto readdone;
 +}
  
/* check for possible continuation line */
diff --git a/sendmail-smrsh-paths.patch b/sendmail-smrsh-paths.patch
index 1798d8b..a2623f8 100644
--- a/sendmail-smrsh-paths.patch
+++ b/sendmail-smrsh-paths.patch
@@ -20,7 +20,7 @@ diff -urNp -x '*.orig' sendmail-8.16.1.org/smrsh/README 
sendmail-8.16.1/smrsh/RE
 --DSMRSH_CMDDIR=\"dir\"\"/usr/adm/sm.bin\" The default 
smrsh
 +-DSMRSH_CMDDIR=\"dir\"\"/etc/smrsh\"  The default smrsh
program directory
-  
+ 
  These can be added to the devtools/Site/site.config.m4 file using the
  global M4 macro confENVDEF or the smrsh specific M4 macro
  conf_smrsh_ENVDEF.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sendmail.git/commitdiff/bce22b62afe72e531f577abebbffd7ef0733a5bd

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


DISTFILES: python-dkimpy-milter: dkimpy-milter-1.2.3.tar.gz

2024-04-24 Thread hawk
Request by: hawk


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/d/dkimpy-milter/dkimpy-milter-1.2.3.tar.gz
80af06b5fb348b7d1a762a9418ab9e00  dkimpy-milter-1.2.3.tar.gz
Size: 54972 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/python-dkimpy-milter] - updated to 1.2.3

2024-04-24 Thread hawk
commit dea8e1134877c6dfa8bc73ce1f86075b59cbe09c
Author: Marcin Krol 
Date:   Wed Apr 24 21:25:07 2024 +0200

- updated to 1.2.3

 python-dkimpy-milter.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-dkimpy-milter.spec b/python-dkimpy-milter.spec
index 6bdf905..41ac34d 100644
--- a/python-dkimpy-milter.spec
+++ b/python-dkimpy-milter.spec
@@ -15,12 +15,12 @@
 %definemodule  dkimpy-milter
 Summary:   DKIM signing and verification milter
 Name:  python-%{module}
-Version:   1.2.2
+Version:   1.2.3
 Release:   1
 License:   BSD-like
 Group: Libraries/Python
 Source0:   
https://files.pythonhosted.org/packages/source/d/dkimpy-milter/%{module}-%{version}.tar.gz
-# Source0-md5: dc0f054bc7dc6178eb31f20d93b73cca
+# Source0-md5: 80af06b5fb348b7d1a762a9418ab9e00
 Source1:   dkimpy-milter.init
 Patch0:paths.patch
 Patch1:config.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-dkimpy-milter.git/commitdiff/dea8e1134877c6dfa8bc73ce1f86075b59cbe09c

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


DISTFILES: python-dkimpy: dkimpy-1.1.6.tar.gz

2024-04-24 Thread hawk
Request by: hawk


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-1.1.6.tar.gz
aa35e37730062d5d9f62eb98d24c4824  dkimpy-1.1.6.tar.gz
Size: 66557 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/python-dkimpy] - updated to 1.1.6

2024-04-24 Thread hawk
commit 607fd4b3ad21ee8193594e0d7f5a02d851e0e64e
Author: Marcin Krol 
Date:   Wed Apr 24 21:09:02 2024 +0200

- updated to 1.1.6

 python-dkimpy.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-dkimpy.spec b/python-dkimpy.spec
index 62ba337..d4e24cb 100644
--- a/python-dkimpy.spec
+++ b/python-dkimpy.spec
@@ -8,12 +8,12 @@
 Summary:   DKIM, ARC, and TLSRPT email signing and verification
 Summary(pl.UTF-8): Podpisywanie i weryfikacja e-maili DKIM, ARC oraz TLSRPT
 Name:  python-%{module}
-Version:   1.0.5
-Release:   5
+Version:   1.1.6
+Release:   1
 License:   BSD-like
 Group: Libraries/Python
 Source0:   
https://files.pythonhosted.org/packages/source/d/dkimpy/%{module}-%{version}.tar.gz
-# Source0-md5: 080909e6557c01bb4855e37cd53d3e39
+# Source0-md5: aa35e37730062d5d9f62eb98d24c4824
 URL:   https://launchpad.net/dkimpy
 %if %{with python2}
 BuildRequires: python-modules >= 1:2.5


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-dkimpy.git/commitdiff/607fd4b3ad21ee8193594e0d7f5a02d851e0e64e

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


[packages/ImageMagick] - bcond for HEIC coder

2024-04-24 Thread hawk
commit 9eb9756631aaf11a90bdecb647d138791f07e733
Author: Marcin Krol 
Date:   Wed Apr 24 19:22:14 2024 +0200

- bcond for HEIC coder

 ImageMagick.spec | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/ImageMagick.spec b/ImageMagick.spec
index 45c7c21..cc09fad 100644
--- a/ImageMagick.spec
+++ b/ImageMagick.spec
@@ -17,6 +17,7 @@
 %bcond_without fpx # FlashPIX module (which uses fpx library)
 %bcond_without flif# FLIF (Free Lossless Image Format) module 
(which uses flif library)
 %bcond_without graphviz# dot module (which uses GraphViz libraries)
+%bcond_without heic# HEIC module (which uses libheif libheif)
 %bcond_without libjxl  # JPEG-XL module
 %bcond_without openjpeg# JPEG2000 module (which uses openjpeg 2 
library)
 %bcond_without wmf # WMF module (which uses libwmf library)
@@ -71,7 +72,7 @@ BuildRequires:jbigkit-devel
 BuildRequires: lcms2-devel >= 2.0
 %{?with_fpx:BuildRequires: libfpx-devel >= 1.2.0.4-3}
 %{?with_openmp:BuildRequires:  libgomp-devel}
-BuildRequires: libheif-devel >= 1.4.0
+%{?with_heic:BuildRequires:libheif-devel >= 1.4.0}
 BuildRequires: libjpeg-devel >= 6b
 %{?with_libjxl:BuildRequires:  libjxl-devel >= 0.7.0}
 BuildRequires: liblqr-devel >= 0.1.0
@@ -784,6 +785,7 @@ touch www/Magick++/NEWS.html www/Magick++/ChangeLog.html
--with-gs-font-dir=%{_fontsdir}/Type1 \
--with-gslib%{!?with_gs:=no} \
--with-gvc%{!?with_graphviz:=no} \
+   --with-heic%{!?with_heic:=no} \
--with-jxl%{!?with_libjxl:=no} \
--with-magick_plus_plus%{!?with_cxx:=no} \
--with-openexr%{!?with_exr:=no} \
@@ -1167,11 +1169,13 @@ rm -rf $RPM_BUILD_ROOT
 %{modulesdir}/coders/fpx.la
 %endif
 
+%if %{with heic}
 %files coder-heic
 %defattr(644,root,root,755)
 # R: libheif
 %attr(755,root,root) %{modulesdir}/coders/heic.so
 %{modulesdir}/coders/heic.la
+%endif
 
 %files coder-jbig
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ImageMagick.git/commitdiff/9eb9756631aaf11a90bdecb647d138791f07e733

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


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

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

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

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


 gitweb:

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

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


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

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

- fix files for building without systemd

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


 gitweb:

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

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


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

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

- updated shebang fix

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


 gitweb:

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

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


[packages/polkit] - fix building with elogind

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

- fix building with elogind

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


 gitweb:

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

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


[packages/lxsession] - fix missed R:

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

- fix missed R:

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


 gitweb:

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

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


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

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

- updated shebang fix

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


 gitweb:

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

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


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

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

- fix epub/bin/dbtoepub shebang

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


 gitweb:

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

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


[packages/sysprof] - fix building without sysprofd

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

- fix building without sysprofd

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


 gitweb:

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

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


[packages/libpanel] - fix building without apidocs

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

- fix building without apidocs

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


 gitweb:

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

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


[packages/AppStream] - allow building without systemd

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

- allow building without systemd

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

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


 gitweb:

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

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


[packages/pcmanfm] - build with gtk3 by default

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

- build with gtk3 by default

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


 gitweb:

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

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


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

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

- build with gtk3 by default, fix files

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


 gitweb:

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

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


[packages/lxinput] - build with gtk3 by default

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

- build with gtk3 by default

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


 gitweb:

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

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


[packages/lxlauncher] - build with gtk3 by default

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

- build with gtk3 by default

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


 gitweb:

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

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


[packages/lxtask] - build with gtk3 by default

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

- build with gtk3 by default

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


 gitweb:

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

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


[packages/lxrandr] - build with gtk3 by default

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

- build with gtk3 by default

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


 gitweb:

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

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


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

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

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

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

[packages/lxsession] - build using libayatana-indicator and libayatana-appindicator - force regeneration of .c files with

2024-04-22 Thread hawk
commit c25660810d5f239c0819aa87a4968d691289849f
Author: Marcin Krol 
Date:   Tue Apr 23 03:02:35 2024 +0200

- build using libayatana-indicator and libayatana-appindicator
- force regeneration of .c files with valac
- fix building with gtk3

 libayatana.patch | 34 ++
 lxsession.spec   | 23 +++
 2 files changed, 53 insertions(+), 4 deletions(-)
---
diff --git a/lxsession.spec b/lxsession.spec
index bc8f31a..70f1730 100644
--- a/lxsession.spec
+++ b/lxsession.spec
@@ -7,11 +7,12 @@ Summary:  Default session manager for LXDE
 Summary(pl.UTF-8): Domyślny zarząda sesji dla LXDE
 Name:  lxsession
 Version:   0.5.5
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz
 # Source0-md5: e8380acef215ee7c99c067a2241c2c7b
+Patch0:libayatana.patch
 URL:   http://www.lxde.org/
 BuildRequires: dbus-devel
 BuildRequires: dbus-glib-devel
@@ -22,14 +23,21 @@ BuildRequires:  glib2-devel >= 1:2.28.0
 %{!?with_gtk3:BuildRequires:   gtk+2-devel >= 2:2.12.0}
 %{?with_gtk3:BuildRequires:gtk+3-devel >= 3.0.0}
 BuildRequires: intltool >= 0.40.0
-%{?with_notify:BuildRequires:  libappindicator-gtk2-devel >= 0.1}
-%{?with_notify:BuildRequires:  libindicator-devel >= 0.4.93}
-%{?with_notify:BuildRequires:  libnotify-devel}
+%if %{with notify}
+%{!?with_gtk3:BuildRequires:   libayatana-appindicator-gtk2-devel}
+%{?with_gtk3:BuildRequires:libayatana-appindicator-gtk3-devel}
+BuildRequires: libayatana-indicator-devel
+BuildRequires: libnotify-devel
+%endif
 BuildRequires: libxslt-progs
 BuildRequires: pkgconfig
 BuildRequires: polkit-devel
 BuildRequires: tar >= 1:1.22
 BuildRequires: vala >= 2:0.16.0
+%if %{with notify}
+%{!?with_gtk3:BuildRequires:   vala-libayatana-appindicator-gtk2}
+%{?with_gtk3:BuildRequires:vala-libayatana-appindicator-gtk3}
+%endif
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xz
 %{!?with_gtk3:Requires:gtk+2 >= 2:2.12.0}
@@ -58,12 +66,19 @@ uruchomić je ponownie przy kolejnym zalogowaniu tego 
użytkownika.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
 %configure \
%{?with_notify:--enable-advanced-notifications} \
%{?with_gtk3:--enable-gtk3} \
--disable-silent-rules
+# Delete bundled .c files to force regeneration using valac
+%{__make} clean-generic
 %{__make}
 
 %install
diff --git a/libayatana.patch b/libayatana.patch
new file mode 100644
index 000..9a0b045
--- /dev/null
+++ b/libayatana.patch
@@ -0,0 +1,34 @@
+diff -ur lxsession-0.5.5.orig/configure.ac lxsession-0.5.5/configure.ac
+--- lxsession-0.5.5.orig/configure.ac  2020-02-29 17:29:36.0 +0100
 lxsession-0.5.5/configure.ac   2024-04-23 02:02:29.782055165 +0200
+@@ -117,7 +117,11 @@
+ AM_CONDITIONAL(USE_ADVANCED_NOTIFICATIONS, test "$use_advanced_notifications" 
= "yes")
+ 
+ if test "$use_advanced_notifications" = "yes"; then
+-  PKG_CHECK_MODULES(INDICATORS, [indicator-0.4 >= 0.4.93 appindicator-0.1])
++  if test "$enable_gtk3" = "yes"; then
++PKG_CHECK_MODULES(INDICATORS, [ayatana-indicator-0.4 
ayatana-appindicator3-0.1])
++  else
++PKG_CHECK_MODULES(INDICATORS, [ayatana-indicator-0.4 
ayatana-appindicator-0.1])
++  fi
+   AC_SUBST(INDICATORS_CFLAGS)
+   AC_SUBST(INDICATORS_LIBS)
+ 
+diff -ur lxsession-0.5.5.orig/Makefile.am lxsession-0.5.5/Makefile.am
+--- lxsession-0.5.5.orig/Makefile.am   2020-02-29 15:15:59.0 +0100
 lxsession-0.5.5/Makefile.am2024-04-23 01:59:56.536039201 +0200
+@@ -459,8 +459,13 @@
+ $(GTK_LIBS)
+ 
+ if USE_ADVANCED_NOTIFICATIONS
++if USE_GTK3
++GTKVER=3
++else
++GTKVER=
++endif
+ lxsession_lxsession_VALAFLAGS += \
+---pkg appindicator-0.1 \
++--pkg ayatana-appindicator$(GTKVER)-0.1 \
+ --pkg libnotify \
+ -D USE_ADVANCED_NOTIFICATIONS
+ 


 gitweb:

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

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


[packages/lxsession] - build with gtk3 by default

2024-04-22 Thread hawk
commit 82f70f429bd88e443a0ab6b4e08f7b80d32e069a
Author: Marcin Krol 
Date:   Tue Apr 23 00:43:49 2024 +0200

- build with gtk3 by default

 lxsession.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lxsession.spec b/lxsession.spec
index ed9c028..bc8f31a 100644
--- a/lxsession.spec
+++ b/lxsession.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_withgtk3# use GTK+3 instead of GTK+2
+%bcond_without gtk3# use GTK+3 instead of GTK+2
 %bcond_without notify  # libnotify/indicators based notification
 
 Summary:   Default session manager for LXDE


 gitweb:

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

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


[packages/openbox] - make openbox-xdg-autostart python3 compatible (patch from Debian)

2024-04-22 Thread hawk
commit 0a56e224ab9940c6a458fbb672a709e9c541dedd
Author: Marcin Krol 
Date:   Tue Apr 23 01:02:51 2024 +0200

- make openbox-xdg-autostart python3 compatible (patch from Debian)

 openbox.spec  |   6 +--
 python3.patch | 120 ++
 2 files changed, 123 insertions(+), 3 deletions(-)
---
diff --git a/openbox.spec b/openbox.spec
index 219f1e3..0cdc60c 100644
--- a/openbox.spec
+++ b/openbox.spec
@@ -6,13 +6,14 @@ Summary:  Small and fast window manger for the X Window
 Summary(pl.UTF-8): Mały i szybki zarządca okien dla X Window
 Name:  openbox
 Version:   3.6.1
-Release:   6
+Release:   7
 Epoch: 1
 License:   GPL v2+
 Group: X11/Window Managers
 #Source0Download: http://openbox.org/wiki/Openbox:Download
 Source0:   http://openbox.org/dist/openbox/%{name}-%{version}.tar.xz
 # Source0-md5: 46bf5f1edda0eda0d9e824b585988be9
+Patch0:python3.patch
 URL:   http://openbox.org/
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake >= 1:1.11
@@ -239,8 +240,7 @@ Motyw Syscrash dla Openboksa.
 
 %prep
 %setup -q
-
-%{__sed} -i -e '1s,/usr/bin/env python$,%{__python},' 
data/autostart/openbox-xdg-autostart
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/python3.patch b/python3.patch
new file mode 100644
index 000..dc62821
--- /dev/null
+++ b/python3.patch
@@ -0,0 +1,120 @@
+diff -ur openbox-3.6.1.orig/data/autostart/openbox-xdg-autostart 
openbox-3.6.1/data/autostart/openbox-xdg-autostart
+--- openbox-3.6.1.orig/data/autostart/openbox-xdg-autostart2013-04-17 
14:27:27.0 +0200
 openbox-3.6.1/data/autostart/openbox-xdg-autostart 2024-04-23 
00:59:58.692750755 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python3
+ 
+ # openbox-xdg-autostart runs things based on the XDG autostart specification
+ # Copyright (C) 2008   Dana Jansens
+@@ -28,9 +28,7 @@
+ from xdg.DesktopEntry import DesktopEntry
+ from xdg.Exceptions import ParsingError
+ except ImportError:
+-print
+-print >>sys.stderr, "ERROR:", ME, "requires PyXDG to be installed"
+-print
++sys.stderr.write("\nERROR: %s requires PyXDG to be installed\n" % ME)
+ sys.exit(1)
+ 
+ def main(argv=sys.argv):
+@@ -51,7 +49,7 @@
+ try:
+ autofile = AutostartFile(path)
+ except ParsingError:
+-print "Invalid .desktop file: " + path
++print("Invalid .desktop file: " + path)
+ else:
+ if not autofile in files:
+ files.append(autofile)
+@@ -99,9 +97,9 @@
+ 
+ def _alert(self, str, info=False):
+ if info:
+-print "\t ", str
++print("\t ", str)
+ else:
+-print "\t*", str
++print("\t*", str)
+ 
+ def _showInEnvironment(self, envs, verbose=False):
+ default = not self.de.getOnlyShowIn()
+@@ -146,14 +144,14 @@
+ 
+ def display(self, envs):
+ if self._shouldRun(envs):
+-print "[*] " + self.de.getName()
++print("[*] " + self.de.getName())
+ else:
+-print "[ ] " + self.de.getName()
++print("[ ] " + self.de.getName())
+ self._alert("File: " + self.path, info=True)
+ if self.de.getExec():
+ self._alert("Executes: " + self.de.getExec(), info=True)
+ self._shouldRun(envs, True)
+-print
++print()
+ 
+ def run(self, envs):
+ here = os.getcwd()
+@@ -165,34 +163,34 @@
+ os.chdir(here)
+ 
+ def show_help():
+-print "Usage:", ME, "[OPTION]... [ENVIRONMENT]..."
+-print
+-print "This tool will run xdg autostart .desktop files"
+-print
+-print "OPTIONS"
+-print "  --listShow a list of the files which would be run"
+-print "Files which would be run are marked with an 
asterix"
+-print "symbol [*].  For files which would not be run,"
+-print "information is given for why they are excluded"
+-print "  --helpShow this help and exit"
+-print "  --version Show version and copyright information"
+-print
+-print "ENVIRONMENT specifies a list of environments for which to run 
autostart"
+-print "applications.  If none are specified, only applications which do 
not "
+-print "limit themselves to certain environments will be run."
+-print
+-print "ENVIRONMENT can be one or more of:"
+-print "  GNOME Gnome Desktop"
+-print "  KDE   KDE Desktop"
+-print "  ROX   ROX Desktop"
+-print "  XFCE  XFCE Desktop"
+-print "  Old   Legacy systems"
+-print
++print("Usage:", ME, "[OPTION]... [ENVIRONMENT]...")
++print()
++print("This tool will run xdg autostart .desktop files")
++print()
++print("OPTIONS")
++print("  --listShow a list of the files which would be 

[packages/libdbusmenu] - port dbusmenu-bench to python3 (patch from Debian, rediffed)

2024-04-22 Thread hawk
commit e4a6fb741cdd1823669e95f33052b64f80945e7e
Author: Marcin Krol 
Date:   Mon Apr 22 23:57:32 2024 +0200

- port dbusmenu-bench to python3 (patch from Debian, rediffed)

 libdbusmenu.spec |  6 ++--
 python3.patch| 90 
 2 files changed, 93 insertions(+), 3 deletions(-)
---
diff --git a/libdbusmenu.spec b/libdbusmenu.spec
index ac3c2ba..3c71300 100644
--- a/libdbusmenu.spec
+++ b/libdbusmenu.spec
@@ -11,11 +11,12 @@ Summary:DBus Menu Library
 Summary(pl.UTF-8): Biblioteka DBus Menu
 Name:  libdbusmenu
 Version:   16.04.0
-Release:   1
+Release:   2
 License:   GPL v3, LGPL v2.1, LGPL v3
 Group: Libraries
 Source0:   
https://launchpad.net/libdbusmenu/16.04/%{version}/+download/%{name}-%{version}.tar.gz
 # Source0-md5: 3c05d53053b3ea69384b5f93d7a4c7c4
+Patch0:python3.patch
 URL:   https://launchpad.net/libdbusmenu
 BuildRequires: atk-devel
 BuildRequires: autoconf >= 2.62
@@ -269,6 +270,7 @@ Dokumentacja API biblioteki libdbusmenu-gtk (zarówno w 
wersji dla GTK+
 
 %prep
 %setup -q
+%patch0 -p1
 
 %{__sed} -i -e 's/-Werror//' \
libdbusmenu-glib/Makefile.am \
@@ -276,8 +278,6 @@ Dokumentacja API biblioteki libdbusmenu-gtk (zarówno w 
wersji dla GTK+
tools/Makefile.am \
tools/testapp/Makefile.am
 
-%{__sed} -i -e '1s,/usr/bin/env python$,%{__python},' tools/dbusmenu-bench
-
 %build
 %{__intltoolize}
 %{__libtoolize}
diff --git a/python3.patch b/python3.patch
new file mode 100644
index 000..9089f77
--- /dev/null
+++ b/python3.patch
@@ -0,0 +1,90 @@
+diff -ur libdbusmenu-16.04.0.orig/tools/dbusmenu-bench 
libdbusmenu-16.04.0/tools/dbusmenu-bench
+--- libdbusmenu-16.04.0.orig/tools/dbusmenu-bench  2016-02-27 
19:58:43.0 +0100
 libdbusmenu-16.04.0/tools/dbusmenu-bench   2024-04-22 23:54:25.748827260 
+0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python3
+ # encoding: utf-8
+ """
+ A library to communicate a menu object set accross DBus and
+@@ -60,8 +60,8 @@
+ 
+ 
+ def dump_properties(properties, prepend=""):
+-for key, value in properties.items():
+-print "%s- %s: %s" % (prepend, key, value)
++for key, value in list(properties.items()):
++print("%s- %s: %s" % (prepend, key, value))
+ 
+ 
+ def run_test_sequence(menu, dump=False):
+@@ -74,9 +74,9 @@
+ revision, layout = menu.GetLayout(dbus.Int32(0))
+ times["GetLayout"] = chrono.elapsed()
+ if dump:
+-print "revision:", revision
+-print "layout:"
+-print layout
++print("revision:", revision)
++print("layout:")
++print(layout)
+ 
+ # Get ids
+ tree = ET.fromstring(layout)
+@@ -89,27 +89,27 @@
+ children = menu.GetChildren(dbus.Int32(root_id), property_names)
+ times["GetChildren"] = chrono.elapsed()
+ if dump:
+-print "children:"
++print("children:")
+ for child in children:
+ id, properties = child
+-print "- %d:" % id
++print("- %d:" % id)
+ dump_properties(properties, prepend=" ")
+ 
+ chrono.restart()
+ properties = menu.GetProperties(dbus.Int32(child_id), property_names)
+ times["GetProperties"] = chrono.elapsed()
+ if dump:
+-print "properties:"
++print("properties:")
+ dump_properties(properties)
+ 
+ return times
+ 
+ def create_timing_dict():
+-return dict(zip(PROBES, itertools.repeat(0)))
++return dict(list(zip(PROBES, itertools.repeat(0
+ 
+ def print_probe(prefix, name, value, timestamp):
+ value = int(value * 100)
+-print "%(prefix)s.%(name)s:%(value)d@%(timestamp)d" % locals()
++print("%(prefix)s.%(name)s:%(value)d@%(timestamp)d" % locals())
+ 
+ def main():
+ parser = OptionParser(usage = "%prog [options]")
+@@ -134,7 +134,7 @@
+ max_timings = create_timing_dict()
+ for x in range(options.count):
+ timings = run_test_sequence(menu)
+-for name, timing in timings.items():
++for name, timing in list(timings.items()):
+ cumulated_timings[name] += timing
+ if min_timings[name] == 0 or min_timings[name] > timing:
+ min_timings[name] = timing
+@@ -142,11 +142,11 @@
+ max_timings[name] = timing
+ 
+ timestamp = int(time.time())
+-for name, timing in cumulated_timings.items():
++for name, timing in list(cumulated_timings.items()):
+ print_probe("average", name, timing / options.count, timestamp)
+-for name, timing in min_timings.items():
++for name, timing in list(min_timings.items()):
+ print_probe("min", name, timing, timestamp)
+-for name, timing in max_timings.items():
++for name, timing in list(max_timings.items()):
+ print_probe("max", name, timing, timestamp)
+ 
+ return 0


 gitweb:


[packages/lxde-common] - added patch to fix session handling, R: ConsoleKit - R: fonts-TTF-DejaVu

2024-04-22 Thread hawk
commit b5d1d2b93ade20b84896e644625450d5c31c17a9
Author: Marcin Krol 
Date:   Mon Apr 22 23:34:44 2024 +0200

- added patch to fix session handling, R: ConsoleKit
- R: fonts-TTF-DejaVu

 lxde-common.spec |  6 +-
 session.patch| 13 +
 2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/lxde-common.spec b/lxde-common.spec
index 7846b2d..a81d5f4 100644
--- a/lxde-common.spec
+++ b/lxde-common.spec
@@ -2,14 +2,17 @@ Summary:  Default configuration for LXDE
 Summary(pl.UTF-8): Domyślna konfiguracja LXDE
 Name:  lxde-common
 Version:   0.99.2
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz
 # Source0-md5: 14a9d19c4576dc15d985453ccb8ca9f6
+Patch0:session.patch
 URL:   http://www.lxde.org/
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Requires:  ConsoleKit
+Requires:  fonts-TTF-DejaVu
 Requires:  openbox
 Requires:  xorg-app-xprop
 BuildArch: noarch
@@ -24,6 +27,7 @@ LXDE.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
diff --git a/session.patch b/session.patch
new file mode 100644
index 000..51d4723
--- /dev/null
+++ b/session.patch
@@ -0,0 +1,13 @@
+diff -ur lxde-common-0.99.2.orig/startlxde.in lxde-common-0.99.2/startlxde.in
+--- lxde-common-0.99.2.orig/startlxde.in   2016-11-21 22:59:09.0 
+
 lxde-common-0.99.2/startlxde.in2018-07-05 09:56:38.521863200 +
+@@ -44,4 +44,8 @@
+ export XDG_CURRENT_DESKTOP="LXDE"
+ 
+ # Start the LXDE session
+-exec @prefix@/bin/lxsession -s LXDE -e LXDE
++if which ck-launch-session >/dev/null; then
++  exec ck-launch-session @prefix@/bin/lxsession -s LXDE -e LXDE
++else
++  exec @prefix@/bin/lxsession -s LXDE -e LXDE
++fi


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxde-common.git/commitdiff/b5d1d2b93ade20b84896e644625450d5c31c17a9

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


[packages/lxappearance-obconf] - build with gtk3 by default

2024-04-22 Thread hawk
commit d8aa0a8f413988e0ce1827e9f5dae507263bfa33
Author: Marcin Krol 
Date:   Mon Apr 22 23:21:31 2024 +0200

- build with gtk3 by default

 lxappearance-obconf.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxappearance-obconf.spec b/lxappearance-obconf.spec
index 14950f9..33b44b2 100644
--- a/lxappearance-obconf.spec
+++ b/lxappearance-obconf.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_withgtk3# use GTK+3 instead of GTK+2
+%bcond_without gtk3# use GTK+3 instead of GTK+2
 
 Summary:   LXAppearance ObConf plugin
 Summary(pl.UTF-8): Wtyczka ObConf dla LXAppearance
 Name:  lxappearance-obconf
 Version:   0.2.3
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxappearance-obconf.git/commitdiff/d8aa0a8f413988e0ce1827e9f5dae507263bfa33

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


[packages/imlib2] - added bcond to allow building without HEIF support

2024-04-22 Thread hawk
commit 57ddbfd9eb2c02b9b4b05c2fb0359a2478d77c9c
Author: Marcin Krol 
Date:   Mon Apr 22 23:17:26 2024 +0200

- added bcond to allow building without HEIF support

 imlib2.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/imlib2.spec b/imlib2.spec
index b14fe37..32bbf5c 100644
--- a/imlib2.spec
+++ b/imlib2.spec
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_without jxl # JPEG XL loader
+%bcond_without heif# HEIF loader
 %bcond_withps  # enable postscript support
 %bcond_without static_libs # static library
 
@@ -20,7 +21,7 @@ BuildRequires:bzip2-devel
 BuildRequires: doxygen
 BuildRequires: freetype-devel >= 2.1
 BuildRequires: giflib-devel
-BuildRequires: libheif-devel
+%{?with_heif:BuildRequires:libheif-devel}
 BuildRequires: libid3tag-devel
 BuildRequires: libjpeg-devel >= 6b-18
 %{?with_jxl:BuildRequires: libjxl-devel}
@@ -123,6 +124,7 @@ touch test/Makefile.am
 %ifarch %{x8664}
--enable-amd64 \
 %endif
+   %{!?with_heif:--without-heif} \
%{!?with_jxl:--without-jxl}
 
 %{__make}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/imlib2.git/commitdiff/57ddbfd9eb2c02b9b4b05c2fb0359a2478d77c9c

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


[packages/lxappearance] - build with gtk3 by default

2024-04-22 Thread hawk
commit 1b67286d36c1d6289a9bdd416bf550dc4a3b9ab2
Author: Marcin Krol 
Date:   Mon Apr 22 23:01:10 2024 +0200

- build with gtk3 by default

 lxappearance.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxappearance.spec b/lxappearance.spec
index 7f1e90a..96db5d7 100644
--- a/lxappearance.spec
+++ b/lxappearance.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_withgtk3# use GTK+3 instead of GTK+2
+%bcond_without gtk3# use GTK+3 instead of GTK+2
 
 Summary:   Desktop-independent theme switcher for GTK+
 Summary(pl.UTF-8): Niezależny od środowiska przełącznik motywów dla GTK+
 Name:  lxappearance
 Version:   0.6.3
-Release:   2
+Release:   3
 License:   GPL v3
 Group: X11/Applications
 Source0:   http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxappearance.git/commitdiff/1b67286d36c1d6289a9bdd416bf550dc4a3b9ab2

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


[packages/lxpanel] - fix building with gtk3, build with gtk3 by default

2024-04-22 Thread hawk
commit ae2b683dceefc70b96fecdb39ebecd54d8ec0439
Author: Marcin Krol 
Date:   Mon Apr 22 22:58:41 2024 +0200

- fix building with gtk3, build with gtk3 by default

 lxpanel.spec | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/lxpanel.spec b/lxpanel.spec
index de885e9..9c32428 100644
--- a/lxpanel.spec
+++ b/lxpanel.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_withgtk3# use GTK+3 instead of GTK+2
+%bcond_without gtk3# use GTK+3 instead of GTK+2
 %bcond_without appindicator# libindicator support (only GTK+2 variant 
supported)
 
 %if %{with gtk3}
@@ -10,7 +10,7 @@ Summary:  LXPanel - a lightweight X11 desktop panel
 Summary(pl.UTF-8): LXPanel - lekki panel pulpitu X11
 Name:  lxpanel
 Version:   0.10.1
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz
@@ -31,7 +31,8 @@ BuildRequires:libfm-devel >= 1.2.0
 %{?with_appindicator:BuildRequires:libindicator-devel >= 0.3.0}
 BuildRequires: libiw-devel
 BuildRequires: libtool >= 2:2.2
-BuildRequires: libwnck2-devel
+%{!?with_gtk3:BuildRequires:   libwnck2-devel}
+%{?with_gtk3:BuildRequires:libwnck-devel}
 BuildRequires: libxml2-devel >= 2.0
 BuildRequires: menu-cache-devel
 BuildRequires: pkgconfig
@@ -90,7 +91,8 @@ Pliki nagłówkowe dla wtyczek lxpanelu.
 %{__automake}
 %configure \
%{?with_appindicator:--enable-indicator-support} \
-   --disable-silent-rules
+   --disable-silent-rules \
+   %{?with_gtk3:--enable-gtk3}
 
 %{__make}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxpanel.git/commitdiff/ae2b683dceefc70b96fecdb39ebecd54d8ec0439

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


[packages/gnome-common] - rediffed

2024-04-22 Thread hawk
commit 4ceaba53ea9ee3ef871b5be7854d91c8c4cf8098
Author: Marcin Krol 
Date:   Mon Apr 22 22:44:52 2024 +0200

- rediffed

 disable-too-pedantic-Werror.patch | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/disable-too-pedantic-Werror.patch 
b/disable-too-pedantic-Werror.patch
index ce15d5c..66b636e 100644
--- a/disable-too-pedantic-Werror.patch
+++ b/disable-too-pedantic-Werror.patch
@@ -1,10 +1,11 @@
 gnome-common-3.14.0/macros2/gnome-compiler-flags.m4~   2014-09-22 
13:32:01.0 +0200
-+++ gnome-common-3.14.0/macros2/gnome-compiler-flags.m42015-03-24 
00:20:00.725525499 +0100
-@@ -47,7 +47,6 @@
+diff -urNp -x '*.orig' gnome-common-3.18.0.org/macros2/gnome-compiler-flags.m4 
gnome-common-3.18.0/macros2/gnome-compiler-flags.m4
+--- gnome-common-3.18.0.org/macros2/gnome-compiler-flags.m42015-01-27 
19:59:24.0 +0100
 gnome-common-3.18.0/macros2/gnome-compiler-flags.m42024-04-22 
22:43:26.872914798 +0200
+@@ -47,7 +47,6 @@ AU_DEFUN([GNOME_COMPILE_WARNINGS],[
  -Werror=pointer-arith \
  -Werror=init-self \
  -Werror=format-security \
 --Werror=format=2 \
  -Werror=missing-include-dirs \
+ -Werror=return-type \
  "
- 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-common.git/commitdiff/4ceaba53ea9ee3ef871b5be7854d91c8c4cf8098

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


[packages/libfm] - build with gtk3 by default

2024-04-22 Thread hawk
commit e92e943aaf247ad97ee1a614b9285502459722d6
Author: Marcin Krol 
Date:   Mon Apr 22 22:23:43 2024 +0200

- build with gtk3 by default

 libfm.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libfm.spec b/libfm.spec
index 4a11e9c..ecd2392 100644
--- a/libfm.spec
+++ b/libfm.spec
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without apidocs # disable gtk-doc
-%bcond_withgtk3# use GTK+ 3.x instead of 2.x
+%bcond_without gtk3# use GTK+ 3.x instead of 2.x
 %bcond_withextra_only  # build only libfm-extra
 %bcond_withbootstrap   # synonym for extra_only (to break 
libfm<>menu-cache loop)
 
@@ -12,7 +12,7 @@ Summary:  Helper library for pcmanfm
 Summary(pl.UTF-8): Biblioteka pomocnicza do pcmanfm
 Name:  libfm
 Version:   1.3.2
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: Libraries
 Source0:   
http://downloads.sourceforge.net/pcmanfm/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libfm.git/commitdiff/e92e943aaf247ad97ee1a614b9285502459722d6

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


[packages/lxhotkey] - build with gtk3 by default

2024-04-22 Thread hawk
commit fdcc14bae65be796bf171f51ee90016248285257
Author: Marcin Krol 
Date:   Mon Apr 22 22:22:19 2024 +0200

- build with gtk3 by default

 lxhotkey.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxhotkey.spec b/lxhotkey.spec
index 2e35eb8..66bdfa9 100644
--- a/lxhotkey.spec
+++ b/lxhotkey.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_withgtk3# use GTK+3 instead of GTK+2
+%bcond_without gtk3# use GTK+3 instead of GTK+2
 
 Summary:   A lightweight global keyboard shortcuts configurator
 Summary(pl.UTF-8): Lekki konfigurator globalnych skrótów klawiaturowych
 Name:  lxhotkey
 Version:   0.1.1
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxhotkey.git/commitdiff/fdcc14bae65be796bf171f51ee90016248285257

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


[packages/lxterminal] - build with gtk3 by default

2024-04-22 Thread hawk
commit 0d33e386aff12b7f1befa49eca3334d0ed076b8c
Author: Marcin Krol 
Date:   Mon Apr 22 22:20:45 2024 +0200

- build with gtk3 by default

 lxterminal.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxterminal.spec b/lxterminal.spec
index 1cf233c..5536a71 100644
--- a/lxterminal.spec
+++ b/lxterminal.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_withgtk3# use GTK+3 instead of GTK+2
+%bcond_without gtk3# use GTK+3 instead of GTK+2
 
 Summary:   LXTerminal - the standard terminal emulator of LXDE
 Summary(pl.UTF-8): LXTerminal - standardowy emulator terminala dla LXDE
 Name:  lxterminal
 Version:   0.4.0
-Release:   1
+Release:   2
 License:   GPL v2
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxterminal.git/commitdiff/0d33e386aff12b7f1befa49eca3334d0ed076b8c

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


[packages/gpicview] - build with gtk3 by default

2024-04-22 Thread hawk
commit 12668154281bd2257d1d75db187f53eb8bfc0d76
Author: Marcin Krol 
Date:   Mon Apr 22 22:04:50 2024 +0200

- build with gtk3 by default

 gpicview.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gpicview.spec b/gpicview.spec
index 503b865..3ee9a4c 100644
--- a/gpicview.spec
+++ b/gpicview.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_withgtk3# use GTK+3 instead of GTK+2
+%bcond_without gtk3# use GTK+3 instead of GTK+2
 
 Summary:   GPicView: Picture viewer of LXDE
 Summary(pl.UTF-8): GPicView - przeglądarka obrazków dla LXDE
 Name:  gpicview
 Version:   0.2.5
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gpicview.git/commitdiff/12668154281bd2257d1d75db187f53eb8bfc0d76

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


[packages/perl-PPIx-QuoteLike] - fix interpreter shebang in examples

2024-04-22 Thread hawk
commit 78edf1cd8c8b45a9c9c7215e120f4ca50d61c671
Author: Marcin Krol 
Date:   Mon Apr 22 18:38:23 2024 +0200

- fix interpreter shebang in examples

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


 gitweb:

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

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


[packages/perl-PPIx-Regexp] - cosmetics

2024-04-22 Thread hawk
commit c679d86c2d262e47942213aab1b26f1cc942042c
Author: Marcin Krol 
Date:   Mon Apr 22 18:37:11 2024 +0200

- cosmetics

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


 gitweb:

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

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