DISTFILES: vte: vte-0.74.2.tar.xz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.gnome.org/sources/vte/0.74/vte-0.74.2.tar.xz
7770d04e515d175013b50b05d6d6a80a  vte-0.74.2.tar.xz
Size: 907580 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/vte] - updated to 0.74.2

2023-12-16 Thread qboosh
commit 531f3ccbc93f474d65adf25b97beb3472e7b79dd
Author: Jakub Bogusz 
Date:   Sun Dec 17 08:07:22 2023 +0100

- updated to 0.74.2

 vte.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vte.spec b/vte.spec
index eb56bb4..25a3b06 100644
--- a/vte.spec
+++ b/vte.spec
@@ -8,13 +8,13 @@
 Summary:   VTE terminal widget library
 Summary(pl.UTF-8): Biblioteka z kontrolką terminala VTE
 Name:  vte
-Version:   0.74.1
+Version:   0.74.2
 Release:   1
 # some files have LGPL v2.1+ signature, but some LGPL v3+
 License:   LGPL v3+ (library), GPL v3+ (app)
 Group: X11/Libraries
 Source0:   
https://download.gnome.org/sources/vte/0.74/%{name}-%{version}.tar.xz
-# Source0-md5: 5b88f5ce15d9a28dfcf76de044511467
+# Source0-md5: 7770d04e515d175013b50b05d6d6a80a
 Patch0:%{name}-wordsep.patch
 URL:   https://wiki.gnome.org/Apps/Terminal/VTE
 BuildRequires: cairo-gobject-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vte.git/commitdiff/531f3ccbc93f474d65adf25b97beb3472e7b79dd

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


DISTFILES: lsof: lsof-4.99.2.tar.gz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://github.com/lsof-org/lsof/archive/4.99.2/lsof-4.99.2.tar.gz
bb9cd45716d5b6e3043d49fcd20de3b0  lsof-4.99.2.tar.gz
Size: 1134346 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/lsof] - updated to 4.99.2

2023-12-16 Thread qboosh
commit 56bcf0679fa830f46ade2368e1efe410a37cd003
Author: Jakub Bogusz 
Date:   Sun Dec 17 07:32:08 2023 +0100

- updated to 4.99.2

 lsof.spec | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/lsof.spec b/lsof.spec
index 831a567..e7d59c5 100644
--- a/lsof.spec
+++ b/lsof.spec
@@ -5,13 +5,13 @@ Summary(pt_BR.UTF-8): Lista os arquivos abertos pelos 
processos que estão rodan
 Summary(ru.UTF-8): Показывает открытые процессами файлы
 Summary(uk.UTF-8): Показує відкриті процесами файли
 Name:  lsof
-Version:   4.95.0
+Version:   4.99.2
 Release:   1
 License:   Free
 Group: Applications/System
-Source0:   
https://github.com/lsof-org/lsof/releases/download/%{version}/lsof_%{version}.linux.tar.bz2
-# Source0-md5: 670010707104b1b1fc4cabae974465a6
-URL:   http://people.freebsd.org/~abe/
+Source0:   
https://github.com/lsof-org/lsof/archive/%{version}/lsof-%{version}.tar.gz
+# Source0-md5: bb9cd45716d5b6e3043d49fcd20de3b0
+URL:   https://people.freebsd.org/~abe/
 BuildRequires: libselinux-devel
 BuildRequires: libtirpc-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -47,7 +47,7 @@ Lsof - це скорочення від LiSt Open Files. Саме це прог
 робить - виводить інформацію про файли, відкриті працюючими процесами.
 
 %prep
-%setup -q -n %{name}_%{version}.linux
+%setup -q
 
 %build
 LSOF_CC="%{__cc}"; export LSOF_CC
@@ -55,18 +55,21 @@ LSOF_CC="%{__cc}"; export LSOF_CC
 %{__make} \
DEBUG="%{rpmcppflags} %{rpmcflags}"
 
+# see Makefile.am
+soelim < Lsof.8 > lsof.man
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
 
 install lsof $RPM_BUILD_ROOT%{_bindir}
-install lsof.8 $RPM_BUILD_ROOT%{_mandir}/man8
+cp -p lsof.man $RPM_BUILD_ROOT%{_mandir}/man8/lsof.8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {00*,README.*}
+%doc 00* COPYING ChangeLog README.md
 %attr(755,root,root) %{_bindir}/lsof
 %{_mandir}/man8/lsof.8*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lsof.git/commitdiff/56bcf0679fa830f46ade2368e1efe410a37cd003

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


DISTFILES: exim: exim-4.97.tar.bz2 exim-html-4.97.tar.bz2 exim4-man-021016.tar.bz2 config.samples.tar.bz2 exim-git.patch

2023-12-16 Thread arekm
Request by: arekm


Files fetched: 1

ALREADY GOT: ftp://ftp.exim.org/pub/exim/exim4/exim-4.97.tar.bz2
c970646b913b3a414d5c7a3725da7018  exim-4.97.tar.bz2
ALREADY GOT: ftp://ftp.exim.org/pub/exim/exim4/exim-html-4.97.tar.bz2
e1ba08655a1c045384244ecd9129f14d  exim-html-4.97.tar.bz2
ALREADY GOT: no-url://exim4-man-021016.tar.bz2
b552704ebf853a401946038a2b7e8e98  exim4-man-021016.tar.bz2
ALREADY GOT: ftp://ftp.exim.org/pub/exim/exim4/old/config.samples.tar.bz2
4b93321938a800caa6127c48ad60a42b  config.samples.tar.bz2
STORED: no-url://exim-git.patch
a5507edbdc1379a56314e1cfa3ee1b92  exim-git.patch
Size: 174657 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/exim] Rel 3; small upstream fixes

2023-12-16 Thread arekm
commit 818aa0a314707551acd587374061ea8829f30572
Author: Arkadiusz Miśkiewicz 
Date:   Sun Dec 17 02:21:37 2023 +0100

Rel 3; small upstream fixes

 exim.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/exim.spec b/exim.spec
index 01caaf5..475b46e 100644
--- a/exim.spec
+++ b/exim.spec
@@ -23,7 +23,7 @@ Summary(pl.UTF-8):Agent Transferu Poczty Uniwersytetu w 
Cambridge
 Summary(pt_BR.UTF-8):  Servidor de correio eletrônico exim
 Name:  exim
 Version:   4.97
-Release:   2
+Release:   3
 Epoch: 2
 License:   GPL v2+
 Group: Networking/Daemons/SMTP
@@ -49,7 +49,7 @@ Source15: %{name}4-smtp.pamd
 Source16:  %{name}on.png
 # sh branch.sh
 Patch100:  %{name}-git.patch
-# Patch100-md5:84f450d2caead32eb5b3dfc4bfc6b063
+# Patch100-md5:a5507edbdc1379a56314e1cfa3ee1b92
 Patch0:%{name}4-EDITME.patch
 Patch1:%{name}4-monitor-EDITME.patch
 Patch2:%{name}4-cflags.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/818aa0a314707551acd587374061ea8829f30572

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


DISTFILES: cherrytree: cherrytree_1.0.4.tar.xz

2023-12-16 Thread mrozowik
Request by: mrozowik


Files fetched: 1

STORED: https://www.giuspen.com/software/cherrytree_1.0.4.tar.xz
d672406dafff38a5f24a4af280a209af  cherrytree_1.0.4.tar.xz
Size: 3436940 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/cherrytree] - up to 1.0.4

2023-12-16 Thread mrozowik
commit 6138104df0a5ed3d6c29d508ab5d37561da7dce5
Author: Krzysztof Mrozowicz 
Date:   Sun Dec 17 00:02:49 2023 +

- up to 1.0.4

 cherrytree.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cherrytree.spec b/cherrytree.spec
index a570749..0aed646 100644
--- a/cherrytree.spec
+++ b/cherrytree.spec
@@ -1,12 +1,12 @@
 Summary:   A hierarchical note taking application
 Summary(pl.UTF-8): Hierarchiczna aplikacja do robienia notatek
 Name:  cherrytree
-Version:   1.0.3
+Version:   1.0.4
 Release:   1
 License:   GPL v3+
 Group: X11/Applications
 Source0:   https://www.giuspen.com/software/%{name}_%{version}.tar.xz
-# Source0-md5: 032219f89c3fe305b932008d093baea4
+# Source0-md5: d672406dafff38a5f24a4af280a209af
 URL:   https://www.giuspen.com/cherrytree/
 BuildRequires: curl-devel
 BuildRequires: gspell-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cherrytree.git/commitdiff/6138104df0a5ed3d6c29d508ab5d37561da7dce5

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


DISTFILES: lowdown: lowdown-1.1.0.tar.gz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://kristaps.bsd.lv/lowdown/snapshots/lowdown-1.1.0.tar.gz
b4246cabfc55fab7fa4f948202f3807f  lowdown-1.1.0.tar.gz
Size: 269632 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/lowdown] - updated to 1.1.0

2023-12-16 Thread qboosh
commit 76f76aff5f1bc6d478450c32634d61cf7a233474
Author: Jakub Bogusz 
Date:   Sat Dec 16 22:33:58 2023 +0100

- updated to 1.1.0

 lowdown-link.patch | 11 ---
 lowdown.spec   |  6 ++
 2 files changed, 2 insertions(+), 15 deletions(-)
---
diff --git a/lowdown.spec b/lowdown.spec
index cbd83d1..791b8ba 100644
--- a/lowdown.spec
+++ b/lowdown.spec
@@ -1,13 +1,12 @@
 Summary:   Simple markdown translator library and tools
 Summary(pl.UTF-8): Prosta biblioteka i narzędzia do tłumaczenia formatu 
markdown
 Name:  lowdown
-Version:   1.0.0
+Version:   1.1.0
 Release:   1
 License:   ISC
 Group: Applications/Text
 Source0:   
https://kristaps.bsd.lv/lowdown/snapshots/%{name}-%{version}.tar.gz
-# Source0-md5: 383323ac828001ad601737bbf5b7a95f
-Patch0:%{name}-link.patch
+# Source0-md5: b4246cabfc55fab7fa4f948202f3807f
 URL:   https://kristaps.bsd.lv/lowdown/
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -46,7 +45,6 @@ Statyczna biblioteka lowdown.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 # not autoconf configure
diff --git a/lowdown-link.patch b/lowdown-link.patch
deleted file mode 100644
index af78fbc..000
--- a/lowdown-link.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 lowdown-1.0.0/Makefile.orig2022-05-28 19:48:08.0 +0200
-+++ lowdown-1.0.0/Makefile 2022-07-04 20:16:37.742257784 +0200
-@@ -183,7 +183,7 @@ liblowdown.a: $(OBJS) $(COMPAT_OBJS)
-   $(AR) rs $@ $(OBJS) $(COMPAT_OBJS)
- 
- liblowdown.so: $(OBJS) $(COMPAT_OBJS)
--  $(CC) -shared -o $@.$(LIBVER) $(OBJS) $(COMPAT_OBJS) $(LDFLAGS) 
$(LDADD_MD5) -Wl,-soname,$@.$(LIBVER)
-+  $(CC) -shared -o $@.$(LIBVER) $(OBJS) $(COMPAT_OBJS) $(LDFLAGS) 
$(LDADD_MD5) -lm -Wl,-soname,$@.$(LIBVER)
-   ln -sf $@.$(LIBVER) $@
- 
- install: bins


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lowdown.git/commitdiff/76f76aff5f1bc6d478450c32634d61cf7a233474

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


DISTFILES: kernel: linux-4.14.tar.xz patch-4.14.333.xz

2023-12-16 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.xz
bacdb9ffdcd922aa069a5e1520160e24  linux-4.14.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.333.xz
9de93b2fecbe38a27e148c5870a03eb6  patch-4.14.333.xz
Size: 5340276 bytes


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


[packages/kernel/LINUX_4_14] - 4.14.333

2023-12-16 Thread baggins
commit 2f2209946616a59e655da2c1ce64afebc77d8789
Author: Jan Rękorajski 
Date:   Sat Dec 16 22:27:21 2023 +0100

- 4.14.333

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index ade13488..0437b73f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -70,7 +70,7 @@
 
 %definerel 1
 %definebasever 4.14
-%definepostver .332
+%definepostver .333
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   -%{basever}
@@ -122,7 +122,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v4.x/linux-%{basever}.tar.xz
 # Source0-md5: bacdb9ffdcd922aa069a5e1520160e24
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5:  3ce18d76e35485830f0424166151be7e
+# Patch0-md5:  9de93b2fecbe38a27e148c5870a03eb6
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

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


DISTFILES: kernel: linux-4.19.tar.xz patch-4.19.302.xz

2023-12-16 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/4.19/linux-4.19.tar.xz
740a90cf810c2105df8ee12e5d0bb900  linux-4.19.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.302.xz
bdbef93bfa1ab67e195e087c9a0155fa  patch-4.19.302.xz
Size: 5813900 bytes


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


[packages/kernel/LINUX_4_19] - 4.19.302

2023-12-16 Thread baggins
commit c31c20f7e2e42b4f8821c0fbd5421604b81d983e
Author: Jan Rękorajski 
Date:   Sat Dec 16 22:26:14 2023 +0100

- 4.19.302

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


 gitweb:

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

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


DISTFILES: kernel: linux-5.4.tar.xz patch-5.4.264.xz

2023-12-16 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz
ce9b2d974d27408a61c53a30d3f98fb9  linux-5.4.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.4.264.xz
9408dbbfd54536720a6f2dc59eb582ef  patch-5.4.264.xz
Size: 5293844 bytes


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


[packages/kernel/LINUX_5_4] - 5.4.264

2023-12-16 Thread baggins
commit 6b481db266eb694be24ca3cfced4242dd11ea707
Author: Jan Rękorajski 
Date:   Sat Dec 16 22:21:28 2023 +0100

- 5.4.264

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


 gitweb:

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

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


DISTFILES: kernel: linux-5.10.tar.xz patch-5.10.204.xz

2023-12-16 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
753adc474bf799d569dec4f165ed92c3  linux-5.10.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.204.xz
25e97b6ae97d2fe96e5b5267c6a97d72  patch-5.10.204.xz
Size: 5415932 bytes


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


[packages/kernel/LINUX_5_10] - 5.10.204

2023-12-16 Thread baggins
commit fcda5fae2cd7acd48d01ab0eade28b88717c83c2
Author: Jan Rękorajski 
Date:   Sat Dec 16 22:17:29 2023 +0100

- 5.10.204

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


 gitweb:

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

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


DISTFILES: kernel: linux-5.15.tar.xz patch-5.15.143.xz

2023-12-16 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
071d49ff4e020d58c04f9f3f76d3b594  linux-5.15.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.15.143.xz
d5079aabb1cb04a61affb39600da00af  patch-5.15.143.xz
Size: 5066056 bytes


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


[packages/kernel/LINUX_5_15] - 5.15.143

2023-12-16 Thread baggins
commit ad6d55cf27a0f432ab92137024e3a9db8de42eb2
Author: Jan Rękorajski 
Date:   Sat Dec 16 22:16:08 2023 +0100

- 5.15.143

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


 gitweb:

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

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


DISTFILES: wlcs: wlcs-1.7.0.tar.gz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://github.com/MirServer/wlcs/archive/v1.7.0/wlcs-1.7.0.tar.gz
67d7233657987b335944fe658a76dd2c  wlcs-1.7.0.tar.gz
Size: 238655 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/wlcs] - updated to 1.7.0

2023-12-16 Thread qboosh
commit 271fefd33ebebf7854627d5b9929c031e03bbe0d
Author: Jakub Bogusz 
Date:   Sat Dec 16 21:45:50 2023 +0100

- updated to 1.7.0

 wlcs.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/wlcs.spec b/wlcs.spec
index 4bbc52f..ab60da3 100644
--- a/wlcs.spec
+++ b/wlcs.spec
@@ -14,19 +14,21 @@
 Summary:   Wayland Conformance Test Suite
 Summary(pl.UTF-8): Wayland Conformance Test Suite - testy zgodności 
Waylanda
 Name:  wlcs
-Version:   1.5.0
-Release:   2
+Version:   1.7.0
+Release:   1
 License:   GPL v3
 Group: Libraries
 #Source0Download: https://github.com/MirServer/wlcs/releases
 Source0:   
https://github.com/MirServer/wlcs/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 24c479147fccb07de141b282ea630770
+# Source0-md5: 67d7233657987b335944fe658a76dd2c
 URL:   https://github.com/MirServer/wlcs
 BuildRequires: boost-devel
 BuildRequires: cmake >= 3.5
 BuildRequires: gmock-devel
 BuildRequires: gtest-devel
 %{?with_asan:BuildRequires:libasan-devel}
+# c++20
+BuildRequires: libstdc++-devel >= 6:8
 %{?with_tsan:BuildRequires:libtsan-devel}
 %{?with_ubsan:BuildRequires:   libubsan-devel}
 BuildRequires: pkgconfig


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wlcs.git/commitdiff/271fefd33ebebf7854627d5b9929c031e03bbe0d

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


DISTFILES: ispell: ispell-3.4.06.tar.gz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://www.cs.hmc.edu/~geoff/tars/ispell-3.4.06.tar.gz
efd9ede43be1b8eb2a2e02023e373ecc  ispell-3.4.06.tar.gz
Size: 672723 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/ispell] - new URLs, updated to 3.4.06

2023-12-16 Thread qboosh
commit b84209345e490757bef2ba2e494670594f3ef89d
Author: Jakub Bogusz 
Date:   Sat Dec 16 21:45:19 2023 +0100

- new URLs, updated to 3.4.06

 ispell-local.h   |  3 ---
 ispell-nostrip.patch | 12 -
 ispell.spec  | 70 +---
 3 files changed, 45 insertions(+), 40 deletions(-)
---
diff --git a/ispell.spec b/ispell.spec
index 642e6e6..1b11eef 100644
--- a/ispell.spec
+++ b/ispell.spec
@@ -6,17 +6,17 @@ Summary(ru.UTF-8):ispell - интерактивная программа про
 Summary(tr.UTF-8): Etkilmli yazım denetleyici
 Summary(uk.UTF-8): ispell - інтерактивна програма перевірки орфографії
 Name:  ispell
-Version:   3.3.02
-Release:   6
+Version:   3.4.06
+Release:   1
 License:   BSD-like
 Group: Applications/Text
-Source0:   http://fmg-www.cs.ucla.edu/geoff/tars/%{name}-%{version}.tar.gz
-# Source0-md5: 12087d7555fc2b746425cd167af480fe
+#Source0Download: https://www.cs.hmc.edu/~geoff/ispell.html
+Source0:   https://www.cs.hmc.edu/~geoff/tars/%{name}-%{version}.tar.gz
+# Source0-md5: efd9ede43be1b8eb2a2e02023e373ecc
 Source1:   spell
 Source2:   %{name}-local.h
-Patch0:%{name}-3.3.02-glibc-2.10.patch
-Patch1:%{name}-nostrip.patch
-URL:   http://ficus-www.cs.ucla.edu/geoff/ispell.html
+Patch0:%{name}-nostrip.patch
+URL:   https://www.cs.hmc.edu/~geoff/ispell.html
 BuildRequires: bison
 BuildRequires: ncurses-devel
 Conflicts: vim-ispell <= 4:6.1.212-4
@@ -87,9 +87,8 @@ Angielski słownik (lista słów) dla ispella.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
-install %{SOURCE2} local.h
+cp -f %{SOURCE2} local.h
 sed -i -e 's#define[ \t]CC[ \t].*#define CC "%{__cc}"#g' local.h
 sed -i -e 's#define[ \t]CFLAGS[ \t].*#define CFLAGS "%{rpmcflags}"#g' local.h
 sed -i -e 's#define[ \t]LDFLAGS[ \t].*#define LDFLAGS "%{rpmldflags}"#g' 
local.h
@@ -97,47 +96,56 @@ sed -i -e 's#define[ \t]BINDIR[ \t].*#define BINDIR 
"%{_bindir}"#g' local.h
 sed -i -e 's#define[ \t]LIBDIR[ \t].*#define LIBDIR "%{_libdir}/%{name}"#g' 
local.h
 sed -i -e 's#define[ \t]MAN1DIR[ \t].*#define MAN1DIR "%{_mandir}/man1"#g' 
local.h
 sed -i -e 's#define[ \t]MAN45DIR[ \t].*#define MAN45DIR "%{_mandir}/man5"#g' 
local.h
-sed -i -e 's#define[ \t]TEXINFODIR[ \t].*#define TEXINFODIR "%{_infodir}"#g' 
local.h
-sed -i -e 's#define[ \t]ELISPDIR[ \t].*#define ELISPDIR 
"%{_libdir}/emacs/site-lisp"#g' local.h
 
 %build
 # Make config.sh first
-PATH=.:$PATH %{__make} -j1 config.sh
-
-# Now save build-rooted version (with time-stamp) for install ...
-sed -e "s,/usr/,$RPM_BUILD_ROOT%{_prefix}/,g"  < config.sh > config.sh.INSTALL
+PATH=.:$PATH \
+%{__make} -j1 config.sh
 
 # and then make everything
-PATH=.:$PATH TEMLIB="-lncurses" \
+PATH=.:$PATH \
%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d 
$RPM_BUILD_ROOT{%{_mandir},%{_infodir},%{_libdir}/{%{name},emacs/site-lisp}}
+install -d $RPM_BUILD_ROOT{%{_mandir},%{_libdir}/%{name}}
+
+PATH=.:$PATH \
+%{__make} -j1 install \
+   DESTDIR=$RPM_BUILD_ROOT
 
-# Roll in the build-root'ed version (with time-stamp!)
-%{__mv} config.sh.INSTALL config.sh
-PATH=.:$PATH %{__make} -j1 install
+# binaries not installed, sq conflicts with squirrel
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/{sq,unsq}.1
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/postshell
--/usr/sbin/fix-info-dir -c %{_infodir}
-
-%postun-p /sbin/postshell
--/usr/sbin/fix-info-dir -c %{_infodir}
-
 %files
 %defattr(644,root,root,755)
-%doc README
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
-%{_mandir}/man5/*
+%doc CHANGES README WISHES
+%attr(755,root,root) %{_bindir}/buildhash
+%attr(755,root,root) %{_bindir}/defmt-c
+%attr(755,root,root) %{_bindir}/defmt-sh
+%attr(755,root,root) %{_bindir}/findaffix
+%attr(755,root,root) %{_bindir}/icombine
+%attr(755,root,root) %{_bindir}/ijoin
+%attr(755,root,root) %{_bindir}/ispell
+%attr(755,root,root) %{_bindir}/munchlist
+%attr(755,root,root) %{_bindir}/spell
+%attr(755,root,root) %{_bindir}/tryaffix
+%{_mandir}/man1/buildhash.1*
+%{_mandir}/man1/findaffix.1*
+%{_mandir}/man1/ispell.1*
+%{_mandir}/man1/munchlist.1*
+%{_mandir}/man1/tryaffix.1*
+%{_mandir}/man5/ispell.5*
 %dir %{_libdir}/ispell
 
 %files en
 %defattr(644,root,root,755)
-%{_libdir}/ispell/*
+%{_libdir}/ispell/american.hash
+%{_libdir}/ispell/americanmed.hash
+%{_libdir}/ispell/english.aff
+%{_libdir}/ispell/english.hash
diff --git a/ispell-local.h b/ispell-local.h
index 2bc2b5f..8249cd1 100644
--- a/ispell-local.h
+++ b/ispell-local.h
@@ -41,9 +41,6 @@
 #defineMAN45SECT "5"
 #defineMAN45EXT ".5"
 
-#define ELISPDIR "/usr/lib/emacs/site-lisp"
-#define TEXINFODIR "/usr/share/info"
-
 
 /*
  * Place any locally-required #include statements here
diff --git a/ispell-nostrip.patch b/ispell-nostrip.patch
index 8c15c03..0384cf6 100644
--- a/ispell-nostrip.patch
+++ 

[packages/ispell] - disable binaries stripping

2023-12-16 Thread qboosh
commit e2acde2a77f55ccef0baabebc2f2583869d63672
Author: Jakub Bogusz 
Date:   Sat Dec 16 21:11:29 2023 +0100

- disable binaries stripping

 ispell-nostrip.patch | 18 ++
 ispell.spec  | 12 ++--
 2 files changed, 24 insertions(+), 6 deletions(-)
---
diff --git a/ispell.spec b/ispell.spec
index 26a2b87..642e6e6 100644
--- a/ispell.spec
+++ b/ispell.spec
@@ -14,7 +14,8 @@ Source0:  
http://fmg-www.cs.ucla.edu/geoff/tars/%{name}-%{version}.tar.gz
 # Source0-md5: 12087d7555fc2b746425cd167af480fe
 Source1:   spell
 Source2:   %{name}-local.h
-Patch0:ispell-3.3.02-glibc-2.10.patch
+Patch0:%{name}-3.3.02-glibc-2.10.patch
+Patch1:%{name}-nostrip.patch
 URL:   http://ficus-www.cs.ucla.edu/geoff/ispell.html
 BuildRequires: bison
 BuildRequires: ncurses-devel
@@ -22,8 +23,6 @@ Conflicts:vim-ispell <= 4:6.1.212-4
 Conflicts: ispell-pl < 20021127-2
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define_debugsource_packages   0
-
 %description
 This is the interactive spelling checker. You can run it on text files
 and it will interactively spell check. This means it will tell you
@@ -88,6 +87,7 @@ Angielski słownik (lista słów) dla ispella.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 install %{SOURCE2} local.h
 sed -i -e 's#define[ \t]CC[ \t].*#define CC "%{__cc}"#g' local.h
@@ -116,7 +116,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d 
$RPM_BUILD_ROOT{%{_mandir},%{_infodir},%{_libdir}/{%{name},emacs/site-lisp}}
 
 # Roll in the build-root'ed version (with time-stamp!)
-mv -f config.sh.INSTALL config.sh
+%{__mv} config.sh.INSTALL config.sh
 PATH=.:$PATH %{__make} -j1 install
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
@@ -124,10 +124,10 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p  /sbin/postshell
+%post  -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun-p  /sbin/postshell
+%postun-p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
diff --git a/ispell-nostrip.patch b/ispell-nostrip.patch
new file mode 100644
index 000..8c15c03
--- /dev/null
+++ b/ispell-nostrip.patch
@@ -0,0 +1,18 @@
+--- ispell-3.3.02/Makefile.orig2005-05-25 15:57:02.0 +0200
 ispell-3.3.02/Makefile 2023-12-16 21:06:36.230691971 +0100
+@@ -307,7 +307,6 @@ install-basic:
+   @. ./config.sh; \
+ set -x; \
+ cd $$BINDIR; \
+-strip ispell$$EXEEXT; \
+ chmod 755 ispell$$EXEEXT
+   @. ./config.sh; \
+ set -x; \
+@@ -362,7 +361,6 @@ install-dictbuild:
+   @. ./config.sh; \
+ set -x; \
+ cd $$BINDIR; \
+-strip buildhash$$EXEEXT icombine$$EXEEXT ijoin$$EXEEXT; \
+ chmod 755 buildhash$$EXEEXT icombine$$EXEEXT ijoin$$EXEEXT \
+   munchlist findaffix tryaffix
+   @. ./config.sh; \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ispell.git/commitdiff/e2acde2a77f55ccef0baabebc2f2583869d63672

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


DISTFILES: gtest: gtest-1.14.0.tar.gz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://github.com/google/googletest/archive/v1.14.0/gtest-1.14.0.tar.gz
c8340a482851ef6a3fe618a082304cfc  gtest-1.14.0.tar.gz
Size: 867764 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/gtest] - updated to 1.14.0

2023-12-16 Thread qboosh
commit dc2ed1e0972c6ffc700a9700e58ac39fbd5aaa06
Author: Jakub Bogusz 
Date:   Sat Dec 16 21:08:11 2023 +0100

- updated to 1.14.0

 cmake.patch | 50 +-
 gtest.spec  | 19 +++
 2 files changed, 32 insertions(+), 37 deletions(-)
---
diff --git a/gtest.spec b/gtest.spec
index 06a1153..ccb1e26 100644
--- a/gtest.spec
+++ b/gtest.spec
@@ -6,16 +6,16 @@
 Summary:   Google C++ testing framework
 Summary(pl.UTF-8): Szkielet testów w C++ stworzony przez Google
 Name:  gtest
-Version:   1.13.0
+Version:   1.14.0
 Release:   1
 License:   BSD
 Group: Development/Tools
 #Source0Download: https://github.com/google/googletest/releases
 Source0:   
https://github.com/google/googletest/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 95b29f0038ec84a611df951d74d99897
+# Source0-md5: c8340a482851ef6a3fe618a082304cfc
 Patch0:cmake.patch
 URL:   https://github.com/google/googletest
-BuildRequires: cmake >= 3.5
+BuildRequires: cmake >= 3.13
 BuildRequires: libstdc++-devel >= 6:5
 BuildRequires: python >= 2.3
 BuildRequires: python-modules >= 2.3
@@ -155,19 +155,14 @@ Kod źródłowy szkieletu gmock do osadzania go w innych 
projektach.
 # Note: official build system is now Bazel - but it's extremely distro 
unfriendly.
 # Use unofficial, community maintained CMake suite.
 %if %{with static_libs}
-install -d build-static
-cd build-static
-%cmake .. \
+%cmake -B build-static \
-DBUILD_SHARED_LIBS=OFF
-%{__make}
-cd ..
+%{__make} -C build-static
 %endif
 
-install -d build
-cd build
-%cmake ..
+%cmake -B build
 
-%{__make}
+%{__make} -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
diff --git a/cmake.patch b/cmake.patch
index d9d0fe3..f108754 100644
--- a/cmake.patch
+++ b/cmake.patch
@@ -1,30 +1,30 @@
 googletest-release-1.12.1/googletest/CMakeLists.txt.orig   2023-01-16 
21:26:08.891283192 +0100
-+++ googletest-release-1.12.1/googletest/CMakeLists.txt2023-01-16 
21:27:14.834259281 +0100
-@@ -134,10 +134,10 @@ if (DEFINED CMAKE_VERSION AND NOT "${CMA
-   string(REPLACE ";" "$" dirs "${gtest_build_include_dirs}")
-   target_include_directories(gtest SYSTEM INTERFACE
- "$"
--"$/${CMAKE_INSTALL_INCLUDEDIR}>")
-+"$")
-   target_include_directories(gtest_main SYSTEM INTERFACE
- "$"
--"$/${CMAKE_INSTALL_INCLUDEDIR}>")
-+"$")
- endif()
+--- googletest-1.14.0/googletest/CMakeLists.txt.orig   2023-12-16 
20:46:54.618198769 +0100
 googletest-1.14.0/googletest/CMakeLists.txt2023-12-16 
20:48:29.031020624 +0100
+@@ -143,10 +143,10 @@ set_target_properties(gtest_main PROPERT
+ string(REPLACE ";" "$" dirs "${gtest_build_include_dirs}")
+ target_include_directories(gtest SYSTEM INTERFACE
+   "$"
+-  "$/${CMAKE_INSTALL_INCLUDEDIR}>")
++  "$")
+ target_include_directories(gtest_main SYSTEM INTERFACE
+   "$"
+-  "$/${CMAKE_INSTALL_INCLUDEDIR}>")
++  "$")
  if(CMAKE_SYSTEM_NAME MATCHES "QNX")
target_link_libraries(gtest PUBLIC regex)
 googletest-release-1.12.1/googlemock/CMakeLists.txt.orig   2023-01-16 
21:26:08.891283192 +0100
-+++ googletest-release-1.12.1/googlemock/CMakeLists.txt2023-01-16 
21:27:34.230820868 +0100
-@@ -108,10 +108,10 @@ if (DEFINED CMAKE_VERSION AND NOT "${CMA
-   string(REPLACE ";" "$" dirs "${gmock_build_include_dirs}")
-   target_include_directories(gmock SYSTEM INTERFACE
- "$"
--"$/${CMAKE_INSTALL_INCLUDEDIR}>")
-+"$")
-   target_include_directories(gmock_main SYSTEM INTERFACE
- "$"
--"$/${CMAKE_INSTALL_INCLUDEDIR}>")
-+"$")
  endif()
+--- googletest-1.14.0/googlemock/CMakeLists.txt.orig   2023-12-16 
20:46:54.621532084 +0100
 googletest-1.14.0/googlemock/CMakeLists.txt2023-12-16 
20:49:09.650800568 +0100
+@@ -104,10 +104,10 @@ endif()
+ string(REPLACE ";" "$" dirs "${gmock_build_include_dirs}")
+ target_include_directories(gmock SYSTEM INTERFACE
+   "$"
+-  "$/${CMAKE_INSTALL_INCLUDEDIR}>")
++  "$")
+ target_include_directories(gmock_main SYSTEM INTERFACE
+   "$"
+-  "$/${CMAKE_INSTALL_INCLUDEDIR}>")
++  "$")
  
  
+ #


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtest.git/commitdiff/dc2ed1e0972c6ffc700a9700e58ac39fbd5aaa06

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


DISTFILES: 6tunnel: 6tunnel-0.13.tar.gz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/wojtekka/6tunnel/releases/download/0.13/6tunnel-0.13.tar.gz
b13ba5ad8efc5d74b2dd71c2df85ef35  6tunnel-0.13.tar.gz
Size: 103054 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/6tunnel] - new URLs, updated to 0.13; drop libinet6 (glibc already has sufficient ipv6 support)

2023-12-16 Thread qboosh
commit 50e9515ae6f8fa7a26d04ac548a13ac4f4a1793e
Author: Jakub Bogusz 
Date:   Sat Dec 16 20:32:16 2023 +0100

- new URLs, updated to 0.13; drop libinet6 (glibc already has sufficient 
ipv6 support)

 6tunnel.spec | 43 +++
 1 file changed, 19 insertions(+), 24 deletions(-)
---
diff --git a/6tunnel.spec b/6tunnel.spec
index 99ee773..7fe603a 100644
--- a/6tunnel.spec
+++ b/6tunnel.spec
@@ -1,20 +1,14 @@
-# TODO: decide to use libinet6 or not
 Summary:   Simple tunneling for applications that don't speak IPv6
 Summary(pl.UTF-8): Proste narzędzie do tunelowania
 Name:  6tunnel
-Version:   0.11
-%define_rc rc1
-Release:   0.%{_rc}.1
-License:   GPL
+Version:   0.13
+Release:   1
+License:   GPL v2
 Group: Networking/Utilities
-Source0:   http://toxygen.net/6tunnel/%{name}-%{version}%{_rc}.tar.gz
-# Source0-md5: b325fa9d238e32195fbb3fc3646b0d28
-URL:   http://toxygen.net/6tunnel/
-# probably not needed, but used if found, so BR or BC is needed
-# to force stable build environment
-# (should be disabled in configure if not needed)
-BuildRequires: autoconf
-BuildRequires: libinet6
+#Source0Download: https://github.com/wojtekka/6tunnel/releases
+Source0:   
https://github.com/wojtekka/6tunnel/releases/download/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: b13ba5ad8efc5d74b2dd71c2df85ef35
+URL:   https://github.com/wojtekka/6tunnel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -24,30 +18,31 @@ play with patches, use this tool. Simple `6tunnel 6668 
irc6.net 6667'
 will do :)
 
 %description -l pl.UTF-8
-Jeśli chcesz uzyskać dostęp do niektórych usług, dostępnych wyłącznie
-poprzez IPv6 z aplikacji, która nie wspiera IPv6 możesz użyć tego
-narzędzia. Np. `6tunnel 6668 irc6.net 6667'.
+Teog narzędzia można użyć, aby uzyskać dostęp do niektórych usług,
+dostępnych wyłącznie poprzez IPv6, z aplikacji, która nie obsługuje
+IPv6 - np. `6tunnel 6668 irc6.net 6667'.
 
 %prep
-%setup -q -n %{name}-0.11
+%setup -q
 
 %build
-%{__autoconf}
-%configure
+%configure \
+   ac_cv_lib_inet6_main=no \
+   ac_cv_lib_nsl_t_accept=no \
+   ac_cv_lib_socket_socket=no
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install 6tunnel$RPM_BUILD_ROOT%{_bindir}
-install 6tunnel.1  $RPM_BUILD_ROOT%{_mandir}/man1
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog contrib/cron.sh
+%doc ChangeLog TODO
 %attr(755,root,root) %{_bindir}/6tunnel
-%{_mandir}/man?/*
+%{_mandir}/man1/6tunnel.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/6tunnel.git/commitdiff/50e9515ae6f8fa7a26d04ac548a13ac4f4a1793e

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


DISTFILES: libzypp: libzypp-17.31.25.tar.gz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/openSUSE/libzypp/archive/17.31.25/libzypp-17.31.25.tar.gz
0d5335fab74f93b8e0fc12c86af960f0  libzypp-17.31.25.tar.gz
Size: 6931404 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/libzypp] - up to 17.31.25

2023-12-16 Thread qboosh
commit 2f9e2a83f4f4905ebc05fe8a6c73ad8d2d16ef95
Author: Jakub Bogusz 
Date:   Sat Dec 16 20:14:25 2023 +0100

- up to 17.31.25

 libzypp-libxml2.patch | 20 
 libzypp.spec  | 13 +
 2 files changed, 29 insertions(+), 4 deletions(-)
---
diff --git a/libzypp.spec b/libzypp.spec
index f894ab5..87428a2 100644
--- a/libzypp.spec
+++ b/libzypp.spec
@@ -2,21 +2,23 @@
 # Conditional build:
 %bcond_without apidocs # API documentation
 %bcond_withrpm5# rpm5 fork instead of rpm.org
-%bcond_withzchunk  # zchunk compression
+%bcond_without zchunk  # zchunk compression
+%bcond_without zstd# Zstandard compression
 #
 Summary:   Package management library
 Summary(pl.UTF-8): Biblioteka do zarządzania pakietami
 Name:  libzypp
-Version:   17.31.20
+Version:   17.31.25
 Release:   1
 License:   GPL v2+
 Group: Libraries
 #Source0Download: https://github.com/openSUSE/libzypp/tags
 Source0:   
https://github.com/openSUSE/libzypp/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 0fc9a2709d62e37bf8ee021b92a9559a
+# Source0-md5: 0d5335fab74f93b8e0fc12c86af960f0
 Patch0:%{name}-rpm5.patch
 Patch1:%{name}-link.patch
 Patch2:%{name}-gpgme-pkgconfig.patch
+Patch3:%{name}-libxml2.patch
 URL:   https://en.opensuse.org/Portal:Libzypp
 BuildRequires: boost-devel
 BuildRequires: cmake >= 3.1
@@ -44,6 +46,7 @@ BuildRequires:udev-devel
 BuildRequires: yaml-cpp-devel
 %{?with_zchunk:BuildRequires:  zchunk-devel}
 BuildRequires: zlib-devel
+%{?with_zstd:BuildRequires:zstd-devel}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -95,6 +98,7 @@ Dokumentacja API biblioteki Zypp.
 %endif
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 install -d build
@@ -105,7 +109,8 @@ cd build
%{?with_apidocs:-DENABLE_BUILD_DOCS=ON} \
-DENABLE_BUILD_TRANS=ON \
-DDISABLE_MEDIABACKEND_TESTS=ON \
-   %{?with_zchunk:-DENABLE_ZCHUNK_COMPRESSION=ON}
+   %{?with_zchunk:-DENABLE_ZCHUNK_COMPRESSION=ON} \
+   %{?with_zstd:-DENABLE_ZSTD_COMPRESSION=ON}
 
 %{__make}
 
diff --git a/libzypp-libxml2.patch b/libzypp-libxml2.patch
new file mode 100644
index 000..62a2043
--- /dev/null
+++ b/libzypp-libxml2.patch
@@ -0,0 +1,20 @@
+--- libzypp-17.31.25/zypp/parser/xml/Reader.cc.orig2023-12-14 
11:09:38.0 +0100
 libzypp-17.31.25/zypp/parser/xml/Reader.cc 2023-12-16 18:25:50.480719604 
+0100
+@@ -50,7 +50,7 @@ namespace zypp
+ 
+ 
+   std::list structuredErrors;
+-  void structuredErrorFunc( void * userData, xmlErrorPtr error )
++  void structuredErrorFunc( void * userData, const xmlError *error )
+   {
+ if ( error )
+ {
+#@@ -116,7 +116,7 @@ namespace zypp
+#   // set error handler
+#   // TODO: Fix using a global lastStructuredError string is not 
reentrant.
+#   structuredErrors.clear();
+#-  xmlTextReaderSetStructuredErrorHandler( _reader, structuredErrorFunc, 
NULL );
+#+  xmlTextReaderSetStructuredErrorHandler( _reader, , 
NULL );
+#   // TODO: set validation
+# 
+#   // advance to 1st node


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libzypp.git/commitdiff/2f9e2a83f4f4905ebc05fe8a6c73ad8d2d16ef95

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


[packages/daemon] - disable stripping

2023-12-16 Thread qboosh
commit b76baa55f8765f4c50e0acd3bd83484120e35ea3
Author: Jakub Bogusz 
Date:   Sat Dec 16 19:56:01 2023 +0100

- disable stripping

 daemon.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/daemon.spec b/daemon.spec
index 97bf54e..ef4d9da 100644
--- a/daemon.spec
+++ b/daemon.spec
@@ -53,6 +53,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
APP_INSDIR=%{_sbindir} \
+   DEB_BUILD_OPTIONS=nostrip \
MAN_GZIP=0
 
 %clean


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/daemon.git/commitdiff/b76baa55f8765f4c50e0acd3bd83484120e35ea3

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


[packages/cvs-fast-export] - added tsan,asan,ubsan patches (fix issues detected by gcc sanitizers)

2023-12-16 Thread qboosh
commit 0b0bfc9af43a1c8ba3d9996684c636c88035315f
Author: Jakub Bogusz 
Date:   Sat Dec 16 19:51:52 2023 +0100

- added tsan,asan,ubsan patches (fix issues detected by gcc sanitizers)

 cvs-fast-export-asan.patch  |  20 
 cvs-fast-export-tsan.patch  | 120 
 cvs-fast-export-ubsan.patch |  39 ++
 cvs-fast-export.spec|   6 +++
 4 files changed, 185 insertions(+)
---
diff --git a/cvs-fast-export.spec b/cvs-fast-export.spec
index f7745f9..c49c67c 100644
--- a/cvs-fast-export.spec
+++ b/cvs-fast-export.spec
@@ -12,6 +12,9 @@ Group:Development/Version Control
 Source0:   
http://www.catb.org/~esr/cvs-fast-export/%{name}-%{version}.tar.gz
 # Source0-md5: 8ed2dac4c7c1763d8351650d0bb2630c
 Patch0:hack-disable-cvsignore.patch
+Patch1:%{name}-tsan.patch
+Patch2:%{name}-asan.patch
+Patch3:%{name}-ubsan.patch
 URL:   http://www.catb.org/~esr/cvs-fast-export/
 BuildRequires: asciidoc
 BuildRequires: sed >= 4.0
@@ -45,6 +48,9 @@ ze zdalnych serwerów CVS.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %{__sed} -i -e '1s,/usr/bin/env python3$,%{__python3},' cvsconvert cvsstrip
 
diff --git a/cvs-fast-export-asan.patch b/cvs-fast-export-asan.patch
new file mode 100644
index 000..26b4721
--- /dev/null
+++ b/cvs-fast-export-asan.patch
@@ -0,0 +1,20 @@
+--- cvs-fast-export-1.62/export.c.orig 2023-12-10 22:08:38.039921414 +0100
 cvs-fast-export-1.62/export.c  2023-12-11 06:17:08.424656665 +0100
+@@ -208,7 +208,7 @@ static void export_blob(node_t *node,
+   for (char *cp = cbuf; cp < cbuf + len; cp++)
+   if (*cp == ' ')
+   *cp = '\n';
+-  if (strlen(cbuf) >= 2 && cbuf[0] == '!' && cbuf[1] == '\n')
++  if (strnlen(cbuf, len) >= 2 && cbuf[0] == '!' && cbuf[1] == '\n')
+   extralen = 0;
+ }
+ 
+@@ -697,7 +697,7 @@ static struct commit_seq *canonicalize(g
+ #define is_branchroot_of(x, y) ((x)->head == (y)->head && (x)->isbase)
+ #define is_older_than(x, y) (((struct commit_seq *)x)->commit->date < 
((struct commit_seq *)y)->commit->date)
+   /* back up as far as we can */
+-  while (!is_parent_of(bp-1, hp) && !is_branchroot_of(bp-1, hp) && 
!is_older_than(bp-1, hp))
++  while ((bp > history) && !is_parent_of(bp-1, hp) && 
!is_branchroot_of(bp-1, hp) && !is_older_than(bp-1, hp))
+   bp--;
+   if (bp < hp) {
+   /* shift commits up and put *hp where *bp was */
diff --git a/cvs-fast-export-tsan.patch b/cvs-fast-export-tsan.patch
new file mode 100644
index 000..48b831a
--- /dev/null
+++ b/cvs-fast-export-tsan.patch
@@ -0,0 +1,120 @@
+--- cvs-fast-export-1.62/atom.c.orig   2023-12-10 21:33:28.557717340 +0100
 cvs-fast-export-1.62/atom.c2023-12-10 21:33:33.707747222 +0100
+@@ -99,21 +99,22 @@ atom(const char *string)
+ hash_bucket_t *b;
+ int   len;
+ 
+-while ((b = *head)) {
+-collision:
+-  if (b->hash == hash && !strcmp(string, b->string))
+-  return b->string;
+-  head = &(b->next);
+-}
+ #ifdef THREADS
+ if (threads > 1)
+   pthread_mutex_lock(_mutex);
+ #endif /* THREADS */
+-if ((b = *head)) {
++while ((b = *head)) {
++collision:
++  if (b->hash == hash && !strcmp(string, b->string)) {
+ #ifdef THREADS
+   if (threads > 1)
+   pthread_mutex_unlock(_mutex);
+ #endif /* THREADS */
++  return b->string;
++  }
++  head = &(b->next);
++}
++if ((b = *head)) {
+   goto collision;
+ }
+ 
+@@ -154,21 +155,22 @@ atom_cvs_number(const cvs_number n)
+ number_bucket_t **head = _buckets[bucket];
+ number_bucket_t *b;
+ 
+-while ((b = *head)) {
+-collision:
+-  if (cvs_number_equal(>number, ))
+-  return >number;
+-  head = &(b->next);
+-}
+ #ifdef THREADS
+ if (threads > 1)
+   pthread_mutex_lock(_bucket_mutex);
+ #endif /* THREADS */
+-if ((b = *head)) {
++while ((b = *head)) {
++collision:
++  if (cvs_number_equal(>number, )) {
+ #ifdef THREADS
+   if (threads > 1)
+   pthread_mutex_unlock(_bucket_mutex);
+ #endif /* THREADS */
++  return >number;
++  }
++  head = &(b->next);
++}
++if ((b = *head)) {
+   goto collision;
+ }
+ 
+--- cvs-fast-export-1.62/revcvs.c.orig 2023-05-13 19:35:07.0 +0200
 cvs-fast-export-1.62/revcvs.c  2023-12-10 21:41:28.540502302 +0100
+@@ -22,6 +22,9 @@
+ #endif
+ 
+ const master_dir *root_dir = NULL;
++#ifdef THREADS
++static pthread_mutex_t root_dir_mutex = PTHREAD_MUTEX_INITIALIZER;
++#endif
+ 
+ static const char *
+ fileop_name(const char *rectified)
+@@ -86,21 +89,22 @@ atom_dir(const char* dirname)
+ dir_bucket **head = _buckets[HASH_VALUE(dirname) % DIR_BUCKETS];
+ dir_bucket *b;
+ 
+-while ((b = *head)) {
+-collision:
+-  if (b->dir.name == dirname)
+-  

DISTFILES: ofono: ofono-2.2.tar.xz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://www.kernel.org/pub/linux/network/ofono/ofono-2.2.tar.xz
f1906989e47548dc62c6cb9f9148a97d  ofono-2.2.tar.xz
Size: 1216712 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/ofono] - updated to 2.2

2023-12-16 Thread qboosh
commit 5d438e4e62ef9a69385be43b71c3b19ea3c30d16
Author: Jakub Bogusz 
Date:   Sat Dec 16 19:39:34 2023 +0100

- updated to 2.2

 ofono.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ofono.spec b/ofono.spec
index 8fdfab9..0f9085f 100644
--- a/ofono.spec
+++ b/ofono.spec
@@ -1,12 +1,12 @@
 Summary:   oFono - Open Source Telephony
 Summary(pl.UTF-8): oFono - telefonia o otwartych źródłach
 Name:  ofono
-Version:   2.1
+Version:   2.2
 Release:   1
 License:   GPL v2
 Group: Networking/Daemons
 Source0:   
https://www.kernel.org/pub/linux/network/ofono/%{name}-%{version}.tar.xz
-# Source0-md5: e39bbee268365ca07dc0cf8a62988cdd
+# Source0-md5: f1906989e47548dc62c6cb9f9148a97d
 URL:   https://01.org/ofono
 BuildRequires: dbus-devel >= 1.6
 BuildRequires: ell-devel >= 0.12


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ofono.git/commitdiff/5d438e4e62ef9a69385be43b71c3b19ea3c30d16

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


[packages/chrpath] - rediffed

2023-12-16 Thread hawk
commit 3ad63461eaeeb5c664713dedae7bc491caacbd1c
Author: Marcin Krol 
Date:   Sat Dec 16 18:37:30 2023 +0100

- rediffed

 chrpath-multilib.patch | 57 ++
 1 file changed, 30 insertions(+), 27 deletions(-)
---
diff --git a/chrpath-multilib.patch b/chrpath-multilib.patch
index f28d373..14b38c8 100644
--- a/chrpath-multilib.patch
+++ b/chrpath-multilib.patch
@@ -1,24 +1,7 @@
 a/configure.ac 2004-09-19 10:28:33.0 +0200
-+++ b/configure.ac 2006-02-27 16:12:00.282066250 +0100
-@@ -16,6 +16,7 @@
- dnl Checks for programs.
- AC_PROG_CC
- AC_PROG_INSTALL
-+AC_PROG_LIBTOOL
- 
- dnl Checks for libraries.
- 
-@@ -26,7 +27,6 @@
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
- AC_C_BIGENDIAN
--AC_CHECK_SIZEOF(void *)
- 
- dnl Checks for library functions.
- AC_CHECK_FUNCS(getopt_long)
 a/Makefile.am  2004-09-19 10:29:28.0 +0200
-+++ b/Makefile.am  2006-02-27 16:57:31.166290750 +0100
-@@ -12,12 +12,19 @@
+diff -urNp -x '*.orig' chrpath-0.16.org/Makefile.am chrpath-0.16/Makefile.am
+--- chrpath-0.16.org/Makefile.am   2014-01-12 08:52:21.0 +0100
 chrpath-0.16/Makefile.am   2023-12-16 18:36:06.850493419 +0100
+@@ -12,12 +12,19 @@ debs:
fakeroot debian/rules binary
  
  chrpath_SOURCES = \
@@ -40,9 +23,29 @@
 +
  EXTRA_DIST = $(man_MANS)
  
- CLEANFILES = *.bb *.bbg *.da *.gcov testsuite/*.bb testsuite/*.bbg
 a/main.c   2004-09-19 10:33:37.0 +0200
-+++ b/main.c   2006-02-27 17:23:39.400267750 +0100
+ config-updates:
+diff -urNp -x '*.orig' chrpath-0.16.org/configure.ac chrpath-0.16/configure.ac
+--- chrpath-0.16.org/configure.ac  2014-01-12 09:01:52.0 +0100
 chrpath-0.16/configure.ac  2023-12-16 18:36:06.850493419 +0100
+@@ -16,6 +16,7 @@ CHRPATH_LDRPATH_OPTION
+ dnl Checks for programs.
+ AC_PROG_CC
+ AC_PROG_INSTALL
++AC_PROG_LIBTOOL
+ 
+ dnl Checks for libraries.
+ 
+@@ -26,7 +27,6 @@ AC_CHECK_HEADERS([getopt.h elf.h fcntl.h
+ dnl Checks for typedefs, structures, and compiler characteristics.
+ AC_C_CONST
+ AC_C_BIGENDIAN
+-AC_CHECK_SIZEOF(void *)
+ 
+ dnl Checks for library functions.
+ AC_CHECK_FUNCS(getopt_long)
+diff -urNp -x '*.orig' chrpath-0.16.org/main.c chrpath-0.16/main.c
+--- chrpath-0.16.org/main.c2014-01-14 10:15:59.0 +0100
 chrpath-0.16/main.c2023-12-16 18:36:06.850493419 +0100
 @@ -12,13 +12,19 @@
  #  include "config.h"
  #endif
@@ -64,7 +67,7 @@
  
  #ifdef HAVE_GETOPT_LONG
  #  define GETOPT_LONG getopt_long
-@@ -61,6 +67,30 @@
+@@ -63,6 +69,30 @@ usage(char *progname)
printf("\n");
  }
  
@@ -95,7 +98,7 @@
  int
  main(int argc, char * const argv[])
  {
-@@ -73,6 +103,9 @@
+@@ -75,6 +105,9 @@ main(int argc, char * const argv[])
  #ifdef HAVE_GETOPT_LONG
int option_index = 0;
  #endif /* HAVE_GETOPT_LONG */
@@ -105,7 +108,7 @@
  
if (argc < 2)
  {
-@@ -116,14 +149,31 @@
+@@ -119,14 +152,31 @@ main(int argc, char * const argv[])
}
} while (-1 != opt);
  


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chrpath.git/commitdiff/3ad63461eaeeb5c664713dedae7bc491caacbd1c

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


DISTFILES: SDL2_sound: SDL_sound-2.0.2.tar.gz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/icculus/SDL_sound/archive/v2.0.2/SDL_sound-2.0.2.tar.gz
08405318c3b7bbeff2d6d5bc72fc160f  SDL_sound-2.0.2.tar.gz
Size: 459868 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/SDL2_sound] - updated to 2.0.2

2023-12-16 Thread qboosh
commit bc5dac7203d7ad28943ea3ecc5295d1d33382691
Author: Jakub Bogusz 
Date:   Sat Dec 16 18:36:42 2023 +0100

- updated to 2.0.2

 SDL2_sound.spec | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/SDL2_sound.spec b/SDL2_sound.spec
index d5f71b8..97bbbdc 100644
--- a/SDL2_sound.spec
+++ b/SDL2_sound.spec
@@ -2,17 +2,17 @@
 Summary:   An abstract soundfile decoder
 Summary(pl.UTF-8): Abstrakcyjny dekoder plików dźwiękowych
 Name:  SDL2_sound
-Version:   2.0.1
+Version:   2.0.2
 Release:   1
 License:   Zlib
 Group: Libraries
 #Source0Download: https://github.com/icculus/SDL_sound/releases
 Source0:   
https://github.com/icculus/SDL_sound/archive/v%{version}/SDL_sound-%{version}.tar.gz
-# Source0-md5: 4917a87b45f7b940a68cd1b60881cabb
+# Source0-md5: 08405318c3b7bbeff2d6d5bc72fc160f
 Patch0:SDL_sound-use-builtin-clz.patch
 URL:   http://www.icculus.org/SDL_sound/
 BuildRequires: SDL2-devel >= 2.0
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.0
 Requires:  SDL2 >= 2.0
 Obsoletes: SDL_sound-play < 2
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -107,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE.txt docs/{CHANGELOG,CREDITS,README}.txt
+%doc LICENSE.txt README.md docs/{CHANGELOG,CREDITS}.txt
 %attr(755,root,root) %{_bindir}/playsound
 %attr(755,root,root) %{_libdir}/libSDL2_sound.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libSDL2_sound.so.2
@@ -116,6 +116,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libSDL2_sound.so
 %{_includedir}/SDL2/SDL_sound.h
+%{_pkgconfigdir}/SDL2_sound.pc
+%{_libdir}/cmake/SDL2_sound
 
 %files static
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/SDL2_sound.git/commitdiff/bc5dac7203d7ad28943ea3ecc5295d1d33382691

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


DISTFILES: zchunk: zchunk-1.3.2.tar.gz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://github.com/zchunk/zchunk/archive/1.3.2/zchunk-1.3.2.tar.gz
b4a1bc5cea38d7e432745c4cc2c12fb1  zchunk-1.3.2.tar.gz
Size: 1508683 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/zchunk] - updated to 1.3.2

2023-12-16 Thread qboosh
commit 92baf4b145c7530151edfa14d575447019d40807
Author: Jakub Bogusz 
Date:   Sat Dec 16 15:37:02 2023 +0100

- updated to 1.3.2

 zchunk.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/zchunk.spec b/zchunk.spec
index ea705e3..1104faf 100644
--- a/zchunk.spec
+++ b/zchunk.spec
@@ -5,13 +5,13 @@
 Summary:   Library for generating easy-to-delta files
 Summary(pl.UTF-8): Biblioteka do generowania plików pozwalających na łatwe 
generowanie różnic
 Name:  zchunk
-Version:   1.3.1
+Version:   1.3.2
 Release:   1
 License:   BSD
 Group: Applications/File
 #Source0Download: https://github.com/zchunk/zchunk/tags
 Source0:   
https://github.com/zchunk/zchunk/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: fd3d96ddfcdb4f3de377fc6d13121536
+# Source0-md5: b4a1bc5cea38d7e432745c4cc2c12fb1
 URL:   https://github.com/zchunk/zchunk
 BuildRequires: curl-devel
 BuildRequires: gcc >= 5:3.2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zchunk.git/commitdiff/92baf4b145c7530151edfa14d575447019d40807

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


[packages/v4l-utils] - exclude already packaged contribs from docs

2023-12-16 Thread qboosh
commit f84ff99b45d292980ea0c698616aea5ac9c7c740
Author: Jakub Bogusz 
Date:   Sat Dec 16 15:28:54 2023 +0100

- exclude already packaged contribs from docs

 v4l-utils.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/v4l-utils.spec b/v4l-utils.spec
index f971648..b50fce8 100644
--- a/v4l-utils.spec
+++ b/v4l-utils.spec
@@ -235,7 +235,7 @@ done
 
 %files -f v4l-utils.lang
 %defattr(644,root,root,755)
-%doc ChangeLog README.md TODO contrib
+%doc ChangeLog README.md TODO contrib/{cobalt-ctl,parsers,pci_traffic}
 %attr(755,root,root) %{_bindir}/cec-compliance
 %attr(755,root,root) %{_bindir}/cec-ctl
 %attr(755,root,root) %{_bindir}/cec-follower


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/v4l-utils.git/commitdiff/f84ff99b45d292980ea0c698616aea5ac9c7c740

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


DISTFILES: gnome-firmware: gnome-firmware-45.0.tar.xz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://people.freedesktop.org/~hughsient/releases/gnome-firmware-45.0.tar.xz
169ccd79b918a5ed2485810253fc1155  gnome-firmware-45.0.tar.xz
Size: 277276 bytes


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


[packages/gnome-firmware] - updated to 45.0

2023-12-16 Thread qboosh
commit 60218d87a62ee6814ae72fc9ae1182ed41feb1f2
Author: Jakub Bogusz 
Date:   Sat Dec 16 15:28:23 2023 +0100

- updated to 45.0

 gnome-firmware.spec | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/gnome-firmware.spec b/gnome-firmware.spec
index 5245814..aacd781 100644
--- a/gnome-firmware.spec
+++ b/gnome-firmware.spec
@@ -2,23 +2,23 @@
 Summary:   GNOME Firmware - install firmware on devices
 Summary(pl.UTF-8): GNOME Firmware - instalowanie firmware'u w urządzeniach
 Name:  gnome-firmware
-Version:   43.2
+Version:   45.0
 Release:   1
 License:   GPL v2+
 Group: Applications/System
 Source0:   
https://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
-# Source0-md5: 456ea28c4cc85dd9698917a5868252cc
+# Source0-md5: 169ccd79b918a5ed2485810253fc1155
 Patch0:%{name}-man.patch
 URL:   https://gitlab.gnome.org/hughsie/gnome-firmware-updater
 BuildRequires: ConsoleKit-devel
 BuildRequires: appstream-glib
 BuildRequires: desktop-file-utils
-BuildRequires: fwupd-devel >= 1.7.5
+BuildRequires: fwupd-devel >= 1.8.11
 BuildRequires: gettext-tools
-BuildRequires: glib2-devel >= 2.0
+BuildRequires: glib2-devel >= 1:2.74.0
 BuildRequires: gtk4-devel >= 4.2
 BuildRequires: help2man
-BuildRequires: libadwaita-devel >= 1.0.0
+BuildRequires: libadwaita-devel >= 1.4
 BuildRequires: libsoup-devel >= 2.52
 BuildRequires: libxmlb-devel >= 0.1.7
 BuildRequires: meson >= 0.46.0
@@ -29,10 +29,11 @@ BuildRequires:  systemd-devel >= 1:211
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Requires(post,postun): gtk-update-icon-cache
-Requires:  fwupd >= 1.7.5
+Requires:  fwupd >= 1.8.11
+Requires:  glib2 >= 1:2.74.0
 Requires:  gtk4 >= 4.2
 Requires:  hicolor-icon-theme
-Requires:  libadwaita >= 1.0.0
+Requires:  libadwaita >= 1.4
 Requires:  libsoup >= 2.52
 Requires:  libxmlb >= 0.1.7
 Obsoletes: gnome-firmware-updater < 3.36
@@ -69,9 +70,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %ninja_install -C build
 
-# unify
-%{__mv} $RPM_BUILD_ROOT%{_localedir}/{fr_FR,fr}
-
 %find_lang %{name}
 
 %clean


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-firmware.git/commitdiff/60218d87a62ee6814ae72fc9ae1182ed41feb1f2

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


[packages/v4l-utils] - package gconv modules (in iconv-v4l package)

2023-12-16 Thread qboosh
commit ae2856e0afc2d8c7c7d5f06eb2463c9228a6dc85
Author: Jakub Bogusz 
Date:   Sat Dec 16 15:18:23 2023 +0100

- package gconv modules (in iconv-v4l package)

 v4l-utils.spec | 27 ++-
 1 file changed, 26 insertions(+), 1 deletion(-)
---
diff --git a/v4l-utils.spec b/v4l-utils.spec
index 90d7e86..f971648 100644
--- a/v4l-utils.spec
+++ b/v4l-utils.spec
@@ -1,4 +1,3 @@
-# TODO: package ARIB-STD-B24 EN300-468-TAB00 gconv modules
 #
 # Conditional build:
 %bcond_without apidocs # Doxygen documentation
@@ -163,6 +162,20 @@ API documentation for libv4l libraries.
 %description -n libv4l-apidocs -l pl.UTF-8
 Dokumentacja API biblioteki libv4l.
 
+%package -n iconv-v4l
+Summary:   Conversion modules for TV broadcasting encodings
+Summary(pl.UTF-8): Moduły konwersji do kodowań używanych w telewizji
+Group: Libraries
+Requires:  iconv
+
+%description -n iconv-v4l
+Conversion modules for TV broadcasting encodings: ARIB-STD-B24,
+EN300-468-TAB00.
+
+%description -n iconv-v4l -l pl.UTF-8
+Moduły konwersji do kodowań używanych w telewizji: ARIB-STD-B24,
+EN300-468-TAB00.
+
 %prep
 %setup -q
 
@@ -186,6 +199,9 @@ rm -rf $RPM_BUILD_ROOT
 install build/contrib/rds-saa6588/rds-saa6588 $RPM_BUILD_ROOT%{_bindir}
 install build/contrib/xc3028-firmware/xc3028-firmware 
$RPM_BUILD_ROOT%{_bindir}/xc3028-firmware
 
+install -d $RPM_BUILD_ROOT%{_libdir}/gconv/gconv-modules.d
+%{__mv} $RPM_BUILD_ROOT%{_libdir}/gconv/gconv-modules 
$RPM_BUILD_ROOT%{_libdir}/gconv/gconv-modules.d/gconv-modules-v4l.conf
+
 %find_lang libdvbv5
 %find_lang v4l-utils
 
@@ -214,6 +230,9 @@ done
 %post   -n libv4l -p /sbin/ldconfig
 %postun -n libv4l -p /sbin/ldconfig
 
+%posttrans -n iconv-v4l
+%{_sbindir}/iconvconfig --nostdlib -o %{_libdir}/gconv/gconv-modules.cache 
%{_libdir}/gconv
+
 %files -f v4l-utils.lang
 %defattr(644,root,root,755)
 %doc ChangeLog README.md TODO contrib
@@ -326,3 +345,9 @@ done
 %defattr(644,root,root,755)
 %{_docdir}/v4l-utils
 %endif
+
+%files -n iconv-v4l
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/gconv/ARIB-STD-B24.so
+%attr(755,root,root) %{_libdir}/gconv/EN300-468-TAB00.so
+%{_libdir}/gconv/gconv-modules.d/gconv-modules-v4l.conf


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/v4l-utils.git/commitdiff/ae2856e0afc2d8c7c7d5f06eb2463c9228a6dc85

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


DISTFILES: sudo: sudo-1.9.15p4.tar.gz

2023-12-16 Thread atler
Request by: atler


Files fetched: 1

STORED: https://www.sudo.ws/dist/sudo-1.9.15p4.tar.gz
5403f4dad2d533f8576c8a6d3eae5cfd  sudo-1.9.15p4.tar.gz
Size: 5304804 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/sudo] up to 1.9.15p4

2023-12-16 Thread atler
commit f65890114ea5e486fd546fccca2cefe6d357b65b
Author: Jan Palus 
Date:   Sat Dec 16 13:10:18 2023 +0100

up to 1.9.15p4

 sudo.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sudo.spec b/sudo.spec
index 3a469b4..2b98cd4 100644
--- a/sudo.spec
+++ b/sudo.spec
@@ -29,13 +29,13 @@ Summary(ru.UTF-8):  Позволяет определенным пользова
 Summary(uk.UTF-8): Дозволяє вказаним користувачам виконувати команди від 
імені root
 Name:  sudo
 # please see docs/UPGRADE.md for important changes each time updating sudo
-Version:   1.9.15p3
+Version:   1.9.15p4
 Release:   1
 Epoch: 1
 License:   BSD
 Group: Applications/System
 Source0:   https://www.sudo.ws/dist/%{name}-%{version}.tar.gz
-# Source0-md5: 16b0ee4c2107aaec99fe83ea319f0aec
+# Source0-md5: 5403f4dad2d533f8576c8a6d3eae5cfd
 Source1:   %{name}.pamd
 Source2:   %{name}-i.pamd
 Patch0:%{name}-env.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sudo.git/commitdiff/f65890114ea5e486fd546fccca2cefe6d357b65b

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


[packages/conmon] upstream fix for crashes in version 2.1.9; rel 2

2023-12-16 Thread atler
commit e4550ae133d171cb3eb25bce4281daeb6ea36915
Author: Jan Palus 
Date:   Sat Dec 16 13:02:07 2023 +0100

upstream fix for crashes in version 2.1.9; rel 2

from: https://github.com/containers/conmon/pull/476

 conmon.spec |  4 +++-
 crash.patch | 31 +++
 2 files changed, 34 insertions(+), 1 deletion(-)
---
diff --git a/conmon.spec b/conmon.spec
index 9bf56fe..8073248 100644
--- a/conmon.spec
+++ b/conmon.spec
@@ -8,12 +8,13 @@
 Summary:   OCI container runtime monitor
 Name:  conmon
 Version:   2.1.9
-Release:   1
+Release:   2
 License:   Apache v2.0
 Group: Applications/System
 #Source0Download: https://github.com/containers/conmon/releases
 Source0:   
https://github.com/containers/conmon/archive/v%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: f5dca5c1f79aeb4689bd9986d1c69b55
+Patch0:crash.patch
 URL:   https://github.com/containers/conmon
 BuildRequires: glib2-devel
 %{?with_docs:BuildRequires:go-md2man}
@@ -30,6 +31,7 @@ or crun) for a single container.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %{__rm} -r tools/vendor
 
diff --git a/crash.patch b/crash.patch
new file mode 100644
index 000..2f0fdbd
--- /dev/null
+++ b/crash.patch
@@ -0,0 +1,31 @@
+From 8557c117bcab03e3c16e40ffb7bd450d697f72c7 Mon Sep 17 00:00:00 2001
+From: Dominique Martinet 
+Date: Fri, 15 Dec 2023 12:44:03 +0900
+Subject: [PATCH] Fix incorrect free in conn_sock
+
+Earlier commit freed socket_parent_dir()'s result which is correct in
+the case it returns a path from g_build_filename, but when it returns
+opt_bundle_path the string should not be freed.
+
+Make the function always return an allocated string that can be freed
+
+Fixes: #475
+Fixes: fad6bac8e65f ("fix some issues flagged by SAST scan")
+Signed-off-by: Dominique Martinet 
+---
+ src/conn_sock.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/conn_sock.c b/src/conn_sock.c
+index 62a02266..3b854e33 100644
+--- a/src/conn_sock.c
 b/src/conn_sock.c
+@@ -314,7 +314,7 @@ char *socket_parent_dir(gboolean use_full_attach_path, 
size_t desired_len)
+ {
+   /* if we're to use the full path, ignore the socket path and only use 
the bundle_path */
+   if (use_full_attach_path)
+-  return opt_bundle_path;
++  return strdup(opt_bundle_path);
+ 
+   char *base_path = g_build_filename(opt_socket_path, opt_cuuid, NULL);
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/conmon.git/commitdiff/e4550ae133d171cb3eb25bce4281daeb6ea36915

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


[packages/postgresql/POSTGRESQL_16] up to 16.1 (requires unreleased version of heimdal for kerberos)

2023-12-16 Thread atler
commit d26471eeb35f1bc7c8c647f31ada27326b4e71b7
Author: Jan Palus 
Date:   Sat Dec 16 11:32:56 2023 +0100

up to 16.1 (requires unreleased version of heimdal for kerberos)

postgresql uses gss_store_cred_into() now which heimdal added support
for in early 2019. it's not part of any released version yet though.

 ac.patch |  4 ++--
 postgresql-heimdal.patch |  6 +++---
 postgresql-link.patch|  4 ++--
 postgresql.spec  | 13 ++---
 4 files changed, 13 insertions(+), 14 deletions(-)
---
diff --git a/postgresql.spec b/postgresql.spec
index 2664e79..6b23135 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -20,7 +20,7 @@
# (disabled by default because it is a 
security risk)
 #
 
-%define mver 15
+%define mver 16
 
 Summary:   PostgreSQL Data Base Management System
 Summary(de.UTF-8): PostgreSQL Datenbankverwaltungssystem
@@ -33,12 +33,12 @@ Summary(tr.UTF-8):  Veri Tabanı Yönetim Sistemi
 Summary(uk.UTF-8): PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:  postgresql
-Version:   %{mver}.3
-Release:   3
+Version:   %{mver}.1
+Release:   1
 License:   BSD
 Group: Applications/Databases
 Source0:   
https://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 7cb75773ff8fbe533701562c3278206b
+# Source0-md5: 9cbfb9076ed06384471802b850698a6d
 Source1:   %{name}.init
 Source2:   pgsql-Database-HOWTO-html.tar.gz
 # Source2-md5: 5b656ddf1db41965761f85204a14398e
@@ -66,7 +66,8 @@ BuildRequires:docbook-style-xsl-nons
 BuildRequires: flex >= 2.5.31
 BuildRequires: gettext-tools
 BuildRequires: gnome-doc-tools
-%{?with_kerberos5:BuildRequires:   heimdal-devel}
+%{?with_kerberos5:BuildRequires:   heimdal-devel >= 8}
+BuildRequires: libicu-devel
 %{?with_selinux:BuildRequires: libselinux-devel >= 2.1.10}
 BuildRequires: libtool
 BuildRequires: libuuid-devel
@@ -1052,7 +1053,6 @@ fi
 %attr(755,root,root) %{_bindir}/pg_waldump
 %attr(755,root,root) %{_bindir}/pgbench
 %attr(755,root,root) %{_bindir}/postgres
-%attr(755,root,root) %{_bindir}/postmaster
 
 %attr(755,root,root) %{_pgmoduledir}/cyrillic_and_mic.so
 %attr(755,root,root) %{_pgmoduledir}/dict_int.so
@@ -1098,7 +1098,6 @@ fi
 %{_mandir}/man1/pg_upgrade.1*
 %{_mandir}/man1/pgbench.1*
 %{_mandir}/man1/postgres.1*
-%{_mandir}/man1/postmaster.1*
 
 %files doc
 %defattr(644,root,root,755)
diff --git a/ac.patch b/ac.patch
index 4f0e687..6e8bca0 100644
--- a/ac.patch
+++ b/ac.patch
@@ -2,13 +2,13 @@
 +++ postgresql-14.0/configure.ac   2021-11-09 09:38:45.296275820 +0100
 @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un
  
- AC_INIT([PostgreSQL], [15.3], [pgsql-b...@lists.postgresql.org], [], 
[https://www.postgresql.org/])
+ AC_INIT([PostgreSQL], [16.1], [pgsql-b...@lists.postgresql.org], [], 
[https://www.postgresql.org/])
  
 -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 
2.69 is required.
 -Untested combinations of 'autoconf' and PostgreSQL versions are not
 -recommended.  You can remove the check from 'configure.ac' but it is then
 -your responsibility whether the result works or not.])])
- AC_COPYRIGHT([Copyright (c) 1996-2022, PostgreSQL Global Development Group])
+ AC_COPYRIGHT([Copyright (c) 1996-2023, PostgreSQL Global Development Group])
  AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
  AC_CONFIG_AUX_DIR(config)
 
diff --git a/postgresql-heimdal.patch b/postgresql-heimdal.patch
index 0b71ce6..ea22033 100644
--- a/postgresql-heimdal.patch
+++ b/postgresql-heimdal.patch
@@ -4,8 +4,8 @@
  
  if test "$with_gssapi" = yes ; then
if test "$PORTNAME" != "win32"; then
--AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 gss 'gssapi -lkrb5 
-lcrypto'], [],
-+AC_SEARCH_LIBS(gss_init_sec_context, [gssapi 'gssapi -lkrb5 -lcrypto' 
gssapi_krb5 gss], [],
-[AC_MSG_ERROR([could not find function 
'gss_init_sec_context' required for GSSAPI])])
+-AC_SEARCH_LIBS(gss_store_cred_into, [gssapi_krb5 gss 'gssapi -lkrb5 
-lcrypto'], [],
++AC_SEARCH_LIBS(gss_store_cred_into, [gssapi 'gssapi -lkrb5 -lcrypto' 
gssapi_krb5 gss], [],
+[AC_MSG_ERROR([could not find function 
'gss_store_cred_into' required for GSSAPI])])
else
  LIBS="$LIBS -lgssapi32"
diff --git a/postgresql-link.patch b/postgresql-link.patch
index 193e480..4f8bc50 100644
--- a/postgresql-link.patch
+++ b/postgresql-link.patch
@@ -35,8 +35,8 @@ diff -urNp -x '*.orig' 
postgresql-12.4.org/src/backend/Makefile postgresql-12.4/
  ifneq ($(PORTNAME), aix)
  
  postgres: $(OBJS)
--  $(CC) $(CFLAGS) $(call expand_subsys,$^) $(LDFLAGS) $(LDFLAGS_EX) 
$(export_dynamic) $(LIBS) -o $@
-+  $(CC) $(CFLAGS) $(call expand_subsys,$^) $(LDFLAGS) $(LDFLAGS_EX) 
$(export_dynamic) $(LIBS) $(BONJOUR_LIBS) -o $@
+-  $(CC) $(CFLAGS) $(call expand_subsys,$^) $(LDFLAGS) 

DISTFILES: postgresql: postgresql-16.1.tar.bz2 pgsql-Database-HOWTO-html.tar.gz

2023-12-16 Thread atler
Request by: atler


Files fetched: 1

STORED: https://ftp.postgresql.org/pub/source/v16.1/postgresql-16.1.tar.bz2
9cbfb9076ed06384471802b850698a6d  postgresql-16.1.tar.bz2
Size: 24605482 bytes
ALREADY GOT: no-url://pgsql-Database-HOWTO-html.tar.gz
5b656ddf1db41965761f85204a14398e  pgsql-Database-HOWTO-html.tar.gz


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


[packages/postgresql] Created branch POSTGRESQL_16

2023-12-16 Thread atler
The branch 'POSTGRESQL_16' was created.

Summary of new commits:

  d26471e... up to 16.1 (requires unreleased version of heimdal for kerb
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/postgresql] don't try to compile python 2 modules (not shipped since 7.4 (2003))

2023-12-16 Thread atler
commit fc681c609751490491952c8675fb4f37d24429a3
Author: Jan Palus 
Date:   Sat Dec 16 01:57:50 2023 +0100

don't try to compile python 2 modules (not shipped since 7.4 (2003))

 postgresql.spec | 5 -
 1 file changed, 5 deletions(-)
---
diff --git a/postgresql.spec b/postgresql.spec
index 5394d67..2664e79 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -900,11 +900,6 @@ install %{SOURCE6} 
$RPM_BUILD_ROOT%{systemdunitdir}/%{name}.target
 install -d howto
 tar zxf %{SOURCE2} -C howto
 
-%if %{with python}
-%py_comp $RPM_BUILD_ROOT%{py_libdir}
-%py_ocomp $RPM_BUILD_ROOT%{py_libdir}
-%endif
-
 # find locales
 for f in libpq5 pgscripts postgres psql initdb ecpg ecpglib6 \
plpgsql %{?with_perl:plperl} %{?with_python:plpython} \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/postgresql.git/commitdiff/fc681c609751490491952c8675fb4f37d24429a3

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


DISTFILES: OpenXR: OpenXR-SDK-Source-release-1.0.32.tar.gz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.0.32/OpenXR-SDK-Source-release-1.0.32.tar.gz
81fb87127ffced710539497c18fb6003  
OpenXR-SDK-Source-release-1.0.32.tar.gz
Size: 2653044 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/OpenXR] - updated to 1.0.32 (with 1.0.32.1 SDK hotfix according to release notes)

2023-12-16 Thread qboosh
commit 7ef62ea9ca01b51c4b9d59b019aeb7161deb816a
Author: Jakub Bogusz 
Date:   Sat Dec 16 10:36:03 2023 +0100

- updated to 1.0.32 (with 1.0.32.1 SDK hotfix according to release notes)

 OpenXR.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/OpenXR.spec b/OpenXR.spec
index f88265a..e4a7ce0 100644
--- a/OpenXR.spec
+++ b/OpenXR.spec
@@ -1,13 +1,13 @@
 Summary:   OpenXR loader and validation layers implementation
 Summary(pl.UTF-8): Implementacja loadera i warstw kontroli poprawności 
standardu OpenXR
 Name:  OpenXR
-Version:   1.0.31
+Version:   1.0.32
 Release:   1
 License:   Apache v2.0
 Group: Libraries
 #Source0Download: https://github.com/KhronosGroup/OpenXR-SDK-Source/releases
 Source0:   
https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-%{version}/%{name}-SDK-Source-release-%{version}.tar.gz
-# Source0-md5: add672548155cdf71d4a100ade5a16e9
+# Source0-md5: 81fb87127ffced710539497c18fb6003
 Patch0:%{name}-jsoncpp.patch
 URL:   https://www.khronos.org/openxr/
 BuildRequires: EGL-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/OpenXR.git/commitdiff/7ef62ea9ca01b51c4b9d59b019aeb7161deb816a

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


DISTFILES: loupe: loupe-45.3.tar.xz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.gnome.org/sources/loupe/45/loupe-45.3.tar.xz
bfd5e246f89fed13d03c4fe96089187f  loupe-45.3.tar.xz
Size: 24856028 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/loupe] - updated to 45.3

2023-12-16 Thread qboosh
commit 1fbf16bc54adc26799691280539287b3b829c0f8
Author: Jakub Bogusz 
Date:   Sat Dec 16 10:06:41 2023 +0100

- updated to 45.3

 loupe.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/loupe.spec b/loupe.spec
index 9993d87..dc90387 100644
--- a/loupe.spec
+++ b/loupe.spec
@@ -2,12 +2,12 @@
 Summary:   GNOME image viewer
 Summary(pl.UTF-8): Przeglądarka obrazów dla GNOME
 Name:  loupe
-Version:   45.2
-Release:   2
+Version:   45.3
+Release:   1
 License:   GPL v3+
 Group: X11/Applications/Graphics
 Source0:   
https://download.gnome.org/sources/loupe/45/%{name}-%{version}.tar.xz
-# Source0-md5: e490d021eac34bd9d1cb2bffc3c3ba44
+# Source0-md5: bfd5e246f89fed13d03c4fe96089187f
 Patch0:%{name}-x32.patch
 URL:   https://gitlab.gnome.org/GNOME/loupe
 BuildRequires: cargo


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/loupe.git/commitdiff/1fbf16bc54adc26799691280539287b3b829c0f8

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


DISTFILES: gnome-nibbles: gnome-nibbles-4.0.0.tar.xz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://download.gnome.org/sources/gnome-nibbles/4.0/gnome-nibbles-4.0.0.tar.xz
f10a441f8a05e91e3a0163826b2dde51  gnome-nibbles-4.0.0.tar.xz
Size: 417660 bytes


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


[packages/gnome-nibbles] - updated to 4.0.0 (ported to gtk4/libgnome-games-support2)

2023-12-16 Thread qboosh
commit c0925c661b0f280127bdb3536b852663e9cd4634
Author: Jakub Bogusz 
Date:   Sat Dec 16 09:48:57 2023 +0100

- updated to 4.0.0 (ported to gtk4/libgnome-games-support2)

 gnome-nibbles.spec | 32 +++-
 1 file changed, 15 insertions(+), 17 deletions(-)
---
diff --git a/gnome-nibbles.spec b/gnome-nibbles.spec
index b21e2b6..854c0af 100644
--- a/gnome-nibbles.spec
+++ b/gnome-nibbles.spec
@@ -1,43 +1,41 @@
+# TODO: use gtk4-update-icon-cache
 Summary:   GNOME Nibbles - classic snake game
 Summary(pl.UTF-8): Nibbles dla GNOME - klasyczna gra w węża
 Name:  gnome-nibbles
-Version:   3.38.3
+Version:   4.0.0
 Release:   1
 License:   GPL v3+
 Group: X11/Applications/Games
-Source0:   
https://download.gnome.org/sources/gnome-nibbles/3.38/%{name}-%{version}.tar.xz
-# Source0-md5: 908e7d51beca1f6fe4a79e88133acb69
+Source0:   
https://download.gnome.org/sources/gnome-nibbles/4.0/%{name}-%{version}.tar.xz
+# Source0-md5: f10a441f8a05e91e3a0163826b2dde51
 URL:   https://wiki.gnome.org/Apps/Nibbles
 BuildRequires: appstream-glib
-BuildRequires: clutter-devel >= 1.22.0
-BuildRequires: clutter-gtk-devel >= 1.4.0
 BuildRequires: gettext-tools
-BuildRequires: glib2-devel >= 1:2.42.0
+BuildRequires: glib2-devel >= 1:2.66.0
 BuildRequires: gsound-devel >= 1.0.2
-BuildRequires: gtk+3-devel >= 3.24.0
-BuildRequires: libgnome-games-support-devel >= 1.7.1
+BuildRequires: gtk4-devel >= 4.6
+BuildRequires: libgnome-games-support2-devel >= 2.0.0
 BuildRequires: libgee-devel >= 0.8
 BuildRequires: librsvg-devel >= 1:2.32.0
-BuildRequires: meson >= 0.59
+BuildRequires: meson >= 0.62
 BuildRequires: ninja >= 1.5
+BuildRequires: pango-devel >= 1:1.10
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.736
 BuildRequires: tar >= 1:1.22
-BuildRequires: vala >= 2:0.28.0
+BuildRequires: vala >= 2:0.44
 BuildRequires: vala-gsound >= 1.0.2
 BuildRequires: vala-libgee >= 0.8
-BuildRequires: vala-libgnome-games-support >= 1.7.1
+BuildRequires: vala-libgnome-games-support2 >= 2.0.0
 BuildRequires: xz
 BuildRequires: yelp-tools
 Requires(post,postun): gtk-update-icon-cache
-Requires(post,postun): glib2 >= 1:2.42.0
-Requires:  clutter >= 1.22.0
-Requires:  clutter-gtk >= 1.4.0
-Requires:  glib2 >= 1:2.42.0
+Requires(post,postun): glib2 >= 1:2.66.0
+Requires:  glib2 >= 1:2.66.0
 Requires:  gsound >= 1.0.2
-Requires:  gtk+3 >= 3.24.0
+Requires:  gtk4 >= 4.6
 Requires:  hicolor-icon-theme
-Requires:  libgnome-games-support >= 1.7.1
+Requires:  libgnome-games-support2 >= 2.0.0
 Requires:  librsvg >= 1:2.32.0
 Provides:  gnome-games-gnibbles = 1:%{version}-%{release}
 Obsoletes: gnome-games-gnibbles < 1:3.8.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-nibbles.git/commitdiff/c0925c661b0f280127bdb3536b852663e9cd4634

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


DISTFILES: NetworkManager-libreswan: NetworkManager-libreswan-1.2.18.tar.xz

2023-12-16 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://download.gnome.org/sources/NetworkManager-libreswan/1.2/NetworkManager-libreswan-1.2.18.tar.xz
5630d2893c06b665b3a93cad1230c73e  NetworkManager-libreswan-1.2.18.tar.xz
Size: 386840 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/NetworkManager-libreswan] - updated to 1.2.18, added gtk4 editor module

2023-12-16 Thread qboosh
commit 1dd4deb10d377b41275e1367b8cb4b7da1beed10
Author: Jakub Bogusz 
Date:   Sat Dec 16 09:27:49 2023 +0100

- updated to 1.2.18, added gtk4 editor module

 NetworkManager-libreswan.spec | 23 ---
 1 file changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/NetworkManager-libreswan.spec b/NetworkManager-libreswan.spec
index 05a4706..83e41d7 100644
--- a/NetworkManager-libreswan.spec
+++ b/NetworkManager-libreswan.spec
@@ -1,23 +1,28 @@
-# TODO: GTK4 for GNOME42 (requires libnma-gtk4 >= 1.8.33)
+#
+# Conditional build:
+%bcond_without gtk4# Gtk4 version of editor plugin (GNOME 42+)
+
 Summary:   NetworkManager VPN integration for libreswan
 Summary(pl.UTF-8): Integracja NetworkManagera z sieciami VPN opartymi o 
libreswan
 Name:  NetworkManager-libreswan
-Version:   1.2.16
+Version:   1.2.18
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
https://download.gnome.org/sources/NetworkManager-libreswan/1.2/%{name}-%{version}.tar.xz
-# Source0-md5: b7b273bc11e2c443d08ebe4de1c1d33b
+# Source0-md5: 5630d2893c06b665b3a93cad1230c73e
 URL:   https://wiki.gnome.org/Projects/NetworkManager
 BuildRequires: NetworkManager-devel >= 2:1.2.0
 BuildRequires: NetworkManager-gtk-lib-devel >= 1.2.0
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1:1.9
 BuildRequires: gettext-tools
-BuildRequires: glib2-devel >= 1:2.32
+BuildRequires: glib2-devel >= 1:2.36
 BuildRequires: gtk+3-devel >= 3.4.0
+%{?with_gtk4:BuildRequires:gtk4-devel >= 4.0}
 BuildRequires: intltool >= 0.35.0
 BuildRequires: libnl-devel >= 1:3.2.8
+%{?with_gtk4:BuildRequires:libnma-gtk4-devel >= 1.8.33}
 BuildRequires: libsecret-devel >= 0.18
 BuildRequires: libtool >= 2:2
 BuildRequires: libxml2-devel >= 2.0
@@ -26,7 +31,7 @@ BuildRequires:tar >= 1:1.22
 BuildRequires: xz
 Requires:  NetworkManager >= 2:1.2.0
 Requires:  NetworkManager-gtk-lib >= 1.2.0
-Requires:  glib2 >= 1:2.32
+Requires:  glib2 >= 1:2.36
 Requires:  gtk+3 >= 3.4.0
 Requires:  libnl >= 1:3.2.8
 Requires:  libsecret >= 0.18
@@ -57,7 +62,8 @@ IKEv1, jest zgodna z serwerami VPN Libreswan oraz Cisco IPsec.
 %{__automake}
 %configure \
--disable-more-warnings \
-   --disable-static
+   --disable-static \
+   %{?with_gtk4:--with-gtk4}
 %{__make}
 
 %install
@@ -75,9 +81,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f NetworkManager-libreswan.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS NEWS README
 %attr(755,root,root) %{_libdir}/NetworkManager/libnm-vpn-plugin-libreswan.so
 %attr(755,root,root) 
%{_libdir}/NetworkManager/libnm-vpn-plugin-libreswan-editor.so
+%if %{with gtk4}
+%attr(755,root,root) 
%{_libdir}/NetworkManager/libnm-gtk4-vpn-plugin-libreswan-editor.so
+%endif
 %attr(755,root,root) %{_libexecdir}/nm-libreswan-auth-dialog
 %attr(755,root,root) %{_libexecdir}/nm-libreswan-service
 %attr(755,root,root) %{_libexecdir}/nm-libreswan-service-helper


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/NetworkManager-libreswan.git/commitdiff/1dd4deb10d377b41275e1367b8cb4b7da1beed10

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


[packages/v4l-utils] - added libv4l-apidocs package

2023-12-16 Thread qboosh
commit e95e49636b8dd7323456490faf568b0490502774
Author: Jakub Bogusz 
Date:   Sat Dec 16 09:00:45 2023 +0100

- added libv4l-apidocs package

 v4l-utils.spec | 26 --
 1 file changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/v4l-utils.spec b/v4l-utils.spec
index 28291f4..90d7e86 100644
--- a/v4l-utils.spec
+++ b/v4l-utils.spec
@@ -1,7 +1,8 @@
 # TODO: package ARIB-STD-B24 EN300-468-TAB00 gconv modules
 #
 # Conditional build:
-%bcond_without qt  # don't build Qt tools
+%bcond_without apidocs # Doxygen documentation
+%bcond_without qt  # Qt (5) based tools
 %bcond_without static_libs # static libraries
 #
 Summary:   Collection of Video4Linux utilities
@@ -28,15 +29,17 @@ BuildRequires:  SDL2_image-devel
 BuildRequires: alsa-lib-devel
 # for bpf
 BuildRequires: clang
+%{?with_apidocs:BuildRequires: doxygen >= 1.8.6}
 BuildRequires: elfutils-devel
 BuildRequires: gettext-tools >= 0.19.8
 BuildRequires: json-c-devel >= 0.15
 BuildRequires: libbpf-devel >= 0.7
 BuildRequires: libjpeg-devel
-BuildRequires: libstdc++-devel
+BuildRequires: libstdc++-devel >= 6:4.7
 BuildRequires: meson >= 0.54
 BuildRequires: ninja
 BuildRequires: pkgconfig
+BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(macros) >= 1.736
 BuildRequires: systemd-devel
 BuildRequires: tar >= 1:1.22
@@ -148,12 +151,25 @@ Static libv4l libraries.
 %description -n libv4l-static -l pl.UTF-8
 Statyczne biblioteki libv4l.
 
+%package -n libv4l-apidocs
+Summary:   API documentation for libv4l libraries
+Summary(pl.UTF-8): Dokumentacja API biblioteki libv4l
+Group: Documentation
+BuildArch: noarch
+
+%description -n libv4l-apidocs
+API documentation for libv4l libraries.
+
+%description -n libv4l-apidocs -l pl.UTF-8
+Dokumentacja API biblioteki libv4l.
+
 %prep
 %setup -q
 
 %build
 %meson build \
%{!?with_static_libs:--default-library=shared} \
+   %{!?with_apidocs:-Ddoxygen-doc=false} \
-Dlibdvbv5=enabled \
 %if %{without qt}
-Dqv4l2=disabled \
@@ -304,3 +320,9 @@ done
 %{_libdir}/libv4l2rds.a
 %{_libdir}/libv4lconvert.a
 %endif
+
+%if %{with apidocs}
+%files -n libv4l-apidocs
+%defattr(644,root,root,755)
+%{_docdir}/v4l-utils
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/v4l-utils.git/commitdiff/e95e49636b8dd7323456490faf568b0490502774

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