DISTFILES: cherrytree: cherrytree_1.1.3.tar.xz

2024-06-14 Thread mrozowik
Request by: mrozowik


Files fetched: 1

STORED: https://www.giuspen.com/software/cherrytree_1.1.3.tar.xz
3bd73c0621cfad8896fcaa3ef62d9311  cherrytree_1.1.3.tar.xz
Size: 4714064 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.1.3

2024-06-14 Thread mrozowik
commit f34b62d90e59929176a6d580c9473024d05ca590
Author: Krzysztof Mrozowicz 
Date:   Sat Jun 15 06:45:15 2024 +

- up to 1.1.3

 cherrytree.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cherrytree.spec b/cherrytree.spec
index 0dbe7cc..ead6536 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.1.2
+Version:   1.1.3
 Release:   1
 License:   GPL v3+
 Group: X11/Applications
 Source0:   https://www.giuspen.com/software/%{name}_%{version}.tar.xz
-# Source0-md5: 480f3a4025eed1e55dbad64119f864c2
+# Source0-md5: 3bd73c0621cfad8896fcaa3ef62d9311
 URL:   https://www.giuspen.com/cherrytree/
 BuildRequires: curl-devel
 BuildRequires: gspell-devel


 gitweb:

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

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


[packages/log4cplus] - added link patch to link python modules with newly built library; release 2

2024-06-14 Thread qboosh
commit eeb928f1c14951a0f3a4164cf89856810ba32a00
Author: Jakub Bogusz 
Date:   Fri Jun 14 22:47:23 2024 +0200

- added link patch to link python modules with newly built library; release 
2

 log4cplus-link.patch | 24 
 log4cplus.spec   |  4 +++-
 2 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/log4cplus.spec b/log4cplus.spec
index 3ee5727..cb6dfe9 100644
--- a/log4cplus.spec
+++ b/log4cplus.spec
@@ -15,13 +15,14 @@ Summary:Logging Framework for C++
 Summary(pl.UTF-8): Szkielet logowania dla C++
 Name:  log4cplus
 Version:   2.1.1
-Release:   1
+Release:   2
 License:   BSD or Apache v2.0
 Group: Libraries
 Source0:   
https://downloads.sourceforge.net/log4cplus/%{name}-%{version}.tar.xz
 # Source0-md5: 6ee2555be39cd269086cc871c834e43f
 Patch0:%{name}-amfix.patch
 Patch1:%{name}-swig.patch
+Patch2:%{name}-link.patch
 URL:   https://sourceforge.net/projects/log4cplus/
 %{?with_qt4:BuildRequires: QtCore-devel >= 4.0.0}
 %{?with_qt5:BuildRequires: Qt5Core-devel >= 5.0.0}
@@ -180,6 +181,7 @@ Wiązania Pythona/SWIG do biblioteki log4cplus.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
diff --git a/log4cplus-link.patch b/log4cplus-link.patch
new file mode 100644
index 000..0ecda22
--- /dev/null
+++ b/log4cplus-link.patch
@@ -0,0 +1,24 @@
+--- log4cplus-2.1.1/swig/python/Makefile.am.orig   2024-06-14 
20:18:51.588346277 +0200
 log4cplus-2.1.1/swig/python/Makefile.am2024-06-14 21:12:18.190422810 
+0200
+@@ -9,8 +9,8 @@ _log4cplus_la_CPPFLAGS = $(AM_CPPFLAGS)
+   $(PYTHON_CPPFLAGS) -DSWIG_TYPE_TABLE=log4cplus \
+   "-Dregister=/*register*/"
+ _log4cplus_la_LDFLAGS = -no-undefined -shared -module -avoid-version \
+-  $(PYTHON_LDFLAGS) $(AM_LDFLAGS)
+-_log4cplus_la_LIBADD = $(liblog4cplus_la_file)
++  $(AM_LDFLAGS)
++_log4cplus_la_LIBADD = $(liblog4cplus_la_file) $(PYTHON_LDFLAGS)
+ 
+ $(PYTHON_WRAP_CXX): $(SWIG_SOURCES)
+   $(SWIG) $(SWIG_FLAGS) -c++ -python $(SWIG_PYTHON_OPT) \
+@@ -29,8 +29,8 @@ _log4cplusU_la_CPPFLAGS = $(AM_CPPFLAGS)
+   $(SWIG_PYTHON_CPPFLAGS) $(PYTHON_CPPFLAGS) -DSWIG_TYPE_TABLE=log4cplus \
+   "-Dregister=/*register*/"
+ _log4cplusU_la_LDFLAGS = -no-undefined -shared -module -avoid-version \
+-  $(PYTHON_LDFLAGS) $(AM_LDFLAGS)
+-_log4cplusU_la_LIBADD = $(liblog4cplusU_la_file)
++  $(AM_LDFLAGS)
++_log4cplusU_la_LIBADD = $(liblog4cplusU_la_file) $(PYTHON_LDFLAGS)
+ 
+ $(PYTHON_WRAPU_CXX): $(SWIG_SOURCES)
+   $(SWIG) -DUNICODE=1 -D_UNICODE=1 $(SWIG_FLAGS) -c++ -python 
$(SWIG_PYTHON_OPT) \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/log4cplus.git/commitdiff/eeb928f1c14951a0f3a4164cf89856810ba32a00

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


DISTFILES: uid_wrapper: uid_wrapper-1.3.1.tar.gz

2024-06-14 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://www.samba.org/ftp/cwrap/uid_wrapper-1.3.1.tar.gz
8a32640975d751878fee6182bdeb3b41  uid_wrapper-1.3.1.tar.gz
Size: 52199 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/uid_wrapper] - updated to 1.3.1

2024-06-14 Thread qboosh
commit 7728eb169f7300b579a35297b523159c97db339a
Author: Jakub Bogusz 
Date:   Fri Jun 14 22:44:08 2024 +0200

- updated to 1.3.1

 uid_wrapper.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/uid_wrapper.spec b/uid_wrapper.spec
index 47168a0..eab9469 100644
--- a/uid_wrapper.spec
+++ b/uid_wrapper.spec
@@ -1,12 +1,12 @@
 Summary:   UID wrapper library
 Summary(pl.UTF-8): Biblioteka obudowująca UID
 Name:  uid_wrapper
-Version:   1.3.0
+Version:   1.3.1
 Release:   1
 License:   GPL v3+
 Group: Libraries
 Source0:   https://www.samba.org/ftp/cwrap/%{name}-%{version}.tar.gz
-# Source0-md5: 0a27738fadf3cff0dbaa86061c27df3d
+# Source0-md5: 8a32640975d751878fee6182bdeb3b41
 URL:   https://cwrap.org/uid_wrapper.html
 BuildRequires: cmake >= 3.5.0
 BuildRequires: rpmbuild(macros) >= 1.605


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/uid_wrapper.git/commitdiff/7728eb169f7300b579a35297b523159c97db339a

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


DISTFILES: blender: blender-3.6.12.tar.xz

2024-06-14 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.blender.org/source/blender-3.6.12.tar.xz
8ab5d1389185b12a2f2bfdde171524e3  blender-3.6.12.tar.xz
Size: 67899636 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/blender] - updated to 3.6.12 + upstream patch for openvdb 11

2024-06-14 Thread qboosh
commit aca63a46c07dae9d8a78a72189d34dfa5bb2881d
Author: Jakub Bogusz 
Date:   Fri Jun 14 22:43:01 2024 +0200

- updated to 3.6.12 + upstream patch for openvdb 11

 blender-openvdb11.patch | 83 +
 blender.spec|  6 ++--
 2 files changed, 87 insertions(+), 2 deletions(-)
---
diff --git a/blender.spec b/blender.spec
index 0240467..80a400f 100644
--- a/blender.spec
+++ b/blender.spec
@@ -17,14 +17,15 @@ Summary:3D modeling, rendering, animation and game 
creation package
 Summary(pl.UTF-8): Pakiet do tworzenia animacji 3D oraz gier
 Name:  blender
 # beware: don't use 3.3.17+, they have all the libs packaged (0.5GB compressed)
-Version:   3.6.11
+Version:   3.6.12
 Release:   1
 License:   GPL v2+
 Group: X11/Applications/Graphics
 Source0:   https://download.blender.org/source/%{name}-%{version}.tar.xz
-# Source0-md5: 32ec8c8403ead5e843edc1a26bdecb03
+# Source0-md5: 8ab5d1389185b12a2f2bfdde171524e3
 Patch0:%{name}-2.76-droid.patch
 Patch1:format-security.patch
+Patch2:%{name}-openvdb11.patch
 URL:   https://www.blender.org/
 BuildRequires: OpenAL-devel
 BuildRequires: OpenCOLLADA-devel
@@ -107,6 +108,7 @@ Blender to darmowy i w pełni funkcjonalny pakiet do 
tworzenia animacji
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # /usr/bin/env python3
 %{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' \
diff --git a/blender-openvdb11.patch b/blender-openvdb11.patch
new file mode 100644
index 000..adbc551
--- /dev/null
+++ b/blender-openvdb11.patch
@@ -0,0 +1,83 @@
+From bbb7e7a6d57f0b24d3b7374fb3747baf0d128d24 Mon Sep 17 00:00:00 2001
+From: Brecht Van Lommel 
+Date: Sun, 10 Dec 2023 01:02:08 +0100
+Subject: [PATCH] Cycles: update to work with OpenVDB 11
+
+Ref #113157
+---
+ intern/cycles/scene/image_vdb.cpp | 49 ---
+ 1 file changed, 38 insertions(+), 11 deletions(-)
+
+diff --git a/intern/cycles/scene/image_vdb.cpp 
b/intern/cycles/scene/image_vdb.cpp
+index 478b88c6d540..d94a7973adc7 100644
+--- a/intern/cycles/scene/image_vdb.cpp
 b/intern/cycles/scene/image_vdb.cpp
+@@ -11,6 +11,7 @@
+ #  include 
+ #endif
+ #ifdef WITH_NANOVDB
++#  define NANOVDB_USE_OPENVDB
+ #  include 
+ #endif
+ 
+@@ -52,23 +53,49 @@ struct ToNanoOp {
+   {
+ if constexpr (!std::is_same_v) {
+   try {
+-FloatGridType floatgrid(*openvdb::gridConstPtrCast(grid));
++#if NANOVDB_MAJOR_VERSION_NUMBER > 32 || \
++(NANOVDB_MAJOR_VERSION_NUMBER == 32 && NANOVDB_MINOR_VERSION_NUMBER 
>= 6)
++/* OpenVDB 11. */
+ if constexpr (std::is_same_v) {
++  openvdb::FloatGrid 
floatgrid(*openvdb::gridConstPtrCast(grid));
+   if (precision == 0) {
+-nanogrid = nanovdb::openToNanoVDB(floatgrid);
+-return true;
++nanogrid = nanovdb::createNanoGrid(floatgrid);
+   }
+   else if (precision == 16) {
+-nanogrid = nanovdb::openToNanoVDB(floatgrid);
+-return true;
++nanogrid = nanovdb::createNanoGrid(floatgrid);
++  }
++  else {
++nanogrid = nanovdb::createNanoGrid(floatgrid);
+   }
+ }
+-
+-nanogrid = nanovdb::openToNanoVDB(floatgrid);
++else if constexpr (std::is_same_v) 
{
++  openvdb::Vec3fGrid 
floatgrid(*openvdb::gridConstPtrCast(grid));
++  nanogrid = nanovdb::createNanoGrid(
++  floatgrid, nanovdb::StatsMode::Disable);
++}
++#else
++/* OpenVDB 10. */
++if constexpr (std::is_same_v) {
++  openvdb::FloatGrid 
floatgrid(*openvdb::gridConstPtrCast(grid));
++  if (precision == 0) {
++nanogrid =
++nanovdb::openToNanoVDB(
++floatgrid);
++  }
++  else if (precision == 16) {
++nanogrid =
++nanovdb::openToNanoVDB(
++floatgrid);
++  }
++  else {
++nanogrid = nanovdb::openToNanoVDB(floatgrid);
++  }
++}
++else if constexpr (std::is_same_v) 
{
++  openvdb::Vec3fGrid 
floatgrid(*openvdb::gridConstPtrCast(grid));
++  nanogrid = nanovdb::openToNanoVDB(floatgrid);
++}
++#endif
+   }
+   catch (const std::exception &e) {
+ VLOG_WARNING << "Error converting OpenVDB to NanoVDB grid: " << 
e.what();


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/blender.git/commitdiff/aca63a46c07dae9d8a78a72189d34dfa5bb2881d

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


DISTFILES: libwacom: libwacom-2.12.1.tar.xz

2024-06-14 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.12.1/libwacom-2.12.1.tar.xz
7921330e601bc747a8d860f75502774c  libwacom-2.12.1.tar.xz
Size: 152880 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/libwacom] - updated to 2.12.1

2024-06-14 Thread qboosh
commit 6690eef694d6d00bb551d8f9ab2f4358ea5837e9
Author: Jakub Bogusz 
Date:   Fri Jun 14 22:41:12 2024 +0200

- updated to 2.12.1

 libwacom.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libwacom.spec b/libwacom.spec
index f1c29c5..1b3ef78 100644
--- a/libwacom.spec
+++ b/libwacom.spec
@@ -6,13 +6,13 @@
 Summary:   Wacom model feature query library
 Summary(pl.UTF-8): Biblioteka identyfikująca modele i możliwości tabletów 
Wacom
 Name:  libwacom
-Version:   2.12.0
+Version:   2.12.1
 Release:   1
 License:   MIT
 Group: Libraries
 #Source0Download: https://github.com/linuxwacom/libwacom/releases
 Source0:   
https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: e78b52ef85b0b3fdbb5c5805c15cf305
+# Source0-md5: 7921330e601bc747a8d860f75502774c
 URL:   https://linuxwacom.github.io/
 %{?with_apidocs:BuildRequires: doxygen}
 BuildRequires: glib2-devel >= 1:2.36


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libwacom.git/commitdiff/6690eef694d6d00bb551d8f9ab2f4358ea5837e9

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


DISTFILES: libmaxminddb: libmaxminddb-1.10.0.tar.gz

2024-06-14 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/maxmind/libmaxminddb/releases/download/1.10.0/libmaxminddb-1.10.0.tar.gz
7fb4f35b3f37c350c995fa5fc5238c43  libmaxminddb-1.10.0.tar.gz
Size: 727713 bytes


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


DISTFILES: xscreensaver: xscreensaver-6.09.tar.gz

2024-06-14 Thread mrozowik
Request by: mrozowik


Files fetched: 1

STORED: https://www.jwz.org/xscreensaver/xscreensaver-6.09.tar.gz
1f0e2b1698bc2a6ecfe9b668e4b75c3d  xscreensaver-6.09.tar.gz
Size: 22026182 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/libmaxminddb] - updated to 1.10.0

2024-06-14 Thread qboosh
commit 957c867b7243f3619838cb1e8957b974ecb45448
Author: Jakub Bogusz 
Date:   Fri Jun 14 20:58:43 2024 +0200

- updated to 1.10.0

 libmaxminddb.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libmaxminddb.spec b/libmaxminddb.spec
index 4bba232..3df0c36 100644
--- a/libmaxminddb.spec
+++ b/libmaxminddb.spec
@@ -6,13 +6,13 @@
 Summary:   Library for working with MaxMind DB files
 Summary(pl.UTF-8): BIblioteka do pracy z plikami MaxMind DB
 Name:  libmaxminddb
-Version:   1.9.1
+Version:   1.10.0
 Release:   1
 License:   Apache v2.0
 Group: Libraries
 #Source0Download: https://github.com/maxmind/libmaxminddb/releases
 Source0:   
https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 05ae20ac98e6b8f473b361bfdd7af61b
+# Source0-md5: 7fb4f35b3f37c350c995fa5fc5238c43
 URL:   http://maxmind.github.io/libmaxminddb/
 %if %{with tests}
 BuildRequires: perl-IPC-Run3


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libmaxminddb.git/commitdiff/957c867b7243f3619838cb1e8957b974ecb45448

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


[packages/xscreensaver] - up to 6.09

2024-06-14 Thread mrozowik
commit a9f38f175db540c76ae27f2a9e1e3706e1e69f75
Author: Krzysztof Mrozowicz 
Date:   Fri Jun 14 18:57:12 2024 +

- up to 6.09

 xscreensaver.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xscreensaver.spec b/xscreensaver.spec
index 341579e..5ed6f3d 100644
--- a/xscreensaver.spec
+++ b/xscreensaver.spec
@@ -8,13 +8,13 @@ Summary(ru.UTF-8):Набор программ хранения экрана д
 Summary(uk.UTF-8): Набір програм збереження екрану для X Window
 Summary(zh_CN.UTF-8):  X 窗口系统保护器
 Name:  xscreensaver
-Version:   6.08
+Version:   6.09
 Release:   1
 Epoch: 1
 License:   BSD
 Group: X11/Applications
 Source0:   https://www.jwz.org/xscreensaver/%{name}-%{version}.tar.gz
-# Source0-md5: d64f3fdb8881c735fff4601ec5d88e1f
+# Source0-md5: 1f0e2b1698bc2a6ecfe9b668e4b75c3d
 Source1:   %{name}-autostart.desktop
 Source2:   %{name}-lock.desktop
 Source3:   %{name}.pamd


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xscreensaver.git/commitdiff/a9f38f175db540c76ae27f2a9e1e3706e1e69f75

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


[packages/perl-Alien-HDF4] - not noarch, release 2

2024-06-14 Thread qboosh
commit 2862d62213fd9ec9ff8a02ebb7ecf634a98a0309
Author: Jakub Bogusz 
Date:   Fri Jun 14 20:26:45 2024 +0200

- not noarch, release 2

 perl-Alien-HDF4.spec | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Alien-HDF4.spec b/perl-Alien-HDF4.spec
index 2fc6a6a..bf87132 100644
--- a/perl-Alien-HDF4.spec
+++ b/perl-Alien-HDF4.spec
@@ -8,7 +8,7 @@ Summary:Alien::HDF4 - encapsulate install info for HDF4
 Summary(pl.UTF-8): Alien::HDF4 - opakowanie informacji o instalacji HDF4
 Name:  perl-Alien-HDF4
 Version:   0.06
-Release:   1
+Release:   2
 License:   unknown
 Group: Development/Languages/Perl
 Source0:   
https://www.cpan.org/modules/by-module/Alien/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -24,9 +24,11 @@ BuildRequires:   rpmbuild(macros) >= 1.745
 BuildRequires: perl-Test-Simple
 %endif
 Requires:  hdf-devel >= 1:4.2
-BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# no binaries, not noarch due to arch-dependent paths
+%define_enable_debug_packages  0
+
 %description
 Alien::HDF4 - encapsulate install info for HDF4.
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Alien-HDF4.git/commitdiff/2862d62213fd9ec9ff8a02ebb7ecf634a98a0309

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


[packages/libxml2] enable .gz fallback only when building with zlib

2024-06-14 Thread atler
commit 4e7b072e998ca8fa023e820e08a38c41ce61c45e
Author: Jan Palus 
Date:   Fri Jun 14 20:22:16 2024 +0200

enable .gz fallback only when building with zlib

 libxml2-open.gz.patch | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/libxml2-open.gz.patch b/libxml2-open.gz.patch
index 61ec90a..1d01b0c 100644
--- a/libxml2-open.gz.patch
+++ b/libxml2-open.gz.patch
@@ -1,9 +1,10 @@
 --- libxml2-2.13.0/xmlIO.c.orig2024-06-14 12:32:12.257784372 +0200
 +++ libxml2-2.13.0/xmlIO.c 2024-06-14 19:23:06.355299914 +0200
-@@ -547,6 +547,27 @@
+@@ -547,6 +547,29 @@
  fd = open(filename, flags, 0777);
  #endif /* WIN32 */
  
++#ifdef LIBXML_ZLIB_ENABLED
 +if (fd < 0 && errno == ENOENT) {
 +/* If we cannot open `foo.xml', we try `foo.xml.gz'. However we i
 + * append .gz only if filename doesn't alreay end with .gz. */
@@ -25,6 +26,7 @@
 +}
 +}
 +
++#endif /* LIBXML_ZLIB_ENABLED */
  if (fd < 0) {
  /*
   * Windows and possibly other platforms return EINVAL


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxml2.git/commitdiff/4e7b072e998ca8fa023e820e08a38c41ce61c45e

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


[packages/crossmingw32-libxml2] - updated to 2.12.8

2024-06-14 Thread qboosh
commit d56e85706d60a802ab797003a4d2963d4f3b3264
Author: Jakub Bogusz 
Date:   Fri Jun 14 20:14:15 2024 +0200

- updated to 2.12.8

 crossmingw32-libxml2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/crossmingw32-libxml2.spec b/crossmingw32-libxml2.spec
index 5507e97..5314580 100644
--- a/crossmingw32-libxml2.spec
+++ b/crossmingw32-libxml2.spec
@@ -2,13 +2,13 @@
 Summary:   libXML library - cross MinGW32 version
 Summary(pl.UTF-8): Biblioteka libXML wersja 2 - wersja skrośna dla MinGW32
 Name:  crossmingw32-%{realname}
-Version:   2.12.7
+Version:   2.12.8
 Release:   1
 License:   MIT
 Group: Development/Libraries
 #Source0:  ftp://xmlsoft.org/libxml2/%{realname}-%{version}.tar.gz
 Source0:   
https://download.gnome.org/sources/libxml2/2.12/%{realname}-%{version}.tar.xz
-# Source0-md5: 35a058566c54bdd07cba9d749868d64e
+# Source0-md5: 121a262ac4e4b4110a1104ac33676903
 Patch0:%{realname}-open.gz.patch
 Patch1:%{realname}-largefile.patch
 URL:   http://xmlsoft.org/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-libxml2.git/commitdiff/d56e85706d60a802ab797003a4d2963d4f3b3264

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


[packages/perl-PDL] - added -IO-HDF package

2024-06-14 Thread qboosh
commit c0ac6aa7e48b62cf4b938416ea2ad2899e2c952c
Author: Jakub Bogusz 
Date:   Fri Jun 14 20:13:54 2024 +0200

- added -IO-HDF package

 perl-PDL.spec | 36 
 1 file changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/perl-PDL.spec b/perl-PDL.spec
index b157cc1..e354dac 100644
--- a/perl-PDL.spec
+++ b/perl-PDL.spec
@@ -30,6 +30,7 @@ BuildRequires:OpenGL-glut-devel
 BuildRequires: gd-devel
 BuildRequires: gsl-devel >= 1.3
 BuildRequires: ncurses-devel >= 5.0
+BuildRequires: perl-Alien-HDF4
 BuildRequires: perl-Astro-FITS-Header
 BuildRequires: perl-Devel-CheckLib
 BuildRequires: perl-ExtUtils-F77 >= 1.10
@@ -298,16 +299,30 @@ A flexible binary IO format for PDL.
 Elastyczny binarny format wejścia/wyjścia dla PDL.
 
 %package IO-GD
-Summary:   PDL interface to the GD c library
-Summary(pl.UTF-8): Interfejs PDL do biblioteki GD
+Summary:   PDL interface to the GD image library
+Summary(pl.UTF-8): Interfejs PDL do biblioteki obrazów GD
 Group: Development/Languages/Perl
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 
 %description IO-GD
-PDL interface to the GD c library.
+PDL interface to the GD image library.
 
 %description IO-GD -l pl.UTF-8
-Interfejs PDL do biblioteki GD.
+Interfejs PDL do biblioteki obrazów GD.
+
+%package IO-HDF
+Summary:   PDL interface to the HDF4 library
+Summary(pl.UTF-8): Interfejs PDL do biblioteki HDF4
+Group: Development/Languages/Perl
+Requires:  %{name} = %{epoch}:%{version}-%{release}
+
+%description IO-HDF
+This library provides functions to manipulate HDF files with the
+SD, VS, and V HDF interfaces.
+
+%description IO-HDF -l pl.UTF-8
+Ta biblioteka zapewnia funkcje do operowania na plikacj HDF z
+interfejsami SD, VS oraz V.
 
 %package IO-Pic
 Summary:   Image I/O for PDL based on the netpbm package
@@ -984,6 +999,19 @@ fi
 %attr(755,root,root) %{perl_vendorarch}/auto/PDL/IO/GD/*.so
 %{_mandir}/man3/PDL::IO::GD.3pm*
 
+%files IO-HDF
+%defattr(644,root,root,755)
+%{perl_vendorarch}/PDL/IO/HDF.pm
+%{perl_vendorarch}/PDL/IO/HDF
+%dir %{perl_vendorarch}/auto/PDL/IO/HDF
+%dir %{perl_vendorarch}/auto/PDL/IO/HDF/SD
+%attr(755,root,root) %{perl_vendorarch}/auto/PDL/IO/HDF/SD/SD.so
+%dir %{perl_vendorarch}/auto/PDL/IO/HDF/VS
+%attr(755,root,root) %{perl_vendorarch}/auto/PDL/IO/HDF/VS/VS.so
+%{_mandir}/man3/PDL::IO::HDF.3pm*
+%{_mandir}/man3/PDL::IO::HDF::SD.3pm*
+%{_mandir}/man3/PDL::IO::HDF::VS.3pm*
+
 %files IO-Pic
 %defattr(644,root,root,755)
 %{perl_vendorarch}/PDL/IO/Pic.pm*


 gitweb:

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

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


DISTFILES: libxml2: libxml2-2.13.0.tar.xz

2024-06-14 Thread atler
Request by: atler


Files fetched: 1

STORED: https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.0.tar.xz
22a4b108240c3f2aeb1354346055b436  libxml2-2.13.0.tar.xz
Size: 2578064 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/libxml2] up to 2.13.0

2024-06-14 Thread atler
commit a0b7bb82cf45112e2f31b532aac6e2a30c2b12ce
Author: Jan Palus 
Date:   Fri Jun 14 20:11:32 2024 +0200

up to 2.13.0

 libxml2-open.gz.patch | 56 ++-
 libxml2.spec  | 18 +
 2 files changed, 34 insertions(+), 40 deletions(-)
---
diff --git a/libxml2.spec b/libxml2.spec
index 6aaedf6..377a73e 100644
--- a/libxml2.spec
+++ b/libxml2.spec
@@ -9,7 +9,6 @@
 %bcond_without python3 # CPython 3.x module
 %bcond_without static_libs # static library
 %bcond_without zlib# zlib support
-%bcond_withmem_debug   # libxml2 memory debuging
 %bcond_without tests   # "make check" call
 
 Summary:   libXML library version 2
@@ -17,14 +16,14 @@ Summary(es.UTF-8):  Biblioteca libXML version 2
 Summary(pl.UTF-8): Biblioteka libXML wersja 2
 Summary(pt_BR.UTF-8):  Biblioteca libXML versão 2
 Name:  libxml2
-Version:   2.12.8
+Version:   2.13.0
 Release:   1
 Epoch: 1
 License:   MIT
 Group: Libraries
 #Source0:  ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
-Source0:   
https://download.gnome.org/sources/libxml2/2.12/%{name}-%{version}.tar.xz
-# Source0-md5: 121a262ac4e4b4110a1104ac33676903
+Source0:   
https://download.gnome.org/sources/libxml2/2.13/%{name}-%{version}.tar.xz
+# Source0-md5: 22a4b108240c3f2aeb1354346055b436
 Patch0:%{name}-open.gz.patch
 Patch1:%{name}-largefile.patch
 Patch2:%{name}-libx32.patch
@@ -196,11 +195,12 @@ do biblioteki libxml2.
--disable-silent-rules \
%{?with_static_libs:--enable-static} \
%{?with_ftp:--with-ftp} \
+   --with-http \
%{?with_legacy:--with-legacy} \
--with-lzma \
-   --with-mem-debug%{!?with_mem_debug:=no} \
--without-python \
-   %{!?with_zlib:--without-zlib}
+   --with-tls \
+   %{?with_zlib:--with-zlib}
 
 %{__make}
 
@@ -241,8 +241,10 @@ cd python
 cd ..
 %endif
 
-install -d $RPM_BUILD_ROOT%{_examplesdir}
-%{__mv} $RPM_BUILD_ROOT%{_docdir}/libxml2/examples 
$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+%if %{with apidocs}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -p example/*.{c,xml} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+%endif
 
 # install catalog file
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/xml
diff --git a/libxml2-open.gz.patch b/libxml2-open.gz.patch
index 644204b..61ec90a 100644
--- a/libxml2-open.gz.patch
+++ b/libxml2-open.gz.patch
@@ -1,38 +1,30 @@
 libxml2-2.10.0/xmlIO.c.orig2022-08-18 16:29:32.843322082 +0200
-+++ libxml2-2.10.0/xmlIO.c 2022-08-18 16:32:12.985787850 +0200
-@@ -1115,8 +1115,33 @@ xmlGzfileOpen_real (const char *filename
+--- libxml2-2.13.0/xmlIO.c.orig2024-06-14 12:32:12.257784372 +0200
 libxml2-2.13.0/xmlIO.c 2024-06-14 19:23:06.355299914 +0200
+@@ -547,6 +547,27 @@
+ fd = open(filename, flags, 0777);
+ #endif /* WIN32 */
  
- if (path == NULL)
-   return(NULL);
--if (!xmlCheckFilename(path))
--return(NULL);
-+if (!xmlCheckFilename(path)) {
-+  /* If we cannot open `foo.xml', we try `foo.xml.gz'. However we i
-+   * append .gz only if filename doesn't alreay end with .gz. */
-+  if (strlen(path) < 3 || strcmp(path + strlen(path) - 3, ".gz") != 0) {
-+  char *gz_filename = xmlMalloc(strlen(path) + 4);
++if (fd < 0 && errno == ENOENT) {
++/* If we cannot open `foo.xml', we try `foo.xml.gz'. However we i
++ * append .gz only if filename doesn't alreay end with .gz. */
++if (strlen(filename) < 3 || strcmp(filename + strlen(filename) - 3, 
".gz") != 0) {
++char *gz_filename = xmlMalloc(strlen(filename) + 4);
++int gz_fd;
 +
-+  if (gz_filename == NULL) {
-+  xmlGenericError(xmlGenericErrorContext,
-+  "xmlGzfileOpen:  %s\n",
-+  "Failure allocating buffer for filename.");
-+  return NULL;
-+  }
++if (gz_filename != NULL) {
++strcpy(gz_filename, filename);
++strcat(gz_filename, ".gz");
++}
 +
-+  strcpy(gz_filename, path);
-+  strcat(gz_filename, ".gz");
++gz_fd = open(gz_filename, flags, 0777);
 +
-+  fd = NULL;
++if (gz_fd >= 0)
++fd = gz_fd;
 +
-+  if (xmlCheckFilename(gz_filename))
-+  fd = gzopen(gz_filename, "rb");
-+
-+  xmlFree(gz_filename);
-+   
-+  return((void *) fd);
-+  } else
-+  return NULL;
++xmlFree(gz_filename);
++}
 +}
- 
- #if defined(_WIN32)
- fd = xmlWrapGzOpenUtf8(path, "rb");
++
+ if (fd < 0) {
+ /*
+  * Windows and possibly other platforms return EINVAL


 gitweb:

http://git.pld-linux.

[packages/perl-Alien-HDF4] - BR: perl-ExtUtils-Depends perl-IO-All

2024-06-14 Thread qboosh
commit 4bb6573a049b86790b3deeffc16efd3696f38e21
Author: Jakub Bogusz 
Date:   Fri Jun 14 19:46:11 2024 +0200

- BR: perl-ExtUtils-Depends perl-IO-All

 perl-Alien-HDF4.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/perl-Alien-HDF4.spec b/perl-Alien-HDF4.spec
index b18163d..2fc6a6a 100644
--- a/perl-Alien-HDF4.spec
+++ b/perl-Alien-HDF4.spec
@@ -15,6 +15,8 @@ Source0:  
https://www.cpan.org/modules/by-module/Alien/%{pdir}-%{pnam}-%{version}
 # Source0-md5: f91416a74e4644639fd2b081c33c2060
 URL:   https://metacpan.org/dist/Alien-HDF4
 BuildRequires: hdf-devel >= 1:4.2
+BuildRequires: perl-ExtUtils-Depends >= 0.402
+BuildRequires: perl-IO-All
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: rpmbuild(macros) >= 1.745


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Alien-HDF4.git/commitdiff/4bb6573a049b86790b3deeffc16efd3696f38e21

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


[packages/python] update deps for tkinter

2024-06-14 Thread atler
commit d94eb96be008e60f69740f3353062a06e8b4ec67
Author: Jan Palus 
Date:   Fri Jun 14 16:31:57 2024 +0200

update deps for tkinter

 python.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/python.spec b/python.spec
index 5a76fdc..26020f0 100644
--- a/python.spec
+++ b/python.spec
@@ -59,9 +59,9 @@ Patch7:   %{name}-install_prefix.patch
 Patch8:%{name}-bdist_rpm.patch
 # https://bugs.python.org/issue10496
 Patch9:https://bugs.python.org/file21896/nonexistent_user.patch
+# Patch9-md5:  db706fbe6de467c6e4c97c675eddf29a
 Patch10:   %{name}-BLDLIBRARY.patch
 Patch11:   openssl3.patch
-# Patch9-md5:  db706fbe6de467c6e4c97c675eddf29a
 URL:   https://www.python.org/
 BuildRequires: autoconf >= 2.65
 BuildRequires: automake
@@ -88,9 +88,11 @@ BuildRequires:   rpm-build >= 4.6
 BuildRequires: rpm-pythonprov
 BuildRequires: sed >= 4.0
 BuildRequires: sqlite3-devel >= 3.3.5
+%{?with_tkinter:BuildRequires: tcl-devel}
 %{?with_info:BuildRequires:tetex-makeindex}
 #%{?with_tkinter:BuildRequires:tix-devel >= 1:8.1.4-4}
 %{?with_tkinter:BuildRequires: tk-devel >= 8.4.3}
+%{?with_tkinter:BuildRequires: xorg-lib-libX11-devel}
 BuildRequires: zlib-devel
 Requires:  %{name}-libs = %{epoch}:%{version}-%{release}
 Suggests:  python-pip


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python.git/commitdiff/3a8a423de0e6160953fd5940567041108dfcd99e

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


[packages/python] fix build with gcc 14

2024-06-14 Thread atler
commit 3a8a423de0e6160953fd5940567041108dfcd99e
Author: Jan Palus 
Date:   Fri Jun 14 16:33:56 2024 +0200

fix build with gcc 14

 gcc14.patch | 11 +++
 python.spec |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/python.spec b/python.spec
index 26020f0..f19f89b 100644
--- a/python.spec
+++ b/python.spec
@@ -62,6 +62,7 @@ Patch9:   
https://bugs.python.org/file21896/nonexistent_user.patch
 # Patch9-md5:  db706fbe6de467c6e4c97c675eddf29a
 Patch10:   %{name}-BLDLIBRARY.patch
 Patch11:   openssl3.patch
+Patch12:   gcc14.patch
 URL:   https://www.python.org/
 BuildRequires: autoconf >= 2.65
 BuildRequires: automake
@@ -596,6 +597,7 @@ napisanego w Pythonie.
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 tar xjf %{SOURCE1}
 
diff --git a/gcc14.patch b/gcc14.patch
new file mode 100644
index 000..125ff57
--- /dev/null
+++ b/gcc14.patch
@@ -0,0 +1,11 @@
+--- Python-2.7.18/Modules/_tkinter.c.orig  2020-04-19 23:13:39.0 
+0200
 Python-2.7.18/Modules/_tkinter.c   2024-06-14 16:17:16.234590939 +0200
+@@ -1175,7 +1175,7 @@
+ return NULL;
+ }
+ if (sizeof(Py_UNICODE) == sizeof(Tcl_UniChar))
+-return Tcl_NewUnicodeObj(inbuf, size);
++return Tcl_NewUnicodeObj((const Tcl_UniChar *)inbuf, size);
+ allocsize = ((size_t)size) * sizeof(Tcl_UniChar);
+ if (allocsize >= size)
+ outbuf = (Tcl_UniChar*)attemptckalloc(allocsize);


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python.git/commitdiff/3a8a423de0e6160953fd5940567041108dfcd99e

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


[packages/libxslt] define PYTHON explicitly for python2; rel 2

2024-06-14 Thread atler
commit e277201e3d07fdaa6bb940b867c710235354d7d5
Author: Jan Palus 
Date:   Fri Jun 14 13:21:13 2024 +0200

define PYTHON explicitly for python2; rel 2

now that /usr/bin/python points to python3

 libxslt.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/libxslt.spec b/libxslt.spec
index cae1707..c615711 100644
--- a/libxslt.spec
+++ b/libxslt.spec
@@ -11,7 +11,7 @@ Summary(pl.UTF-8):Procesor XSLT
 Summary(pt_BR.UTF-8):  Biblioteca que disponibiliza o sistema XSLT do GNOME
 Name:  libxslt
 Version:   1.1.40
-Release:   1
+Release:   2
 License:   MIT
 Group: Libraries
 #Source0:  ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
@@ -189,6 +189,7 @@ cd ..
 install -d build
 cd build
 ../%configure \
+   PYTHON=%{__python} \
ac_cv_header_xlocale_h=no \
--disable-silent-rules \
%{?with_static_libs:--enable-static} \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxslt.git/commitdiff/e277201e3d07fdaa6bb940b867c710235354d7d5

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


DISTFILES: libxslt: libxslt-1.1.40.tar.xz

2024-06-14 Thread atler
Request by: atler


Files fetched: 1

STORED: https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.40.tar.xz
d9f936c2d94cbb229b504d48b2649376  libxslt-1.1.40.tar.xz
Size: 1577512 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/libxslt] up to 1.1.40

2024-06-14 Thread atler
commit 270922ee556dd82386be9872f109d65a2ac506b9
Author: Jan Palus 
Date:   Fri Jun 14 12:30:37 2024 +0200

up to 1.1.40

 libxslt.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libxslt.spec b/libxslt.spec
index 3d0cbcc..cae1707 100644
--- a/libxslt.spec
+++ b/libxslt.spec
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
-%bcond_without static_libs # static library
+%bcond_without static_libs # static libraries
 %bcond_withtests   # test suite
 
 %definelibxml2ver  1:2.6.30
@@ -10,13 +10,13 @@ Summary:XSLT processor
 Summary(pl.UTF-8): Procesor XSLT
 Summary(pt_BR.UTF-8):  Biblioteca que disponibiliza o sistema XSLT do GNOME
 Name:  libxslt
-Version:   1.1.39
+Version:   1.1.40
 Release:   1
 License:   MIT
 Group: Libraries
 #Source0:  ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
 Source0:   
https://download.gnome.org/sources/libxslt/1.1/%{name}-%{version}.tar.xz
-# Source0-md5: 22e9eb7c23825124e786611b3760a3c7
+# Source0-md5: d9f936c2d94cbb229b504d48b2649376
 Patch0:%{name}-m4.patch
 Patch1:LFS.patch
 Patch2:%{name}-libs-no-libdir.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxslt.git/commitdiff/270922ee556dd82386be9872f109d65a2ac506b9

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


DISTFILES: libxml2: libxml2-2.12.8.tar.xz

2024-06-14 Thread atler
Request by: atler


Files fetched: 1

STORED: https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.8.tar.xz
121a262ac4e4b4110a1104ac33676903  libxml2-2.12.8.tar.xz
Size: 2643728 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/libxml2] up to 2.12.8

2024-06-14 Thread atler
commit 9913338cafd4c88a1dba4729320def6b6d8b6178
Author: Jan Palus 
Date:   Fri Jun 14 12:29:55 2024 +0200

up to 2.12.8

 libxml2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libxml2.spec b/libxml2.spec
index 4471dfc..6aaedf6 100644
--- a/libxml2.spec
+++ b/libxml2.spec
@@ -17,14 +17,14 @@ Summary(es.UTF-8):  Biblioteca libXML version 2
 Summary(pl.UTF-8): Biblioteka libXML wersja 2
 Summary(pt_BR.UTF-8):  Biblioteca libXML versão 2
 Name:  libxml2
-Version:   2.12.7
+Version:   2.12.8
 Release:   1
 Epoch: 1
 License:   MIT
 Group: Libraries
 #Source0:  ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
 Source0:   
https://download.gnome.org/sources/libxml2/2.12/%{name}-%{version}.tar.xz
-# Source0-md5: 35a058566c54bdd07cba9d749868d64e
+# Source0-md5: 121a262ac4e4b4110a1104ac33676903
 Patch0:%{name}-open.gz.patch
 Patch1:%{name}-largefile.patch
 Patch2:%{name}-libx32.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxml2.git/commitdiff/9913338cafd4c88a1dba4729320def6b6d8b6178

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


DISTFILES: ka6-kmailtransport: kmailtransport-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/kmailtransport-24.05.1.tar.xz
d58cbd1e3d68c25491c636ac6bd7e4b0  kmailtransport-24.05.1.tar.xz
Size: 187152 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/ka6-kimap] - updated to 24.05.1

2024-06-14 Thread witekfl
commit ed78d9b1a34f5321554fcb96940d69682fd352cb
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:30:39 2024 +0200

- updated to 24.05.1

 ka6-kimap.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-kimap.spec b/ka6-kimap.spec
index 41967ba..722ef60 100644
--- a/ka6-kimap.spec
+++ b/ka6-kimap.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  kimap
 Summary:   IMAP library
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: ea082cf4270fcc52b81aa14e2762b1da
+# Source0-md5: 5a3f4d16410c723b93388f68e1040a53
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -31,6 +31,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -45,6 +46,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-kimap.git/commitdiff/ed78d9b1a34f5321554fcb96940d69682fd352cb

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


DISTFILES: ka6-kldap: kldap-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/kldap-24.05.1.tar.xz
b4db7ee6ae919e0d966d754609476042  kldap-24.05.1.tar.xz
Size: 184856 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/ka6-libkdepim] - updated to 24.05.1

2024-06-14 Thread witekfl
commit f1062448d9f900da2a381295270ca75299230086
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:30:43 2024 +0200

- updated to 24.05.1

 ka6-libkdepim.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-libkdepim.spec b/ka6-libkdepim.spec
index 0f1f634..a006b4c 100644
--- a/ka6-libkdepim.spec
+++ b/ka6-libkdepim.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  libkdepim
 Summary:   libkdepim
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: a85fef6fbc57317d85d5957b0a1343d7
+# Source0-md5: 7d13e67866a1b0d8e8d022209dd64694
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6DBus-devel
@@ -51,6 +51,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -64,6 +65,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-libkdepim.git/commitdiff/f1062448d9f900da2a381295270ca75299230086

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


[packages/ka6-pimcommon] - updated to 24.05.1

2024-06-14 Thread witekfl
commit c45c6d8234b4b291d3e54f39cabf962171e1359d
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:30:47 2024 +0200

- updated to 24.05.1

 ka6-pimcommon.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-pimcommon.spec b/ka6-pimcommon.spec
index c9ea8c0..66ef7ba 100644
--- a/ka6-pimcommon.spec
+++ b/ka6-pimcommon.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  pimcommon
 Summary:   Common PIM libraries
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 750f361ed12d7f56bf63e4cff3fd32c9
+# Source0-md5: 2e5b30c0001860c4b0e85790b83e825a
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6DBus-devel
@@ -60,6 +60,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -73,6 +74,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-pimcommon.git/commitdiff/c45c6d8234b4b291d3e54f39cabf962171e1359d

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


DISTFILES: ka6-kmbox: kmbox-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/kmbox-24.05.1.tar.xz
d04680b79f244d2a1bee05504abe6b48  kmbox-24.05.1.tar.xz
Size: 28840 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/ka6-libgravatar] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 517610fd37e0b381c4c751e1f5ac9707dfaac6b6
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:30:50 2024 +0200

- updated to 24.05.1

 ka6-libgravatar.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-libgravatar.spec b/ka6-libgravatar.spec
index 78cb581..087c551 100644
--- a/ka6-libgravatar.spec
+++ b/ka6-libgravatar.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  libgravatar
 Summary:   Gravatar library
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 489fc6327e7b5bbbe92e611beb9e8130
+# Source0-md5: 2acb0037cd2238f89afd6dd991f20e7a
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -34,6 +34,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -47,6 +48,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-libgravatar.git/commitdiff/517610fd37e0b381c4c751e1f5ac9707dfaac6b6

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


DISTFILES: ka6-akonadi-search: akonadi-search-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/akonadi-search-24.05.1.tar.xz
0f827bdc5558ab689b075e533314c93b  akonadi-search-24.05.1.tar.xz
Size: 112684 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/ka6-messagelib] - updated to 24.05.1

2024-06-14 Thread witekfl
commit d7628932b6f0b655b3ecfc1324bd52d1cb0426b2
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:30:54 2024 +0200

- updated to 24.05.1

 ka6-messagelib.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-messagelib.spec b/ka6-messagelib.spec
index ecdc28b..84c5f8c 100644
--- a/ka6-messagelib.spec
+++ b/ka6-messagelib.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  messagelib
 Summary:   Message library
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 7d696724175ee303bc46040f375fe4ac
+# Source0-md5: 7d2dbd888fc19b997f9e6ba36a3f340b
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel
 BuildRequires: Qt6Core-devel >= %{qtver}
@@ -73,6 +73,7 @@ BuildRequires:shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 ExcludeArch:   x32
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -86,6 +87,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-messagelib.git/commitdiff/d7628932b6f0b655b3ecfc1324bd52d1cb0426b2

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


[packages/ka6-akonadi-calendar] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 65c6a636de1f61a7dd03298529b48db4366a4d3e
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:30:57 2024 +0200

- updated to 24.05.1

 ka6-akonadi-calendar.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-akonadi-calendar.spec b/ka6-akonadi-calendar.spec
index e7c9bca..f931058 100644
--- a/ka6-akonadi-calendar.spec
+++ b/ka6-akonadi-calendar.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  akonadi-calendar
 Summary:   Akonadi Calendar
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 7f1e432ea2a930dd0ec6edb77360fd63
+# Source0-md5: 48f4d6ed52bdfc703cf9769a7a0be7a1
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -40,6 +40,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -54,6 +55,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kpname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-akonadi-calendar.git/commitdiff/65c6a636de1f61a7dd03298529b48db4366a4d3e

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


DISTFILES: ka6-kimap: kimap-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/kimap-24.05.1.tar.xz
5a3f4d16410c723b93388f68e1040a53  kimap-24.05.1.tar.xz
Size: 132008 bytes


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


DISTFILES: ka6-libkgapi: libkgapi-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/libkgapi-24.05.1.tar.xz
e6aa83ea813cf184f15d168f0fec7733  libkgapi-24.05.1.tar.xz
Size: 339168 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/ka6-akonadi-notes] - updated to 24.05.1

2024-06-14 Thread witekfl
commit e7970d8f7738c06481da06c3c7247ab864714d0c
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:01 2024 +0200

- updated to 24.05.1

 ka6-akonadi-notes.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-akonadi-notes.spec b/ka6-akonadi-notes.spec
index 0528df8..055f323 100644
--- a/ka6-akonadi-notes.spec
+++ b/ka6-akonadi-notes.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  akonadi-notes
 Summary:   Akonadi Notes
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: cb224a7cb5719242651d395f06da666c
+# Source0-md5: 79e7f7de736b7985c823be76ecb24c90
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -30,6 +30,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -43,6 +44,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-akonadi-notes.git/commitdiff/e7970d8f7738c06481da06c3c7247ab864714d0c

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


DISTFILES: ka6-pimcommon: pimcommon-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/pimcommon-24.05.1.tar.xz
2e5b30c0001860c4b0e85790b83e825a  pimcommon-24.05.1.tar.xz
Size: 349660 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/ka6-calendarsupport] - updated to 24.05.1

2024-06-14 Thread witekfl
commit f9bad2b25a50a5ddb684a6e57cc804bb7b71b629
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:05 2024 +0200

- updated to 24.05.1

 ka6-calendarsupport.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-calendarsupport.spec b/ka6-calendarsupport.spec
index 1e949a1..711001d 100644
--- a/ka6-calendarsupport.spec
+++ b/ka6-calendarsupport.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  calendarsupport
 Summary:   Calendarsupport
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: aace43bd301b93cccf56fba5422bfcc9
+# Source0-md5: 5dd85cdf4bf89c015583a6221fa96b6c
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -46,6 +46,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -56,6 +57,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-calendarsupport.git/commitdiff/f9bad2b25a50a5ddb684a6e57cc804bb7b71b629

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


DISTFILES: ka6-messagelib: messagelib-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/messagelib-24.05.1.tar.xz
7d2dbd888fc19b997f9e6ba36a3f340b  messagelib-24.05.1.tar.xz
Size: 11309148 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/ka6-akonadi-calendar-tools] - updated to 24.05.1

2024-06-14 Thread witekfl
commit bd153b543f55c9deaff66afbf9b72b80d41963ef
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:08 2024 +0200

- updated to 24.05.1

 ka6-akonadi-calendar-tools.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ka6-akonadi-calendar-tools.spec b/ka6-akonadi-calendar-tools.spec
index a8a2842..20b42e4 100644
--- a/ka6-akonadi-calendar-tools.spec
+++ b/ka6-akonadi-calendar-tools.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  akonadi-calendar-tools
 Summary:   Akonadi Calendar Tools
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 46f494ee4ea15436df0174becb6284ba
+# Source0-md5: 8f5016ce8670b6e84ec771fb5ecb9b71
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -30,6 +30,7 @@ BuildRequires:kf6-kdoctools-devel >= %{kframever}
 BuildRequires: ninja
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-akonadi-calendar-tools.git/commitdiff/bd153b543f55c9deaff66afbf9b72b80d41963ef

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


DISTFILES: ka6-akonadi-calendar: akonadi-calendar-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/akonadi-calendar-24.05.1.tar.xz
48f4d6ed52bdfc703cf9769a7a0be7a1  akonadi-calendar-24.05.1.tar.xz
Size: 511488 bytes


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


DISTFILES: ka6-akonadi-notes: akonadi-notes-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/akonadi-notes-24.05.1.tar.xz
79e7f7de736b7985c823be76ecb24c90  akonadi-notes-24.05.1.tar.xz
Size: 28368 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/ka6-mailimporter] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 43272eb04971ea9fd3a2c1288b89100253891236
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:12 2024 +0200

- updated to 24.05.1

 ka6-mailimporter.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-mailimporter.spec b/ka6-mailimporter.spec
index 181bf4f..c5122f2 100644
--- a/ka6-mailimporter.spec
+++ b/ka6-mailimporter.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  mailimporter
 Summary:   mailimporter
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 116e72168fd8aceefd27fbdb6eb17544
+# Source0-md5: 4c5fbca10c1865044f706f1698515bdf
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -37,6 +37,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,6 +51,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-mailimporter.git/commitdiff/43272eb04971ea9fd3a2c1288b89100253891236

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


[packages/ka6-mailcommon] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 455acda0e63841d22c5451872eb1991b97385d0e
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:16 2024 +0200

- updated to 24.05.1

 ka6-mailcommon.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-mailcommon.spec b/ka6-mailcommon.spec
index e42a14f..c2ccd1a 100644
--- a/ka6-mailcommon.spec
+++ b/ka6-mailcommon.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  mailcommon
 Summary:   mailcommon
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 6003a58e8af384e8ae1174c8b36a8331
+# Source0-md5: c06d48cd249eefcde61fe6379e1dc676
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel
 BuildRequires: Qt6Core-devel >= %{qtver}
@@ -59,6 +59,7 @@ BuildRequires:shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 ExcludeArch:   x32
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -72,6 +73,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-mailcommon.git/commitdiff/455acda0e63841d22c5451872eb1991b97385d0e

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


DISTFILES: ka6-libkdepim: libkdepim-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/libkdepim-24.05.1.tar.xz
7d13e67866a1b0d8e8d022209dd64694  libkdepim-24.05.1.tar.xz
Size: 282000 bytes


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


DISTFILES: ka6-akonadi-calendar-tools: akonadi-calendar-tools-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/akonadi-calendar-tools-24.05.1.tar.xz
8f5016ce8670b6e84ec771fb5ecb9b71  akonadi-calendar-tools-24.05.1.tar.xz
Size: 264432 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/ka6-akonadi-import-wizard] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 4db977471df571dfc853e3c94fd3d2c37f3c9e2e
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:19 2024 +0200

- updated to 24.05.1

 ka6-akonadi-import-wizard.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-akonadi-import-wizard.spec b/ka6-akonadi-import-wizard.spec
index f4ad64c..1f95d72 100644
--- a/ka6-akonadi-import-wizard.spec
+++ b/ka6-akonadi-import-wizard.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  akonadi-import-wizard
 Summary:   Akonadi import wizard
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 756ccb9fc325473d090022e0f683b1f0
+# Source0-md5: 19e2ed3d328e6175f25e58f632ab1d41
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel
@@ -43,6 +43,7 @@ BuildRequires:shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 ExcludeArch:   x32
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -54,6 +55,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-akonadi-import-wizard.git/commitdiff/4db977471df571dfc853e3c94fd3d2c37f3c9e2e

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


DISTFILES: ka6-mailimporter: mailimporter-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/mailimporter-24.05.1.tar.xz
4c5fbca10c1865044f706f1698515bdf  mailimporter-24.05.1.tar.xz
Size: 595312 bytes


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


DISTFILES: ka6-mailcommon: mailcommon-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/mailcommon-24.05.1.tar.xz
c06d48cd249eefcde61fe6379e1dc676  mailcommon-24.05.1.tar.xz
Size: 772556 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/ka6-kontactinterface] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 6590fa1cafe140901d2ceeadcf5506641ccfcd82
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:23 2024 +0200

- updated to 24.05.1

 ka6-kontactinterface.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-kontactinterface.spec b/ka6-kontactinterface.spec
index cd55d11..3f0ea93 100644
--- a/ka6-kontactinterface.spec
+++ b/ka6-kontactinterface.spec
@@ -1,19 +1,19 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %definekfver   5.53.0
 %defineqtver   5.15.2
 %definekaname  kontactinterface
 Summary:   Kontact interface
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 72938cd92a1c3532bf3d052243131f41
+# Source0-md5: 97f9ea226febadaa18224b1bbf53f177
 URL:   http://www.kde.org/
 BuildRequires: gettext-devel
 BuildRequires: kf6-extra-cmake-modules >= %{kframever}
@@ -29,6 +29,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,6 +43,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-kontactinterface.git/commitdiff/6590fa1cafe140901d2ceeadcf5506641ccfcd82

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


[packages/ka6-akregator] - updated to 24.05.1

2024-06-14 Thread witekfl
commit e8345ca8b104c66b80c9e918cbe810b8c0214125
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:27 2024 +0200

- updated to 24.05.1

 ka6-akregator.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ka6-akregator.spec b/ka6-akregator.spec
index 65eca44..b4cfa66 100644
--- a/ka6-akregator.spec
+++ b/ka6-akregator.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  akregator
 Summary:   A KDE Feed Reader
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 163804bc9749b5d08ca94196a9168523
+# Source0-md5: 79e7e32a995d2ad1f1b050becc3ebf24
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel
@@ -55,6 +55,7 @@ BuildRequires:shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 ExcludeArch:   x32
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-akregator.git/commitdiff/e8345ca8b104c66b80c9e918cbe810b8c0214125

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


DISTFILES: ka6-akonadi-mime: akonadi-mime-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/akonadi-mime-24.05.1.tar.xz
09fb2abd8084f3da5e3a2ab550614035  akonadi-mime-24.05.1.tar.xz
Size: 172292 bytes


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


DISTFILES: ka6-libgravatar: libgravatar-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/libgravatar-24.05.1.tar.xz
2acb0037cd2238f89afd6dd991f20e7a  libgravatar-24.05.1.tar.xz
Size: 37524 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/ka6-analitza] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 27cc96db1ab85021687a1823285a6429c596a28c
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:30 2024 +0200

- updated to 24.05.1

 ka6-analitza.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-analitza.spec b/ka6-analitza.spec
index 9e1c78b..c674810 100644
--- a/ka6-analitza.spec
+++ b/ka6-analitza.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  analitza
 Summary:   Analitza
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 0f65864ea953b2189015fc8de2c8225b
+# Source0-md5: 9081bb4beb09d4c4ead28905881eb81d
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -32,6 +32,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -47,6 +48,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-analitza.git/commitdiff/27cc96db1ab85021687a1823285a6429c596a28c

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


DISTFILES: ka6-kontactinterface: kontactinterface-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/kontactinterface-24.05.1.tar.xz
97f9ea226febadaa18224b1bbf53f177  kontactinterface-24.05.1.tar.xz
Size: 40372 bytes


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


DISTFILES: ka6-akregator: akregator-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/akregator-24.05.1.tar.xz
79e7e32a995d2ad1f1b050becc3ebf24  akregator-24.05.1.tar.xz
Size: 2111412 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/ka6-ark] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 133f1b805cad8b559c065d62871fceb8281ece05
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:34 2024 +0200

- updated to 24.05.1

 ka6-ark.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ka6-ark.spec b/ka6-ark.spec
index 82fa6fc..76b8e75 100644
--- a/ka6-ark.spec
+++ b/ka6-ark.spec
@@ -1,17 +1,17 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %defineqtver   5.15.2
 %definekaname  ark
 Summary:   Ark
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 5bd7fc9981d8baae1669391dc10e1978
+# Source0-md5: 32b12c9da4d2d68f9fddde155b089ff6
 Patch0:no-programs.patch
 URL:   http://www.kde.org/
 BuildRequires: Qt6Concurrent-devel
@@ -49,6 +49,7 @@ Suggests: lzop
 Suggests:  rar
 Suggests:  unrar
 Suggests:  zstd
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-ark.git/commitdiff/133f1b805cad8b559c065d62871fceb8281ece05

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


[packages/ka6-libkcddb] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 0e4d2e4c615038f23fa9b9a34ede76162583c923
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:38 2024 +0200

- updated to 24.05.1

 ka6-libkcddb.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-libkcddb.spec b/ka6-libkcddb.spec
index 9dc9a45..a1aa91d 100644
--- a/ka6-libkcddb.spec
+++ b/ka6-libkcddb.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  libkcddb
 Summary:   libkcddb
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: c1935d8227b0a674e2a58b06929a78ba
+# Source0-md5: 77a173802d3b113bfbc978fb3feb0f6f
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -35,6 +35,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -48,6 +49,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-libkcddb.git/commitdiff/0e4d2e4c615038f23fa9b9a34ede76162583c923

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


DISTFILES: ka6-analitza: analitza-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/analitza-24.05.1.tar.xz
9081bb4beb09d4c4ead28905881eb81d  analitza-24.05.1.tar.xz
Size: 359892 bytes


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


DISTFILES: ka6-ksmtp: ksmtp-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/ksmtp-24.05.1.tar.xz
b224ccdf6d851e766f17c0f22e72432a  ksmtp-24.05.1.tar.xz
Size: 52764 bytes


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


DISTFILES: ka6-ark: ark-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/ark-24.05.1.tar.xz
32b12c9da4d2d68f9fddde155b089ff6  ark-24.05.1.tar.xz
Size: 3002640 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/ka6-libkcompactdisc] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 49033d5d6f28b3a6749f9b45aea70e544797df1d
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:42 2024 +0200

- updated to 24.05.1

 ka6-libkcompactdisc.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-libkcompactdisc.spec b/ka6-libkcompactdisc.spec
index 3ca60d2..1279424 100644
--- a/ka6-libkcompactdisc.spec
+++ b/ka6-libkcompactdisc.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  libkcompactdisc
 Summary:   KCompactdisc
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 55b204014e247363fdcd40034f76e52c
+# Source0-md5: 22519095fdd508db2afcc94406f277bc
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6DBus-devel
@@ -29,6 +29,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -44,6 +45,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-libkcompactdisc.git/commitdiff/49033d5d6f28b3a6749f9b45aea70e544797df1d

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


[packages/ka6-audiocd-kio] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 93846fbb1392eb2b77628babc04257f23c803289
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:46 2024 +0200

- updated to 24.05.1

 ka6-audiocd-kio.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-audiocd-kio.spec b/ka6-audiocd-kio.spec
index 5b607d9..ad6a8e2 100644
--- a/ka6-audiocd-kio.spec
+++ b/ka6-audiocd-kio.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  audiocd-kio
 Summary:   Audio CD kio
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: d7d0611e380c2bcd0a0d685759d52b32
+# Source0-md5: 13c4e41dfbdb1b91fd3f22fc1d698c0d
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -34,6 +34,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -44,6 +45,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-audiocd-kio.git/commitdiff/93846fbb1392eb2b77628babc04257f23c803289

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


[packages/ka6-baloo-widgets] - updated to 24.05.1

2024-06-14 Thread witekfl
commit a0767705e7a5e817e48507013d1e1c374bf3e1a8
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:49 2024 +0200

- updated to 24.05.1

 ka6-baloo-widgets.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-baloo-widgets.spec b/ka6-baloo-widgets.spec
index cbcaa3a..2b40024 100644
--- a/ka6-baloo-widgets.spec
+++ b/ka6-baloo-widgets.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  baloo-widgets
 Summary:   Baloo widgets
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 97ea6769ec85d1ed13573ce5396cbc62
+# Source0-md5: ed38e0fa3280c0cee69643f49f6cf823
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -32,6 +32,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -45,6 +46,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-baloo-widgets.git/commitdiff/a0767705e7a5e817e48507013d1e1c374bf3e1a8

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


DISTFILES: ka6-libkcddb: libkcddb-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/libkcddb-24.05.1.tar.xz
77a173802d3b113bfbc978fb3feb0f6f  libkcddb-24.05.1.tar.xz
Size: 449124 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/ka6-blinken] - updated to 24.05.1

2024-06-14 Thread witekfl
commit eee3cd5d86d0340ebdd3c35b9a41a0c38afca7e0
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:53 2024 +0200

- updated to 24.05.1

 ka6-blinken.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ka6-blinken.spec b/ka6-blinken.spec
index 568e7ca..bda424e 100644
--- a/ka6-blinken.spec
+++ b/ka6-blinken.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  blinken
 Summary:   Blinken
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: d3ec317a28999bf42c6385848addb651
+# Source0-md5: 398394b834531dcf83090cc5aea5b35d
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -34,6 +34,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-blinken.git/commitdiff/eee3cd5d86d0340ebdd3c35b9a41a0c38afca7e0

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


DISTFILES: ka6-audiocd-kio: audiocd-kio-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/audiocd-kio-24.05.1.tar.xz
13c4e41dfbdb1b91fd3f22fc1d698c0d  audiocd-kio-24.05.1.tar.xz
Size: 570480 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/ka6-libkdegames] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 326fe148a530b86f8c1905caf08088fe8cc72141
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:31:57 2024 +0200

- updated to 24.05.1

 ka6-libkdegames.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-libkdegames.spec b/ka6-libkdegames.spec
index 5467326..41a103b 100644
--- a/ka6-libkdegames.spec
+++ b/ka6-libkdegames.spec
@@ -1,17 +1,17 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %defineqtver   5.15.2
 %definekaname  libkdegames
 Summary:   Libkdegames
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 36179b7abd9fa2864c549ef94e0bb02a
+# Source0-md5: 2c31baf635cc62f8d75f4a32848ac22d
 URL:   http://www.kde.org/
 BuildRequires: OpenAL-devel
 BuildRequires: Qt6Core-devel
@@ -56,6 +56,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -69,6 +70,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-libkdegames.git/commitdiff/326fe148a530b86f8c1905caf08088fe8cc72141

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


[packages/ka6-bomber] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 7d5be8fa6ef59a08f8804aa9a4afb2008114bfcd
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:32:01 2024 +0200

- updated to 24.05.1

 ka6-bomber.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ka6-bomber.spec b/ka6-bomber.spec
index 7186884..e83442b 100644
--- a/ka6-bomber.spec
+++ b/ka6-bomber.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  bomber
 Summary:   Single player arcade game
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 7c960f87380fb1a87f759f49e76d49c7
+# Source0-md5: 117db834b5ee55d5d58e85ffd4a11679
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -36,6 +36,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-bomber.git/commitdiff/7d5be8fa6ef59a08f8804aa9a4afb2008114bfcd

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


DISTFILES: ka6-baloo-widgets: baloo-widgets-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/baloo-widgets-24.05.1.tar.xz
ed38e0fa3280c0cee69643f49f6cf823  baloo-widgets-24.05.1.tar.xz
Size: 277256 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/ka6-bovo] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 6bc140c1d987550927b75b6b39783ca9cd27
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:32:05 2024 +0200

- updated to 24.05.1

 ka6-bovo.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ka6-bovo.spec b/ka6-bovo.spec
index 2c4d598..ba60d9b 100644
--- a/ka6-bovo.spec
+++ b/ka6-bovo.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  bovo
 Summary:   A Gomoku like game
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 57b241a9d334e5877d9f6858869fdc7e
+# Source0-md5: 9e810d30395ed0e0ad93b0f7d7d506dd
 URL:   http://www.kde.org/
 BuildRequires: Qt6Concurrent-devel
 BuildRequires: Qt6Core-devel >= %{qtver}
@@ -36,6 +36,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-bovo.git/commitdiff/6bc140c1d987550927b75b6b39783ca9cd27

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


DISTFILES: ka6-blinken: blinken-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/blinken-24.05.1.tar.xz
398394b834531dcf83090cc5aea5b35d  blinken-24.05.1.tar.xz
Size: 2593808 bytes


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


DISTFILES: ka6-libkcompactdisc: libkcompactdisc-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/libkcompactdisc-24.05.1.tar.xz
22519095fdd508db2afcc94406f277bc  libkcompactdisc-24.05.1.tar.xz
Size: 99748 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/ka6-dolphin] - updated to 24.05.1

2024-06-14 Thread witekfl
commit cb583d07104ab55f198c8d5bd2ec119926650182
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:32:08 2024 +0200

- updated to 24.05.1

 ka6-dolphin.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-dolphin.spec b/ka6-dolphin.spec
index 95e7e42..6aa9029 100644
--- a/ka6-dolphin.spec
+++ b/ka6-dolphin.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  dolphin
 Summary:   File manager
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: a276cff140a6616a071e840be27a1bfc
+# Source0-md5: 0640b1d71ba041df30793aac40d6045e
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: cmake >= 3.20
@@ -45,6 +45,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: ruby-test-unit
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -89,6 +90,7 @@ Summary(pl.UTF-8):Pliki nagłówkowe dla programistów 
używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  cmake >= 2.6.0
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-dolphin.git/commitdiff/cb583d07104ab55f198c8d5bd2ec119926650182

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


DISTFILES: ka6-bomber: bomber-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/bomber-24.05.1.tar.xz
117db834b5ee55d5d58e85ffd4a11679  bomber-24.05.1.tar.xz
Size: 839664 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/ka6-dolphin-plugins] - updated to 24.05.1

2024-06-14 Thread witekfl
commit ebad1bef77bd9ac51a8d143211585868a19b5c0c
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:32:12 2024 +0200

- updated to 24.05.1

 ka6-dolphin-plugins.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ka6-dolphin-plugins.spec b/ka6-dolphin-plugins.spec
index fe04ed4..5e97195 100644
--- a/ka6-dolphin-plugins.spec
+++ b/ka6-dolphin-plugins.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  dolphin-plugins
 Summary:   Dolphin plugins
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 26b05ce2cad6a351e791c23bbd4c8787
+# Source0-md5: deaaaddfab5ad89b83dfeb9e5aa83077
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -34,6 +34,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-dolphin-plugins.git/commitdiff/ebad1bef77bd9ac51a8d143211585868a19b5c0c

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


DISTFILES: ka6-bovo: bovo-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/bovo-24.05.1.tar.xz
9e810d30395ed0e0ad93b0f7d7d506dd  bovo-24.05.1.tar.xz
Size: 216224 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/ka6-dragon] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 2fd855379ee787ac6c8e8bed16082274890b2805
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:32:16 2024 +0200

- updated to 24.05.1

 ka6-dragon.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ka6-dragon.spec b/ka6-dragon.spec
index 21ee20a..92b40d6 100644
--- a/ka6-dragon.spec
+++ b/ka6-dragon.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  dragon
 Summary:   Dragon Player
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Multimedia
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: de47a504ea3b1c0182a125cdce144bf7
+# Source0-md5: 2656c56b2bb7d522d206c4ca9f314746
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -42,6 +42,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-dragon.git/commitdiff/2fd855379ee787ac6c8e8bed16082274890b2805

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


DISTFILES: ka6-libkdegames: libkdegames-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/libkdegames-24.05.1.tar.xz
2c31baf635cc62f8d75f4a32848ac22d  libkdegames-24.05.1.tar.xz
Size: 5968344 bytes


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


DISTFILES: ka6-calendarsupport: calendarsupport-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/calendarsupport-24.05.1.tar.xz
5dd85cdf4bf89c015583a6221fa96b6c  calendarsupport-24.05.1.tar.xz
Size: 1000472 bytes


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


DISTFILES: ka6-dolphin-plugins: dolphin-plugins-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/dolphin-plugins-24.05.1.tar.xz
deaaaddfab5ad89b83dfeb9e5aa83077  dolphin-plugins-24.05.1.tar.xz
Size: 306024 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/ka6-elisa] - updated to 24.05.1

2024-06-14 Thread witekfl
commit aa68685a6a6860036692c9e01bd5d4032ec23a36
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:32:19 2024 +0200

- updated to 24.05.1

 ka6-elisa.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ka6-elisa.spec b/ka6-elisa.spec
index d0e679b..9929483 100644
--- a/ka6-elisa.spec
+++ b/ka6-elisa.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  elisa
 Summary:   Elisa music player
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   LGPL v3+
 Group: Applications/Multimedia
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 97f1c4fb4c17a1f95a0e0d398252bf9e
+# Source0-md5: 04dc31627813b24535e297a95b891b6b
 URL:   http://www.kde.org/
 BuildRequires: Qt6Concurrent-devel >= 5.15.2
 BuildRequires: Qt6Core-devel >= %{qtver}
@@ -64,6 +64,7 @@ BuildRequires:shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: vlc-devel
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-elisa.git/commitdiff/aa68685a6a6860036692c9e01bd5d4032ec23a36

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


[packages/ka6-eventviews] - updated to 24.05.1

2024-06-14 Thread witekfl
commit d3d50e6ce507d1caf03bfa57aad70a2e6d63ffe0
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:32:23 2024 +0200

- updated to 24.05.1

 ka6-eventviews.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-eventviews.spec b/ka6-eventviews.spec
index ae6fb61..4ff8832 100644
--- a/ka6-eventviews.spec
+++ b/ka6-eventviews.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  eventviews
 Summary:   Library for creating events
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 2f262bbda238d38ddf01d1050cb00871
+# Source0-md5: 4a0794346cd88a2812f9e50c994ba91f
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -43,6 +43,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -56,6 +57,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kaname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-eventviews.git/commitdiff/d3d50e6ce507d1caf03bfa57aad70a2e6d63ffe0

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


DISTFILES: ka6-dragon: dragon-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/dragon-24.05.1.tar.xz
2656c56b2bb7d522d206c4ca9f314746  dragon-24.05.1.tar.xz
Size: 1828452 bytes


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


DISTFILES: ka6-libkleo: libkleo-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/libkleo-24.05.1.tar.xz
9f1b497142644fcf5d9830b8813cbb81  libkleo-24.05.1.tar.xz
Size: 59 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/ka6-ffmpegthumbs] - updated to 24.05.1

2024-06-14 Thread witekfl
commit 5154dc0ba34e62917f7bc4d426eb77ffa5e4e527
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:32:27 2024 +0200

- updated to 24.05.1

 ka6-ffmpegthumbs.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ka6-ffmpegthumbs.spec b/ka6-ffmpegthumbs.spec
index c81b924..5ef1de2 100644
--- a/ka6-ffmpegthumbs.spec
+++ b/ka6-ffmpegthumbs.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  ffmpegthumbs
 Summary:   Ffmpegthumbs
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: d6e6b2d8c666e79a8aee6e3b4e9b676e
+# Source0-md5: 3b6a3e78221913c4932b14dfcea65bfb
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: cmake >= 3.20
@@ -28,6 +28,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-ffmpegthumbs.git/commitdiff/5154dc0ba34e62917f7bc4d426eb77ffa5e4e527

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


DISTFILES: ka6-elisa: elisa-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/elisa-24.05.1.tar.xz
04dc31627813b24535e297a95b891b6b  elisa-24.05.1.tar.xz
Size: 2083108 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/ka6-filelight] - updated to 24.05.1

2024-06-14 Thread witekfl
commit d76ef20d5a0c74bec16a7f9cb2a08e80c756667a
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:32:31 2024 +0200

- updated to 24.05.1

 ka6-filelight.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ka6-filelight.spec b/ka6-filelight.spec
index 0923a42..2e9ab85 100644
--- a/ka6-filelight.spec
+++ b/ka6-filelight.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  filelight
 Summary:   Filelight
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 73238c640223e33115191aa1fea564c4
+# Source0-md5: 200ecfac722967ce4830bc8fd84939fa
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -29,6 +29,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-filelight.git/commitdiff/d76ef20d5a0c74bec16a7f9cb2a08e80c756667a

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


[packages/ka6-granatier] - updated to 24.05.1

2024-06-14 Thread witekfl
commit de9efee91edf1501a9ddc01c6692ec924953dc37
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:32:35 2024 +0200

- updated to 24.05.1

 ka6-granatier.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ka6-granatier.spec b/ka6-granatier.spec
index 4764bff..6931d08 100644
--- a/ka6-granatier.spec
+++ b/ka6-granatier.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  granatier
 Summary:   Granatier
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Applications/Games
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 9eb9bf62bb627e98dde1cfe1b4613194
+# Source0-md5: 4da8288ed427e1f45ea13d1ffa1c7257
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel >= 5.11.1
@@ -40,6 +40,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-granatier.git/commitdiff/de9efee91edf1501a9ddc01c6692ec924953dc37

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


DISTFILES: ka6-eventviews: eventviews-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/eventviews-24.05.1.tar.xz
4a0794346cd88a2812f9e50c994ba91f  eventviews-24.05.1.tar.xz
Size: 473584 bytes


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


DISTFILES: ka6-ffmpegthumbs: ffmpegthumbs-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/ffmpegthumbs-24.05.1.tar.xz
3b6a3e78221913c4932b14dfcea65bfb  ffmpegthumbs-24.05.1.tar.xz
Size: 33008 bytes


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


DISTFILES: ka6-filelight: filelight-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/filelight-24.05.1.tar.xz
200ecfac722967ce4830bc8fd84939fa  filelight-24.05.1.tar.xz
Size: 679636 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/ka6-grantlee-editor] - updated to 24.05.1

2024-06-14 Thread witekfl
commit e60a10d6fc97c914bf42b2ed79c027f73b2badef
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:32:38 2024 +0200

- updated to 24.05.1

 ka6-grantlee-editor.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ka6-grantlee-editor.spec b/ka6-grantlee-editor.spec
index 027bbfd..b364b77 100644
--- a/ka6-grantlee-editor.spec
+++ b/ka6-grantlee-editor.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  grantlee-editor
 Summary:   Grantlee Editor
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: c4e875bdc287afeada73352e5a9ee0ce
+# Source0-md5: c2202a7a4973f7e890087b985c79e5cd
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel
@@ -49,6 +49,7 @@ BuildRequires:shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 ExcludeArch:   x32
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-grantlee-editor.git/commitdiff/e60a10d6fc97c914bf42b2ed79c027f73b2badef

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


DISTFILES: ka6-kmime: kmime-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/kmime-24.05.1.tar.xz
a1910be043dea27cb24b231dda1051b1  kmime-24.05.1.tar.xz
Size: 161752 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/ka6-libkdcraw] - updated to 24.05.1

2024-06-14 Thread witekfl
commit eaf4568e97166c62240b48b5c636829ab6ce9d09
Author: Witold Filipczyk 
Date:   Fri Jun 14 11:32:42 2024 +0200

- updated to 24.05.1

 ka6-libkdcraw.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ka6-libkdcraw.spec b/ka6-libkdcraw.spec
index 97bdc91..0df7602 100644
--- a/ka6-libkdcraw.spec
+++ b/ka6-libkdcraw.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeappsver  24.05.0
+%definekdeappsver  24.05.1
 %definekframever   5.94.0
 %defineqtver   5.15.2
 %definekaname  libkdcraw
 Summary:   Libkdcraw
 Name:  ka6-%{kaname}
-Version:   24.05.0
+Version:   24.05.1
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: c734ceec1b8c616e51e77beb7f685c5a
+# Source0-md5: e6bd2b55bf6c3748d93e5a4c20312be6
 URL:   http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Gui-devel
@@ -25,6 +25,7 @@ BuildRequires:rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Obsoletes: ka5-%{kaname} < %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -47,6 +48,7 @@ Summary:  Header files for %{kaname} development
 Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kpname}
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Obsoletes: ka5-%{kaname}-devel < %{version}
 
 %description devel
 Header files for %{kaname} development.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-libkdcraw.git/commitdiff/eaf4568e97166c62240b48b5c636829ab6ce9d09

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


DISTFILES: ka6-granatier: granatier-24.05.1.tar.xz

2024-06-14 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/release-service/24.05.1/src/granatier-24.05.1.tar.xz
4da8288ed427e1f45ea13d1ffa1c7257  granatier-24.05.1.tar.xz
Size: 2009048 bytes


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


  1   2   3   4   5   >