[packages/ffmpegthumbnailer] - add updates from upstream repository, rel 2

2023-10-19 Thread baggins
commit d10132a182a565e1d63e0eb843b55775584473a9
Author: Jan Rękorajski 
Date:   Fri Oct 20 01:30:57 2023 +0200

- add updates from upstream repository, rel 2

 ffmpegthumbnailer.spec |   4 +-
 git.patch  | 984 +
 2 files changed, 987 insertions(+), 1 deletion(-)
---
diff --git a/ffmpegthumbnailer.spec b/ffmpegthumbnailer.spec
index de2825b..b5a883a 100644
--- a/ffmpegthumbnailer.spec
+++ b/ffmpegthumbnailer.spec
@@ -6,13 +6,14 @@ Summary:  Lightweight video thumbnailer
 Summary(pl.UTF-8): Lekki program do wykonywania miniaturek dla filmów
 Name:  ffmpegthumbnailer
 Version:   2.2.2
-Release:   1
+Release:   2
 License:   GPL v2
 Group: Applications/Graphics
 #Source0Download: https://github.com/dirkvdb/ffmpegthumbnailer/releases
 Source0:   
https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5: ef466e64df666ba006c0b071eb48018e
 Patch0:%{name}-pc.patch
+Patch1:git.patch
 URL:   https://github.com/dirkvdb/ffmpegthumbnailer
 BuildRequires: cmake >= 3.5
 # libavcodec >= 52.26.0 libavformat libavutil libswscale
@@ -66,6 +67,7 @@ Statyczna biblioteka libffmpegthumbnailer.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 mkdir build
diff --git a/git.patch b/git.patch
new file mode 100644
index 000..55ac49b
--- /dev/null
+++ b/git.patch
@@ -0,0 +1,984 @@
+diff --git a/.travis.yml b/.travis.yml
+index 547f20a..9a2b0d2 100644
+--- a/.travis.yml
 b/.travis.yml
+@@ -48,7 +48,7 @@ matrix:
+   os: osx
+   env:
+ - BUILD_TYPE=Release
+-  osx_image: xcode9
++  osx_image: xcode12
+ 
+ before_install:
+   
+@@ -77,7 +77,7 @@ before_install:
+   
+   - |
+ if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
+-  
CMAKE_URL="http://www.cmake.org/files/v3.5/cmake-3.5.2-Linux-x86_64.tar.gz;
++  
CMAKE_URL="https://cmake.org/files/v3.12/cmake-3.12.3-Linux-x86_64.tar.gz;
+   mkdir -p ${DEPS_DIR}/cmake && travis_retry wget --no-check-certificate 
--quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C ${DEPS_DIR}/cmake
+   export PATH=${DEPS_DIR}/cmake/bin:${PATH}
+ fi
+@@ -86,16 +86,16 @@ before_install:
+   
+   - |
+ if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
+-  brew update
+-  brew install ffmpeg
++  HOMEBREW_NO_AUTO_UPDATE=1 brew install ffmpeg
++  brew upgrade cmake
+ fi
+ 
+ install:
+   - |
+ if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
+-  wget http://ffmpeg.org/releases/ffmpeg-3.1.3.tar.bz2
+-  tar xf ffmpeg-3.1.3.tar.bz2
+-  cd ffmpeg-3.1.3 && ./configure --prefix=/${DEPS_DIR}/local 
--disable-static --enable-shared --disable-avdevice --disable-doc 
--disable-htmlpages --disable-manpages --disable-programs --disable-encoders 
--disable-muxers --enable-swscale --disable-yasm --enable-protocol=file 
--enable-protocol=http --enable-iconv  && make -j4 install
++  wget https://www.ffmpeg.org/releases/ffmpeg-4.4.tar.bz2
++  tar xf ffmpeg-4.4.tar.bz2
++  cd ffmpeg-4.4 && ./configure --prefix=/${DEPS_DIR}/local 
--disable-static --enable-shared --disable-avdevice --disable-doc 
--disable-htmlpages --disable-manpages --disable-programs --disable-encoders 
--disable-muxers --enable-swscale --disable-yasm --enable-protocol=file 
--enable-protocol=http --enable-iconv  && make -j4 install
+   cd ..
+ fi
+ 
+@@ -112,4 +112,4 @@ addons:
+ notification_email: dirk@gmail.com
+ build_command_prepend: "cmake ."
+ build_command: "make -j4"
+-branch_pattern: coverity_scan
+\ No newline at end of file
++branch_pattern: coverity_scan
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 671b93a..15bfa3f 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.5)
++cmake_minimum_required(VERSION 3.12)
+ 
+ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
+ 
+@@ -92,6 +92,15 @@ add_library(libffmpegthumbnailerobj OBJECT
+ libffmpegthumbnailer/filmstripfilter.cpp
+ )
+ 
++target_link_libraries(libffmpegthumbnailerobj
++FFmpeg::avformat
++FFmpeg::avcodec
++FFmpeg::avutil
++FFmpeg::avfilter
++$<$:${JPEG_LIBRARIES}>
++$<$:PNG::PNG>
++)
++
+ # we use our own deprecated struct menbers, so disable the warning about it
+ set_source_files_properties(libffmpegthumbnailer/videothumbnailerc.cpp 
PROPERTIES COMPILE_FLAGS -Wno-deprecated-declarations)
+ 
+@@ -118,12 +127,7 @@ set (FFMPEGTHUMBNAILER_SOVERSION_AGE 1)
+ if (ENABLE_STATIC)
+ add_library(libffmpegthumbnailerstatic STATIC 
$)
+ target_link_libraries(libffmpegthumbnailerstatic
+-FFmpeg::avformat
+-FFmpeg::avcodec

[packages/digikam] - qtav is dead and not needed, rel 2

2023-10-19 Thread baggins
commit 7ea573494b340cfbc4476035a4ae5cc410e7ddff
Author: Jan Rękorajski 
Date:   Fri Oct 20 01:10:03 2023 +0200

- qtav is dead and not needed, rel 2

 digikam.spec | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/digikam.spec b/digikam.spec
index 9ef8bc0..8ab128d 100644
--- a/digikam.spec
+++ b/digikam.spec
@@ -17,7 +17,7 @@ Summary:  A KDE frontend for gphoto2
 Summary(pl.UTF-8): Interfejs KDE do gphoto2
 Name:  digikam
 Version:   8.1.0
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications/Graphics
 Source0:   
https://download.kde.org/stable/digikam/%{version}/digiKam-%{version}.tar.xz
@@ -93,7 +93,6 @@ BuildRequires:libxml2-devel >= 1:2.7.0
 BuildRequires: libxslt-devel >= 1.1.0
 BuildRequires: opencv-devel >= 3.3.0
 BuildRequires: pkgconfig >= 1:0.9.0
-BuildRequires: qtav-devel >= 1.12.0
 BuildRequires: rpmbuild(macros) >= 1.606
 BuildRequires: sed >= 4.0
 BuildRequires: xorg-lib-libX11-devel
@@ -145,7 +144,6 @@ Requires:   libx265 >= 2.2
 Requires:  libxml2 >= 1:2.7.0
 Requires:  libxslt >= 1.1.0
 Requires:  opencv >= 3.3.0
-Requires:  qtav >= 1.12.0
 Obsoletes: digikamimageplugins < 0.9.2
 Obsoletes: kipi-plugins < 1.10
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/digikam.git/commitdiff/7ea573494b340cfbc4476035a4ae5cc410e7ddff

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


DISTFILES: geany-plugins: geany-plugins-2.0.tar.gz

2023-10-19 Thread mrozowik
Request by: mrozowik


Files fetched: 1

STORED: https://plugins.geany.org/geany-plugins/geany-plugins-2.0.tar.gz
87b17a7f3ea2402f2bbd5ca68771aafb  geany-plugins-2.0.tar.gz
Size: 4439900 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/geany-plugins] - up to 2.0

2023-10-19 Thread mrozowik
commit e370b996949663e9cc694309420f699d89230bf7
Author: Krzysztof Mrozowicz 
Date:   Thu Oct 19 22:48:47 2023 +

- up to 2.0

 geany-plugins-libgit2.patch | 28 ---
 geany-plugins.spec  | 87 ++---
 2 files changed, 10 insertions(+), 105 deletions(-)
---
diff --git a/geany-plugins.spec b/geany-plugins.spec
index cd64433..b5019f2 100644
--- a/geany-plugins.spec
+++ b/geany-plugins.spec
@@ -5,13 +5,12 @@
 Summary:   A collection of different plugins for Geany
 Summary(pl.UTF-8): Zbiór różnych wtyczek dla Geany
 Name:  geany-plugins
-Version:   1.38
-Release:   4
+Version:   2.0
+Release:   1
 License:   GPL v2+
 Group: Libraries
 Source0:   
https://plugins.geany.org/geany-plugins/%{name}-%{version}.tar.gz
-# Source0-md5: 1d9f297ac49e54ab769b12ccef6df0b2
-Patch0:%{name}-libgit2.patch
+# Source0-md5: 87b17a7f3ea2402f2bbd5ca68771aafb
 URL:   https://plugins.geany.org/
 BuildRequires: autoconf >= 2.61
 BuildRequires: autoconf-archive
@@ -22,13 +21,13 @@ BuildRequires:  ctpl-devel >= 0.3
 BuildRequires: docutils
 BuildRequires: enchant2-devel >= 2.2
 BuildRequires: gdk-pixbuf2-devel >= 2.0
-BuildRequires: geany-devel >= 1.38
+BuildRequires: geany-devel >= 2.0
 BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.22
-BuildRequires: gpgme-devel
-BuildRequires: gtk+3-devel >= 3.0
-BuildRequires: gtk-webkit3-devel >= 1.1.18
-BuildRequires: gtk-webkit4-devel >= 1.1.13
+BuildRequires: gpgme-devel >= 0.4.2
+BuildRequires: gtk+3-devel >= 3.24
+#BuildRequires:gtk-webkit3-devel >= 1.1.18
+BuildRequires: gtk-webkit4-devel >= 1.1.18
 BuildRequires: gtkspell3-devel >= 3.0
 BuildRequires: intltool >= 0.35.0
 BuildRequires: libgit2-devel >= 0.21
@@ -40,7 +39,7 @@ BuildRequires:lua51-devel >= 5.1
 BuildRequires: pkgconfig
 BuildRequires: vala
 BuildRequires: vte-devel >= 0.46
-Requires:  geany >= 1.38
+Requires:  geany >= 2.0
 Requires:  glib2 >= 1:2.22
 Obsoletes: geany-plugins-devhelp < 1.37
 Obsoletes: geany-plugins-geanypy < 1.37
@@ -151,21 +150,6 @@ help you to write multiline defines with aligned backslash.
 Ta wtyczka pomaga pisać definicje wielowierszowe z wyrównanym
 odwrotnym ukośnikiem.
 
-# Incompatible with GTK+3 yet
-#%package devhelp
-#Summary:  devhelp plugin for Geany
-#Summary(pl.UTF-8):: Wtyczka devhelp dla Geany
-#Group:Libraries
-#Requires: %{name} = %{version}-%{release}
-
-#%description devhelp
-#This plugin embeds an API documentation browser and search
-#functionality directly into Geany's user interface.
-
-#%description devhelp -l pl.UTF-8
-#Ta wtyczka osadza przeglądarkę dokumentacji API i wyszukiwanie
-#funkcjonalność bezpośrednio w interfejsie użytkownika Geany.
-
 %package geanyctags
 Summary:   geanyctags plugin for Geany
 Summary(pl.UTF-8): Wtyczka geanyctags dla Geany
@@ -343,21 +327,6 @@ Geanyprj is alternative project manager for Geany fast 
light IDE.
 %description geanyprj -l pl.UTF-8
 Geanyprj jest alternatywnym zarządcą projektów dla Geany IDE.
 
-# Incompatible with GTK+3 yet
-#%package geanypy
-#Summary:  geanypy plugin for Geany
-#Summary(pl.UTF-8):Wtyczka geanypy dla Geany
-#Group:Libraries
-#Requires: %{name} = %{version}-%{release}
-
-#%description geanypy
-#Write Geany plugins in Python! Geanypy provides most of the standard
-#Geany C API for Python.
-
-#%description geanypy -l pl.UTF-8
-#Pisz wtyczki Geany w Pythonie! Geanypy zapewnia udostępnia większość
-#standardowych API C Geany z poziomu Pythona.
-
 %package geanyvc
 Summary:   geanyvc plugin for Geany
 Summary(pl.UTF-8): Wtyczka geanyvc dla Geany
@@ -497,23 +466,6 @@ Ta wtyczka zapewnia podgląd w czasie rzeczywistym 
renderowanego kodu
 Markdown, tzn. Markdown jest konwertowany na HTML i wstawiany do
 szablonu HTML, a następnie ładowany do widoku WebKit.
 
-# Incompatible with GTK+3 yet
-#%package multiterm
-#Summary:  multiterm plugin for Geany
-#Summary(pl.UTF-8):Wtyczka multiterm dla Geany
-#Group:Libraries
-#Requires: %{name} = %{version}-%{release}
-
-#%description multiterm
-#MultiTerm is similar to Geany's built-in VTE terminal except that it
-#supports multiple terminals in tabs and supports different shells in
-#each of the terminal tabs.
-
-#%description multiterm -l pl.UTF-8
-#MultiTerm jest podobne do wbudowanego w Geany terminala VTE, z tą
-#różnicą, że obsługuje wiele terminali w zakładkach i różne powłoki w
-#każdej zakładce terminalowej.
-
 %package overview
 Summary:   overview plugin for Geany
 Summary(pl.UTF-8): Wtyczka overview dla Geany
@@ -796,13 +748,12 @@ wpisaniu otwierającego znacznika.
 
 %prep
 %setup -q
-%patch0 -p1
 %{__rm} build/bundled/gpgme.m4
 
 %build
 %{__intltoolize}
 %{__libtoolize}
-%{__aclocal} -I build -I geanypy/m4
+%{__aclocal} -I build 
 %{__autoheader}
 %{__automake}
 %{__autoconf}
@@ 

DISTFILES: geany: geany-2.0.tar.bz2

2023-10-19 Thread mrozowik
Request by: mrozowik


Files fetched: 1

STORED: https://download.geany.org/geany-2.0.tar.bz2
97459ee74d9def5cfe6119ce399bed24  geany-2.0.tar.bz2
Size: 6836300 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/geany] - up to 2.0

2023-10-19 Thread mrozowik
commit 7bf7d250da15208e17b875227711d25c2ec66be8
Author: Krzysztof Mrozowicz 
Date:   Thu Oct 19 22:47:41 2023 +

- up to 2.0

 geany.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/geany.spec b/geany.spec
index a2ddfd0..c4ec2c1 100644
--- a/geany.spec
+++ b/geany.spec
@@ -1,26 +1,26 @@
 Summary:   Fast and lightweight IDE using GTK+
 Summary(pl.UTF-8): Szybkie i lekkie IDE używające GTK+
 Name:  geany
-Version:   1.38
+Version:   2.0
 Release:   1
 License:   GPL v2+
 Group: Development/Tools
 Source0:   https://download.geany.org/%{name}-%{version}.tar.bz2
-# Source0-md5: 47b7b89d58ed5bbef6ff8d517ed01efd
+# Source0-md5: 97459ee74d9def5cfe6119ce399bed24
 URL:   https://www.geany.org/
 # rst2html
 BuildRequires: docutils
 BuildRequires: doxygen
 BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.32
-BuildRequires: gtk+3-devel >= 3.22.0
+BuildRequires: gtk+3-devel >= 3.24.0
 BuildRequires: intltool
 BuildRequires: libstdc++-devel >= 6:7
 BuildRequires: pkgconfig
 BuildRequires: python3-rst2pdf
 BuildRequires: which
 Requires:  glib2 >= 1:2.32
-Requires:  gtk+3 >= 3.22.0
+Requires:  gtk+3 >= 3.24.0
 Obsoletes: geany-plugin-vcdiff < 0.17
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/geany.git/commitdiff/7bf7d250da15208e17b875227711d25c2ec66be8

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


[packages/aubio] - upstream fix for ffmpeg 6, rel 6

2023-10-19 Thread baggins
commit 7d316ed51bd270af7242e0994181858b544eeefa
Author: Jan Rękorajski 
Date:   Fri Oct 20 00:25:49 2023 +0200

- upstream fix for ffmpeg 6, rel 6

 aubio.spec|  4 +++-
 ffmpeg6.patch | 28 
 2 files changed, 31 insertions(+), 1 deletion(-)
---
diff --git a/aubio.spec b/aubio.spec
index 5a5912f..8068881 100644
--- a/aubio.spec
+++ b/aubio.spec
@@ -12,11 +12,12 @@ Summary:aubio - library for audio labelling
 Summary(pl.UTF-8): aubio - biblioteka do oznaczania dźwięku
 Name:  aubio
 Version:   0.4.9
-Release:   5
+Release:   6
 License:   GPL v3+
 Group: Libraries
 Source0:   https://aubio.org/pub/%{name}-%{version}.tar.bz2
 # Source0-md5: 50c9c63b15a2692378af5d602892f16a
+Patch0:ffmpeg6.patch
 URL:   https://aubio.org/
 # libavcodec >= 54.35.0, libavformat >= 52.3.0, libavutil >= 52.3.0, 
libswresample >= 1.2.0 || libavresample >= 1.0.1
 BuildRequires: ffmpeg-devel >= 1.1
@@ -154,6 +155,7 @@ Wiązania Pythona 3 do biblioteki aubio.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CC="%{__cc}"
diff --git a/ffmpeg6.patch b/ffmpeg6.patch
new file mode 100644
index 000..5036413
--- /dev/null
+++ b/ffmpeg6.patch
@@ -0,0 +1,28 @@
+From 8a05420e5dd8c7b8b2447f82dc919765876511b3 Mon Sep 17 00:00:00 2001
+From: Paul Brossier 
+Date: Tue, 25 Jan 2022 18:30:27 +0100
+Subject: [PATCH] [source_avcodec] define FF_API_LAVF_AVCTX for libavcodec >
+ 59, thx @berolinux (closes gh-353)
+
+---
+ src/io/source_avcodec.c | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/io/source_avcodec.c b/src/io/source_avcodec.c
+index e0ae93b5..1421bd9a 100644
+--- a/src/io/source_avcodec.c
 b/src/io/source_avcodec.c
+@@ -68,6 +68,10 @@
+ #define AUBIO_AVCODEC_MAX_BUFFER_SIZE AV_INPUT_BUFFER_MIN_SIZE
+ #endif
+ 
++#if LIBAVCODEC_VERSION_MAJOR >= 59
++#define FF_API_LAVF_AVCTX 1
++#endif
++
+ struct _aubio_source_avcodec_t {
+   uint_t hop_size;
+   uint_t samplerate;
+-- 
+2.11.0
+


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/aubio.git/commitdiff/7d316ed51bd270af7242e0994181858b544eeefa

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


DISTFILES: nftables: nftables-1.0.9.tar.xz

2023-10-19 Thread atler
Request by: atler


Files fetched: 1

STORED: https://netfilter.org/projects/nftables/files/nftables-1.0.9.tar.xz
7f1112af32ff542d436693fa08f54a4e  nftables-1.0.9.tar.xz
Size: 971968 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/nftables] up to 1.0.9

2023-10-19 Thread atler
commit 7007879b73b7eeecff16aa0e2d1a48db403a3999
Author: Jan Palus 
Date:   Fri Oct 20 00:04:29 2023 +0200

up to 1.0.9

 nftables-python.patch | 11 ---
 nftables.spec | 27 +--
 2 files changed, 17 insertions(+), 21 deletions(-)
---
diff --git a/nftables.spec b/nftables.spec
index 39791f5..785f68a 100644
--- a/nftables.spec
+++ b/nftables.spec
@@ -5,15 +5,14 @@
 Summary:   Administration tool for packet filtering and classification
 Summary(pl.UTF-8): Narzędzie administracyjne do filtrowania i klasyfikacji 
pakietów
 Name:  nftables
-Version:   1.0.8
+Version:   1.0.9
 Release:   1
 License:   GPL v2
 Group: Applications/Networking
 Source0:   
https://netfilter.org/projects/nftables/files/%{name}-%{version}.tar.xz
-# Source0-md5: 9ce9bc438cdff6125727aaf891b0592c
+# Source0-md5: 7f1112af32ff542d436693fa08f54a4e
 Source1:   %{name}.service
 Source2:   %{name}.conf
-Patch0:%{name}-python.patch
 URL:   https://netfilter.org/projects/nftables/
 BuildRequires: asciidoc
 BuildRequires: autoconf >= 2.61
@@ -31,8 +30,9 @@ BuildRequires:python >= 1:2.5
 BuildRequires: python-modules >= 1:2.5
 BuildRequires: python-setuptools
 BuildRequires: readline-devel
+BuildRequires: rpm-build >= 4.6
 BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.644
+BuildRequires: rpmbuild(macros) >= 1.714
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Requires:  iptables-libs >= 1.6.1
@@ -88,6 +88,7 @@ Summary:  Python bindings for libnftables library
 Summary(pl.UTF-8): Wiązania Pythona do biblioteki libnftables
 Group: Libraries/Python
 Requires:  %{name} = %{version}-%{release}
+BuildArch: noarch
 
 %description -n python-nftables
 Python bindings for libnftables library.
@@ -97,7 +98,6 @@ Wiązania Pythona do biblioteki libnftables.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -113,6 +113,9 @@ Wiązania Pythona do biblioteki libnftables.
--with-xtables
 
 %{__make}
+cd py
+%py_build
+cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -120,7 +123,11 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/etc/sysconfig,%{systemdunitdir}}
 
 %{__make} install \
-DESTDIR=$RPM_BUILD_ROOT
+   DESTDIR=$RPM_BUILD_ROOT
+
+cd py
+%py_install
+cd ..
 
 cp %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/nftables
 %{__sed} -i -e 's|@NFT@|%{_sbindir}/nft|' \
@@ -196,7 +203,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n python-nftables
 %defattr(644,root,root,755)
-%dir %{py_sitedir}/nftables
-%{py_sitedir}/nftables/*.py[co]
-%{py_sitedir}/nftables/schema.json
-%{py_sitedir}/nftables-0.1-py*.egg-info
+%dir %{py_sitescriptdir}/nftables
+%{py_sitescriptdir}/nftables/*.py[co]
+%{py_sitescriptdir}/nftables/schema.json
+%{py_sitescriptdir}/nftables-0.1-py*.egg-info
diff --git a/nftables-python.patch b/nftables-python.patch
deleted file mode 100644
index 11d6ae8..000
--- a/nftables-python.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 nftables-0.9.1/py/Makefile.am.orig 2019-06-24 18:16:08.518253860 +0200
-+++ nftables-0.9.1/py/Makefile.am  2019-07-21 18:47:12.550007345 +0200
-@@ -9,7 +9,7 @@
- install-exec-local:
-   cd $(srcdir) && \
-   $(PYTHON_BIN) setup.py build --build-base $(abs_builddir) \
--  install --prefix $(DESTDIR)$(prefix)
-+  install --skip-build --root $(DESTDIR) --prefix $(prefix) 
--optimize=2
- 
- uninstall-local:
-   rm -rf $(DESTDIR)$(prefix)/lib*/python*/site-packages/nftables


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nftables.git/commitdiff/7007879b73b7eeecff16aa0e2d1a48db403a3999

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


[packages/vlc] - remove unsupported locales, rel 2

2023-10-19 Thread baggins
commit 182c2182a60388dd918116b62441f5334416fb39
Author: Jan Rękorajski 
Date:   Thu Oct 19 22:48:53 2023 +0200

- remove unsupported locales, rel 2

 vlc.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index c02f26c..27e1a40 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -71,7 +71,7 @@ Summary:  VLC - a multimedia player and stream server
 Summary(pl.UTF-8): VLC - odtwarzacz multimedialny oraz serwer strumieni
 Name:  vlc
 Version:   3.0.19
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications/Multimedia
 Source0:   
https://download.videolan.org/pub/videolan/vlc/%{version}/%{name}-%{version}.tar.xz
@@ -564,7 +564,7 @@ find $RPM_BUILD_ROOT%{_libdir} -type f -regex '.*\.l?a$' | 
xargs %{__rm}
 # ach (Acoli)
 # cgg (Chiga)
 # co (Corsican)
-%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{ach,am_ET,as_IN,cgg,co,ks_IN,ku_IQ}
+%{__rm} -r 
$RPM_BUILD_ROOT%{_localedir}/{ach,am_ET,as_IN,cgg,co,ks_IN,ie,ku_IQ,or_IN,sm}
 
 # .ico is win32 only
 %{__rm} $RPM_BUILD_ROOT%{_datadir}/vlc/vlc*.ico


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vlc.git/commitdiff/182c2182a60388dd918116b62441f5334416fb39

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


[packages/gtk4] - disable ffmpeg, it's experimental and upstream does not care - rel 2

2023-10-19 Thread baggins
commit 858bd9ec3e5a636c8b601bb960a8a750c986f4c5
Author: Jan Rękorajski 
Date:   Thu Oct 19 22:36:20 2023 +0200

- disable ffmpeg, it's experimental and upstream does not care
- rel 2

 gtk4.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk4.spec b/gtk4.spec
index 56dda5c..30bf276 100644
--- a/gtk4.spec
+++ b/gtk4.spec
@@ -4,7 +4,7 @@
 %bcond_without broadway# Broadway target
 %bcond_without wayland # Wayland target
 %bcond_without vulkan  # Vulkan graphics support
-%bcond_without ffmpeg  # FFmpeg media backend
+%bcond_withffmpeg  # FFmpeg media backend
 %bcond_without gstreamer   # GStreamer media backend
 %bcond_withcpdb# CPDB print backend
 %bcond_without cups# CUPS print backend
@@ -23,7 +23,7 @@ Summary(pl.UTF-8):GIMP Toolkit
 Summary(tr.UTF-8): GIMP ToolKit arayüz kitaplığı
 Name:  gtk4
 Version:   4.12.3
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
https://download.gnome.org/sources/gtk/4.12/gtk-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk4.git/commitdiff/858bd9ec3e5a636c8b601bb960a8a750c986f4c5

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


DISTFILES: python-text-unidecode: text-unidecode-1.3.tar.gz

2023-10-19 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/t/text-unidecode/text-unidecode-1.3.tar.gz
53a0a6c5aef8f5eb5834e78e0fdf0499  text-unidecode-1.3.tar.gz
Size: 76885 bytes


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


[packages/python-text-unidecode] - new

2023-10-19 Thread qboosh
commit 1e2c2c7ea7a323ebad14387b660eb214af2e0d9c
Author: Jakub Bogusz 
Date:   Thu Oct 19 22:11:01 2023 +0200

- new

 python-text-unidecode.spec | 114 +
 1 file changed, 114 insertions(+)
---
diff --git a/python-text-unidecode.spec b/python-text-unidecode.spec
new file mode 100644
index 000..8969099
--- /dev/null
+++ b/python-text-unidecode.spec
@@ -0,0 +1,114 @@
+#
+# Conditional build:
+%bcond_without tests   # unit tests
+%bcond_without python2 # CPython 2.x module
+%bcond_without python3 # CPython 3.x module
+
+Summary:   The most basic Text::Unidecode port
+Summary(pl.UTF-8): Bardzo podstawowy port Text::Unidecode
+Name:  python-text-unidecode
+Version:   1.3
+Release:   1
+License:   GPL v1+ or Artistic
+Group: Libraries/Python
+#Source0Download: https://pypi.org/simple/text-unidecode/
+Source0:   
https://files.pythonhosted.org/packages/source/t/text-unidecode/text-unidecode-%{version}.tar.gz
+# Source0-md5: 53a0a6c5aef8f5eb5834e78e0fdf0499
+URL:   https://pypi.org/project/text-unidecode/
+%if %{with python2}
+BuildRequires: python-modules >= 1:2.7
+BuildRequires: python-setuptools
+%if %{with tests}
+BuildRequires: python-pytest
+%endif
+%endif
+%if %{with python3}
+BuildRequires: python3-modules >= 1:3.4
+BuildRequires: python3-setuptools
+%if %{with tests}
+BuildRequires: python3-pytest
+%endif
+%endif
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.714
+Requires:  python-modules >= 1:2.7
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+text-unidecode is the most basic port of the Text::Unidecode Perl
+library.
+
+%description -l pl.UTF-8
+text-unidecode to bardzo podstawowy port biblioteki Perla
+Text::Unidecode.
+
+%package -n python3-text-unidecode
+Summary:   The most basic Text::Unidecode port
+Summary(pl.UTF-8): Bardzo podstawowy port Text::Unidecode
+Group: Libraries/Python
+Requires:  python3-modules >= 1:3.4
+
+%description -n python3-text-unidecode
+text-unidecode is the most basic port of the Text::Unidecode Perl
+library.
+
+%description -n python3-text-unidecode -l pl.UTF-8
+text-unidecode to bardzo podstawowy port biblioteki Perla
+Text::Unidecode.
+
+%prep
+%setup -q -n text-unidecode-%{version}
+
+%build
+%if %{with python2}
+%py_build
+
+%if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+PYTHONPATH=$(pwd)/src \
+%{__python} -m pytest test_unidecode.py
+%endif
+%endif
+
+%if %{with python3}
+%py3_build
+
+%if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+PYTHONPATH=$(pwd)/src \
+%{__python3} -m pytest test_unidecode.py
+%endif
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with python2}
+%py_install
+
+%py_postclean
+%endif
+
+%if %{with python3}
+%py3_install
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with python2}
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README.rst
+%{py_sitescriptdir}/text_unidecode
+%{py_sitescriptdir}/text_unidecode-%{version}-py*.egg-info
+%endif
+
+%if %{with python3}
+%files -n python3-text-unidecode
+%defattr(644,root,root,755)
+%doc LICENSE README.rst
+%{py3_sitescriptdir}/text_unidecode
+%{py3_sitescriptdir}/text_unidecode-%{version}-py*.egg-info
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-text-unidecode.git/commitdiff/1e2c2c7ea7a323ebad14387b660eb214af2e0d9c

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


[packages/python-text-unidecode] Created branch master

2023-10-19 Thread qboosh
The branch 'master' was created.

Summary of new commits:

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


DISTFILES: python-validators: validators-0.14.2.tar.gz

2023-10-19 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/v/validators/validators-0.14.2.tar.gz
ae3932b693452b96f037c919e1d7250f  validators-0.14.2.tar.gz
Size: 25752 bytes


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


[packages/python-validators] - new

2023-10-19 Thread qboosh
commit e9be27d3ad6bd12a7042f1391540a343ae1cc968
Author: Jakub Bogusz 
Date:   Thu Oct 19 21:44:00 2023 +0200

- new

 python-validators.spec  | 152 
 validators-sphinx.patch |  11 
 2 files changed, 163 insertions(+)
---
diff --git a/python-validators.spec b/python-validators.spec
new file mode 100644
index 000..192b553
--- /dev/null
+++ b/python-validators.spec
@@ -0,0 +1,152 @@
+#
+# Conditional build:
+%bcond_without doc # Sphinx documentation
+%bcond_without tests   # unit tests
+%bcond_without python2 # CPython 2.x module
+%bcond_without python3 # CPython 3.x module
+
+Summary:   Python Data Validation for Humans
+Summary(pl.UTF-8): Sprawdzanie poprawności danych dla ludzi
+Name:  python-validators
+# keep 0.14.x here for python2 support; 0.14.3 has been yanked
+Version:   0.14.2
+Release:   1
+License:   MIT
+Group: Libraries/Python
+#Source0Download: https://pypi.org/simple/validators/
+Source0:   
https://files.pythonhosted.org/packages/source/v/validators/validators-%{version}.tar.gz
+# Source0-md5: ae3932b693452b96f037c919e1d7250f
+Patch0:validators-sphinx.patch
+URL:   https://pypi.org/project/validators/
+%if %{with python2}
+BuildRequires: python-modules >= 1:2.7
+BuildRequires: python-setuptools
+%if %{with tests}
+BuildRequires: python-decorator >= 3.4.0
+#BuildRequires:python-flake8 >= 2.4.0
+#BuildRequires:python-isort >= 4.2.2
+BuildRequires: python-pytest >= 2.2.3
+BuildRequires: python-six >= 1.4.0
+%endif
+%endif
+%if %{with python3}
+BuildRequires: python3-modules >= 1:3.4
+BuildRequires: python3-setuptools
+%if %{with tests}
+BuildRequires: python3-decorator >= 3.4.0
+#BuildRequires:python3-flake8 >= 2.4.0
+#BuildRequires:python3-isort >= 4.2.2
+BuildRequires: python3-pytest >= 2.2.3
+BuildRequires: python3-six >= 1.4.0
+%endif
+%endif
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.714
+%if %{with doc}
+BuildRequires: sphinx-pdg-2 >= 1.8
+%endif
+Requires:  python-modules >= 1:2.7
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Simple validation library where validating a simple value does not
+require defining a form or a schema.
+
+%description -l pl.UTF-8
+Prosta biblioteka do sprawdzania poprawności danych, w której
+sprawdzanie prostej wartości nie wymaga definiowania jej postaci ani
+schematu.
+
+%package -n python3-validators
+Summary:   Python Data Validation for Humans
+Summary(pl.UTF-8): Sprawdzanie poprawności danych dla ludzi
+Group: Libraries/Python
+Requires:  python3-modules >= 1:3.4
+
+%description -n python3-validators
+Simple validation library where validating a simple value does not
+require defining a form or a schema.
+
+%description -n python3-validators -l pl.UTF-8
+Prosta biblioteka do sprawdzania poprawności danych, w której
+sprawdzanie prostej wartości nie wymaga definiowania jej postaci ani
+schematu.
+
+%package apidocs
+Summary:   API documentation for Python validators module
+Summary(pl.UTF-8): Dokumentacja API modułu Pythona validators
+Group: Documentation
+
+%description apidocs
+API documentation for Python validators module.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API modułu Pythona validators.
+
+%prep
+%setup -q -n validators-%{version}
+%patch0 -p1
+
+%build
+%if %{with python2}
+%py_build
+
+%if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+%{__python} -m pytest tests
+%endif
+%endif
+
+%if %{with python3}
+%py3_build
+
+%if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+%{__python3} -m pytest tests
+%endif
+%endif
+
+%if %{with doc}
+PYTHONPATH=$(pwd) \
+%{__make} -C docs html \
+   SPHINXBUILD=sphinx-build-2
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with python2}
+%py_install
+
+%py_postclean
+%endif
+
+%if %{with python3}
+%py3_install
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with python2}
+%files
+%defattr(644,root,root,755)
+%doc CHANGES.rst LICENSE README.rst
+%{py_sitescriptdir}/validators
+%{py_sitescriptdir}/validators-%{version}-py*.egg-info
+%endif
+
+%if %{with python3}
+%files -n python3-validators
+%defattr(644,root,root,755)
+%doc CHANGES.rst LICENSE README.rst
+%{py3_sitescriptdir}/validators
+%{py3_sitescriptdir}/validators-%{version}-py*.egg-info
+%endif
+
+%if %{with doc}
+%files apidocs
+%defattr(644,root,root,755)
+%doc docs/_build/html/{_modules,_static,*.html,*.js}
+%endif
diff --git a/validators-sphinx.patch b/validators-sphinx.patch
new file mode 100644
index 000..60a304a
--- /dev/null
+++ b/validators-sphinx.patch
@@ -0,0 +1,11 @@
+--- validators-0.14.2/docs/conf.py.orig2014-09-07 15:24:00.0 
+0200
 validators-0.14.2/docs/conf.py 2023-10-19 21:35:35.807242458 +0200
+@@ -35,7 +35,7 @@ extensions = [
+ 'sphinx.ext.intersphinx',
+ 'sphinx.ext.todo',
+ 

[packages/python-validators] Created branch master

2023-10-19 Thread qboosh
The branch 'master' was created.

Summary of new commits:

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


[packages/python-random2] - pl

2023-10-19 Thread qboosh
commit 0eace5ab1f77732e370b37ab0f087202478019f5
Author: Jakub Bogusz 
Date:   Thu Oct 19 21:09:16 2023 +0200

- pl

 python-random2.spec | 26 +++---
 1 file changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/python-random2.spec b/python-random2.spec
index 8d566fa..890a09d 100644
--- a/python-random2.spec
+++ b/python-random2.spec
@@ -3,7 +3,8 @@
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
-Summary:   Python 3 compatible Pytohn 2 `random` Module
+Summary:   Python 3 compatible Python 2.7 "random" Module
+Summary(pl.UTF-8): Moduł "random" z Pythona 2.7 zgodny z Pythonem 3
 Name:  python-random2
 Version:   1.0.1
 Release:   1
@@ -37,8 +38,18 @@ even with the same seed you get different sequences in 
Python 2 and 3.
 Note that several high-level functions such as randint() and choice()
 use randrange().
 
+%description -l pl.UTF-8
+Ten pakiet dostarcza wersję modułu random z Pythona 2.7 sportowaną do
+Pythona 3, a także zbackportowaną, aby działała w Pythonie 2.6.
+
+W Pythonie 3 implementacja randrange() została zmieniona, więc nawet z
+tym samym zarodkiem otrzymamy inne sekwencje w Pythonie 2 i 3. Należy
+zauważyć, że kilka funkcji wysokopoziomowych, takich jak randint() i
+choice(), wykorzystuje randrange().
+
 %package -n python3-random2
-Summary:   Python 3 compatible Pytohn 2 `random` Module
+Summary:   Python 3 compatible Python 2.7 "random" Module
+Summary(pl.UTF-8): Moduł "random" z Pythona 2.7 zgodny z Pythonem 3
 Group: Libraries/Python
 Requires:  python3-modules >= 1:3.3
 
@@ -51,6 +62,15 @@ even with the same seed you get different sequences in 
Python 2 and 3.
 Note that several high-level functions such as randint() and choice()
 use randrange().
 
+%description -n python3-random2 -l pl.UTF-8
+Ten pakiet dostarcza wersję modułu random z Pythona 2.7 sportowaną do
+Pythona 3, a także zbackportowaną, aby działała w Pythonie 2.6.
+
+W Pythonie 3 implementacja randrange() została zmieniona, więc nawet z
+tym samym zarodkiem otrzymamy inne sekwencje w Pythonie 2 i 3. Należy
+zauważyć, że kilka funkcji wysokopoziomowych, takich jak randint() i
+choice(), wykorzystuje randrange().
+
 %prep
 %setup -q -n random2-%{version}
 
@@ -92,6 +112,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGES.txt README.txt
 %{py3_sitescriptdir}/random2.py
-%{py3_sitescriptdir}/__pycache__/random2*.pyc
+%{py3_sitescriptdir}/__pycache__/random2.cpython-*.pyc
 %{py3_sitescriptdir}/random2-%{version}-py*.egg-info
 %endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-random2.git/commitdiff/0eace5ab1f77732e370b37ab0f087202478019f5

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


DISTFILES: qutebrowser: qutebrowser-3.0.2.tar.gz

2023-10-19 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/qutebrowser/qutebrowser/releases/download/v3.0.2/qutebrowser-3.0.2.tar.gz
e80dcb23856b89ae6d319231f9b02ad6  qutebrowser-3.0.2.tar.gz
Size: 6036377 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/qutebrowser] up to 3.0.2

2023-10-19 Thread atler
commit a4b516ed946572f50e8790b7ddf184f5b1630c46
Author: Jan Palus 
Date:   Thu Oct 19 21:01:31 2023 +0200

up to 3.0.2

 qutebrowser.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/qutebrowser.spec b/qutebrowser.spec
index 5acf044..7ec022c 100644
--- a/qutebrowser.spec
+++ b/qutebrowser.spec
@@ -2,12 +2,12 @@
 
 Summary:   A keyboard-driven, vim-like browser based on PyQt6
 Name:  qutebrowser
-Version:   3.0.0
+Version:   3.0.2
 Release:   1
 License:   GPL v3+
 Group: X11/Applications/Networking
 Source0:   
https://github.com/qutebrowser/qutebrowser/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: c0b12de78957259cd6ee120650d9c905
+# Source0-md5: e80dcb23856b89ae6d319231f9b02ad6
 URL:   https://www.qutebrowser.org/
 BuildRequires: python3 >= 1:3.8.0
 BuildRequires: python3-setuptools


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qutebrowser.git/commitdiff/a4b516ed946572f50e8790b7ddf184f5b1630c46

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


[packages/kf5-ki18n] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 7d329613261c7f06ce207f6bede193413228eecc
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:07 2023 +0200

- updated to 5.111.0

 kf5-ki18n.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-ki18n.spec b/kf5-ki18n.spec
index 48d510e..a2ec4ee 100644
--- a/kf5-ki18n.spec
+++ b/kf5-ki18n.spec
@@ -3,18 +3,18 @@
 %bcond_withtests   # build with tests
 # TODO:
 # find_lang needs to be updated (to handle pmap, pmapc, js files)
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  ki18n
 
 Summary:   KDE Gettext-based UI text internationalization
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 4d24a7fb42585f27cf08d766f7b7d8d2
+# Source0-md5: fce82fe5d55f7f78f13d42d3b91e9465
 URL:   http://www.kde.org/
 BuildRequires: Qt5Concurrent-devel >= %{qtver}
 BuildRequires: Qt5Core-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-ki18n.git/commitdiff/7d329613261c7f06ce207f6bede193413228eecc

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


[packages/kf5-kfilemetadata] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 2842faa3ab947c295f0586fdce73e469fe6f7a8a
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:11 2023 +0200

- updated to 5.111.0

 kf5-kfilemetadata.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/kf5-kfilemetadata.spec b/kf5-kfilemetadata.spec
index e305fe4..bac12c4 100644
--- a/kf5-kfilemetadata.spec
+++ b/kf5-kfilemetadata.spec
@@ -6,18 +6,18 @@
 # - runtime Requires if any
 
 %define kdeappsver  21.12.3
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kfilemetadata
 Summary:   File metadata and extraction library
 Summary(pl.UTF-8): Biblioteka do obsługi i wydobywania metadanych plików
 Name:  kf5-%{kfname}
-Version:   5.110.0
-Release:   2
+Version:   5.111.0
+Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 0d911624125697bfc0e7e6a6a7c2e6b7
+# Source0-md5: 42d1cd1be83d28631a0de6eddfae8aa4
 Patch0:xattr.patch
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kfilemetadata.git/commitdiff/2842faa3ab947c295f0586fdce73e469fe6f7a8a

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


DISTFILES: kf5-kcoreaddons: kcoreaddons-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kcoreaddons-5.111.0.tar.xz
46d5b462291ed749b42e3305a70937f8  kcoreaddons-5.111.0.tar.xz
Size: 2609652 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/kf5-kwayland] - updated to 5.111.0

2023-10-19 Thread witekfl
commit ae61ac7b5c53330d47173a38abd654253f67
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:14 2023 +0200

- updated to 5.111.0

 kf5-kwayland.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec
index 1d9e181..33c221a 100644
--- a/kf5-kwayland.spec
+++ b/kf5-kwayland.spec
@@ -1,19 +1,19 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kwayland
 
 Summary:   Qt-style API to interact with the wayland-client and 
wayland-server API
 Summary(pl.UTF-8): API w stylu Qt do interakcji z API wayland-client i 
wayland-server
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1 or KDE-accepted LGPL v3+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: ee78d5b3a947df75ecb663b5c621b1f4
+# Source0-md5: 979bb02c6b2a0543d727c646815c5038
 URL:   http://www.kde.org/
 BuildRequires: EGL-devel
 BuildRequires: Qt5Concurrent-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kwayland.git/commitdiff/ae61ac7b5c53330d47173a38abd654253f67

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


[packages/kf5-kauth] - updated to 5.111.0

2023-10-19 Thread witekfl
commit adf1c949dd649aa21578757785502e4dfb17e4bb
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:21 2023 +0200

- updated to 5.111.0

 kf5-kauth.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kauth.spec b/kf5-kauth.spec
index 6693930..a7c8b01 100644
--- a/kf5-kauth.spec
+++ b/kf5-kauth.spec
@@ -3,18 +3,18 @@
 %bcond_withtests   # build with tests
 # TODO:
 # - runtime Requires if any
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kauth
 
 Summary:   Execute actions as privileged user
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: fc074465e484160b974415f7dfaaecd7
+# Source0-md5: 0c8b0a09079e051c0054bf4250f04602
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kauth.git/commitdiff/adf1c949dd649aa21578757785502e4dfb17e4bb

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


[packages/kf5-kidletime] - updated to 5.111.0

2023-10-19 Thread witekfl
commit d23324f3dcb29d5857524298f2bcbb23bce52666
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:18 2023 +0200

- updated to 5.111.0

 kf5-kidletime.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kidletime.spec b/kf5-kidletime.spec
index 7ef5602..a93b56f 100644
--- a/kf5-kidletime.spec
+++ b/kf5-kidletime.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kidletime
 
 Summary:   Reporting of idle time of user and system
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 8f4d1fa08be91f126b0af6ff00cb2e4c
+# Source0-md5: 5642bb11971413cee5f49fb040bdc9f9
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kidletime.git/commitdiff/d23324f3dcb29d5857524298f2bcbb23bce52666

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


DISTFILES: kf5-kconfig: kconfig-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/kconfig-5.111.0.tar.xz
276212f3a43274e26509de5f9bd3bc80  kconfig-5.111.0.tar.xz
Size: 294176 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: kf5-kwayland: kwayland-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/kwayland-5.111.0.tar.xz
979bb02c6b2a0543d727c646815c5038  kwayland-5.111.0.tar.xz
Size: 337520 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/kf5-kcodecs] - updated to 5.111.0

2023-10-19 Thread witekfl
commit fdbe5c060aa7c92d594b77aa384a8310cb9bb88f
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:25 2023 +0200

- updated to 5.111.0

 kf5-kcodecs.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kcodecs.spec b/kf5-kcodecs.spec
index 3b1a18b..d60396e 100644
--- a/kf5-kcodecs.spec
+++ b/kf5-kcodecs.spec
@@ -3,18 +3,18 @@
 %bcond_withtests   # build with tests
 # TODO:
 # - runtime Requires if any
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kcodecs
 
 Summary:   String encoding
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 8d5b51b59c07572032d99fc4238a137e
+# Source0-md5: 24f09c9f28b6f9e12e5598b52485345a
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kcodecs.git/commitdiff/fdbe5c060aa7c92d594b77aa384a8310cb9bb88f

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


[packages/kf5-kdoctools] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 391ab1af0fce37a2480ae2c691665359a28157be
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:28 2023 +0200

- updated to 5.111.0

 kf5-kdoctools.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kdoctools.spec b/kf5-kdoctools.spec
index 533132f..7bba9dd 100644
--- a/kf5-kdoctools.spec
+++ b/kf5-kdoctools.spec
@@ -4,18 +4,18 @@
 # TODO:
 # - runtime Requires if any
 # - package manual pages
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kdoctools
 
 Summary:   Create documentation from DocBook
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: af0b00d93e1d87ae538db5ebe59f13b9
+# Source0-md5: f4bd295576a28763a46702bef1b4b62e
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: cmake >= 3.16


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kdoctools.git/commitdiff/391ab1af0fce37a2480ae2c691665359a28157be

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


DISTFILES: kf5-kauth: kauth-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/kauth-5.111.0.tar.xz
0c8b0a09079e051c0054bf4250f04602  kauth-5.111.0.tar.xz
Size: 2307312 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: kf5-kcodecs: kcodecs-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/kcodecs-5.111.0.tar.xz
24f09c9f28b6f9e12e5598b52485345a  kcodecs-5.111.0.tar.xz
Size: 2505992 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/kf5-kguiaddons] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 04bde425390180e3026d4c88e00cef51dc84d722
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:32 2023 +0200

- updated to 5.111.0

 kf5-kguiaddons.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kguiaddons.spec b/kf5-kguiaddons.spec
index 1d2889d..a3b10cc 100644
--- a/kf5-kguiaddons.spec
+++ b/kf5-kguiaddons.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kguiaddons
 
 Summary:   Utilities for graphical user interfaces
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 3aefa6eb505baca45ddfdfc87564f0a9
+# Source0-md5: debb9847eb511379e56ae1907261466c
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kguiaddons.git/commitdiff/04bde425390180e3026d4c88e00cef51dc84d722

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


[packages/kf5-kwidgetsaddons] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 8d3a30d3e8fd7670c9f2f31ba09cc8bcd8c4a69a
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:35 2023 +0200

- updated to 5.111.0

 kf5-kwidgetsaddons.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kwidgetsaddons.spec b/kf5-kwidgetsaddons.spec
index 0f671a5..e8ce9c8 100644
--- a/kf5-kwidgetsaddons.spec
+++ b/kf5-kwidgetsaddons.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kwidgetsaddons
 
 Summary:   Large set of desktop widgets
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 7a341a44caf89aa586a902ae67677910
+# Source0-md5: 8196f9b7a5947ed354882d281d009204
 Patch0:failed-tests.patch
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kwidgetsaddons.git/commitdiff/8d3a30d3e8fd7670c9f2f31ba09cc8bcd8c4a69a

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


[packages/kf5-kconfigwidgets] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 689bc75d68f8e629e39b6ffe04bf0f0ddb91751c
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:39 2023 +0200

- updated to 5.111.0

 kf5-kconfigwidgets.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kconfigwidgets.spec b/kf5-kconfigwidgets.spec
index 7eab1d9..8ed29d9 100644
--- a/kf5-kconfigwidgets.spec
+++ b/kf5-kconfigwidgets.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kconfigwidgets
 
 Summary:   Widgets for configuration dialogs
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 7941697549bee28203c1c9d222938da3
+# Source0-md5: 09fbe7fcc8de12553103ceb9c84130e1
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kconfigwidgets.git/commitdiff/689bc75d68f8e629e39b6ffe04bf0f0ddb91751c

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


DISTFILES: kf5-kfilemetadata: kfilemetadata-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kfilemetadata-5.111.0.tar.xz
42d1cd1be83d28631a0de6eddfae8aa4  kfilemetadata-5.111.0.tar.xz
Size: 472952 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/kf5-kwindowsystem] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 2721a28413cdca3e56db16937ce018d66c5b6460
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:42 2023 +0200

- updated to 5.111.0

 kf5-kwindowsystem.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec
index c777359..a1ae518 100644
--- a/kf5-kwindowsystem.spec
+++ b/kf5-kwindowsystem.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kwindowsystem
 
 Summary:   Access to the windowing system
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 86ca92a17dcd11ce98d5114b879631f5
+# Source0-md5: 136d3eff4c431a3429c8348b07410e9f
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kwindowsystem.git/commitdiff/2721a28413cdca3e56db16937ce018d66c5b6460

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


DISTFILES: kf5-kwidgetsaddons: kwidgetsaddons-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kwidgetsaddons-5.111.0.tar.xz
8196f9b7a5947ed354882d281d009204  kwidgetsaddons-5.111.0.tar.xz
Size: 4270436 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/kf5-kcrash] - updated to 5.111.0

2023-10-19 Thread witekfl
commit f39e2618820519f79dd97a79889f6d6b615d6a0f
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:46 2023 +0200

- updated to 5.111.0

 kf5-kcrash.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec
index c30c2ea..2f96ec8 100644
--- a/kf5-kcrash.spec
+++ b/kf5-kcrash.spec
@@ -3,18 +3,18 @@
 %bcond_withtests   # build with tests
 # TODO:
 # - runtime Requires if any
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kcrash
 
 Summary:   Graceful handling of application crashes
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 6b235b033f2456fc5141feee3eb6ef79
+# Source0-md5: 7436120c23c26fc32408c60f5d6a35cc
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kcrash.git/commitdiff/f39e2618820519f79dd97a79889f6d6b615d6a0f

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


[packages/kf5-kdbusaddons] - updated to 5.111.0

2023-10-19 Thread witekfl
commit df24d08c9502b95f0ffa54edb1d01681797a2e57
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:49 2023 +0200

- updated to 5.111.0

 kf5-kdbusaddons.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kdbusaddons.spec b/kf5-kdbusaddons.spec
index 85d6c83..b98dee5 100644
--- a/kf5-kdbusaddons.spec
+++ b/kf5-kdbusaddons.spec
@@ -6,17 +6,17 @@
 # - runtime Requires if any
 # - make test not hanging and switch it back on
 
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kdbusaddons
 Summary:   Convenience classes for DBus
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 2c9138b30255bf7204ada1c4a9ed74da
+# Source0-md5: e0f21f4a98d675f1b66288b2d63ee463
 URL:   http://www.kde.org/
 BuildRequires: Qt5DBus-devel >= %{qtver}
 %{?with_tests:BuildRequires:   Qt5Test-devel >= %{qtver}}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kdbusaddons.git/commitdiff/df24d08c9502b95f0ffa54edb1d01681797a2e57

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


[packages/kf5-kitemviews] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 485ac7db9aeb9a00dd13ee0a3b6830071dab5a9d
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:56 2023 +0200

- updated to 5.111.0

 kf5-kitemviews.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kitemviews.spec b/kf5-kitemviews.spec
index bcd0587..fcba0f5 100644
--- a/kf5-kitemviews.spec
+++ b/kf5-kitemviews.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kitemviews
 
 Summary:   Set of item views extending the Qt model-view framework
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 24d9c85916063a4983fad7e29829a5b9
+# Source0-md5: dbae7b08de4dc0bcc90338a0822aa11e
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kitemviews.git/commitdiff/485ac7db9aeb9a00dd13ee0a3b6830071dab5a9d

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


[packages/kf5-kglobalaccel] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 9c759aee57458fdd89f9f1ee05e5b5214dd6378a
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:53 2023 +0200

- updated to 5.111.0

 kf5-kglobalaccel.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kglobalaccel.spec b/kf5-kglobalaccel.spec
index e04bd14..e700073 100644
--- a/kf5-kglobalaccel.spec
+++ b/kf5-kglobalaccel.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kglobalaccel
 
 Summary:   Global desktop keyboard shortcuts
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 590824e75f0fd5fb610c06a0008ac92d
+# Source0-md5: 99b03d56039307b5519c82ffe0200e3a
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kglobalaccel.git/commitdiff/9c759aee57458fdd89f9f1ee05e5b5214dd6378a

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


DISTFILES: kf5-kguiaddons: kguiaddons-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kguiaddons-5.111.0.tar.xz
debb9847eb511379e56ae1907261466c  kguiaddons-5.111.0.tar.xz
Size: 78384 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: kf5-kcrash: kcrash-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/kcrash-5.111.0.tar.xz
7436120c23c26fc32408c60f5d6a35cc  kcrash-5.111.0.tar.xz
Size: 28304 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/kf5-kiconthemes] - updated to 5.111.0

2023-10-19 Thread witekfl
commit de67ab3190630b24d6db8a8e62b3bcd20e556856
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:11:59 2023 +0200

- updated to 5.111.0

 kf5-kiconthemes.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec
index d496594..b8f4b8c 100644
--- a/kf5-kiconthemes.spec
+++ b/kf5-kiconthemes.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kiconthemes
 
 Summary:   Icon GUI utilities
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 6490f0ef66821b67560f6b3363e1c5b4
+# Source0-md5: 05e9460aebf7377a3a784b12d1dd73be
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kiconthemes.git/commitdiff/de67ab3190630b24d6db8a8e62b3bcd20e556856

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


DISTFILES: kf5-kwindowsystem: kwindowsystem-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kwindowsystem-5.111.0.tar.xz
136d3eff4c431a3429c8348b07410e9f  kwindowsystem-5.111.0.tar.xz
Size: 2406712 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/kf5-kcompletion] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 55b04daf61976c4d3c16d7ef661a4bcb781e306f
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:03 2023 +0200

- updated to 5.111.0

 kf5-kcompletion.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec
index 3148467..72e0f20 100644
--- a/kf5-kcompletion.spec
+++ b/kf5-kcompletion.spec
@@ -3,18 +3,18 @@
 %bcond_withtests   # build with tests
 # TODO:
 # - runtime Requires if any
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kcompletion
 
 Summary:   String completion framework
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 91ef323fb60f104fd4068eae5862f6ed
+# Source0-md5: 68e0d8d7428189d9e744897196180115
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kcompletion.git/commitdiff/55b04daf61976c4d3c16d7ef661a4bcb781e306f

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


DISTFILES: kf5-kbookmarks: kbookmarks-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kbookmarks-5.111.0.tar.xz
0e02ba3fb28d39051d085336f814c983  kbookmarks-5.111.0.tar.xz
Size: 1125068 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: kf5-kconfigwidgets: kconfigwidgets-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kconfigwidgets-5.111.0.tar.xz
09fbe7fcc8de12553103ceb9c84130e1  kconfigwidgets-5.111.0.tar.xz
Size: 2613984 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: kf5-kitemviews: kitemviews-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kitemviews-5.111.0.tar.xz
dbae7b08de4dc0bcc90338a0822aa11e  kitemviews-5.111.0.tar.xz
Size: 2264796 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/kf5-sonnet] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 4524e31df0b34f4198eadbbab95dcd7f09143046
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:07 2023 +0200

- updated to 5.111.0

 kf5-sonnet.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec
index 7e4758f..4f0366d 100644
--- a/kf5-sonnet.spec
+++ b/kf5-sonnet.spec
@@ -3,19 +3,19 @@
 %bcond_withtests   # build with tests
 # TODO:
 # - fix build with aspell
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  sonnet
 
 Summary:   Multi-language spell checker
 Summary(pl.UTF-8): Wielojęzyczne narzędzie do sprawdzania pisowni
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: c2cbf58fc160c6e003093c030797ac7c
+# Source0-md5: dd53a8473d90b2c3e32b58d599e0f1d1
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-sonnet.git/commitdiff/4524e31df0b34f4198eadbbab95dcd7f09143046

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


DISTFILES: kf5-kxmlgui: kxmlgui-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/kxmlgui-5.111.0.tar.xz
ddd289a5086fd19942f47e15c4734b97  kxmlgui-5.111.0.tar.xz
Size: 2953172 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/kf5-kded] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 7e6e6e89a4c232e73718cb05712ffa99568bbd47
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:25 2023 +0200

- updated to 5.111.0

 kf5-kded.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kded.spec b/kf5-kded.spec
index 6e619f6..9310d90 100644
--- a/kf5-kded.spec
+++ b/kf5-kded.spec
@@ -1,19 +1,19 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kded
 
 Summary:   Central daemon of KDE work spaces
 Summary(pl.UTF-8): Centralny demon przestrzeni roboczych KDE
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: fe404ec8e33c862a3e4ee8c1610f66bd
+# Source0-md5: d53352451affc94b5920daeda34fd623
 URL:   https://kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kded.git/commitdiff/7e6e6e89a4c232e73718cb05712ffa99568bbd47

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


DISTFILES: kf5-kglobalaccel: kglobalaccel-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kglobalaccel-5.111.0.tar.xz
99b03d56039307b5519c82ffe0200e3a  kglobalaccel-5.111.0.tar.xz
Size: 2339176 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: kf5-ktextwidgets: ktextwidgets-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/ktextwidgets-5.111.0.tar.xz
59836110236dcef2eeb48665d26b4559  ktextwidgets-5.111.0.tar.xz
Size: 2552644 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/kf5-ktextwidgets] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 814bebcf0176043f8ca989a69ff803dda228c3f3
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:10 2023 +0200

- updated to 5.111.0

 kf5-ktextwidgets.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-ktextwidgets.spec b/kf5-ktextwidgets.spec
index ea6204c..8c70728 100644
--- a/kf5-ktextwidgets.spec
+++ b/kf5-ktextwidgets.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  ktextwidgets
 
 Summary:   Text editing widgets
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: ff9d06b644ec42b7cfadb4edda08d5dd
+# Source0-md5: 59836110236dcef2eeb48665d26b4559
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Speech-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-ktextwidgets.git/commitdiff/814bebcf0176043f8ca989a69ff803dda228c3f3

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


DISTFILES: kf5-kcompletion: kcompletion-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kcompletion-5.111.0.tar.xz
68e0d8d7428189d9e744897196180115  kcompletion-5.111.0.tar.xz
Size: 2337412 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/kf5-kxmlgui] - updated to 5.111.0

2023-10-19 Thread witekfl
commit b80d4439fae8fd0bcb2e26aeb6875a4ad3e8c80e
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:14 2023 +0200

- updated to 5.111.0

 kf5-kxmlgui.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kxmlgui.spec b/kf5-kxmlgui.spec
index 45a2738..c720bf5 100644
--- a/kf5-kxmlgui.spec
+++ b/kf5-kxmlgui.spec
@@ -4,18 +4,18 @@
 # TODO:
 # Not packaged:
 # /etc/xdg/ui
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kxmlgui
 
 Summary:   Framework for managing menu and toolbar actions
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 494846db7e48f1d999c7a374eaf9a1ff
+# Source0-md5: ddd289a5086fd19942f47e15c4734b97
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kxmlgui.git/commitdiff/b80d4439fae8fd0bcb2e26aeb6875a4ad3e8c80e

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


DISTFILES: kf5-kdoctools: kdoctools-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kdoctools-5.111.0.tar.xz
f4bd295576a28763a46702bef1b4b62e  kdoctools-5.111.0.tar.xz
Size: 465380 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: kf5-sonnet: sonnet-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/sonnet-5.111.0.tar.xz
dd53a8473d90b2c3e32b58d599e0f1d1  sonnet-5.111.0.tar.xz
Size: 2438056 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/kf5-kbookmarks] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 78c3206812f92938c389d63a1170d12a7f01a9ef
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:18 2023 +0200

- updated to 5.111.0

 kf5-kbookmarks.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kbookmarks.spec b/kf5-kbookmarks.spec
index 521f3ae..a0aeb29 100644
--- a/kf5-kbookmarks.spec
+++ b/kf5-kbookmarks.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kbookmarks
 
 Summary:   Web browser bookmark management
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 6be6b6c68177efcee5cc25bd1bda2dc1
+# Source0-md5: 0e02ba3fb28d39051d085336f814c983
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kbookmarks.git/commitdiff/78c3206812f92938c389d63a1170d12a7f01a9ef

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


[packages/kf5-kservice] - updated to 5.111.0

2023-10-19 Thread witekfl
commit e5a6c5e104d5365d56023dac47ab58c927549447
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:21 2023 +0200

- updated to 5.111.0

 kf5-kservice.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kservice.spec b/kf5-kservice.spec
index 5ccfaae..1a6b889 100644
--- a/kf5-kservice.spec
+++ b/kf5-kservice.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kservice
 
 Summary:   Plugin framework for desktop services
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: d10203e2528badcb3960fb61856e1211
+# Source0-md5: e49187b3c3e038aa15ae6d75a540c1e8
 URL:   http://www.kde.org/
 BuildRequires: Qt5Concurrent-devel >= %{qtver}
 BuildRequires: Qt5Core-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kservice.git/commitdiff/e5a6c5e104d5365d56023dac47ab58c927549447

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


DISTFILES: kf5-kidletime: kidletime-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kidletime-5.111.0.tar.xz
5642bb11971413cee5f49fb040bdc9f9  kidletime-5.111.0.tar.xz
Size: 30936 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/kf5-knotifications] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 01aa1469abae2795cfdfe3e1ab4c91e855942c00
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:32 2023 +0200

- updated to 5.111.0

 kf5-knotifications.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec
index 3239e8b..e347097 100644
--- a/kf5-knotifications.spec
+++ b/kf5-knotifications.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  knotifications
 
 Summary:   Desktop notifications
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: f6217c43deb241da273ce739d0c68b9a
+# Source0-md5: f129b85cd075553e36ad0fc8a5023621
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-knotifications.git/commitdiff/01aa1469abae2795cfdfe3e1ab4c91e855942c00

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


[packages/kf5-kjobwidgets] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 415d07670c3bb5284a34eeac72fcc4f938b72f97
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:28 2023 +0200

- updated to 5.111.0

 kf5-kjobwidgets.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kjobwidgets.spec b/kf5-kjobwidgets.spec
index 470417c..123989a 100644
--- a/kf5-kjobwidgets.spec
+++ b/kf5-kjobwidgets.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kjobwidgets
 
 Summary:   Widgets for showing progress of asynchronous jobs
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: a16be8295e6c78a9712b6801c9e01f44
+# Source0-md5: 5cb786c012572c1b8f6354fc69b1bc2a
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kjobwidgets.git/commitdiff/415d07670c3bb5284a34eeac72fcc4f938b72f97

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


DISTFILES: kf5-kded: kded-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/kded-5.111.0.tar.xz
d53352451affc94b5920daeda34fd623  kded-5.111.0.tar.xz
Size: 41040 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: kf5-kservice: kservice-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/kservice-5.111.0.tar.xz
e49187b3c3e038aa15ae6d75a540c1e8  kservice-5.111.0.tar.xz
Size: 2538960 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/kf5-kwallet] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 5f4c240404ec3a982086940dd94844d7f7327c53
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:35 2023 +0200

- updated to 5.111.0

 kf5-kwallet.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec
index 979241e..0c48461 100644
--- a/kf5-kwallet.spec
+++ b/kf5-kwallet.spec
@@ -4,18 +4,18 @@
 # TODO:
 # Not packaged:
 # - build with kf5-gpgmepp
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kwallet
 
 Summary:   Safe desktop-wide storage for passwords
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: caf9835950039b305064a2826bcdf0c2
+# Source0-md5: 9f4691bef53b1f1426d729ab1e9974bd
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kwallet.git/commitdiff/5f4c240404ec3a982086940dd94844d7f7327c53

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


[packages/kf5-solid] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 90da658983bee1a57b437f8906242c4773298ad4
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:39 2023 +0200

- updated to 5.111.0

 kf5-solid.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-solid.spec b/kf5-solid.spec
index 333eee5..01e0498 100644
--- a/kf5-solid.spec
+++ b/kf5-solid.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  solid
 
 Summary:   Desktop hardware abstraction
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 35dd7220eeb18d7620bbe94a3ef0301c
+# Source0-md5: aef17e09edf8a9a105e823c3537a8e0f
 URL:   http://www.kde.org/
 BuildRequires: Qt5Concurrent-devel >= %{qtver}
 BuildRequires: Qt5Core-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-solid.git/commitdiff/90da658983bee1a57b437f8906242c4773298ad4

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


DISTFILES: kf5-kjobwidgets: kjobwidgets-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kjobwidgets-5.111.0.tar.xz
5cb786c012572c1b8f6354fc69b1bc2a  kjobwidgets-5.111.0.tar.xz
Size: 2301276 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: kf5-knotifications: knotifications-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/knotifications-5.111.0.tar.xz
f129b85cd075553e36ad0fc8a5023621  knotifications-5.111.0.tar.xz
Size: 2373008 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/kf5-kio] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 7f404d57df05a812e3d98c6102b5cf4a0e2da2fa
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:42 2023 +0200

- updated to 5.111.0

 kf5-kio.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kio.spec b/kf5-kio.spec
index bc1979e..22c22e9 100644
--- a/kf5-kio.spec
+++ b/kf5-kio.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kio
 
 Summary:   Network transparent access to files and data
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: e7f0566641251e0db82f516465200531
+# Source0-md5: 3da393d89c91e25061b3d8e9e9c8595a
 Patch0:kio_help-fallback-to-kde4-docs.patch
 URL:   http://www.kde.org/
 BuildRequires: Qt5Concurrent-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kio.git/commitdiff/7f404d57df05a812e3d98c6102b5cf4a0e2da2fa

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


DISTFILES: kf5-kwallet: kwallet-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/kwallet-5.111.0.tar.xz
9f4691bef53b1f1426d729ab1e9974bd  kwallet-5.111.0.tar.xz
Size: 349692 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: kf5-kiconthemes: kiconthemes-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kiconthemes-5.111.0.tar.xz
05e9460aebf7377a3a784b12d1dd73be  kiconthemes-5.111.0.tar.xz
Size: 1312240 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/kf5-baloo] - updated to 5.111.0

2023-10-19 Thread witekfl
commit c66337d618d441da35ad5f3539221a2d2430848c
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:45 2023 +0200

- updated to 5.111.0

 kf5-baloo.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-baloo.spec b/kf5-baloo.spec
index 2760503..a0001df 100644
--- a/kf5-baloo.spec
+++ b/kf5-baloo.spec
@@ -5,17 +5,17 @@
 # TODO:
 # - runtime Requires if any
 
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  baloo
 Summary:   A  file indexing and file search framework
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 4a3d426eb826f9e20eb9b56f9d5427b3
+# Source0-md5: 8b0c0f8a7b0bff5e7049fd3fdaea
 Patch0:kf5-baloo-absolute-path.patch
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-baloo.git/commitdiff/c66337d618d441da35ad5f3539221a2d2430848c

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


DISTFILES: kf5-kio: kio-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/kio-5.111.0.tar.xz
3da393d89c91e25061b3d8e9e9c8595a  kio-5.111.0.tar.xz
Size: 3798160 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/kf5-bluez-qt] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 8752c5e6605a0ec492d13db73bbde351c8e686ac
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:49 2023 +0200

- updated to 5.111.0

 kf5-bluez-qt.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-bluez-qt.spec b/kf5-bluez-qt.spec
index 74b6b72..53edd21 100644
--- a/kf5-bluez-qt.spec
+++ b/kf5-bluez-qt.spec
@@ -2,17 +2,17 @@
 # Conditional build:
 %bcond_withtests   # build without tests
 #
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  bluez-qt
 Summary:   Qt wrapper for Bluez 5 DBus API
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 1b77baae26e80102e9188f910eb18758
+# Source0-md5: 21ef92410cdda9c881ede2cba3d2499c
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-bluez-qt.git/commitdiff/8752c5e6605a0ec492d13db73bbde351c8e686ac

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


DISTFILES: kf5-solid: solid-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/solid-5.111.0.tar.xz
aef17e09edf8a9a105e823c3537a8e0f  solid-5.111.0.tar.xz
Size: 306228 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/kf5-breeze-icons] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 614a4502006309ce35b46640401879e45e3fbc8a
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:52 2023 +0200

- updated to 5.111.0

 kf5-breeze-icons.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-breeze-icons.spec b/kf5-breeze-icons.spec
index 58032f8..b0cfbb3 100644
--- a/kf5-breeze-icons.spec
+++ b/kf5-breeze-icons.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  breeze-icons
 
 Summary:   breeze icons
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 4c7dbba30332976450e4c84869e7f449
+# Source0-md5: 36b513d44a0de3f55e9aadfccd30ec64
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-breeze-icons.git/commitdiff/614a4502006309ce35b46640401879e45e3fbc8a

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


[packages/kf5-dirs] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 2507286691d7871a48f21d212ba47e387957342e
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:56 2023 +0200

- updated to 5.111.0

 kf5-dirs.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kf5-dirs.spec b/kf5-dirs.spec
index b4ae929..9332321 100644
--- a/kf5-dirs.spec
+++ b/kf5-dirs.spec
@@ -5,7 +5,7 @@
 %define_enable_debug_packages  0
 Summary:   KDE Frameworks - common directories
 Name:  kf5-dirs
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL
 Group: X11/Libraries


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-dirs.git/commitdiff/2507286691d7871a48f21d212ba47e387957342e

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


DISTFILES: kf5-bluez-qt: bluez-qt-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/bluez-qt-5.111.0.tar.xz
21ef92410cdda9c881ede2cba3d2499c  bluez-qt-5.111.0.tar.xz
Size: 114824 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/kf5-kpackage] - updated to 5.111.0

2023-10-19 Thread witekfl
commit f2f9248fb7558ad069191b25eeaae4dddf097abe
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:12:59 2023 +0200

- updated to 5.111.0

 kf5-kpackage.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kpackage.spec b/kf5-kpackage.spec
index d20f78f..0fefd2b 100644
--- a/kf5-kpackage.spec
+++ b/kf5-kpackage.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kpackage
 
 Summary:   Library to load and install packages as plugins
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 5e8011e0dcd69e4c3b12f75b2820af34
+# Source0-md5: ef095489ea7393b10bef18f4dc77b202
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kpackage.git/commitdiff/f2f9248fb7558ad069191b25eeaae4dddf097abe

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


DISTFILES: kf5-baloo: baloo-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/baloo-5.111.0.tar.xz
8b0c0f8a7b0bff5e7049fd3fdaea  baloo-5.111.0.tar.xz
Size: 312920 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: kf5-breeze-icons: breeze-icons-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/breeze-icons-5.111.0.tar.xz
36b513d44a0de3f55e9aadfccd30ec64  breeze-icons-5.111.0.tar.xz
Size: 2172892 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/kf5-kplotting] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 81769a17314b74e3898d7aa10221ac7c4801c3a5
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:13:13 2023 +0200

- updated to 5.111.0

 kf5-kplotting.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kplotting.spec b/kf5-kplotting.spec
index c5afb6a..744dc20 100644
--- a/kf5-kplotting.spec
+++ b/kf5-kplotting.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kplotting
 #
 Summary:   Data plotting
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 8d014342611f0d2a50af3886b83f2e66
+# Source0-md5: f044cfe2f0bea2eaf583e6242834126b
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel
 BuildRequires: Qt5Gui-devel >= 5.3.1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kplotting.git/commitdiff/81769a17314b74e3898d7aa10221ac7c4801c3a5

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


[packages/kf5-kparts] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 58479a89fb436a848f371a61458749805fa445b8
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:13:06 2023 +0200

- updated to 5.111.0

 kf5-kparts.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kparts.spec b/kf5-kparts.spec
index 8c009cd..2ddea01 100644
--- a/kf5-kparts.spec
+++ b/kf5-kparts.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kparts
 
 Summary:   Plugin framework for user interface components
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: c5e9c8d779447bae8087ab96787675a0
+# Source0-md5: 3798c1495790354ae5c91ef3e5eb3f01
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kparts.git/commitdiff/58479a89fb436a848f371a61458749805fa445b8

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


[packages/kf5-syndication] - updated to 5.111.0

2023-10-19 Thread witekfl
commit e3120ce7764dd7d9828e1cf5735a3271b45f4b36
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:13:03 2023 +0200

- updated to 5.111.0

 kf5-syndication.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-syndication.spec b/kf5-syndication.spec
index a3c24a8..e5bf2de 100644
--- a/kf5-syndication.spec
+++ b/kf5-syndication.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  syndication
 
 Summary:   syndication
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: d2492cf37b98c5addae7b1ebc1f368b7
+# Source0-md5: 883d53577f93f4818f1621a5c05e678c
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Network-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-syndication.git/commitdiff/e3120ce7764dd7d9828e1cf5735a3271b45f4b36

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


DISTFILES: kf5-kpackage: kpackage-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/kpackage-5.111.0.tar.xz
ef095489ea7393b10bef18f4dc77b202  kpackage-5.111.0.tar.xz
Size: 187472 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: kf5-ki18n: ki18n-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: https://download.kde.org/stable/frameworks/5.111/ki18n-5.111.0.tar.xz
fce82fe5d55f7f78f13d42d3b91e9465  ki18n-5.111.0.tar.xz
Size: 3129392 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: kf5-kdbusaddons: kdbusaddons-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kdbusaddons-5.111.0.tar.xz
e0f21f4a98d675f1b66288b2d63ee463  kdbusaddons-5.111.0.tar.xz
Size: 48908 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/kf5-kdesignerplugin] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 535f955af6e50ef1157f996dcbf648ccb185a9cf
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:13:17 2023 +0200

- updated to 5.111.0

 kf5-kdesignerplugin.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kdesignerplugin.spec b/kf5-kdesignerplugin.spec
index a1b4abd..26c69f6 100644
--- a/kf5-kdesignerplugin.spec
+++ b/kf5-kdesignerplugin.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kdesignerplugin
 
 Summary:   Framework for managing menu and toolbar actions
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/portingAids/%{kfname}-%{version}.tar.xz
-# Source0-md5: f59cd2f11e1f9d7e6fec6dc1586409e1
+# Source0-md5: 134f815746358359fc8fe1ba8629cf55
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= 5.2.0
 BuildRequires: Qt5DBus-devel >= 5.2.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kdesignerplugin.git/commitdiff/535f955af6e50ef1157f996dcbf648ccb185a9cf

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


DISTFILES: kf5-syndication: syndication-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/syndication-5.111.0.tar.xz
883d53577f93f4818f1621a5c05e678c  syndication-5.111.0.tar.xz
Size: 510540 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/kf5-kdewebkit] - updated to 5.111.0

2023-10-19 Thread witekfl
commit fbf816d18f861c1400c0ba4cf4044643acee6dbc
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:13:10 2023 +0200

- updated to 5.111.0

 kf5-kdewebkit.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kdewebkit.spec b/kf5-kdewebkit.spec
index 5544dc3..1395a43 100644
--- a/kf5-kdewebkit.spec
+++ b/kf5-kdewebkit.spec
@@ -1,17 +1,17 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kdewebkit
 Summary:   Integration of the HTML rendering engine WebKit
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/portingAids/%{kfname}-%{version}.tar.xz
-# Source0-md5: e172c896ca9f2db01e92a1b4acf9348b
+# Source0-md5: 8aa419d8b5df83d14cf286e05f2d04ce
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel
 BuildRequires: Qt5DBus-devel >= 5.2.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kdewebkit.git/commitdiff/fbf816d18f861c1400c0ba4cf4044643acee6dbc

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


DISTFILES: kf5-kplotting: kplotting-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kplotting-5.111.0.tar.xz
f044cfe2f0bea2eaf583e6242834126b  kplotting-5.111.0.tar.xz
Size: 33760 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: kf5-kdeclarative: kdeclarative-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/kdeclarative-5.111.0.tar.xz
c28ff662ec29b192c0c4ecc31be7e3ac  kdeclarative-5.111.0.tar.xz
Size: 2492200 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: kf5-kdewebkit: kdewebkit-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/portingAids/kdewebkit-5.111.0.tar.xz
8aa419d8b5df83d14cf286e05f2d04ce  kdewebkit-5.111.0.tar.xz
Size: 29784 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/kf5-knewstuff] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 1d5f46bd8575bb1928a9c6d8d68fbd495f5e6d66
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:13:20 2023 +0200

- updated to 5.111.0

 kf5-knewstuff.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-knewstuff.spec b/kf5-knewstuff.spec
index 66330f1..bb0c763 100644
--- a/kf5-knewstuff.spec
+++ b/kf5-knewstuff.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  knewstuff
 
 Summary:   Framework for downloading and sharing additional application 
data
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 629f3c69cb637a05a41b8b0157b54088
+# Source0-md5: b180aa3fd09e63868bc0b9c01299e041
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-knewstuff.git/commitdiff/1d5f46bd8575bb1928a9c6d8d68fbd495f5e6d66

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


[packages/kf5-frameworkintegration] - updated to 5.111.0

2023-10-19 Thread witekfl
commit 8a74cdafbf3387d4ce065a8f69b1dcda919acd0c
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:13:24 2023 +0200

- updated to 5.111.0

 kf5-frameworkintegration.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-frameworkintegration.spec b/kf5-frameworkintegration.spec
index 80ab97b..59e48bf 100644
--- a/kf5-frameworkintegration.spec
+++ b/kf5-frameworkintegration.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  frameworkintegration
 
 Summary:   HTML rendering engine
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 536b44079250ad3f785ac1d00c1d9d81
+# Source0-md5: 44dc1ac534e3068de0e5df131199f510
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-frameworkintegration.git/commitdiff/8a74cdafbf3387d4ce065a8f69b1dcda919acd0c

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


DISTFILES: kf5-knewstuff: knewstuff-5.111.0.tar.xz

2023-10-19 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
https://download.kde.org/stable/frameworks/5.111/knewstuff-5.111.0.tar.xz
b180aa3fd09e63868bc0b9c01299e041  knewstuff-5.111.0.tar.xz
Size: 3387768 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/kf5-kdeclarative] - updated to 5.111.0

2023-10-19 Thread witekfl
commit c8e5eb9d7493682c7e58275c2833946cc737655c
Author: Witold Filipczyk 
Date:   Thu Oct 19 20:13:28 2023 +0200

- updated to 5.111.0

 kf5-kdeclarative.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec
index 908df98..2b62787 100644
--- a/kf5-kdeclarative.spec
+++ b/kf5-kdeclarative.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_withtests   # build with tests
-%definekdeframever 5.110
+%definekdeframever 5.111
 %defineqtver   5.15.2
 %definekfname  kdeclarative
 
 Summary:   Integration of QML and KDE work spaces
 Name:  kf5-%{kfname}
-Version:   5.110.0
+Version:   5.111.0
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: e141465054d4bf65467db3f2e7c4ebed
+# Source0-md5: c28ff662ec29b192c0c4ecc31be7e3ac
 URL:   http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kdeclarative.git/commitdiff/c8e5eb9d7493682c7e58275c2833946cc737655c

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