commit 000release-packages for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2024-02-12 23:08:12

Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
 and  /work/SRC/openSUSE:Factory/.000release-packages.new.1815 (New)


Package is "000release-packages"

Mon Feb 12 23:08:12 2024 rev:2740 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
Kalpa-release.spec: same change
MicroOS-release.spec: same change
openSUSE-Addon-NonOss-release.spec: same change
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.QTUV79/_old  2024-02-12 23:08:14.342500299 +0100
+++ /var/tmp/diff_new_pack.QTUV79/_new  2024-02-12 23:08:14.354500734 +0100
@@ -7925,6 +7925,8 @@
 Provides: weakremover(k3s)
 Provides: weakremover(k3s-hyperkube)
 Provides: weakremover(kImageAnnotator)
+Provides: weakremover(kImageAnnotator-Qt5-0)
+Provides: weakremover(kImageAnnotator-Qt6-0)
 Provides: weakremover(kaccessible)
 Provides: weakremover(kaccounts-integration-32bit)
 Provides: weakremover(kaccounts-integration-devel-32bit)
@@ -15630,6 +15632,7 @@
 Provides: weakremover(libpqos1)
 Provides: weakremover(libpqos2)
 Provides: weakremover(libpqos3)
+Provides: weakremover(libpqos4)
 Provides: weakremover(libpqxx-5_0)
 Provides: weakremover(libpqxx-doc)
 Provides: weakremover(libprelude23)


commit ghc-crypton-connection for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-crypton-connection for 
openSUSE:Factory checked in at 2024-02-12 18:58:31

Comparing /work/SRC/openSUSE:Factory/ghc-crypton-connection (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-crypton-connection.new.1815 (New)


Package is "ghc-crypton-connection"

Mon Feb 12 18:58:31 2024 rev:2 rq:1146131 version:0.3.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-crypton-connection/ghc-crypton-connection.changes
2023-11-23 21:43:07.968982293 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-crypton-connection.new.1815/ghc-crypton-connection.changes
  2024-02-12 18:58:32.380233940 +0100
@@ -1,0 +2,9 @@
+Mon Feb  5 07:09:15 UTC 2024 - Peter Simons 
+
+- Update crypton-connection to version 0.3.2.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/crypton-connection-0.3.2/src/CHANGELOG.md
+
+---

Old:

  crypton-connection-0.3.1.tar.gz

New:

  crypton-connection-0.3.2.tar.gz



Other differences:
--
++ ghc-crypton-connection.spec ++
--- /var/tmp/diff_new_pack.dNuXpd/_old  2024-02-12 18:58:32.968255314 +0100
+++ /var/tmp/diff_new_pack.dNuXpd/_new  2024-02-12 18:58:32.968255314 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-crypton-connection
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name crypton-connection
 %global pkgver %{pkg_name}-%{version}
 Name:   ghc-%{pkg_name}
-Version:0.3.1
+Version:0.3.2
 Release:0
 Summary:Simple and easy network connections API
 License:BSD-3-Clause

++ crypton-connection-0.3.1.tar.gz -> crypton-connection-0.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypton-connection-0.3.1/CHANGELOG.md 
new/crypton-connection-0.3.2/CHANGELOG.md
--- old/crypton-connection-0.3.1/CHANGELOG.md   2001-09-09 03:46:40.0 
+0200
+++ new/crypton-connection-0.3.2/CHANGELOG.md   2001-09-09 03:46:40.0 
+0200
@@ -1,7 +1,8 @@
-## Version 0.2.1 (16 April 2014)
+## Version 0.3.2
+
+* Supporting tls v2.0.0.
+
+## Version 0.3.1
+
+* The first release to support crypton.
 
-- Fix a difference between TLSSettings and TLSSettingsSimple,
-  where connection would override the connection hostname and port in
-  the simple case, but leave the field as is with TLSSettings.
-  TLSSettings can now be used properly as template, and will be
-  correctly overriden at the identification level only.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypton-connection-0.3.1/Network/Connection.hs 
new/crypton-connection-0.3.2/Network/Connection.hs
--- old/crypton-connection-0.3.1/Network/Connection.hs  2001-09-09 
03:46:40.0 +0200
+++ new/crypton-connection-0.3.2/Network/Connection.hs  2001-09-09 
03:46:40.0 +0200
@@ -101,11 +101,17 @@
 { TLS.sessionResume = \sessionID -> withMVar mvar (return . M.lookup 
sessionID)
 , TLS.sessionEstablish  = \sessionID sessionData ->
modifyMVar_ mvar (return . M.insert sessionID 
sessionData)
+#if MIN_VERSION_tls(2,0,0)
+   >> return Nothing
+#endif
 , TLS.sessionInvalidate = \sessionID -> modifyMVar_ mvar (return . 
M.delete sessionID)
 #if MIN_VERSION_tls(1,5,0)
 , TLS.sessionResumeOnlyOnce = \sessionID ->
  modifyMVar mvar (pure . swap . M.updateLookupWithKey (\_ _ -> 
Nothing) sessionID)
 #endif
+#if MIN_VERSION_tls(2,0,0)
+, TLS.sessionUseTicket = False
+#endif
 }
 
 -- | Initialize the library with shared parameters between connection.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypton-connection-0.3.1/crypton-connection.cabal 
new/crypton-connection-0.3.2/crypton-connection.cabal
--- old/crypton-connection-0.3.1/crypton-connection.cabal   2001-09-09 
03:46:40.0 +0200
+++ new/crypton-connection-0.3.2/crypton-connection.cabal   2001-09-09 
03:46:40.0 +0200
@@ -1,5 +1,5 @@
 Name:crypton-connection
-Version: 0.3.1
+Version: 0.3.2
 Description:
 Simple network library for all your connection need.
 .


commit ghc-random for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-random for openSUSE:Factory 
checked in at 2024-02-12 18:58:32

Comparing /work/SRC/openSUSE:Factory/ghc-random (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-random.new.1815 (New)


Package is "ghc-random"

Mon Feb 12 18:58:32 2024 rev:25 rq:1146132 version:1.2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-random/ghc-random.changes2023-10-12 
11:41:16.927258227 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-random.new.1815/ghc-random.changes  
2024-02-12 18:58:33.544276252 +0100
@@ -1,0 +2,7 @@
+Sun Feb  4 16:26:32 UTC 2024 - Peter Simons 
+
+- Update random to version 1.2.1.2.
+  Upstream has not updated the file "CHANGELOG.md" since the last
+  release.
+
+---

Old:

  random-1.2.1.1.tar.gz
  random.cabal

New:

  random-1.2.1.2.tar.gz



Other differences:
--
++ ghc-random.spec ++
--- /var/tmp/diff_new_pack.wMmnOf/_old  2024-02-12 18:58:34.168298935 +0100
+++ /var/tmp/diff_new_pack.wMmnOf/_new  2024-02-12 18:58:34.172299081 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-random
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,12 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.2.1.1
+Version:1.2.1.2
 Release:0
 Summary:Pseudo-random number generation
 License:BSD-3-Clause
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
@@ -136,7 +135,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ random-1.2.1.1.tar.gz -> random-1.2.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/random-1.2.1.1/random.cabal 
new/random-1.2.1.2/random.cabal
--- old/random-1.2.1.1/random.cabal 2022-05-09 03:39:12.0 +0200
+++ new/random-1.2.1.2/random.cabal 2024-02-04 15:30:38.0 +0100
@@ -1,6 +1,6 @@
 cabal-version:  >=1.10
 name:   random
-version:1.2.1.1
+version:1.2.1.2
 license:BSD3
 license-file:   LICENSE
 maintainer: core-libraries-commit...@haskell.org
@@ -63,9 +63,7 @@
 extra-source-files:
 README.md
 CHANGELOG.md
-tested-with: GHC == 7.10.2
-   , GHC == 7.10.3
-   , GHC == 8.0.2
+tested-with: GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.3
, GHC == 8.4.4
@@ -99,7 +97,7 @@
 
 build-depends:
 base >=4.8 && <5,
-bytestring >=0.10.4 && <0.12,
+bytestring >=0.10.4 && <0.13,
 deepseq >=1.1 && <2,
 mtl >=2.2 && <2.4,
 splitmix >=0.1 && <0.2
@@ -119,7 +117,7 @@
 RangeTest
 
 default-language: Haskell2010
-ghc-options:  -with-rtsopts=-M8M
+ghc-options:  -rtsopts -with-rtsopts=-M9M
 if impl(ghc >= 8.0)
 ghc-options:
 -Wno-deprecations
@@ -135,7 +133,7 @@
 default-language: Haskell2010
 build-depends:
 base,
-doctest >=0.15 && <0.21
+doctest >=0.15 && <0.23
 if impl(ghc >= 8.2) && impl(ghc < 8.10)
 build-depends:
 mwc-random >=0.13 && <0.16,
@@ -162,7 +160,7 @@
 random,
 smallcheck >=1.2 && <1.3,
 stm,
-tasty >=1.0 && <1.5,
+tasty >=1.0 && <1.6,
 tasty-smallcheck >=0.8 && <0.9,
 tasty-hunit >=0.10 && <0.11,
 transformers
@@ -173,14 +171,12 @@
 type: exitcode-stdio-1.0
 main-is:  Spec.hs
 hs-source-dirs:   test-inspection
-build-depends:
-
 default-language: Haskell2010
 ghc-options:  -Wall
 build-depends:
 base,
 random,
-tasty >=1.0 && <1.5
+tasty >=1.0 && <1.6
 if impl(ghc >= 8.0)
 build-depends:
 tasty-inspection-testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/random-1.2.1.1/test-inspection/Spec/Inspection.hs 
new/random-1.2.1.2/test-inspection/Spec/Inspection.hs
--- old/random-1.2.1.1/test-inspection/S

commit xonotic for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xonotic for openSUSE:Factory checked 
in at 2024-02-12 18:53:51

Comparing /work/SRC/openSUSE:Factory/xonotic (Old)
 and  /work/SRC/openSUSE:Factory/.xonotic.new.1815 (New)


Package is "xonotic"

Mon Feb 12 18:53:51 2024 rev:10 rq:1146205 version:0.8.6

Changes:

--- /work/SRC/openSUSE:Factory/xonotic/xonotic.changes  2023-06-22 
23:28:21.554544803 +0200
+++ /work/SRC/openSUSE:Factory/.xonotic.new.1815/xonotic.changes
2024-02-12 18:56:05.458907935 +0100
@@ -1,0 +2,5 @@
+Tue Feb  6 16:24:34 UTC 2024 - Carsten Ziepke 
+
+- Provide user/group xonotic as required by RPM 4.19
+
+---



Other differences:
--
++ xonotic.spec ++
--- /var/tmp/diff_new_pack.A7bcBI/_old  2024-02-12 18:56:10.851102657 +0100
+++ /var/tmp/diff_new_pack.A7bcBI/_new  2024-02-12 18:56:10.851102657 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xonotic
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,6 +48,8 @@
 %if %{with systemd}
 BuildRequires:  systemd-rpm-macros
 %endif
+Provides:   group(%{name})
+Provides:   user(%{name})
 
 %description
 Fast-paced first-person shooter that works on Windows, OS X and Linux. The 
project is geared towards providing addictive arena shooter gameplay which is 
all spawned and driven by the community itself. Being a direct successor of the 
Nexuiz project with years of development between them, and it aims to become 
the best possible open-source FPS (first-person-shooter) of its kind.


commit python-opt-einsum for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-opt-einsum for 
openSUSE:Factory checked in at 2024-02-12 18:53:50

Comparing /work/SRC/openSUSE:Factory/python-opt-einsum (Old)
 and  /work/SRC/openSUSE:Factory/.python-opt-einsum.new.1815 (New)


Package is "python-opt-einsum"

Mon Feb 12 18:53:50 2024 rev:5 rq:1146200 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-opt-einsum/python-opt-einsum.changes  
2021-04-22 18:04:53.358591457 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-opt-einsum.new.1815/python-opt-einsum.changes
2024-02-12 18:56:04.854886123 +0100
@@ -1,0 +2,9 @@
+Mon Feb 12 13:18:40 UTC 2024 - Ben Greiner 
+
+- Add opt_einsum-pr208-configparser.patch
+  * gh#dgasmith/opt_einsum#208
+- Build wheel with PEP517
+- Clean obsolete flavor skips
+- Don't catchall sitelib files
+
+---

New:

  opt_einsum-pr208-configparser.patch

BETA DEBUG BEGIN:
  New:
- Add opt_einsum-pr208-configparser.patch
  * gh#dgasmith/opt_einsum#208
BETA DEBUG END:



Other differences:
--
++ python-opt-einsum.spec ++
--- /var/tmp/diff_new_pack.Xo1NCT/_old  2024-02-12 18:56:05.302902301 +0100
+++ /var/tmp/diff_new_pack.Xo1NCT/_new  2024-02-12 18:56:05.306902446 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-opt-einsum
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
-%define skip_python36 1
 Name:   python-opt-einsum
 Version:3.3.0
 Release:0
@@ -26,9 +23,13 @@
 License:MIT
 URL:https://github.com/dgasmith/opt_einsum
 Source: 
https://files.pythonhosted.org/packages/source/o/opt_einsum/opt_einsum-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM opt_einsum-pr208-configparser.patch 
gh#dgasmith/opt_einsum#208
+Patch0: 
https://github.com/dgasmith/opt_einsum/pull/208.patch#/opt_einsum-pr208-configparser.patch
 BuildRequires:  %{python_module numpy >= 1.7}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 Requires:   python-numpy >= 1.7
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -47,13 +48,14 @@
 information.
 
 %prep
-%setup -q -n opt_einsum-%{version}
+%autosetup -p1 -n opt_einsum-%{version}
+sed -i '1{/^#!/d}' opt_einsum/parser.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -62,5 +64,6 @@
 %files %{python_files}
 %doc README.md
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/opt_einsum
+%{python_sitelib}/opt_einsum-%{version}.dist-info
 

++ opt_einsum-pr208-configparser.patch ++
>From 0beacf96923bbb2dd1939a9c59398a38ce7a11b1 Mon Sep 17 00:00:00 2001
From: Hongxu Jia 
Date: Thu, 17 Nov 2022 17:04:54 -0800
Subject: [PATCH] Use ConfigParser instead of SafeConfigParser

The SafeConfigParser class will be renamed to ConfigParser in Python
3.12 [1]. This alias will be removed in future versions.So we can use
ConfigParser directly instead.

[1] https://github.com/python/cpython/issues/89336

Signed-off-by: Hongxu Jia 
---
 versioneer.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/versioneer.py b/versioneer.py
index d3db643..6d732af 100644
--- a/versioneer.py
+++ b/versioneer.py
@@ -339,9 +339,9 @@ def get_config_from_root(root):
 # configparser.NoOptionError (if it lacks "VCS="). See the docstring at
 # the top of versioneer.py for instructions on writing your setup.cfg .
 setup_cfg = os.path.join(root, "setup.cfg")
-parser = configparser.SafeConfigParser()
+parser = configparser.ConfigParser()
 with open(setup_cfg, "r") as f:
-parser.readfp(f)
+parser.read_file(f)
 VCS = parser.get("versioneer", "VCS")  # mandatory
 
 def get(parser, name):


commit openrct2 for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openrct2 for openSUSE:Factory 
checked in at 2024-02-12 18:54:17

Comparing /work/SRC/openSUSE:Factory/openrct2 (Old)
 and  /work/SRC/openSUSE:Factory/.openrct2.new.1815 (New)


Package is "openrct2"

Mon Feb 12 18:54:17 2024 rev:17 rq:1146206 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/openrct2/openrct2.changes2023-10-12 
11:47:52.753580998 +0200
+++ /work/SRC/openSUSE:Factory/.openrct2.new.1815/openrct2.changes  
2024-02-12 18:56:12.907176906 +0100
@@ -1,0 +2,10 @@
+Sat Feb 10 15:29:32 UTC 2024 - Carsten Ziepke 
+
+- Update to version 0.4.8
+  * https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.8
+- Update dependencies
+  * title_version 0.4.6
+  * objects_version 1.3.13
+  * openmusic_version 1.5
+
+---

Old:

  OpenRCT2-0.4.5.tar.gz
  objects-1.3.11.tar.gz
  openmusic-1.3.0.zip
  title-sequences-0.4.0.tar.gz

New:

  OpenRCT2-0.4.8.tar.gz
  objects-1.3.13.tar.gz
  openmusic-1.5.zip
  title-sequences-0.4.6.tar.gz



Other differences:
--
++ openrct2.spec ++
--- /var/tmp/diff_new_pack.UEAKPi/_old  2024-02-12 18:56:14.511234831 +0100
+++ /var/tmp/diff_new_pack.UEAKPi/_new  2024-02-12 18:56:14.511234831 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openrct2
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
 %ifarch x86_64
   %define lib_suffix 64
 %endif
-%define title_version 0.4.0
+%define title_version 0.4.6
 %define title_version_url %{title_version}
-%define objects_version 1.3.11
-%define openmusic_version 1.3.0
+%define objects_version 1.3.13
+%define openmusic_version 1.5
 %define opensound_version 1.0.3
-%define openrct2_version 0.4.5
+%define openrct2_version 0.4.8
 
 Name:   openrct2
 Version:%{openrct2_version}
@@ -39,7 +39,6 @@
 Source2:
https://github.com/OpenRCT2/objects/archive/v%{objects_version}.tar.gz#/objects-%{objects_version}.tar.gz
 Source3:
https://github.com/OpenRCT2/Openmusic/releases/download/v%{openmusic_version}/openmusic.zip#/openmusic-%{openmusic_version}.zip
 Source4:
https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v%{opensound_version}/opensound.zip#/opensound-%{opensound_version}.zip
-#PATCH-FIX-UPSTREAM Included in next release: 
https://github.com/OpenRCT2/OpenRCT2/pull/19519
 Source5:
https://raw.githubusercontent.com/OpenRCT2/OpenMusic/master/COPYING
 BuildRequires:  cmake >= 3.9
 BuildRequires:  fdupes

++ OpenRCT2-0.4.5.tar.gz -> OpenRCT2-0.4.8.tar.gz ++
/work/SRC/openSUSE:Factory/openrct2/OpenRCT2-0.4.5.tar.gz 
/work/SRC/openSUSE:Factory/.openrct2.new.1815/OpenRCT2-0.4.8.tar.gz differ: 
char 16, line 1

++ objects-1.3.11.tar.gz -> objects-1.3.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/objects-1.3.11/.github/workflows/ci.yml 
new/objects-1.3.13/.github/workflows/ci.yml
--- old/objects-1.3.11/.github/workflows/ci.yml 2023-05-05 21:01:28.0 
+0200
+++ new/objects-1.3.13/.github/workflows/ci.yml 2023-12-20 21:57:13.0 
+0100
@@ -47,7 +47,7 @@
   uses: actions/checkout@v3
 - name: Download gxc
   run: |
-curl -Lo tools.tar.gz 
https://github.com/IntelOrca/libsawyer/releases/download/v1.2.0/libsawyer-tools-linux-x64.tar.gz
+curl -Lo tools.tar.gz 
https://github.com/IntelOrca/libsawyer/releases/download/v1.3.0/libsawyer-tools-linux-x64.tar.gz
 mkdir -p "$GITHUB_WORKSPACE/bin"
 tar -C "$GITHUB_WORKSPACE/bin" -xf tools.tar.gz
 echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/objects-1.3.11/objects/rct1/footpath_surface/rct1.footpath_surface.road/object.json
 
new/objects-1.3.13/objects/rct1/footpath_surface/rct1.footpath_surface.road/object.json
--- 
old/objects-1.3.11/objects/rct1/footpath_surface/rct1.footpath_surface.road/object.json
 1970-01-01 01:00:00.0 +0100
+++ 
new/objects-1.3.13/objects/rct1/footpath_surface/rct1.footpath_surface.road/object.json
 2023-12-20 21:57:13.0 +0100
@@ -0,0 +1,43 @@
+{
+"id": "rct1.footpath_surface.road",
+"authors": [
+"Chris Sawyer",
+"Simon Foster"
+],
+"version": "1.0",
+"sourceGame": [
+"rct1",
+"rct2"
+],
+"objectType": "footpath_surface",
+"properties": {
+"editorOnly": true,
+"noSlopeRailings": true
+ 

commit klee-uclibc for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package klee-uclibc for openSUSE:Factory 
checked in at 2024-02-12 18:53:26

Comparing /work/SRC/openSUSE:Factory/klee-uclibc (Old)
 and  /work/SRC/openSUSE:Factory/.klee-uclibc.new.1815 (New)


Package is "klee-uclibc"

Mon Feb 12 18:53:26 2024 rev:24 rq:1146145 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/klee-uclibc/klee-uclibc.changes  2023-12-21 
23:39:21.220159074 +0100
+++ /work/SRC/openSUSE:Factory/.klee-uclibc.new.1815/klee-uclibc.changes
2024-02-12 18:55:46.286215574 +0100
@@ -1,0 +2,6 @@
+Fri Feb  9 11:26:13 UTC 2024 - Jiri Slaby 
+
+- generate debuginfo into the lib using -g
+- do not configure with --enable-release as "things might break" (and they do).
+
+---



Other differences:
--
++ klee-uclibc.spec ++
--- /var/tmp/diff_new_pack.CH1jSf/_old  2024-02-12 18:55:46.802234208 +0100
+++ /var/tmp/diff_new_pack.CH1jSf/_new  2024-02-12 18:55:46.802234208 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package klee-uclibc
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,9 +62,10 @@
 
 %build
 ./configure \
-   --make-llvm-lib \
-   --enable-release
-make %{?_smp_mflags} V=1 lib/libc.a
+   --make-llvm-lib
+# README.md says: "Warning things might break if you do this." about this:
+   #--enable-release
+make %{?_smp_mflags} V=1 KLEE_CFLAGS=-g lib/libc.a
 
 %install
 install -d %{buildroot}%{_libdir}/%{name}/lib/


commit mupdf for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mupdf for openSUSE:Factory checked 
in at 2024-02-12 18:53:08

Comparing /work/SRC/openSUSE:Factory/mupdf (Old)
 and  /work/SRC/openSUSE:Factory/.mupdf.new.1815 (New)


Package is "mupdf"

Mon Feb 12 18:53:08 2024 rev:60 rq:1146112 version:1.23.10

Changes:

--- /work/SRC/openSUSE:Factory/mupdf/mupdf.changes  2024-01-23 
22:56:30.401210290 +0100
+++ /work/SRC/openSUSE:Factory/.mupdf.new.1815/mupdf.changes2024-02-12 
18:55:30.605649320 +0100
@@ -1,0 +2,8 @@
+Mon Feb 12 08:49:32 UTC 2024 - Paolo Stivanin 
+
+- Update to 1.23.10:
+  * Add fallback CMap to handle very broken fonts.
+  * Fix infinite loop in line dashing routine.
+  * Handle named destinations with non-ASCII characters.
+
+---

Old:

  mupdf-1.23.9-source.tar.gz

New:

  mupdf-1.23.10-source.tar.gz



Other differences:
--
++ mupdf.spec ++
--- /var/tmp/diff_new_pack.6ajgWx/_old  2024-02-12 18:55:32.125704212 +0100
+++ /var/tmp/diff_new_pack.6ajgWx/_new  2024-02-12 18:55:32.129704356 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   mupdf
-Version:1.23.9
+Version:1.23.10
 Release:0
 Summary:PDF and XPS Viewer and Parser and Rendering Library
 License:AGPL-3.0-or-later

++ mupdf-1.23.9-source.tar.gz -> mupdf-1.23.10-source.tar.gz ++
/work/SRC/openSUSE:Factory/mupdf/mupdf-1.23.9-source.tar.gz 
/work/SRC/openSUSE:Factory/.mupdf.new.1815/mupdf-1.23.10-source.tar.gz differ: 
char 5, line 1


commit minetest for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package minetest for openSUSE:Factory 
checked in at 2024-02-12 18:53:48

Comparing /work/SRC/openSUSE:Factory/minetest (Old)
 and  /work/SRC/openSUSE:Factory/.minetest.new.1815 (New)


Package is "minetest"

Mon Feb 12 18:53:48 2024 rev:27 rq:1146204 version:5.8.0

Changes:

--- /work/SRC/openSUSE:Factory/minetest/minetest.changes2023-12-21 
23:39:05.679591579 +0100
+++ /work/SRC/openSUSE:Factory/.minetest.new.1815/minetest.changes  
2024-02-12 18:56:04.150860700 +0100
@@ -1,0 +2,6 @@
+Sat Feb  3 14:58:24 UTC 2024 - Simon Vogl 
+
+- Add explicit user and group provides to minetestserver package
+  to fix installation issues
+
+---



Other differences:
--
++ minetest.spec ++
--- /var/tmp/diff_new_pack.sGGpTq/_old  2024-02-12 18:56:04.686880055 +0100
+++ /var/tmp/diff_new_pack.sGGpTq/_new  2024-02-12 18:56:04.686880055 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minetest
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -102,6 +102,8 @@
 Requires(pre):  shadow
 Recommends: %{name}-game
 Provides:   %{name}-runtime = %{version}
+Provides:   group(%{minetestgroup})
+Provides:   user(%{minetestuser})
 %{?systemd_requires}
 
 %description -n %{name}server


commit vhba-kmp for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vhba-kmp for openSUSE:Factory 
checked in at 2024-02-12 18:53:37

Comparing /work/SRC/openSUSE:Factory/vhba-kmp (Old)
 and  /work/SRC/openSUSE:Factory/.vhba-kmp.new.1815 (New)


Package is "vhba-kmp"

Mon Feb 12 18:53:37 2024 rev:23 rq:1146172 version:20240202

Changes:

--- /work/SRC/openSUSE:Factory/vhba-kmp/vhba-kmp.changes2023-04-27 
20:02:52.630610746 +0200
+++ /work/SRC/openSUSE:Factory/.vhba-kmp.new.1815/vhba-kmp.changes  
2024-02-12 18:55:53.858489022 +0100
@@ -1,0 +2,6 @@
+Mon Feb 12 12:31:01 UTC 2024 - Jan Engelhardt 
+
+- Update to release 20240202
+  * No user-visible changes
+
+---

Old:

  vhba-module-20211218.tar.xz

New:

  vhba-module-20240202.tar.xz



Other differences:
--
++ vhba-kmp.spec ++
--- /var/tmp/diff_new_pack.58WmjV/_old  2024-02-12 18:55:54.814523547 +0100
+++ /var/tmp/diff_new_pack.58WmjV/_new  2024-02-12 18:55:54.814523547 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vhba-kmp
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   vhba-kmp
-Version:20211218
+Version:20240202
 Release:0
 Summary:Virtual SCSI Host Bus Adapter
 License:GPL-2.0-or-later
@@ -44,7 +44,6 @@
 
 %package KMP
 Summary:Virtual SCSI Host Bus adapter
-Group:  System/Kernel
 
 %description KMP
 A Linux kernel module implementing a virtual SCSI Host Bus Adapter to
@@ -78,4 +77,5 @@
modules_install
popd
 done
+# udev rules are packaged in cdemu-daemon.spec instead
 

++ vhba-module-20211218.tar.xz -> vhba-module-20240202.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vhba-module-20211218/Makefile 
new/vhba-module-20240202/Makefile
--- old/vhba-module-20211218/Makefile   2021-12-18 12:18:52.0 +0100
+++ new/vhba-module-20240202/Makefile   2024-02-02 11:43:46.0 +0100
@@ -1,4 +1,4 @@
-VHBA_VERSION := 20211218
+VHBA_VERSION := 20240202
 
 KERNELRELEASE ?= $(shell uname -r)
 KDIR ?= /lib/modules/$(KERNELRELEASE)/build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vhba-module-20211218/debian/changelog 
new/vhba-module-20240202/debian/changelog
--- old/vhba-module-20211218/debian/changelog   2021-12-18 12:18:52.0 
+0100
+++ new/vhba-module-20240202/debian/changelog   2024-02-02 11:43:46.0 
+0100
@@ -1,3 +1,3 @@
-vhba-module (20211218-1) debian; urgency=low
+vhba-module (20240202-1) debian; urgency=low
   * Initial Release. Closes: #705409
  -- Henrik Stokseth   Sat, 05 Apr 2014 
12:00:00 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vhba-module-20211218/debian/compat 
new/vhba-module-20240202/debian/compat
--- old/vhba-module-20211218/debian/compat  2021-12-18 12:18:52.0 
+0100
+++ new/vhba-module-20240202/debian/compat  2024-02-02 11:43:46.0 
+0100
@@ -1 +1 @@
-9
+10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vhba-module-20211218/debian/control 
new/vhba-module-20240202/debian/control
--- old/vhba-module-20211218/debian/control 2021-12-18 12:18:52.0 
+0100
+++ new/vhba-module-20240202/debian/control 2024-02-02 11:43:46.0 
+0100
@@ -3,7 +3,7 @@
 Priority: optional
 Homepage: http://cdemu.sourceforge.net/
 Maintainer: Henrik Stokseth 
-Build-Depends: debhelper (>= 9), dkms
+Build-Depends: debhelper (>= 10), dkms, dh-dkms
 Standards-Version: 4.3.0
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vhba-module-20211218/vhba.c 
new/vhba-module-20240202/vhba.c
--- old/vhba-module-20211218/vhba.c 2021-12-18 12:18:52.0 +0100
+++ new/vhba-module-20240202/vhba.c 2024-02-02 11:43:46.0 +0100
@@ -133,8 +133,8 @@
 
 
 
-struct vhba_command *vhba_alloc_command (void);
-void vhba_free_command (struct vhba_command *vcmd);
+static struct vhba_command *vhba_alloc_command (void);
+static void vhba_free_command (struct vhba_command *vcmd);
 
 static struct platform_device vhba_platform_device;
 
@@ -142,18 +142,18 @@
 
 /* These functions define a symmetric 1:1 mapping between device numbers and
the bus and id. We have reserved the last id per bus for the host itself. */
-void devnum_to_bus_and_id(unsigned int devnum, unsigned int *bus, unsigned int 
*id)
+stati

commit otpclient for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package otpclient for openSUSE:Factory 
checked in at 2024-02-12 18:52:55

Comparing /work/SRC/openSUSE:Factory/otpclient (Old)
 and  /work/SRC/openSUSE:Factory/.otpclient.new.1815 (New)


Package is "otpclient"

Mon Feb 12 18:52:55 2024 rev:32 rq:1146089 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/otpclient/otpclient.changes  2024-02-07 
18:52:57.964579634 +0100
+++ /work/SRC/openSUSE:Factory/.otpclient.new.1815/otpclient.changes
2024-02-12 18:55:23.365387860 +0100
@@ -1,0 +2,18 @@
+Mon Feb 12 07:53:22 UTC 2024 - Paolo Stivanin 
+
+- Update to 3.4.1:
+  * FIX: FreeOTP+ export (thanks @hubnut)
+
+---
+Sat Feb 10 15:07:04 UTC 2024 - Paolo Stivanin 
+
+- Update to 3.4.0:
+  * NEW: CLI was completely refactored, and the options have changed.
+ Be sure to check the new options using the help command (-h)
+  * NEW: you can now specify a database when calling the CLI (#340)
+  * FIX: handling errors when path and/or password is incorrect (#336)
+  * FIX: prompt for file again, if needed (#335)
+  * FIX: prevent about dialog from hiding
+  * FIX: use system RNG as source of entropy
+
+---

Old:

  v3.3.0.tar.gz
  v3.3.0.tar.gz.asc

New:

  v3.4.1.tar.gz
  v3.4.1.tar.gz.asc



Other differences:
--
++ otpclient.spec ++
--- /var/tmp/diff_new_pack.kkujo8/_old  2024-02-12 18:55:23.881406496 +0100
+++ /var/tmp/diff_new_pack.kkujo8/_new  2024-02-12 18:55:23.881406496 +0100
@@ -18,7 +18,7 @@
 
 %define uclname OTPClient
 Name:   otpclient
-Version:3.3.0
+Version:3.4.1
 Release:0
 Summary:Simple GTK+ client for managing TOTP and HOTP
 License:GPL-3.0-or-later


++ v3.3.0.tar.gz -> v3.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/OTPClient-3.3.0/CMakeLists.txt 
new/OTPClient-3.4.1/CMakeLists.txt
--- old/OTPClient-3.3.0/CMakeLists.txt  2024-01-08 12:16:54.0 +0100
+++ new/OTPClient-3.4.1/CMakeLists.txt  2024-02-12 08:48:17.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16)
-project(OTPClient VERSION "3.3.0" LANGUAGES "C")
+project(OTPClient VERSION "3.4.1" LANGUAGES "C")
 include(GNUInstallDirs)
 
 configure_file("src/common/version.h.in" "version.h")
@@ -88,7 +88,8 @@
 src/shortcuts-cb.h
 src/webcam-add-cb.h
 src/edit-row-cb.h
-src/show-qr-cb.h src/dbinfo-cb.h)
+src/show-qr-cb.h src/dbinfo-cb.h
+src/change-file-cb.h)
 
 set(GUI_SOURCE_FILES
 src/common/common.c
@@ -128,10 +129,10 @@
 src/about_diag_cb.c
 src/show-qr-cb.c
 src/setup-signals-shortcuts.c
-src/change-pwd-cb.c src/dbinfo-cb.c)
+src/change-pwd-cb.c
+src/dbinfo-cb.c)
 
 set(CLI_HEADER_FILES
-src/cli/help.h
 src/cli/get-data.h
 src/common/common.h
 src/db-misc.h
@@ -141,15 +142,17 @@
 src/parse-uri.h
 src/common/get-providers-data.h
 src/google-migration.pb-c.h
-src/secret-schema.h)
+src/secret-schema.h
+src/cli/main.h
+)
 
 set(CLI_SOURCE_FILES
 src/cli/main.c
-src/cli/help.c
 src/cli/get-data.c
 src/common/common.c
 src/db-misc.c
 src/gquarks.c
+src/cli/exec-action.c
 src/file-size.c
 src/parse-uri.c
 src/common/andotp.c
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/OTPClient-3.3.0/SECURITY.md 
new/OTPClient-3.4.1/SECURITY.md
--- old/OTPClient-3.3.0/SECURITY.md 2024-01-08 12:16:54.0 +0100
+++ new/OTPClient-3.4.1/SECURITY.md 2024-02-12 08:48:17.0 +0100
@@ -7,7 +7,7 @@
 | Version | Supported  | EOL |
 |-||-|
 | 3.3.x   | :white_check_mark: | -   |
-| 3.2.x   | :white_check_mark: | 31-Jan-2024 |
+| 3.2.x   | :x:| 31-Jan-2024 |
 | 3.1.x   | :x:| 30-Nov-2023 |
 | 3.0.x   | :x:| 31-Dec-2022 |
 | 2.6.x   | :x:| 15-Jan-2023 |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/OTPClient-3.3.0/data/com.github.paolostivanin.OTPClient.appdata.xml 
new/OTPClient-3.4.1/data/com.github.paolostivanin.OTPClient.appdata.xml
--- old/OTPClient-3.3.0/data/com.github.paolostivanin.OTPClient.appdata.xml 
2024-01-08 12:16:54.0 +0100
+++ new/OTPClient-3.4.1/data/com.github.paolostivanin.OTPClient.appdata.xml 
2024-02-12 08:48:17.

commit arm-trusted-firmware for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package arm-trusted-firmware for 
openSUSE:Factory checked in at 2024-02-12 18:53:40

Comparing /work/SRC/openSUSE:Factory/arm-trusted-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.1815 (New)


Package is "arm-trusted-firmware"

Mon Feb 12 18:53:40 2024 rev:25 rq:1146189 version:2.10.0

Changes:

--- 
/work/SRC/openSUSE:Factory/arm-trusted-firmware/arm-trusted-firmware.changes
2023-12-02 17:13:53.366923249 +0100
+++ 
/work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.1815/arm-trusted-firmware.changes
  2024-02-12 18:55:58.426653987 +0100
@@ -1,0 +2,5 @@
+Mon Feb 12 13:39:21 UTC 2024 - Guillaume GARDET 
+
+- Disable imx8mq is it fails to build due to size constraints
+
+---



Other differences:
--
++ _multibuild ++
--- /var/tmp/diff_new_pack.kKI1J3/_old  2024-02-12 18:55:59.078677533 +0100
+++ /var/tmp/diff_new_pack.kKI1J3/_new  2024-02-12 18:55:59.082677678 +0100
@@ -5,7 +5,6 @@
   hikey
   hikey960
   imx8mm
-  imx8mq
   imx8qm
   imx8qx
   poplar


commit wofi for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wofi for openSUSE:Factory checked in 
at 2024-02-12 18:53:03

Comparing /work/SRC/openSUSE:Factory/wofi (Old)
 and  /work/SRC/openSUSE:Factory/.wofi.new.1815 (New)


Package is "wofi"

Mon Feb 12 18:53:03 2024 rev:6 rq:1146099 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/wofi/wofi.changes2022-11-29 
13:23:36.158059701 +0100
+++ /work/SRC/openSUSE:Factory/.wofi.new.1815/wofi.changes  2024-02-12 
18:55:26.985518590 +0100
@@ -1,0 +2,27 @@
+Thu Feb  8 18:22:13 UTC 2024 - Jan Baier 
+
+- update to 1.4:
+  * Added the config option drun-disable_prime to disable prime GPU offloading
+  * Updated meson command in readme
+  * Added wezterm to the default terminal list and moved termite to the end of 
the sane terminal section since it's now deprecated
+  * Updated the man pages with the new terminal order
+  * Refactor key mapping modifier logic
+  * Add return codes for custom keys
+  * on_exit_set_custom_key_return_code() now flushes stdio, this fixes #197
+  * Fixed #193. drun mode now respects Hidden
+  * Add `#expander` selector so expanded actions can be themed
+  * Rename `#expander` to `#expander-box`
+  * Added documentation for key_custom_n
+  * Fixed bug reported in https://github.com/swaywm/sway/issues/7915
+  * Fixed malloc for pre_display_exec
+  * Forgot to cleanup zombie processes
+  * Fixed closing the file handle when pre_display_exec=true
+  * Added pre_display_exec which allows pre_display_cmd to be directly 
executed with fork/exec instead of through the shell
+  * Fixed segfault when running non shell safe inputs with --pre-display-cmd 
and --allow-images
+  * Added the drun-print_desktop_file option
+  * Fixed weird tabbing behavior
+  * Fixed indentation
+  * Make sure that the first calculation of percent size is done when the 
window is visible
+  * Add documentation for `#expander-box`
+
+---

Old:

  v1.3.tar.gz

New:

  v1.4.tar.gz



Other differences:
--
++ wofi.spec ++
--- /var/tmp/diff_new_pack.O3KfVQ/_old  2024-02-12 18:55:27.429534624 +0100
+++ /var/tmp/diff_new_pack.O3KfVQ/_new  2024-02-12 18:55:27.433534769 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wofi
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   wofi
-Version:1.3
+Version:1.4
 Release:0
 Summary:Launcher for wlroots compositors
 License:GPL-3.0-only

++ v1.3.tar.gz -> v1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wofi-v1.3/.hg_archival.txt 
new/wofi-v1.4/.hg_archival.txt
--- old/wofi-v1.3/.hg_archival.txt  2022-10-07 04:35:13.0 +0200
+++ new/wofi-v1.4/.hg_archival.txt  2024-02-05 00:26:21.0 +0100
@@ -1,4 +1,4 @@
 repo: 1c71dcd9c6a6dd54601820ce069e7c3ed7e946ca
-node: 1c32143a8460e01559e141c291500a6f4ddcf18c
+node: eab2b31e805564012e4f71920a8f87ba5f9f798c
 branch: default
-tag: v1.3
+tag: v1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wofi-v1.3/.hgtags new/wofi-v1.4/.hgtags
--- old/wofi-v1.3/.hgtags   2022-10-07 04:35:13.0 +0200
+++ new/wofi-v1.4/.hgtags   2024-02-05 00:26:21.0 +0100
@@ -7,3 +7,4 @@
 b352d73b652aadd3b9da064267d6f3fa26007c25 v1.2.2
 e208549963dcd4ae89a18290aa598814c0b8eeb7 v1.2.3
 84e91980936bf85a854cee6881398cff9d27fce4 v1.2.4
+1c32143a8460e01559e141c291500a6f4ddcf18c v1.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wofi-v1.3/README.md new/wofi-v1.4/README.md
--- old/wofi-v1.3/README.md 2022-10-07 04:35:13.0 +0200
+++ new/wofi-v1.4/README.md 2024-02-05 00:26:21.0 +0100
@@ -5,12 +5,12 @@
 ## Dependencies
libwayland-dev
libgtk-3-dev
-   pkg-config
+   pkgconf
meson
 ## Building
hg clone https://hg.sr.ht/~scoopta/wofi
cd wofi
-   meson build
+   meson setup build
ninja -C build
 ## Installing
sudo ninja -C build install
@@ -31,21 +31,8 @@
dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus
 
 ## Packages
-Debian sid has a package in the official repos 
https://packages.debian.org/sid/wofi
+[![Packaging 
status](https://repology.org/badge/vertical-allrepos/wofi.svg)](https://repology.org/project/wofi/versions)
 
-Ubuntu focal has a package in universe https://packages.ubuntu.com/focal/wofi
-
-Arc

commit vkbasalt-cli for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vkbasalt-cli for openSUSE:Factory 
checked in at 2024-02-12 18:53:32

Comparing /work/SRC/openSUSE:Factory/vkbasalt-cli (Old)
 and  /work/SRC/openSUSE:Factory/.vkbasalt-cli.new.1815 (New)


Package is "vkbasalt-cli"

Mon Feb 12 18:53:32 2024 rev:2 rq:1146156 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/vkbasalt-cli/vkbasalt-cli.changes
2023-06-20 16:47:39.743110465 +0200
+++ /work/SRC/openSUSE:Factory/.vkbasalt-cli.new.1815/vkbasalt-cli.changes  
2024-02-12 18:55:49.818343125 +0100
@@ -1,0 +2,14 @@
+Fri Feb  9 08:42:03 UTC 2024 - Dominique Leuenberger 
+
+- Fix mix-up between python single-spec usage and hardcoded
+  python3-* BuildRequires:
+  + Set pythons to primary_python: this package is a cli tool
+and not providing python modules.
+  + Fix BuildRequires to use python_module: limited by pythons
+being set to primary_python, this will only pull in one flavor.
+  + Doing so allows us to keep the regular pyproject_* macros in
+place.
+- Add python-setuptools BuildRequires: used to be dragged in
+  indirectly.
+
+---



Other differences:
--
++ vkbasalt-cli.spec ++
--- /var/tmp/diff_new_pack.ZYBU7c/_old  2024-02-12 18:55:50.282359882 +0100
+++ /var/tmp/diff_new_pack.ZYBU7c/_new  2024-02-12 18:55:50.282359882 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-vkbasalt-cli
+# spec file for package vkbasalt-cli
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,13 +14,13 @@
 
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
+
+
 %global appid io.gitlab.theevilskeleton.vkbasalt_cli
 %global appname vkbasalt-cli
 %global cliname vkbasalt
 
-%define skip_python2 1
-%define skip_python39 1
-%define skip_python310 1
+%define pythons %primary_python
 
 Name:   vkbasalt-cli
 Version:3.1.1
@@ -29,10 +29,11 @@
 License:LGPL-3.0-only
 URL:https://gitlab.com/TheEvilSkeleton/vkbasalt-cli
 Source0:
https://gitlab.com/TheEvilSkeleton/vkbasalt-cli/-/archive/v%{version}/%{appname}-v%{version}.tar.gz
  
-BuildRequires:  python-rpm-macros
-BuildRequires:  python3-pip
-BuildRequires:  python3-wheel
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildArch:  noarch
 
 %description


commit ocrad for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ocrad for openSUSE:Factory checked 
in at 2024-02-12 18:53:33

Comparing /work/SRC/openSUSE:Factory/ocrad (Old)
 and  /work/SRC/openSUSE:Factory/.ocrad.new.1815 (New)


Package is "ocrad"

Mon Feb 12 18:53:33 2024 rev:29 rq:1146160 version:0.29

Changes:

--- /work/SRC/openSUSE:Factory/ocrad/ocrad.changes  2022-02-23 
16:27:07.003510261 +0100
+++ /work/SRC/openSUSE:Factory/.ocrad.new.1815/ocrad.changes2024-02-12 
18:55:50.410364504 +0100
@@ -1,0 +2,11 @@
+Wed Feb  7 09:39:59 UTC 2024 - Andrea Manzini 
+
+- update to 0.29:
+  * Recognition of 'L' with right uptick has been improved.
+  * File diagnostics have been reformatted as 'PROGRAM: FILE: MESSAGE'.
+  * Diagnostics caused by invalid arguments to command-line options now show 
the
+ argument and the name of the option.
+  * The option '-o, --output' now creates missing intermediate directories when
+writing to a file.
+
+---

Old:

  ocrad-0.28.tar.lz
  ocrad-0.28.tar.lz.sig

New:

  ocrad-0.29.tar.lz
  ocrad-0.29.tar.lz.sig



Other differences:
--
++ ocrad.spec ++
--- /var/tmp/diff_new_pack.dwoliQ/_old  2024-02-12 18:55:50.890381839 +0100
+++ /var/tmp/diff_new_pack.dwoliQ/_new  2024-02-12 18:55:50.890381839 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ocrad
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   ocrad
-Version:0.28
+Version:0.29
 Release:0
 Summary:Optical Character Recognition Program
 License:GPL-2.0-or-later
@@ -30,7 +30,7 @@
 BuildRequires:  libpng-devel
 BuildRequires:  lzip
 Requires(post): info
-Requires(preun):info
+Requires(preun): info
 
 %description
 GNU Ocrad is an OCR (Optical Character Recognition) program based on a feature


commit klee for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package klee for openSUSE:Factory checked in 
at 2024-02-12 18:53:27

Comparing /work/SRC/openSUSE:Factory/klee (Old)
 and  /work/SRC/openSUSE:Factory/.klee.new.1815 (New)


Package is "klee"

Mon Feb 12 18:53:27 2024 rev:38 rq:1146146 version:3.0+20240208

Changes:

--- /work/SRC/openSUSE:Factory/klee/klee.changes2023-12-21 
23:39:18.736068362 +0100
+++ /work/SRC/openSUSE:Factory/.klee.new.1815/klee.changes  2024-02-12 
18:55:47.322252987 +0100
@@ -1,0 +2,52 @@
+Fri Feb 09 07:40:49 UTC 2024 - jsl...@suse.cz
+
+- Update to version 3.0+20240208:
+  * Add space between include and main function for updated test cases
+  * Mention default value in help text for `--strip-all` and `--strip-debug`
+  * Use `std::` namespace for `uint64_t`
+  * Enable CI to test newer LLVM versions
+  * Support newer LLVM versions in `lit`
+  * Update test case for expressions using `udiv`, `urem`, `sdiv` and `srem`
+  * Handle check for thrown libc++ exceptions more general
+  * Disable `2018-10-30-llvm-pr39177.ll` for newer LLVM versions.
+  * Disable unsupported passes for newer LLVM versions
+  * Add support to `aligned_alloc` generated by LLVM
+  * Add support for `Intrinsic::get_rounding` for LLVM 16
+  * Use APIs of newer LLVM versions instead of unsupported ones
+  * Fix test case: using unsupported `CHECK_NEXT` instead of `CHECK-NEXT`
+  * Fix test cases to support opaque pointers
+  * Add support for opaque pointers
+  * Explicitly enable opaque pointer support for LLVM 15
+  * Explicitly build KLEE's exception handling runtime with C++11
+  * Assume C compiler's default standard is `-std=gnu17`
+  * Use KLEE's uClibc v1.4 as default to support the compilation with newer 
compilers
+  * Refactor invocation of old pass manager into legacy function
+- remove (they were upstreamed)
+  * 0001-Add-support-to-build-newer-LLVM-versions.patch
+  * 0002-Add-support-for-newer-libc-Simplify-path-detection.patch
+  * 0003-Replace-libcxx_include-with-libcxx_includes-for-mult.patch
+  * 0004-Fix-klee-libc-memchr.c-compiler-warning.patch
+  * 0005-Fix-klee_eh_cxx.cpp-compiler-error.patch
+  * 0006-Refactor-invocation-of-old-pass-manager-into-legacy-.patch
+  * 0007-Use-KLEE-s-uClibc-v1.4-as-default-to-support-the-com.patch
+  * 0008-Assume-C-compiler-s-default-standard-is-std-gnu17.patch
+  * 0009-Explicitly-build-KLEE-s-exception-handling-runtime-w.patch
+  * 0010-Explicitly-enable-opaque-pointer-support-for-LLVM-15.patch
+  * 0011-Add-support-for-opaque-pointers.patch
+  * 0012-Fix-test-cases-to-support-opaque-pointers.patch
+  * 0013-Fix-test-case-using-unsupported-CHECK_NEXT-instead-o.patch
+  * 0014-Use-APIs-of-newer-LLVM-versions-instead-of-unsupport.patch
+  * 0015-Add-support-for-Intrinsic-get_rounding-for-LLVM-16.patch
+  * 0016-Add-support-to-aligned_alloc-generated-by-LLVM.patch
+  * 0017-Disable-unsupported-passes-for-newer-LLVM-versions.patch
+  * 0018-Disable-2018-10-30-llvm-pr39177.ll-for-newer-LLVM-ve.patch
+  * 0019-Handle-check-for-thrown-libc-exceptions-more-general.patch
+  * 0020-Update-test-case-for-expressions-using-udiv-urem-sdi.patch
+  * 0021-Support-newer-LLVM-versions-in-lit.patch
+  * 0022-Enable-CI-to-test-newer-LLVM-versions.patch
+- remove 0001-test-disable-failing-tests-with-llvm-15.patch
+  Fixed by the below patch (in a PR), and in klee-uclibc.
+- add
+  * 0001-Fix-brittleness-in-Feature-VarArgByVal-test.patch
+
+---

Old:

  0001-Add-support-to-build-newer-LLVM-versions.patch
  0001-test-disable-failing-tests-with-llvm-15.patch
  0002-Add-support-for-newer-libc-Simplify-path-detection.patch
  0003-Replace-libcxx_include-with-libcxx_includes-for-mult.patch
  0004-Fix-klee-libc-memchr.c-compiler-warning.patch
  0005-Fix-klee_eh_cxx.cpp-compiler-error.patch
  0006-Refactor-invocation-of-old-pass-manager-into-legacy-.patch
  0007-Use-KLEE-s-uClibc-v1.4-as-default-to-support-the-com.patch
  0008-Assume-C-compiler-s-default-standard-is-std-gnu17.patch
  0009-Explicitly-build-KLEE-s-exception-handling-runtime-w.patch
  0010-Explicitly-enable-opaque-pointer-support-for-LLVM-15.patch
  0011-Add-support-for-opaque-pointers.patch
  0012-Fix-test-cases-to-support-opaque-pointers.patch
  0013-Fix-test-case-using-unsupported-CHECK_NEXT-instead-o.patch
  0014-Use-APIs-of-newer-LLVM-versions-instead-of-unsupport.patch
  0015-Add-support-for-Intrinsic-get_rounding-for-LLVM-16.patch
  0016-Add-support-to-aligned_alloc-generated-by-LLVM.patch
  0017-Disable-unsupported-passes-for-newer-LLVM-versions.patch
  0018-Disable-2018-10-30-llvm-pr39177.ll-for-newer-LLVM-ve.patch
  0019-Handle-check-for-thrown-libc-exceptions-more-general.patch
  0020-Update-test-case-for-expressions-using-udiv-urem-sdi.pat

commit python-junos-eznc for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-junos-eznc for 
openSUSE:Factory checked in at 2024-02-12 18:53:25

Comparing /work/SRC/openSUSE:Factory/python-junos-eznc (Old)
 and  /work/SRC/openSUSE:Factory/.python-junos-eznc.new.1815 (New)


Package is "python-junos-eznc"

Mon Feb 12 18:53:25 2024 rev:15 rq:1146140 version:2.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-junos-eznc/python-junos-eznc.changes  
2023-03-02 23:04:27.052137888 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-junos-eznc.new.1815/python-junos-eznc.changes
2024-02-12 18:55:45.414184083 +0100
@@ -1,0 +2,24 @@
+Mon Feb 12 11:01:26 UTC 2024 - Daniel Garcia 
+
+- Update to 2.7.0:
+  - Support added for Python 3.10 and above version.
+- 2.6.8:
+  - Introduced optional argument routing instance for fs.cp() API
+  - Introduced optional argument member_id for installation of pkg on
+specific member id of EX-VC
+  - Changed the VlanTable field name to vlan-name and BfdSessionTable
+field name to client-name #423
+  - Fixed the port details in StartShell to use the port from Device
+object instead of default Port 22 #573
+  - Fixed the sw.install to use Windows file path for package copy
+#1206
+  - Fixed the sw.install to install the vc_master after the other
+vc_members gets installed for EX-3400 where unlink is set by
+default #1247
+  - Removed Unused Dependency: Netaddr #1257
+  - Fixed "object": version_info(re_version) emits ValueError: invalid
+literal for int() with base 10: '17-EVO' for EVO version
+X50.17-EVO#1264
+- Drop python-junos-eznc-remove-nose.patch
+
+---

Old:

  python-junos-eznc-2.6.7.tar.gz
  python-junos-eznc-remove-nose.patch

New:

  python-junos-eznc-2.7.0.tar.gz

BETA DEBUG BEGIN:
  Old:X50.17-EVO#1264
- Drop python-junos-eznc-remove-nose.patch
BETA DEBUG END:



Other differences:
--
++ python-junos-eznc.spec ++
--- /var/tmp/diff_new_pack.jCUZdk/_old  2024-02-12 18:55:45.882200984 +0100
+++ /var/tmp/diff_new_pack.jCUZdk/_new  2024-02-12 18:55:45.882200984 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-junos-eznc
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2017-2020, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,15 +19,12 @@
 
 %define skip_python2 1
 Name:   python-junos-eznc
-Version:2.6.7
+Version:2.7.0
 Release:0
 Summary:Junos 'EZ' automation for non-programmers
 License:Apache-2.0
 URL:https://www.github.com/Juniper/py-junos-eznc
 Source: 
https://github.com/Juniper/py-junos-eznc/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# replace deprecated nose by pytest
-# https://github.com/Juniper/py-junos-eznc/pull/1078
-Patch0: python-junos-eznc-remove-nose.patch
 # replace deprecated yamlordereddictloader by yamlloader
 # https://github.com/Juniper/py-junos-eznc/pull/1078
 Patch1: python-junos-eznc-remove-yamlordereddictloader.patch
@@ -38,8 +35,8 @@
 BuildRequires:  %{python_module Jinja2 >= 2.7.1}
 BuildRequires:  %{python_module PyYAML >= 5.1}
 BuildRequires:  %{python_module lxml >= 3.2.4}
-BuildRequires:  %{python_module ncclient >= 0.6.13}
-BuildRequires:  %{python_module netaddr}
+BuildRequires:  %{python_module ncclient >= 0.6.15}
+BuildRequires:  %{python_module nose2}
 BuildRequires:  %{python_module ntc-templates}
 BuildRequires:  %{python_module paramiko >= 1.15.2}
 BuildRequires:  %{python_module pyparsing}
@@ -56,9 +53,7 @@
 Requires:   python-Jinja2 >= 2.7.1
 Requires:   python-PyYAML >= 5.1
 Requires:   python-lxml >= 3.2.4
-Requires:   python-ncclient >= 0.6.13
-Requires:   python-netaddr
-Requires:   python-ntc-templates
+Requires:   python-ncclient >= 0.6.15
 Requires:   python-paramiko >= 1.15.2
 Requires:   python-pyparsing
 Requires:   python-pyserial
@@ -96,7 +91,8 @@
 # https://github.com/Juniper/py-junos-eznc/issues/1109
 python39_donttest=" or test_sw_put_ftp"
 python310_donttest=" or test_sw_put_ftp"
-%pytest -m "not functional" --forked -k "not ($donttest ${$python_donttest})"
+donttest+=" or test_sw_install_multi_vc"
+%pytest -m "not functional" --forked -k "not ($donttest ${$python_donttest})" 
tests/unit
 
 %files %{python_files}
 %license COPYRIGHT LICENSE

++ python-311.patch ++
--- /var/tmp/diff_new_pack.jCUZdk/_old  2024-02-12 18:55:45.898201562 +0100
+++ /var/tmp/diff_new_pack.jCUZdk/_new  2024-02-12 18:55:45.906201851 +0100
@@ -1,8 +1,8 @@
-Index: py-junos-eznc-2.6.7/lib/jnpr/junos/device.py
+Index: py-junos-eznc

commit llvm15 for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package llvm15 for openSUSE:Factory checked 
in at 2024-02-12 18:52:39

Comparing /work/SRC/openSUSE:Factory/llvm15 (Old)
 and  /work/SRC/openSUSE:Factory/.llvm15.new.1815 (New)


Package is "llvm15"

Mon Feb 12 18:52:39 2024 rev:12 rq:1146032 version:15.0.7

Changes:

--- /work/SRC/openSUSE:Factory/llvm15/llvm15.changes2023-12-03 
20:48:48.417762203 +0100
+++ /work/SRC/openSUSE:Factory/.llvm15.new.1815/llvm15.changes  2024-02-12 
18:55:13.821043197 +0100
@@ -1,0 +2,5 @@
+Thu Jan 11 07:38:12 UTC 2024 - Fabian Vogt 
+
+- Use %_target_* for determining the compiler host triple (boo#1218701)
+
+---



Other differences:
--
++ llvm15.spec ++
--- /var/tmp/diff_new_pack.tuNGnw/_old  2024-02-12 18:55:15.341098089 +0100
+++ /var/tmp/diff_new_pack.tuNGnw/_new  2024-02-12 18:55:15.345098233 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package llvm15
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -69,15 +69,15 @@
 # Figure out the host triple.
 %ifarch armv6hl
 # See https://build.opensuse.org/request/show/968066.
-%define host_cpu armv6kz
+%define target_cpu armv6kz
 %else
-%define host_cpu %{_host_cpu}
+%define target_cpu %{_target_cpu}
 %endif
 
 %ifarch %{arm}
-%define host_triple %{host_cpu}-%{_host_vendor}-%{_host_os}-gnueabihf
+%define host_triple %{target_cpu}-%{_target_vendor}-%{_target_os}-gnueabihf
 %else
-%define host_triple %{host_cpu}-%{_host_vendor}-%{_host_os}
+%define host_triple %{target_cpu}-%{_target_vendor}-%{_target_os}
 %endif
 
 # By default, build everything.
@@ -406,7 +406,7 @@
 BuildRequires:  pkgconfig(libedit)
 BuildRequires:  pkgconfig(zlib)
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 # llvm does not work on s390
 ExcludeArch:s390
 %if %{with ffi}
@@ -496,7 +496,7 @@
 Group:  Development/Languages/C and C++
 URL:https://clang.llvm.org/
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Recommends: clang-tools
 Recommends: gcc
 Recommends: glibc-devel
@@ -700,7 +700,7 @@
 Group:  Development/Tools/Building
 URL:https://lld.llvm.org/
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 
 %description -n lld%{_sonum}
 LLD is a linker from the LLVM project. That is a drop-in replacement for 
system linkers and runs much faster than them. It also provides features that 
are useful for toolchain developers.
@@ -732,7 +732,7 @@
 BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(zlib)
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Recommends: python3-lldb%{_sonum}
 ExclusiveArch:  x86_64
 


commit hyprland for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hyprland for openSUSE:Factory 
checked in at 2024-02-12 18:53:23

Comparing /work/SRC/openSUSE:Factory/hyprland (Old)
 and  /work/SRC/openSUSE:Factory/.hyprland.new.1815 (New)


Package is "hyprland"

Mon Feb 12 18:53:23 2024 rev:14 rq:1146143 version:0.35.0

Changes:

--- /work/SRC/openSUSE:Factory/hyprland/hyprland.changes2024-01-07 
21:40:46.357045575 +0100
+++ /work/SRC/openSUSE:Factory/.hyprland.new.1815/hyprland.changes  
2024-02-12 18:55:44.662156926 +0100
@@ -1,0 +2,109 @@
+Mon Feb 12 10:46:15 UTC 2024 - Florian 
+
+- Update to version 0.35.0:
+  + New hyprland release? No way. I think we got some new stuff and
+fixes.
+This release was brought to you by the Hyprland Corp.
+  + New features:
+- config: Add border gradients to windowrulev2 (#4335)
+- hyprctl: add systeminfo
+- hyprpm: add --force for update
+- input: add special_fallthrough
+- keybinds: Add dispatcher for xmonad/qtile-style workspace
+  switching (#4439)
+- master: Add more null checks for rollnext (#4343)
+- renderer: Add new background infrastructure
+  + Fixes:
+- dwindle: fix windows being created at incorrect position when
+  cursor is over reserved area (#4520)
+- hyprctl: screen_shader config fixes (#4102)
+- hyprpm: fix crash on add plugin
+- hyprpm: fix invalid pkg-config path env in build
+- keybinds: fix ignoremods with release
+- keybinds: fix keys getting stuck + minor refactor and
+  optimizations to keybind handling (#4304)
+- keybinds: fix tracking of sent key states
+- layershell: Fix greedy mouse grab from keyboard_interactive
+  layer (#4401)
+- main: Fix typo in std::cerr (#4359)
+- meson: fix wlroots patch (#4324)
+- pluginapi: fix hooks with negative rip offsets
+- renderer: fixup misaligned fsv1 surfaces with uv
+- subsurfaceTree: Fix nullptr crash when disconnecting a monitor
+  (#4577)
+  + Other:
+- HookSystem: rename PAGESIZE_VAR from PAGESIZE to avoid conflict
+  (#4321)
+- build: protocols: require wayland-protocols >= 1.32
+- compositor: clarify common errors at launch
+- compositor: don't close special on focus on pinned (#4533)
+- config: variables update their value when set again (#4263)
+- core: improve cleanup logic
+- crashreporter: skip first possibly cut off line in log tail
+- damage: use buffer_damage instead of effective_damage
+- dwindle: avoid sending negative sizes to wlr
+- events: ignore sending mouse enter to focused if a constraint
+  is active
+- fractional: Set preferred scale on monitor config reload
+  (#4406)
+- groupbar: Drag single window instead of destroying group
+  (#4327)
+- groupbar: improve gradient handling (#4390)
+- groupbar: separate gradients from title (#)
+- hyprctl: move to a class and unify commands
+- hyprpm: don't update headers if they are up-to-date, only
+  recompile
+- hyprpm: handle failed compilations gracefully
+- hyprpm: install headers locally (#4585)
+- hyprpm: log verbose return of cmake and meson in update
+- hyprpm: update global state on plugin recompile not header
+  update
+- hyprpm: verify headersHashCompiled as well in headersValid()
+- input: Allow disabling touchscreen input (#4517)
+- input: allow focusSurface when locked if surfase is sessionLock
+- input: focus window on mouse down on decoration (#4514)
+- input: leave special on focus (#4358)
+- input: partially revert #4401
+- input: remove animate checks on resize limiter (#4480)
+- input: track exclusive LSes
+- internal: minor header cleanup
+- issue templates: make versions spoiler'd
+- keybinds: Refocus only if the silently moved window had the
+  focus (#4328)
+- keybinds: avoid duplicated held keys, only use last, remove all
+- layout: Round window pos and size on togglefloating (#4407)
+- layout: save float props before setting fs state (#4537)
+- layout: update rules before applying fullscreen nodes in
+  layouts
+- make: unbreak with non-GNU ln(1) after 78f9ba9
+- master: guard PNODE in roll*
+- monitor: clear output state after usage
+- monitor: don't call output_state_finish on buffer-less state
+  clears
+- monitor: wrap usage of wlr_output_state
+- opengl: apply box rot to projections
+- opengl: rassert false on lost context
+- opengl: use texBox for rendering background texture
+- pluginapi: allow registering hyprctl commands
+- renderer: Only force nearest neighbor when the sizes are off by
+  one or two (#4325)
+- renderer: allow rendering multiple fullscreen windows in third
+

commit llvm14 for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package llvm14 for openSUSE:Factory checked 
in at 2024-02-12 18:52:34

Comparing /work/SRC/openSUSE:Factory/llvm14 (Old)
 and  /work/SRC/openSUSE:Factory/.llvm14.new.1815 (New)


Package is "llvm14"

Mon Feb 12 18:52:34 2024 rev:17 rq:1146031 version:14.0.6

Changes:

--- /work/SRC/openSUSE:Factory/llvm14/llvm14.changes2023-12-04 
23:01:39.431944639 +0100
+++ /work/SRC/openSUSE:Factory/.llvm14.new.1815/llvm14.changes  2024-02-12 
18:55:10.480922579 +0100
@@ -1,0 +2,5 @@
+Thu Jan 11 07:38:12 UTC 2024 - Fabian Vogt 
+
+- Use %_target_* for determining the compiler host triple (boo#1218701)
+
+---



Other differences:
--
++ llvm14.spec ++
--- /var/tmp/diff_new_pack.1u2nWF/_old  2024-02-12 18:55:13.021014306 +0100
+++ /var/tmp/diff_new_pack.1u2nWF/_new  2024-02-12 18:55:13.033014740 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package llvm14
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -69,15 +69,15 @@
 # Figure out the host triple.
 %ifarch armv6hl
 # See https://build.opensuse.org/request/show/968066.
-%define host_cpu armv6kz
+%define target_cpu armv6kz
 %else
-%define host_cpu %{_host_cpu}
+%define target_cpu %{_target_cpu}
 %endif
 
 %ifarch %{arm}
-%define host_triple %{host_cpu}-%{_host_vendor}-%{_host_os}-gnueabihf
+%define host_triple %{target_cpu}-%{_target_vendor}-%{_target_os}-gnueabihf
 %else
-%define host_triple %{host_cpu}-%{_host_vendor}-%{_host_os}
+%define host_triple %{target_cpu}-%{_target_vendor}-%{_target_os}
 %endif
 
 # By default, build everything.
@@ -397,7 +397,7 @@
 BuildRequires:  pkgconfig(libedit)
 BuildRequires:  pkgconfig(zlib)
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 # llvm does not work on s390
 ExcludeArch:s390
 %if %{with ffi}
@@ -487,7 +487,7 @@
 Group:  Development/Languages/C and C++
 URL:https://clang.llvm.org/
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Recommends: clang-tools
 Recommends: gcc
 Recommends: glibc-devel
@@ -691,7 +691,7 @@
 Group:  Development/Tools/Building
 URL:https://lld.llvm.org/
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 
 %description -n lld%{_sonum}
 LLD is a linker from the LLVM project. That is a drop-in replacement for 
system linkers and runs much faster than them. It also provides features that 
are useful for toolchain developers.
@@ -723,7 +723,7 @@
 BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(zlib)
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Recommends: python3-lldb%{_sonum}
 ExclusiveArch:  x86_64
 


commit newsflash for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package newsflash for openSUSE:Factory 
checked in at 2024-02-12 18:53:20

Comparing /work/SRC/openSUSE:Factory/newsflash (Old)
 and  /work/SRC/openSUSE:Factory/.newsflash.new.1815 (New)


Package is "newsflash"

Mon Feb 12 18:53:20 2024 rev:2 rq:1146148 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/newsflash/newsflash.changes  2024-01-25 
18:40:14.256585660 +0100
+++ /work/SRC/openSUSE:Factory/.newsflash.new.1815/newsflash.changes
2024-02-12 18:55:39.665976505 +0100
@@ -1,0 +2,29 @@
+Mon Feb 12 11:27:38 UTC 2024 - Richard Rahl 
+
+- update to 3.1.1:
+  * fix pushing read updates to the API
+
+---
+Mon Feb 12 09:46:40 UTC 2024 - Richard Rahl 
+
+- update to 3.1.0:
+  * Fix tag context menu actions
+  * Fix article scrolling on steam deck
+  * Fix an error toast appearing right after successful login
+  * Fix multiple instances of the image dialog spawning at the same time
+  * Fix 12h/24h time format
+  * Fix webview scrolling when zoomed via touch
+  * Local RSS: Fix duplicate feeds after exporting and reimporting an OPML file
+  * miniflux: support article enclosures
+  * Mark articles as read when opening in external browser
+  * Keep loaded articles when refreshing unread article list
+  * Update the user agent
+  * Add 'Zorin' article theme
+  * Double check if Newsflash is offline by pinging an Url
+  * Mark all read: only apply to articles that match current search term and 
list mode
+  * Article View: remove selectabilty preference and make content selectable 
by default
+  * Fetch content of a feed after adding it (if backend supports it)
+  * Show fetch and parse issues of single feeds (if backend supports it)
+  * Allow undoing mark all as read
+
+---

Old:

  news_flash_gtk-3.0.2.tar

New:

  news_flash_gtk-3.1.1.tar.zst



Other differences:
--
++ newsflash.spec ++
--- /var/tmp/diff_new_pack.eb3pVz/_old  2024-02-12 18:55:43.334108968 +0100
+++ /var/tmp/diff_new_pack.eb3pVz/_new  2024-02-12 18:55:43.334108968 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package newsflash
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,37 +15,38 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define _lto_cflags %{nil}
 Name:   newsflash
-Version:3.0.2
+Version:3.1.1
 Release:0
 Summary:The spiritual successor to FeedReader
 License:GPL-3.0-only
 URL:https://gitlab.com/news-flash/news_flash_gtk
-Source0:news_flash_gtk-%{version}.tar
+Source0:news_flash_gtk-%{version}.tar.zst
 Source1:vendor.tar.zst
-BuildRequires:  glib-networking
+BuildRequires:  appstream-glib
+BuildRequires:  blueprint-compiler
 BuildRequires:  cargo-packaging
-BuildRequires:  meson
 BuildRequires:  desktop-file-utils
-BuildRequires:  xdg-utils
-BuildRequires:  blueprint-compiler
-BuildRequires:  python3-gobject
-BuildRequires:  appstream-glib
-BuildRequires:  webkit2gtk4-devel
-BuildRequires:  sqlite3-devel
-BuildRequires:  gettext-tools
 BuildRequires:  gcc-c++
+BuildRequires:  gettext-tools
+BuildRequires:  glib-networking
+BuildRequires:  meson
 BuildRequires:  pkgconfig
+BuildRequires:  python3-gobject
+BuildRequires:  sqlite3-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  webkit2gtk4-devel
+BuildRequires:  xdg-utils
+BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk4)
-BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(libadwaita-1)
+BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(webkitgtk-6.0)
-BuildRequires:  pkgconfig(libxml-2.0)
 
 %description
 NewsFlash is a program designed to complement an already existing web-based 
RSS reader account.

++ _service ++
--- /var/tmp/diff_new_pack.eb3pVz/_old  2024-02-12 18:55:43.362109980 +0100
+++ /var/tmp/diff_new_pack.eb3pVz/_new  2024-02-12 18:55:43.366110123 +0100
@@ -3,15 +3,20 @@
   
 git
 https://gitlab.com/news-flash/news_flash_gtk.git
-refs/tags/v.3.0.2
+refs/tags/v.3.1.1
 @PARENT_TAG@
 v.(.*)
 disable
   
+  
+  
+zstd
+*.tar
+  
   
 news_flash_gtk
 zst
-false
+true
   
   
   

++ vendor.tar.zst ++
Binary files /var/tmp/diff_new_pack.eb3pVz/_old and 
/var/tmp/diff_ne

commit spack for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spack for openSUSE:Factory checked 
in at 2024-02-12 18:53:19

Comparing /work/SRC/openSUSE:Factory/spack (Old)
 and  /work/SRC/openSUSE:Factory/.spack.new.1815 (New)


Package is "spack"

Mon Feb 12 18:53:19 2024 rev:39 rq:1146129 version:0.21.1

Changes:

--- /work/SRC/openSUSE:Factory/spack/spack.changes  2024-02-02 
15:48:20.218989256 +0100
+++ /work/SRC/openSUSE:Factory/.spack.new.1815/spack.changes2024-02-12 
18:55:38.429931869 +0100
@@ -1,0 +2,6 @@
+Fri Feb  2 14:41:14 UTC 2024 - Egbert Eich 
+
+- Make python version used configurable.
+- Filter out more rpmlint errors.
+
+---



Other differences:
--
++ spack.spec ++
--- /var/tmp/diff_new_pack.L9dAMc/_old  2024-02-12 18:55:39.165958448 +0100
+++ /var/tmp/diff_new_pack.L9dAMc/_new  2024-02-12 18:55:39.173958737 +0100
@@ -19,11 +19,10 @@
 %global flavor @BUILD_FLAVOR@%{?nil}
 %if "%{flavor}" == "doc"
 %bcond_without doc
-%ifarch i586 %arm s390 s390x %power64 ppc
-ExclusiveArch:  do_not_build
-%endif
 %endif
 
+ExcludeArch:i586 %arm s390 s390x %power64 ppc
+
 %if %{with doc} && (0%{?sle_version} > 0) && (150200 >= 0%{?sle_version})
 ExclusiveArch:  do_not_build
 %endif
@@ -45,6 +44,14 @@
 
 # non oss packages
 %define spack_trigger_external cuda-nvcc
+
+%if  0%{?sle_version} <= 120500 && !0%{?is_opensuse}
+%define __python3 python3
+%endif
+
+%define mypyver 3
+%define mypython python%{?mypyver}
+
 Name:   spack
 Version:0.21.1
 Release:0
@@ -67,12 +74,13 @@
 Patch8: Set-modules-default-to-lmod.patch
 Patch9: 
Add-support-for-container-building-using-a-SLE-base-container.patch
 %if %{without doc}
+BuildRequires:  %{mypython}-urllib3
 BuildRequires:  fdupes
 BuildRequires:  lua-lmod
 BuildRequires:  polkit
-BuildRequires:  python3-urllib3
 BuildRequires:  sudo
 BuildRequires:  sysuser-tools
+Requires:   %{mypython}-clingo
 Requires:   %{name}-recipes = %{version}
 Requires:   awk
 Requires:   bzip2
@@ -87,7 +95,6 @@
 Requires:   make
 Requires:   patch
 Requires:   polkit
-Requires:   python3-clingo
 Requires:   sudo
 Requires:   tar
 Requires:   unzip
@@ -100,21 +107,18 @@
 BuildRequires:  git
 BuildRequires:  makeinfo
 # Hardcode this - there is no python2 version of this around any more.
-BuildRequires:  python3-Sphinx >= 3.4
-BuildRequires:  python3-sphinxcontrib-programoutput
+BuildRequires:  %{mypython}-Sphinx >= 3.4
+BuildRequires:  %{mypython}-sphinxcontrib-programoutput
 BuildRequires:  spack
 # html
 BuildRequires:  graphviz
 # info
 BuildRequires:  graphviz-gnome
 ## pdf
-# BuildRequires:  python3-Sphinx-latex
-Requires:   spack
+# BuildRequires:  %{mypython}-Sphinx-latex
+Recommends: spack
 %endif
 BuildArch:  noarch
-%if  0%{?sle_version} <= 120500 && !0%{?is_opensuse}
-%define __python3 python3
-%endif
 
 %description
 Spack is a configurable Python-based HPC package manager, automating
@@ -252,9 +256,11 @@
 # with doc
 %endif
 cd -
-grep -rl '#! /usr/bin/env bash' . | xargs -i@ sed -i 's|#! /usr/bin/env 
bash|#!%{_bindir}/bash|g' @
-grep -rl '#!/bin/env sh' . | xargs -i@ sed -i 's|#!/bin/env 
sh|#!%{_bindir}/sh|g' @
-grep -rl '#!/usr/bin/env bash' . | xargs -i@ sed -i 's|#!/usr/bin/env 
bash|#!%{_bindir}/bash|g' @
+grep -rl '#! /usr/bin/env bash' . | xargs -i@ sed -i '1s|#! /usr/bin/env 
bash|#!%{_bindir}/bash|g' @
+grep -rl '#!/bin/env sh' . | xargs -i@ sed -i '1s|#!/bin/env 
sh|#!%{_bindir}/sh|g' @
+grep -rl '#!/usr/bin/env bash' . | xargs -i@ sed -i '1s|#!/usr/bin/env 
bash|#!%{_bindir}/bash|g' @
+grep -rl '#![[:space:]]*/usr/bin/env python' | \
+xargs -i@ sed -i '1s|#![[:space:]]*/usr/bin/env 
python|#!%{_bindir}/%{mypython}|g' @
 grep -rl '/var/spack/repos' | grep -v "cmd/list.py" | \
 xargs -i@ sed -i 's|/var/spack/repos|/usr/share/spack/repos|g' @
 grep -rl "spack/" . | xargs -i@ sed -i \
@@ -335,9 +341,9 @@
   lmod: ~/spack/modules
 EOF
 
-# compile python files for python3
+# compile python files for %{mypython}
 # %%{buildroot}%%{spack_dir}/spack
-%py3_compile .
+%{expand:%{py%{?mypyver}_compile .}}
 
 # make shell scripts executeable
 find %{buildroot}%{_localstatedir}/lib/spack/ -type f -name \*.sh  -exec chmod 
755 {} \;


++ spack-rpmlintrc ++
--- /var/tmp/diff_new_pack.L9dAMc/_old  2024-02-12 18:55:39.317963937 +0100
+++ /var/tmp/diff_new_pack.L9dAMc/_new  2024-02-12 18:55:39.321964082 +0100
@@ -11,9 +11,15 @@
 # Spurious self-applying patches from an upstream source.
 # These are part of recipes and not intended to run as scripts.
 addFilter("non-executable-script /var/lib/spack/repos.*")

commit armadillo for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2024-02-12 18:53:12

Comparing /work/SRC/openSUSE:Factory/armadillo (Old)
 and  /work/SRC/openSUSE:Factory/.armadillo.new.1815 (New)


Package is "armadillo"

Mon Feb 12 18:53:12 2024 rev:184 rq:1146109 version:12.8.0

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2024-01-03 
12:23:43.788718897 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new.1815/armadillo.changes
2024-02-12 18:55:33.869767193 +0100
@@ -1,0 +2,13 @@
+Sun Feb 11 20:28:37 UTC 2024 - Atri Bhattacharya 
+
+- Update to version 12.8.0:
+  * Faster detection of symmetric expressions by pinv() and
+rank().
+  * Expanded shift() to handle sparse matrices.
+  * Expanded conv_to for more flexible conversions between sparse
+and dense matrices.
+  * Added cbrt().
+  * More compact representation of integers when saving matrices
+in CSV format.
+
+---

Old:

  armadillo-12.6.7.tar.xz

New:

  armadillo-12.8.0.tar.xz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.hjWDj4/_old  2024-02-12 18:55:34.537791317 +0100
+++ /var/tmp/diff_new_pack.hjWDj4/_new  2024-02-12 18:55:34.541791461 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package armadillo
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define soname libarmadillo12
 Name:   armadillo
-Version:12.6.7
+Version:12.8.0
 Release:0
 Summary:C++ matrix library with interfaces to LAPACK and ATLAS
 License:Apache-2.0

++ armadillo-12.6.7.tar.xz -> armadillo-12.8.0.tar.xz ++
/work/SRC/openSUSE:Factory/armadillo/armadillo-12.6.7.tar.xz 
/work/SRC/openSUSE:Factory/.armadillo.new.1815/armadillo-12.8.0.tar.xz differ: 
char 27, line 1


commit python-Flask-Migrate for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Flask-Migrate for 
openSUSE:Factory checked in at 2024-02-12 18:52:57

Comparing /work/SRC/openSUSE:Factory/python-Flask-Migrate (Old)
 and  /work/SRC/openSUSE:Factory/.python-Flask-Migrate.new.1815 (New)


Package is "python-Flask-Migrate"

Mon Feb 12 18:52:57 2024 rev:12 rq:1146066 version:4.0.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-Flask-Migrate/python-Flask-Migrate.changes
2024-01-22 20:38:59.103650274 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Migrate.new.1815/python-Flask-Migrate.changes
  2024-02-12 18:55:24.169416895 +0100
@@ -1,0 +2,7 @@
+Mon Feb 12 04:45:37 UTC 2024 - Steve Kowalik 
+
+- Switch to GitHub tarball, as it includes all test files.
+- Drop patch add-custom-template.patch, no longer needed.
+- Switch to pyroject macros.
+
+---

Old:

  add-custom-template.patch

BETA DEBUG BEGIN:
  Old:- Switch to GitHub tarball, as it includes all test files.
- Drop patch add-custom-template.patch, no longer needed.
- Switch to pyroject macros.
BETA DEBUG END:



Other differences:
--
++ python-Flask-Migrate.spec ++
--- /var/tmp/diff_new_pack.Ez4A5J/_old  2024-02-12 18:55:24.653434374 +0100
+++ /var/tmp/diff_new_pack.Ez4A5J/_new  2024-02-12 18:55:24.653434374 +0100
@@ -23,14 +23,15 @@
 Summary:SQLAlchemy database migrations for Flask applications using 
Alembic
 License:MIT
 URL:https://github.com/miguelgrinberg/flask-migrate/
-Source: 
https://files.pythonhosted.org/packages/source/F/Flask-Migrate/Flask-Migrate-%{version}.tar.gz
-# Filed as gh#miguelgrinberg/Flask-Migrate#501
-Patch0: add-custom-template.patch
+Source: 
https://github.com/miguelgrinberg/flask-migrate/archive/refs/tags/v%{version}.tar.gz#/Flask-Migrate-%{version}.tar.gz
 BuildRequires:  %{python_module Flask >= 0.9}
 BuildRequires:  %{python_module Flask-SQLAlchemy >= 1.0}
 BuildRequires:  %{python_module alembic >= 1.9.0}
 BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-Flask >= 0.9
@@ -48,19 +49,18 @@
 %autosetup -p1 -n Flask-Migrate-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pyunittest -v
+%pytest
 
 %files %{python_files}
 %doc README.md
 %license LICENSE
-%dir %{python_sitelib}/flask_migrate
-%{python_sitelib}/flask_migrate/*
-%{python_sitelib}/Flask_Migrate-%{version}-py*.egg-info
+%{python_sitelib}/flask_migrate
+%{python_sitelib}/Flask_Migrate-%{version}.dist-info
 

++ Flask-Migrate-4.0.5.tar.gz ++
 1621 lines of diff (skipped)


commit python-Flask-SocketIO for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Flask-SocketIO for 
openSUSE:Factory checked in at 2024-02-12 18:52:51

Comparing /work/SRC/openSUSE:Factory/python-Flask-SocketIO (Old)
 and  /work/SRC/openSUSE:Factory/.python-Flask-SocketIO.new.1815 (New)


Package is "python-Flask-SocketIO"

Mon Feb 12 18:52:51 2024 rev:7 rq:1146071 version:5.3.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-Flask-SocketIO/python-Flask-SocketIO.changes  
2023-12-18 22:56:57.905857470 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-SocketIO.new.1815/python-Flask-SocketIO.changes
2024-02-12 18:55:19.505248464 +0100
@@ -1,0 +2,5 @@
+Mon Feb 12 05:54:19 UTC 2024 - Steve Kowalik 
+
+- Add missing BuildRequires on setuptools. 
+
+---



Other differences:
--
++ python-Flask-SocketIO.spec ++
--- /var/tmp/diff_new_pack.VvXVes/_old  2024-02-12 18:55:19.953264642 +0100
+++ /var/tmp/diff_new_pack.VvXVes/_new  2024-02-12 18:55:19.953264642 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Flask-SocketIO
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@
 Release:0
 Summary:SocketIO integration for Flask applications
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/miguelgrinberg/Flask-SocketIO/
 Source: 
https://files.pythonhosted.org/packages/source/F/Flask-SocketIO/Flask-SocketIO-%{version}.tar.gz
 Source1:
https://raw.githubusercontent.com/miguelgrinberg/Flask-SocketIO/v%{version}/test_socketio.py
@@ -30,6 +29,7 @@
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module python-socketio >= 5.0.2}
 BuildRequires:  %{python_module redis}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 Requires:   python-Flask >= 0.9
@@ -58,5 +58,5 @@
 %doc README.md
 %license LICENSE
 %{python_sitelib}/flask_socketio
-%{python_sitelib}/Flask_SocketIO-%{version}*-info
+%{python_sitelib}/Flask_SocketIO-%{version}.dist-info
 


commit python-peewee for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-peewee for openSUSE:Factory 
checked in at 2024-02-12 18:52:48

Comparing /work/SRC/openSUSE:Factory/python-peewee (Old)
 and  /work/SRC/openSUSE:Factory/.python-peewee.new.1815 (New)


Package is "python-peewee"

Mon Feb 12 18:52:48 2024 rev:26 rq:1146064 version:3.17.1

Changes:

--- /work/SRC/openSUSE:Factory/python-peewee/python-peewee.changes  
2024-01-10 21:52:44.889168373 +0100
+++ /work/SRC/openSUSE:Factory/.python-peewee.new.1815/python-peewee.changes
2024-02-12 18:55:17.321169593 +0100
@@ -1,0 +2,16 @@
+Mon Feb 12 02:57:29 UTC 2024 - Steve Kowalik 
+
+- Update to 3.17.1:
+  * Add bitwise and other helper methods to `BigBitField`, #2802.
+  * Add `add_column_default` and `drop_column_default` migrator methods for
+specifying a server-side default value, #2803.
+  * The new `star` attribute was causing issues for users who had a field named
+star on their models. This attribute is now renamed to `__star__`. #2796.
+  * Fix compatibility issues with 3.12 related to utcnow() deprecation.
+  * Add stricter locking on connection pool to prevent race conditions.
+  * Add adapters and converters to Sqlite to replace ones deprecated in 3.12.
+  * Fix bug in `model_to_dict()` when only aliases are present.
+  * Fix version check for Sqlite native drop column support.
+  * Do not specify a `reconnect=` argument to `ping()` if using MySQL 8.x.
+
+---

Old:

  peewee-3.17.0.tar.gz

New:

  peewee-3.17.1.tar.gz



Other differences:
--
++ python-peewee.spec ++
--- /var/tmp/diff_new_pack.Fy20XA/_old  2024-02-12 18:55:17.773185916 +0100
+++ /var/tmp/diff_new_pack.Fy20XA/_new  2024-02-12 18:55:17.777186060 +0100
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-peewee
-Version:3.17.0
+Version:3.17.1
 Release:0
 Summary:An expressive ORM that supports multiple SQL backends
 License:BSD-3-Clause
@@ -40,7 +40,7 @@
 BuildRequires:  unzip
 BuildRequires:  pkgconfig(sqlite3)
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 %python_subpackages
 
 %description
@@ -74,7 +74,7 @@
 %license LICENSE
 %doc CHANGELOG.md README.rst TODO.rst
 %python_alternative %{_bindir}/pwiz.py
-%{python_sitearch}/peewee-%{version}*-info
+%{python_sitearch}/peewee-%{version}.dist-info
 %{python_sitearch}/peewee.py
 %{python_sitearch}/pwiz.py
 %{python_sitearch}/playhouse

++ peewee-3.17.0.tar.gz -> peewee-3.17.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/peewee-3.17.0/CHANGELOG.md 
new/peewee-3.17.1/CHANGELOG.md
--- old/peewee-3.17.0/CHANGELOG.md  2023-10-13 17:45:33.0 +0200
+++ new/peewee-3.17.1/CHANGELOG.md  2024-02-05 16:02:22.0 +0100
@@ -7,7 +7,23 @@
 
 ## master
 
-[View commits](https://github.com/coleifer/peewee/compare/3.17.0...master)
+[View commits](https://github.com/coleifer/peewee/compare/3.17.1...master)
+
+## 3.17.1
+
+* Add bitwise and other helper methods to `BigBitField`, #2802.
+* Add `add_column_default` and `drop_column_default` migrator methods for
+  specifying a server-side default value, #2803.
+* The new `star` attribute was causing issues for users who had a field named
+  star on their models. This attribute is now renamed to `__star__`. #2796.
+* Fix compatibility issues with 3.12 related to utcnow() deprecation.
+* Add stricter locking on connection pool to prevent race conditions.
+* Add adapters and converters to Sqlite to replace ones deprecated in 3.12.
+* Fix bug in `model_to_dict()` when only aliases are present.
+* Fix version check for Sqlite native drop column support.
+* Do not specify a `reconnect=` argument to `ping()` if using MySQL 8.x.
+
+[View commits](https://github.com/coleifer/peewee/compare/3.17.0...3.17.1)
 
 ## 3.17.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/peewee-3.17.0/docs/peewee/api.rst 
new/peewee-3.17.1/docs/peewee/api.rst
--- old/peewee-3.17.0/docs/peewee/api.rst   2023-10-13 17:45:33.0 
+0200
+++ new/peewee-3.17.1/docs/peewee/api.rst   2024-02-05 16:02:22.0 
+0100
@@ -3093,6 +3093,21 @@
 assert bitmap.data.toggle_bit(63) is True
 assert bitmap.data.is_set(63)
 
+# BigBitField supports item accessor by bit-number, e.g.:
+assert bitmap.data[63]
+bitmap.data[0] = 1
+del bitmap.data[0]
+
+# We can also combine bitmaps using bitwise operators, e.g.
+b = Bitmap(data=b'\x01')
+b.dat

commit libosmo-abis for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libosmo-abis for openSUSE:Factory 
checked in at 2024-02-12 18:52:49

Comparing /work/SRC/openSUSE:Factory/libosmo-abis (Old)
 and  /work/SRC/openSUSE:Factory/.libosmo-abis.new.1815 (New)


Package is "libosmo-abis"

Mon Feb 12 18:52:49 2024 rev:19 rq:1146063 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/libosmo-abis/libosmo-abis.changes
2023-11-02 20:22:02.993116121 +0100
+++ /work/SRC/openSUSE:Factory/.libosmo-abis.new.1815/libosmo-abis.changes  
2024-02-12 18:55:18.165200072 +0100
@@ -1,0 +2,8 @@
+Mon Feb 12 02:38:05 UTC 2024 - Jan Engelhardt 
+
+- Update to release 1.5.1
+  * dahdi: Log context (e1inpt_ts name) when opening timeslot
+devices
+  * DAHDI: Log hexdump of TX at level DEBUG, not ERROR
+
+---

Old:

  1.5.0.tar.gz

New:

  1.5.1.tar.gz



Other differences:
--
++ libosmo-abis.spec ++
--- /var/tmp/diff_new_pack.sADyhc/_old  2024-02-12 18:55:18.605215962 +0100
+++ /var/tmp/diff_new_pack.sADyhc/_new  2024-02-12 18:55:18.609216106 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libosmo-abis
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libosmo-abis
-Version:1.5.0
+Version:1.5.1
 Release:0
 Summary:Osmocom library for A-bis interface between BTS and BSC
 License:AGPL-3.0-or-later AND GPL-2.0-or-later

++ 1.5.0.tar.gz -> 1.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libosmo-abis-1.5.0/Makefile.am 
new/libosmo-abis-1.5.1/Makefile.am
--- old/libosmo-abis-1.5.0/Makefile.am  2023-09-12 13:39:09.0 +0200
+++ new/libosmo-abis-1.5.1/Makefile.am  2024-01-28 12:04:12.0 +0100
@@ -17,6 +17,7 @@
 README.md \
 contrib/libosmo-abis.spec.in \
 debian \
+git-version-gen \
 $(NULL)
 
 @RELMAKE@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libosmo-abis-1.5.0/configure.ac 
new/libosmo-abis-1.5.1/configure.ac
--- old/libosmo-abis-1.5.0/configure.ac 2023-09-12 13:39:09.0 +0200
+++ new/libosmo-abis-1.5.1/configure.ac 2024-01-28 12:04:12.0 +0100
@@ -161,6 +161,19 @@
[rtp_session_signal_connect requires ulong parameter])])
 CFLAGS=$_cflags_save
 
+_cflags_save=$CFLAGS
+CFLAGS="$CFLAGS $ORTP_CFLAGS"
+AC_COMPILE_IFELSE(
+   [AC_LANG_PROGRAM(
+   [[#include ]],
+   [[OrtpMemoryFunctions memfn = { };]]
+   )],
+   [AC_DEFINE([HAVE_ORTP_MEM_FUNC], [1],
+   [OrtpMemoryFunctions is available, will use talloc])],
+   [AC_DEFINE([HAVE_ORTP_MEM_FUNC], [0],
+   [OrtpMemoryFunctions is not available])])
+CFLAGS=$_cflags_save
+
 AC_MSG_RESULT([CFLAGS="$CFLAGS"])
 AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libosmo-abis-1.5.0/debian/changelog 
new/libosmo-abis-1.5.1/debian/changelog
--- old/libosmo-abis-1.5.0/debian/changelog 2023-09-12 13:39:09.0 
+0200
+++ new/libosmo-abis-1.5.1/debian/changelog 2024-01-28 12:04:12.0 
+0100
@@ -1,3 +1,18 @@
+libosmo-abis (1.5.1) unstable; urgency=medium
+
+  [ Harald Welte ]
+  * dahdi: Log context (e1inpt_ts name) when opening timeslot devices
+  * dahdi: Fix compilation with ancient DAHDI
+
+  [ Keith ]
+  * DAHDI: Log hexdump of TX at level DEBUG, not ERROR
+
+  [ Vadim Yanitskiy ]
+  * trau/osmo_ortp: support building without OrtpMemoryFunctions API
+  * build: include git-version-gen into the release tarball
+
+ -- Vadim Yanitskiy   Sun, 28 Jan 2024 18:04:12 +0700
+
 libosmo-abis (1.5.0) unstable; urgency=medium
 
   [ Philipp Maier ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libosmo-abis-1.5.0/src/Makefile.am 
new/libosmo-abis-1.5.1/src/Makefile.am
--- old/libosmo-abis-1.5.0/src/Makefile.am  2023-09-12 13:39:09.0 
+0200
+++ new/libosmo-abis-1.5.1/src/Makefile.am  2024-01-28 12:04:12.0 
+0100
@@ -1,8 +1,8 @@
 # This is _NOT_ the library release version, it's an API version.
 # Please read chapter "Library interface versions" of the libtool documentation
 # before making any modifications: 
https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-ABIS_LIBVERSION=13:0:0
-TRAU_LIBVERSION=9:0:7
+ABIS_LIBVERSION=13:1:0
+TRAU

commit python-immutabledict for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-immutabledict for 
openSUSE:Factory checked in at 2024-02-12 18:52:50

Comparing /work/SRC/openSUSE:Factory/python-immutabledict (Old)
 and  /work/SRC/openSUSE:Factory/.python-immutabledict.new.1815 (New)


Package is "python-immutabledict"

Mon Feb 12 18:52:50 2024 rev:6 rq:1146083 version:4.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-immutabledict/python-immutabledict.changes
2023-12-17 21:35:16.408012481 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-immutabledict.new.1815/python-immutabledict.changes
  2024-02-12 18:55:18.829224052 +0100
@@ -1,0 +2,5 @@
+Mon Feb 12 05:59:02 UTC 2024 - Steve Kowalik 
+
+- Use pytest to run the testsuite. 
+
+---



Other differences:
--
++ python-immutabledict.spec ++
--- /var/tmp/diff_new_pack.DdY8aY/_old  2024-02-12 18:55:19.337242397 +0100
+++ /var/tmp/diff_new_pack.DdY8aY/_new  2024-02-12 18:55:19.341242541 +0100
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package python-immutabledict
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,6 @@
 Release:0
 Summary:Immutable wrapper around dictionaries (a fork of frozendict)
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/corenting/immutabledict
 Source: 
https://files.pythonhosted.org/packages/source/i/immutabledict/immutabledict-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.8}
@@ -72,7 +71,7 @@
 
 %check
 %if %{with test}
-%pyunittest discover -v
+%pytest
 %endif
 
 %if !%{with test}
@@ -80,6 +79,6 @@
 %license LICENSE
 %doc README.md
 %{python_sitelib}/%{short_name}
-%{python_sitelib}/%{short_name}-%{version}*-info
+%{python_sitelib}/%{short_name}-%{version}.dist-info
 %endif
 


commit arpack-ng for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package arpack-ng for openSUSE:Factory 
checked in at 2024-02-12 18:52:08

Comparing /work/SRC/openSUSE:Factory/arpack-ng (Old)
 and  /work/SRC/openSUSE:Factory/.arpack-ng.new.1815 (New)


Package is "arpack-ng"

Mon Feb 12 18:52:08 2024 rev:30 rq:1145996 version:3.9.1

Changes:

--- /work/SRC/openSUSE:Factory/arpack-ng/arpack-ng.changes  2023-12-12 
19:32:28.961020274 +0100
+++ /work/SRC/openSUSE:Factory/.arpack-ng.new.1815/arpack-ng.changes
2024-02-12 18:54:25.059283514 +0100
@@ -1,0 +2,5 @@
+Fri Feb  2 18:38:28 UTC 2024 - Atri Bhattacharya 
+
+- Add openmpi5 flavour.
+
+---



Other differences:
--
++ arpack-ng.spec ++
--- /var/tmp/diff_new_pack.g5truI/_old  2024-02-12 18:54:25.779309354 +0100
+++ /var/tmp/diff_new_pack.g5truI/_new  2024-02-12 18:54:25.783309497 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package arpack-ng
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ _multibuild ++
--- /var/tmp/diff_new_pack.g5truI/_old  2024-02-12 18:54:25.815310646 +0100
+++ /var/tmp/diff_new_pack.g5truI/_new  2024-02-12 18:54:25.819310789 +0100
@@ -1,5 +1,6 @@
 
   serial
   openmpi4
+  openmpi5
 
 


commit pcsx2 for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2024-02-12 18:52:03

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.1815 (New)


Package is "pcsx2"

Mon Feb 12 18:52:03 2024 rev:4 rq:1145989 version:1.7.5540~git20240203

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2024-01-26 
22:48:16.90239 +0100
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.1815/pcsx2.changes2024-02-12 
18:54:19.743092727 +0100
@@ -1,0 +2,38 @@
+Sun Feb 04 13:50:31 UTC 2024 - i...@guoyunhe.me
+
+- Update to version 1.7.5540~git20240203:
+  * DEV9: Fix HDD Response when no HDD is connected
+  * GameDB: Various fixes
+  * Qt: Add mention zso formatted roms
+  * Qt: Update Base Translation
+  * translations: Syncing Crowdin translations (#10759)
+  * GS/HW: Clear draw list when replacing with single sprite
+  * GameDB: Add MipMap to Arc the Lad games for Depth of Field
+  * GS/HW: Allow palette lookups from depth and deswizzle manual deswizzles
+  * Debugger: Adds editing register values via double click
+  * Qt/BPM: Minor icon tweaks
+  * InputRec: Stop input recording on VM shutdown
+  * Achievements: Handle fake memory map
+  * GS: Check for D3D Mapping Layers and disable Vulkan if present
+  * GS/Vulkan: Fix potential race between submit and main thread
+  * GS/Capture: Stop capture on VM shutdown
+  * ImGuiOverlays: Use white font for recording time
+  * GS/Capture: Show video timestamp instead of wall time
+  * Qt: Update Base Translation
+  * Qt: Deprecate per-game WS/NI toggles in favor of Patches
+  * USB: Fix buffer copies in EyeToy
+  * GameDB: Add mipmap full with ps2 trilinear to SWAT Global Strike Team.
+  * GameDB: Add gshwfixes to Band Hero.
+  * GSDumpReplayer: Fix UI not responded to messages when replaying dumps
+  * USB: Fix possible buffer overflow in webcam
+  * USB: Don't reset configuration when saving state
+  * USB: Audio devices don't need port numbers
+  * USB: Fix incorrect config keys for usb-headset
+  * USB: Rewrite RingBuffer class
+  * Qt: Update Base Translation
+  * Qt: Fix more compiler warnings.
+  * Counters: Move input poll to after throttle
+  * GameDB: Add Merge Targets to Shadow Hearts
+  * GS/HW: Kill old source using target if rect is outside target surface
+
+---

Old:

  pcsx2-1.7.5518~git20240126.tar.xz

New:

  pcsx2-1.7.5540~git20240203.tar.xz



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.OSZXqp/_old  2024-02-12 18:54:20.491119572 +0100
+++ /var/tmp/diff_new_pack.OSZXqp/_new  2024-02-12 18:54:20.491119572 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pcsx2
-Version:1.7.5518~git20240126
+Version:1.7.5540~git20240203
 Release:0
 Summary:Sony PlayStation 2 Emulator
 License:GPL-2.0-only AND GPL-3.0-only AND LGPL-2.1-only AND 
LGPL-3.0-only

++ _servicedata ++
--- /var/tmp/diff_new_pack.OSZXqp/_old  2024-02-12 18:54:20.531121008 +0100
+++ /var/tmp/diff_new_pack.OSZXqp/_new  2024-02-12 18:54:20.535121151 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/PCSX2/pcsx2.git
-  1144c461095d7ff6ad33227c1cf50cb793225718
+  2e95e59f40260f8985f37c39154cb9a986b4904a
 (No newline at EOF)
 

++ patches.zip ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SCES-50001_0DD8941C.pnach 
new/SCES-50001_0DD8941C.pnach
--- old/SCES-50001_0DD8941C.pnach   1970-01-01 01:00:00.0 +0100
+++ new/SCES-50001_0DD8941C.pnach   2024-01-26 12:27:32.0 +0100
@@ -0,0 +1,19 @@
+gametitle=Tekken Tag Tournament (PAL-M5) (SCES-50001) 0DD8941C v1.00 
+
+[Widescreen 16:9]
+gsaspectratio=16:9
+author=ElHecht
+comment=Renders the game in 16:9 aspect ratio
+patch=1,EE,0034b014,word,3c013f40
+patch=1,EE,0034b018,word,4481
+patch=1,EE,0034b020,word,4600c602
+
+[No-Interlacing]
+author=felixthecat1970
+comment=full frame mode + sharp mode
+gsinterlacemode=1
+patch=0,EE,203993D0,extended,382D
+patch=0,EE,10399580,extended,240700E0
+patch=0,EE,103995A8,extended,240701C0
+patch=0,EE,203995B8,extended,502D
+patch=0,EE,2039DDE8,extended,382D
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SCES-50001_D07E8F35.pnach 
new/SCES-50001_D07E8F35.pnach
--- old/SCES-50001_D07E8F35.pnach   2024-01-22 15:22:34.0 +0100
+++ new/SCES-50001_D07E8F35.pnach   2024-01-26 12:27:32.0 +0100
@@ -1,12 +1,19 @@
-gametitle=Tekken Tag Tournament (PAL-M5) (SCES-50001)
+gametitle=Tekken Tag Tournament (P

commit retroarch for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package retroarch for openSUSE:Factory 
checked in at 2024-02-12 18:51:59

Comparing /work/SRC/openSUSE:Factory/retroarch (Old)
 and  /work/SRC/openSUSE:Factory/.retroarch.new.1815 (New)


Package is "retroarch"

Mon Feb 12 18:51:59 2024 rev:23 rq:1145981 version:1.17.0

Changes:

--- /work/SRC/openSUSE:Factory/retroarch/retroarch.changes  2023-10-18 
21:25:26.948134098 +0200
+++ /work/SRC/openSUSE:Factory/.retroarch.new.1815/retroarch.changes
2024-02-12 18:54:14.222894619 +0100
@@ -1,0 +2,69 @@
+Sun Feb  4 11:41:23 UTC 2024 - Yunhe Guo 
+
+- Update to version 1.17.0
+  * ACCESSIBILITY/TTS: fix target language and missing espeak handling on Linux
+  * AI: AI service reworked: performance increase, automatic translation, 
configurable subtitle placement, and more
+  * AUDIO/SYNC: Handle Hz skew adjustment for high refresh rates better (BFI, 
swap interval)
+  * AUDIO/MIXER: Separate ffmpeg/mpv and audiomixer conditionals
+  * CONFIG/OVERRIDES: Fix setting savefile_directory in override file
+  * CONFIG: Force fixed locale for numbers
+  * CHEEVOS: Upgrade to rcheevos 11.0
+  * CHEEVOS: Use rc_client for state management
+  * CHEEVOS: Don't track disc changes when achievements are disabled
+  * CHEEVOS: Reinitialize rewind buffer after loading game with achievements
+  * CHEEVOS: Inform user when server is unreachable
+  * CHEEVOS: Fix crash on first load of game with achievements with threaded 
video
+  * INPUT: Fix ghost input when setting RETROK_UNKNOWN
+  * INPUT: Default 'Bind Hold' to 0 to prevent problems with controllers not 
resting at null state
+  * INPUT: Add a setting to allow turbo d-pad directions
+  * INPUT: Don't save mouse buttons to autoconfig
+  * INPUT/MENU: Add option for merging 'Hotkey Enable' device types
+  * INPUT/mFI: disable secondary_joypad to prevent issues with controllers 
detected both as HID and mFI
+  * INPUT/UDEV: Change event detection to polling in udev_joypad
+  * INPUT/WAYLAND: Use unaccelerated pointer motion to prevent mouse dead zone
+  * LAKKA: Add new menu options for Switch (overclock, CEC, BT ERTM)
+  * LIBRETRO: Add environment command to get playlist path
+  * LIBRETRO/NETPACKET:
+  Switch environment call number from 76 to 78 (retire 76 as it was never used 
by any core)
+  Simplify broadcasts by removing the option to send to all but one client, 
use an explicit RETRO_NETPACKET_BROADCAST constant instead
+  Separate explicit flushing and querying of incoming packet into two 
operations
+  Enable a core to specify a protocol version string which can get used 
instead of core version to determine compatibility between two players
+  Log and notify a separate message when there is a content crc mismatch while 
using this interface to convey it being less severe
+  * MENU: Fix menu analog stick navigation (1.16.0.1)
+  * MENU: Add option to find thumbnail images by playlist rom filename 
(1.16.0.2)
+  * MENU: Don't process menu events while input is being flushed (1.16.0.2)
+  * MENU: Prevent proceeding to next bind when single binding (1.16.0.3)
+  * MENU: Fix touchscreen menu false positives in case of overlap
+  * MENU: Sort playlists ignoring extension (Playstation 2 should come after 
Playstation)
+  * MENU: Treat System Volume Information folder as hidden on all platforms
+  * MENU: Add Belarusian language option
+  * MENU: Fix savestate thumbnail behavior when navigating back to playlist 
while content is still running
+  * MENU: Fix word wrapped widget length
+  * MENU: Add help text to controller drivers
+  * MENU: Fix quit on content close option
+  * MENU: Fix thumbnails in History for content loaded through Load Content
+  * MENU: Flexible thumbnail matching (ROM name - database name - short name)
+  * MENU: Remove legacy thumbnail pack downloader
+  * MENU/GLUI: Icon corrections
+  * MENU/OZONE: Thumbnail related fixes (missing thumbnail bar, fullscreen 
thumbnail flashing, sidebar focus)
+  * MENU/RGUI: Fix text scaling in 16:9
+  * MENU/XMB: Background images take precedence over color themes, default 
image opacity set the same as color theme opacity
+  * MENU/XMB: Fix segmentation fault when background image is missing
+  * MENU/XMB: Several corrections and cleanups
+  * MENU/XMB: Layout/thumbnail fixes - Thumbnail layout adjustments, Header 
title improvements, Handheld layout adjustments
+  * NETWORKING/NETPLAY: Add support for joining MITM servers from command line
+  * NETWORKING/NETPACKET: Interface connection flow improvements
+  * PATCHES: Add support for XDelta-formatted patches.
+  * PATCHES: Fix patching for cores that support contentless mode
+  * RUNLOOP: Frame Rest, experimental sleep feature aiming to lower CPU usage 
and temperature when using certain CPU hungry vsync modes
+  * 

commit python-Flask-Mail for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Flask-Mail for 
openSUSE:Factory checked in at 2024-02-12 18:52:09

Comparing /work/SRC/openSUSE:Factory/python-Flask-Mail (Old)
 and  /work/SRC/openSUSE:Factory/.python-Flask-Mail.new.1815 (New)


Package is "python-Flask-Mail"

Mon Feb 12 18:52:09 2024 rev:4 rq:1146006 version:0.9.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Flask-Mail/python-Flask-Mail.changes  
2022-03-21 20:13:30.608528609 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Mail.new.1815/python-Flask-Mail.changes
2024-02-12 18:54:25.931314809 +0100
@@ -1,0 +2,17 @@
+Sun Feb 11 05:34:56 UTC 2024 - John Vandenberg 
+
+- Update test syntax.
+- Skip two tests that have outdated expected results.
+
+---
+Mon Jan 15 17:57:23 UTC 2024 - Antonio Larrosa 
+
+- Use %{?sle15_python_module_pythons}
+
+---
+Fri Dec 22 02:04:43 UTC 2023 - Steve Kowalik 
+
+- Switch to pyproject and autosetup macros.
+- Stop using greedy globs in %files.
+
+---



Other differences:
--
++ python-Flask-Mail.spec ++
--- /var/tmp/diff_new_pack.CdeFZQ/_old  2024-02-12 18:54:26.44728 +0100
+++ /var/tmp/diff_new_pack.CdeFZQ/_new  2024-02-12 18:54:26.44728 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Flask-Mail
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,19 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?sle15_python_module_pythons}
 Name:   python-Flask-Mail
 Version:0.9.1
 Release:0
 Summary:Flask extension for sending email
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/rduplain/flask-mail
 Source: 
https://files.pythonhosted.org/packages/source/F/Flask-Mail/Flask-Mail-%{version}.tar.gz
 # do not use mock, upstream url unavailable
 Patch0: python-Flask-Mail-no-mock.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # Test requirements
@@ -44,14 +45,16 @@
 A Flask extension for sending email messages.
 
 %prep
-%setup -q -n Flask-Mail-%{version}
-%patch0 -p1
+%autosetup -p1 -n Flask-Mail-%{version}
+sed -i 's/assertEquals/assertEqual/' tests.py
+# Skip two failing tests
+sed -i 's/test_unicode_sender/_test_unicode_sender/' tests.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -60,5 +63,7 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/flask_mail.py
+%pycache_only %{python_sitelib}/__pycache__/flask_mail.*.py*
+%{python_sitelib}/Flask_Mail-%{version}.dist-info
 

++ python-Flask-Mail-no-mock.patch ++
--- /var/tmp/diff_new_pack.CdeFZQ/_old  2024-02-12 18:54:26.475334333 +0100
+++ /var/tmp/diff_new_pack.CdeFZQ/_new  2024-02-12 18:54:26.483334620 +0100
@@ -7,7 +7,7 @@
  import time
  import re
 -import mock
-+import unittest.mock as mock
++from unittest import mock
  from contextlib import contextmanager
  
  from email.header import Header


commit python-pysmb for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pysmb for openSUSE:Factory 
checked in at 2024-02-12 18:52:06

Comparing /work/SRC/openSUSE:Factory/python-pysmb (Old)
 and  /work/SRC/openSUSE:Factory/.python-pysmb.new.1815 (New)


Package is "python-pysmb"

Mon Feb 12 18:52:06 2024 rev:12 rq:1145999 version:1.2.9.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pysmb/python-pysmb.changes
2023-01-14 00:03:41.913878942 +0100
+++ /work/SRC/openSUSE:Factory/.python-pysmb.new.1815/python-pysmb.changes  
2024-02-12 18:54:24.323257099 +0100
@@ -1,0 +2,7 @@
+Mon Feb  5 14:31:00 UTC 2024 - Atri Bhattacharya 
+
+- Add python-pysmb-drop-SafeConfigParser.patch -- Replace
+  deprecated SafeConfigParser with ConfigParser
+  (gh#miketeo/pysmb#219).
+
+---

New:

  python-pysmb-drop-SafeConfigParser.patch

BETA DEBUG BEGIN:
  New:
- Add python-pysmb-drop-SafeConfigParser.patch -- Replace
  deprecated SafeConfigParser with ConfigParser
BETA DEBUG END:



Other differences:
--
++ python-pysmb.spec ++
--- /var/tmp/diff_new_pack.D6nRtx/_old  2024-02-12 18:54:24.843275761 +0100
+++ /var/tmp/diff_new_pack.D6nRtx/_new  2024-02-12 18:54:24.843275761 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pysmb
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:  Development/Languages/Python
 URL:https://miketeo.net/projects/pysmb
 Source: 
https://files.pythonhosted.org/packages/source/p/pysmb/pysmb-%{version}.zip
+# PATCH-FIX-UPSTREAM python-pysmb-drop-SafeConfigParser.patch 
gh#miketeo/pysmb#219 badshah...@gmail.com -- Replace deprecated 
SafeConfigParser with ConfigParser
+Patch0: python-pysmb-drop-SafeConfigParser.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++ python-pysmb-drop-SafeConfigParser.patch ++
commit 61308993bb5d0cab094edbe25abdf7bad9946192
Author: Atri Bhattacharya 
Date:   Mon Feb 5 19:46:21 2024 +0530

tests: Replace SafeConfigParser with ConfigParser.

configparser.SafeConfigParser has been deprecated since python 3.2 and
has been dropped entirely from python 3.12. Replace with ConfigParser.

diff --git a/python2/tests/DirectSMBConnectionTests/util.py 
b/python2/tests/DirectSMBConnectionTests/util.py
index 12f82af..27f785e 100644
--- a/python2/tests/DirectSMBConnectionTests/util.py
+++ b/python2/tests/DirectSMBConnectionTests/util.py
@@ -1,10 +1,10 @@
 
 import os
-from ConfigParser import SafeConfigParser
+from ConfigParser import ConfigParser
 
 def getConnectionInfo():
 config_filename = os.path.join(os.path.dirname(__file__), os.path.pardir, 
'connection.ini')
-cp = SafeConfigParser()
+cp = ConfigParser()
 cp.read(config_filename)
 
 info = {
diff --git a/python2/tests/DirectSMBTwistedTests/util.py 
b/python2/tests/DirectSMBTwistedTests/util.py
index 12f82af..27f785e 100644
--- a/python2/tests/DirectSMBTwistedTests/util.py
+++ b/python2/tests/DirectSMBTwistedTests/util.py
@@ -1,10 +1,10 @@
 
 import os
-from ConfigParser import SafeConfigParser
+from ConfigParser import ConfigParser
 
 def getConnectionInfo():
 config_filename = os.path.join(os.path.dirname(__file__), os.path.pardir, 
'connection.ini')
-cp = SafeConfigParser()
+cp = ConfigParser()
 cp.read(config_filename)
 
 info = {
diff --git a/python2/tests/SMBConnectionTests/util.py 
b/python2/tests/SMBConnectionTests/util.py
index 4f52d11..faca104 100644
--- a/python2/tests/SMBConnectionTests/util.py
+++ b/python2/tests/SMBConnectionTests/util.py
@@ -1,10 +1,10 @@
 
 import os
-from ConfigParser import SafeConfigParser
+from ConfigParser import ConfigParser
 
 def getConnectionInfo():
 config_filename = os.path.join(os.path.dirname(__file__), os.path.pardir, 
'connection.ini')
-cp = SafeConfigParser()
+cp = ConfigParser()
 cp.read(config_filename)
 
 info = {
diff --git a/python2/tests/SMBTwistedTests/util.py 
b/python2/tests/SMBTwistedTests/util.py
index 1c8fe89..1285084 100644
--- a/python2/tests/SMBTwistedTests/util.py
+++ b/python2/tests/SMBTwistedTests/util.py
@@ -1,10 +1,10 @@
 
 import os
-from ConfigParser import SafeConfigParser
+from ConfigParser import ConfigParser
 
 def getConnectionInfo():
 config_filename = os.path.join(os.path.dirname(__file__), os.path.pardir, 
'connection.ini')
-cp = SafeConfigParser()
+cp = ConfigParser()
 cp.read(config_filename)
 
 info =

commit yast2-trans for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-trans for openSUSE:Factory 
checked in at 2024-02-12 18:51:46

Comparing /work/SRC/openSUSE:Factory/yast2-trans (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-trans.new.1815 (New)


Package is "yast2-trans"

Mon Feb 12 18:51:46 2024 rev:327 rq:1146069 version:84.87.20240210.1383f689ba

Changes:

--- /work/SRC/openSUSE:Factory/yast2-trans/yast2-trans.changes  2024-02-06 
16:32:44.855125320 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-trans.new.1815/yast2-trans.changes
2024-02-12 18:54:05.082566593 +0100
@@ -1,0 +2,15 @@
+Mon Feb 12 05:15:28 UTC 2024 - g...@opensuse.org
+
+- Update to version 84.87.20240210.1383f689ba:
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Czech)
+  * New POT for text domain 'control'.
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Indonesian)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Czech)
+  * Translated using Weblate (Catalan)
+
+---

Old:

  yast2-trans-84.87.20240205.897f2593b3.tar.xz

New:

  yast2-trans-84.87.20240210.1383f689ba.tar.xz



Other differences:
--
++ yast2-trans.spec ++
--- /var/tmp/diff_new_pack.S54rDM/_old  2024-02-12 18:54:05.766591141 +0100
+++ /var/tmp/diff_new_pack.S54rDM/_new  2024-02-12 18:54:05.766591141 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-trans
-Version:84.87.20240205.897f2593b3
+Version:84.87.20240210.1383f689ba
 Release:0
 Summary:YaST2 - Translation Container Package
 License:GPL-2.0-or-later

++ _servicedata ++
--- /var/tmp/diff_new_pack.S54rDM/_old  2024-02-12 18:54:05.818593007 +0100
+++ /var/tmp/diff_new_pack.S54rDM/_new  2024-02-12 18:54:05.818593007 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/yast/yast-translations.git
-  897f2593b329732f1109d8691a4926d8c7490550
+  1383f689ba6e4c1da4b991370c55657b95d425f8
 (No newline at EOF)
 

++ yast2-trans-84.87.20240205.897f2593b3.tar.xz -> 
yast2-trans-84.87.20240210.1383f689ba.tar.xz ++
/work/SRC/openSUSE:Factory/yast2-trans/yast2-trans-84.87.20240205.897f2593b3.tar.xz
 
/work/SRC/openSUSE:Factory/.yast2-trans.new.1815/yast2-trans-84.87.20240210.1383f689ba.tar.xz
 differ: char 27, line 1


commit resource-agents for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2024-02-12 18:51:44

Comparing /work/SRC/openSUSE:Factory/resource-agents (Old)
 and  /work/SRC/openSUSE:Factory/.resource-agents.new.1815 (New)


Package is "resource-agents"

Mon Feb 12 18:51:44 2024 rev:126 rq:1145977 version:4.13.0+git6.ae50f94f

Changes:

--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2023-11-15 21:07:46.954470860 +0100
+++ 
/work/SRC/openSUSE:Factory/.resource-agents.new.1815/resource-agents.changes
2024-02-12 18:54:02.910488641 +0100
@@ -1,0 +2,10 @@
+Mon Jan 15 12:08:57 UTC 2024 - Pedro Monreal 
+
+- Remove the deprecated perl-IO-Socket-INET6 dependency
+  * Remove the dependency on perl(IO::Socket::INET6) as it has been
+deprecated by upstream, is no longer suitable for use and its not
+being maintained. A compatible replacement for this package is
+perl(IO::Socket::IP) which is shipped by the perl-base package.
+  * Add resource-agents-deprecate-INET6.patch
+
+---

New:

  resource-agents-deprecate-INET6.patch

BETA DEBUG BEGIN:
  New:perl(IO::Socket::IP) which is shipped by the perl-base package.
  * Add resource-agents-deprecate-INET6.patch
BETA DEBUG END:



Other differences:
--
++ resource-agents.spec ++
--- /var/tmp/diff_new_pack.tiIo4o/_old  2024-02-12 18:54:03.510510175 +0100
+++ /var/tmp/diff_new_pack.tiIo4o/_new  2024-02-12 18:54:03.514510318 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package resource-agents
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,6 +42,9 @@
 Patch8: nfsnotify.patch
 Patch9: portblock.patch
 
+# PATCH-FIX-OPENSUSE: Remove deprecated perl-IO-Socket-INET6 dependency
+Patch10:resource-agents-deprecate-INET6.patch
+
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  cluster-glue-devel
@@ -81,7 +84,7 @@
 Requires:   %{name}
 Requires:   ipvsadm
 Requires:   logrotate
-Requires:   perl-IO-Socket-INET6
+Requires:   perl-IO-Socket-IP
 Requires:   perl-MailTools
 Requires:   perl-Net-SSLeay
 Requires:   perl-Socket6
@@ -129,6 +132,7 @@
 %patch7 -p0
 %patch8 -p0
 %patch9 -p0
+%patch10 -p1
 
 %build
 autoreconf -fvi

++ resource-agents-deprecate-INET6.patch ++
Index: resource-agents-4.13.0+git6.ae50f94f/ldirectord/ldirectord.in
===
--- resource-agents-4.13.0+git6.ae50f94f.orig/ldirectord/ldirectord.in
+++ resource-agents-4.13.0+git6.ae50f94f/ldirectord/ldirectord.in
@@ -3264,7 +3264,7 @@ sub check_ldap
 sub check_nntp
 {
use IO::Socket;
-   use IO::Socket::INET6;
+   use IO::Socket::IP;
use IO::Select;
my ($v, $r) = @_;
my $sock;
@@ -3275,7 +3275,7 @@ sub check_nntp
 
&ld_debug(2, "Checking NNTP server=$$r{server} port=$port");
 
-   unless ($sock = IO::Socket::INET6->new(PeerAddr => $$r{server},
+   unless ($sock = IO::Socket::IP->new(PeerAddr => $$r{server},
PeerPort => $port, Proto => 'tcp',
TimeOut => $$v{negotiatetimeout})) {
service_set($v, $r, "down", {do_log => 1});


commit syntax-highlighting for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package syntax-highlighting for 
openSUSE:Factory checked in at 2024-02-12 18:51:41

Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
 and  /work/SRC/openSUSE:Factory/.syntax-highlighting.new.1815 (New)


Package is "syntax-highlighting"

Mon Feb 12 18:51:41 2024 rev:90 rq:1145682 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes  
2024-01-15 22:16:37.821127524 +0100
+++ 
/work/SRC/openSUSE:Factory/.syntax-highlighting.new.1815/syntax-highlighting.changes
2024-02-12 18:53:56.322252204 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:44 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  syntax-highlighting-5.114.0.tar.xz
  syntax-highlighting-5.114.0.tar.xz.sig

New:

  syntax-highlighting-5.115.0.tar.xz
  syntax-highlighting-5.115.0.tar.xz.sig



Other differences:
--
++ syntax-highlighting.spec ++
--- /var/tmp/diff_new_pack.SNk867/_old  2024-02-12 18:53:57.458292974 +0100
+++ /var/tmp/diff_new_pack.SNk867/_new  2024-02-12 18:53:57.458292974 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   syntax-highlighting
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Syntax highlighting engine and library
 License:LGPL-2.1-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND 
GPL-3.0-only AND MIT AND BSD-3-Clause AND Artistic-1.0


++ syntax-highlighting-5.114.0.tar.xz -> syntax-highlighting-5.115.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.114.0/CMakeLists.txt 
new/syntax-highlighting-5.115.0/CMakeLists.txt
--- old/syntax-highlighting-5.114.0/CMakeLists.txt  2024-01-06 
09:56:49.0 +0100
+++ new/syntax-highlighting-5.115.0/CMakeLists.txt  2024-02-03 
15:28:05.0 +0100
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0")
+set(KF_VERSION "5.115.0")
 project(KSyntaxHighlighting VERSION ${KF_VERSION})
 
-find_package(ECM 5.114.0 REQUIRED NO_MODULE)
+find_package(ECM 5.115.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.114.0/poqm/fr/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.115.0/poqm/fr/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.114.0/poqm/fr/syntaxhighlighting5_qt.po   
2024-01-06 09:56:49.0 +0100
+++ new/syntax-highlighting-5.115.0/poqm/fr/syntaxhighlighting5_qt.po   
2024-02-03 15:28:05.0 +0100
@@ -19,7 +19,7 @@
 # Maxime Corteel , 2014.
 # Vincent Pinon , 2016, 2017.
 # Simon Depiets , 2018, 2019, 2020.
-# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard 

+# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2024 Xavier Besnard 

 # Xavier Besnard , 2023.
 msgid ""
 msgstr ""
@@ -34,7 +34,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 23.08.3\n"
+"X-Generator: Lokalize 23.08.4\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: qtrich\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.114.0/poqm/gl/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.115.0/poqm/gl/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.114.0/poqm/gl/syntaxhighlighting5_qt.po   
2024-01-06 09:56:49.0 +0100
+++ new/syntax-highlighting-5.115.0/poqm/gl/syntaxhighlighting5_qt.po   
2024-02-03 15:28:05.0 +0100
@@ -6,7 +6,7 @@
 # Marce Villarino , 2009, 2010, 2011, 2012, 2013, 
2014.
 # Xosé , 2010.
 # Adrián Chaves Fernández , 2013, 2015, 2016, 2017.
-# SPDX-FileCopyrightText: 2023 Adrián Chaves (Gallaecio)
+# SPDX-FileCopyrightText: 2023, 2024 Adrián Chaves (Gallaecio)
 #
 msgid ""
 msgstr ""
@@ -15,13 +15,13 @@
 "POT-Creation-Date: 2016-09-08 07:30+\n"
 "PO-Revision-Date: 2023-10-10 15:41+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
-"Language-Team: Galician \n"
+"Language-Team: Proxecto Trasno (proxe...@trasno.gal)\n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 23.08.3\n"
+"X-Gener

commit kwidgetsaddons for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kwidgetsaddons for openSUSE:Factory 
checked in at 2024-02-12 18:51:22

Comparing /work/SRC/openSUSE:Factory/kwidgetsaddons (Old)
 and  /work/SRC/openSUSE:Factory/.kwidgetsaddons.new.1815 (New)


Package is "kwidgetsaddons"

Mon Feb 12 18:51:22 2024 rev:123 rq:1145668 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kwidgetsaddons/kwidgetsaddons.changes
2024-01-15 22:16:15.316305316 +0100
+++ /work/SRC/openSUSE:Factory/.kwidgetsaddons.new.1815/kwidgetsaddons.changes  
2024-02-12 18:53:23.441072169 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:33 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kwidgetsaddons-5.114.0.tar.xz
  kwidgetsaddons-5.114.0.tar.xz.sig

New:

  kwidgetsaddons-5.115.0.tar.xz
  kwidgetsaddons-5.115.0.tar.xz.sig



Other differences:
--
++ kwidgetsaddons.spec ++
--- /var/tmp/diff_new_pack.KZVr0u/_old  2024-02-12 18:53:23.949090400 +0100
+++ /var/tmp/diff_new_pack.KZVr0u/_new  2024-02-12 18:53:23.953090544 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kwidgetsaddons
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Large set of desktop widgets
 License:LGPL-2.1-or-later


++ kwidgetsaddons-5.114.0.tar.xz -> kwidgetsaddons-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwidgetsaddons-5.114.0/CMakeLists.txt 
new/kwidgetsaddons-5.115.0/CMakeLists.txt
--- old/kwidgetsaddons-5.114.0/CMakeLists.txt   2024-01-06 09:55:32.0 
+0100
+++ new/kwidgetsaddons-5.115.0/CMakeLists.txt   2024-02-03 15:26:48.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
 project(KWidgetsAddons VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwidgetsaddons-5.114.0/poqm/fi/kwidgetsaddons5_qt.po 
new/kwidgetsaddons-5.115.0/poqm/fi/kwidgetsaddons5_qt.po
--- old/kwidgetsaddons-5.114.0/poqm/fi/kwidgetsaddons5_qt.po2024-01-06 
09:55:32.0 +0100
+++ new/kwidgetsaddons-5.115.0/poqm/fi/kwidgetsaddons5_qt.po2024-02-03 
15:26:48.0 +0100
@@ -11,7 +11,7 @@
 # Joonas Niilola , 2006.
 # Mikko Piippo , 2007.
 # Teemu Rytilahti , 2008.
-# Tommi Nieminen , 2009, 2010, 2011, 2016, 2017, 
2018, 2019, 2020, 2021, 2022.
+# Tommi Nieminen , 2009, 2010, 2011, 2016, 2017, 
2018, 2019, 2020, 2021, 2022, 2023.
 # Jorma Karvonen , 2010.
 # Lasse Liehu , 2006, 2010, 2011, 2012, 2013, 2014, 
2015, 2016, 2017.
 #
@@ -34,7 +34,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 22.12.3\n"
 "X-POT-Import-Date: 2013-01-13 20:43:21+\n"
 "X-Qt-Contexts: true\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwidgetsaddons-5.114.0/poqm/zh_CN/kwidgetsaddons5_qt.po 
new/kwidgetsaddons-5.115.0/poqm/zh_CN/kwidgetsaddons5_qt.po
--- old/kwidgetsaddons-5.114.0/poqm/zh_CN/kwidgetsaddons5_qt.po 2024-01-06 
09:55:32.0 +0100
+++ new/kwidgetsaddons-5.115.0/poqm/zh_CN/kwidgetsaddons5_qt.po 2024-02-03 
15:26:48.0 +0100
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwidgetsaddons-5.114.0/poqm/zh_TW/kwidgetsaddons5_qt.po 
new/kwidgetsaddons-5.115.0/poqm/zh_TW/kwidgetsaddons5_qt.po
--- old/kwidgetsaddons-5.114.0/poqm/zh_TW/kwidgetsaddons5_qt.po 2024-01-06 
09:55:32.0 +0100
+++ new/kwidgetsaddons-5.115.0/poqm/zh_TW/kwidgetsaddons5_qt.po 2024-02-03 
15:26:48.0 +0100
@@ -13,20 +13,20 @@
 # Franklin Weng , 2010, 2011, 2012, 2013, 2014, 
2015.
 # Jeff Huang , 2016, 2017, 20

commit solid for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package solid for openSUSE:Factory checked 
in at 2024-02-12 18:51:38

Comparing /work/SRC/openSUSE:Factory/solid (Old)
 and  /work/SRC/openSUSE:Factory/.solid.new.1815 (New)


Package is "solid"

Mon Feb 12 18:51:38 2024 rev:131 rq:1145679 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/solid/solid.changes  2024-01-15 
22:16:34.088991171 +0100
+++ /work/SRC/openSUSE:Factory/.solid.new.1815/solid.changes2024-02-12 
18:53:50.282035433 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:42 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  solid-5.114.0.tar.xz
  solid-5.114.0.tar.xz.sig

New:

  solid-5.115.0.tar.xz
  solid-5.115.0.tar.xz.sig



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.gvyp8P/_old  2024-02-12 18:53:50.882056967 +0100
+++ /var/tmp/diff_new_pack.gvyp8P/_new  2024-02-12 18:53:50.886057110 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   solid
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:KDE Desktop hardware abstraction
 License:LGPL-2.1-or-later


++ solid-5.114.0.tar.xz -> solid-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.114.0/CMakeLists.txt 
new/solid-5.115.0/CMakeLists.txt
--- old/solid-5.114.0/CMakeLists.txt2024-01-06 09:56:32.0 +0100
+++ new/solid-5.115.0/CMakeLists.txt2024-02-03 15:27:48.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
 project(Solid VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.114.0/poqm/zh_CN/solid5_qt.po 
new/solid-5.115.0/poqm/zh_CN/solid5_qt.po
--- old/solid-5.114.0/poqm/zh_CN/solid5_qt.po   2024-01-06 09:56:32.0 
+0100
+++ new/solid-5.115.0/poqm/zh_CN/solid5_qt.po   2024-02-03 15:27:48.0 
+0100
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-12-30 13:42\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"


commit kservice for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2024-02-12 18:51:16

Comparing /work/SRC/openSUSE:Factory/kservice (Old)
 and  /work/SRC/openSUSE:Factory/.kservice.new.1815 (New)


Package is "kservice"

Mon Feb 12 18:51:16 2024 rev:128 rq:1145662 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kservice/kservice.changes2024-01-15 
22:16:04.399906489 +0100
+++ /work/SRC/openSUSE:Factory/.kservice.new.1815/kservice.changes  
2024-02-12 18:53:11.424640925 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:28 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kservice-5.114.0.tar.xz
  kservice-5.114.0.tar.xz.sig

New:

  kservice-5.115.0.tar.xz
  kservice-5.115.0.tar.xz.sig



Other differences:
--
++ kservice.spec ++
--- /var/tmp/diff_new_pack.gv8SBx/_old  2024-02-12 18:53:11.956660018 +0100
+++ /var/tmp/diff_new_pack.gv8SBx/_new  2024-02-12 18:53:11.956660018 +0100
@@ -23,7 +23,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kservice
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Plugin framework for desktop services
 License:LGPL-2.1-or-later


++ kservice-5.114.0.tar.xz -> kservice-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.114.0/CMakeLists.txt 
new/kservice-5.115.0/CMakeLists.txt
--- old/kservice-5.114.0/CMakeLists.txt 2024-01-06 09:54:59.0 +0100
+++ new/kservice-5.115.0/CMakeLists.txt 2024-02-03 15:26:16.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KService VERSION ${KF_VERSION})
 
 # Disallow in-source build
@@ -11,7 +11,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kservice-5.114.0/po/ca/docs/desktoptojson/man-desktoptojson.8.docbook 
new/kservice-5.115.0/po/ca/docs/desktoptojson/man-desktoptojson.8.docbook
--- old/kservice-5.114.0/po/ca/docs/desktoptojson/man-desktoptojson.8.docbook   
2024-01-06 09:54:59.0 +0100
+++ new/kservice-5.115.0/po/ca/docs/desktoptojson/man-desktoptojson.8.docbook   
2024-02-03 15:26:16.0 +0100
@@ -126,7 +126,7 @@
 >Hidden i X-KDE-PluginInfo-EnabledByDefault) són conegudes per ser valors booleans i per tant es converteixen, i 
algunes similars (com ) són conegudes per ser valors booleans i, per tant, es converteixen, i 
algunes similars (com X-KDE-ServiceTypes i X-KDE-PluginInfo-Dependshttps://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-16 00:40+\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit purpose for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2024-02-12 18:51:36

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1815 (New)


Package is "purpose"

Mon Feb 12 18:51:36 2024 rev:81 rq:1145677 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2024-01-15 
22:16:32.236923506 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.1815/purpose.changes
2024-02-12 18:53:47.569938102 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:40 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  purpose-5.114.0.tar.xz
  purpose-5.114.0.tar.xz.sig

New:

  purpose-5.115.0.tar.xz
  purpose-5.115.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.rpt9Gx/_old  2024-02-12 18:53:48.137958487 +0100
+++ /var/tmp/diff_new_pack.rpt9Gx/_new  2024-02-12 18:53:48.141958630 +0100
@@ -27,7 +27,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   purpose
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.114.0.tar.xz -> purpose-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.114.0/CMakeLists.txt 
new/purpose-5.115.0/CMakeLists.txt
--- old/purpose-5.114.0/CMakeLists.txt  2024-01-06 09:56:21.0 +0100
+++ new/purpose-5.115.0/CMakeLists.txt  2024-02-03 15:27:37.0 +0100
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.114.0 REQUIRED NO_MODULE)
+find_package(ECM 5.115.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.114.0/po/zh_CN/libpurpose_quick.po 
new/purpose-5.115.0/po/zh_CN/libpurpose_quick.po
--- old/purpose-5.114.0/po/zh_CN/libpurpose_quick.po2024-01-06 
09:56:21.0 +0100
+++ new/purpose-5.115.0/po/zh_CN/libpurpose_quick.po2024-02-03 
15:27:37.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:42\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.114.0/po/zh_CN/libpurpose_widgets.po 
new/purpose-5.115.0/po/zh_CN/libpurpose_widgets.po
--- old/purpose-5.114.0/po/zh_CN/libpurpose_widgets.po  2024-01-06 
09:56:21.0 +0100
+++ new/purpose-5.115.0/po/zh_CN/libpurpose_widgets.po  2024-02-03 
15:27:37.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:42\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.114.0/po/zh_CN/purpose-fileitemaction.po 
new/purpose-5.115.0/po/zh_CN/purpose-fileitemaction.po
--- old/purpose-5.114.0/po/zh_CN/purpose-fileitemaction.po  2024-01-06 
09:56:21.0 +0100
+++ new/purpose-5.115.0/po/zh_CN/purpose-fileitemaction.po  2024-02-03 
15:27:37.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:42\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.114.0/po/zh_CN/purpose_barcode.

commit krunner for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package krunner for openSUSE:Factory checked 
in at 2024-02-12 18:51:14

Comparing /work/SRC/openSUSE:Factory/krunner (Old)
 and  /work/SRC/openSUSE:Factory/.krunner.new.1815 (New)


Package is "krunner"

Mon Feb 12 18:51:14 2024 rev:121 rq:1145661 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/krunner/krunner.changes  2024-01-15 
22:16:02.059820994 +0100
+++ /work/SRC/openSUSE:Factory/.krunner.new.1815/krunner.changes
2024-02-12 18:53:09.860584795 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:27 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  krunner-5.114.0.tar.xz
  krunner-5.114.0.tar.xz.sig

New:

  krunner-5.115.0.tar.xz
  krunner-5.115.0.tar.xz.sig



Other differences:
--
++ krunner.spec ++
--- /var/tmp/diff_new_pack.Fxxpja/_old  2024-02-12 18:53:10.364602883 +0100
+++ /var/tmp/diff_new_pack.Fxxpja/_new  2024-02-12 18:53:10.364602883 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   krunner
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:KDE Framework for providing different actions given a string 
query
 License:LGPL-2.1-or-later


++ krunner-5.114.0.tar.xz -> krunner-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.114.0/CMakeLists.txt 
new/krunner-5.115.0/CMakeLists.txt
--- old/krunner-5.114.0/CMakeLists.txt  2024-01-06 09:54:54.0 +0100
+++ new/krunner-5.115.0/CMakeLists.txt  2024-02-03 15:26:10.0 +0100
@@ -3,13 +3,13 @@
 
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KRunner VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 


commit kpty for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kpty for openSUSE:Factory checked in 
at 2024-02-12 18:51:10

Comparing /work/SRC/openSUSE:Factory/kpty (Old)
 and  /work/SRC/openSUSE:Factory/.kpty.new.1815 (New)


Package is "kpty"

Mon Feb 12 18:51:10 2024 rev:124 rq:1145658 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kpty/kpty.changes2024-01-15 
22:15:54.911559834 +0100
+++ /work/SRC/openSUSE:Factory/.kpty.new.1815/kpty.changes  2024-02-12 
18:53:04.888406353 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:25 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kpty-5.114.0.tar.xz
  kpty-5.114.0.tar.xz.sig

New:

  kpty-5.115.0.tar.xz
  kpty-5.115.0.tar.xz.sig



Other differences:
--
++ kpty.spec ++
--- /var/tmp/diff_new_pack.zigtj0/_old  2024-02-12 18:53:05.492428030 +0100
+++ /var/tmp/diff_new_pack.zigtj0/_new  2024-02-12 18:53:05.492428030 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kpty
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Primitives to interface with pseudo terminal devices
 License:LGPL-2.1-or-later


++ kpty-5.114.0.tar.xz -> kpty-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.114.0/CMakeLists.txt 
new/kpty-5.115.0/CMakeLists.txt
--- old/kpty-5.114.0/CMakeLists.txt 2024-01-06 09:54:38.0 +0100
+++ new/kpty-5.115.0/CMakeLists.txt 2024-02-03 15:25:55.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KPty VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.114.0/po/zh_CN/kpty5.po 
new/kpty-5.115.0/po/zh_CN/kpty5.po
--- old/kpty-5.114.0/po/zh_CN/kpty5.po  2024-01-06 09:54:38.0 +0100
+++ new/kpty-5.115.0/po/zh_CN/kpty5.po  2024-02-03 15:25:55.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit xorg-x11-server for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2024-02-12 18:51:07

Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-server.new.1815 (New)


Package is "xorg-x11-server"

Mon Feb 12 18:51:07 2024 rev:426 rq:1146120 version:21.1.11

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2024-01-30 18:23:56.118738996 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-server.new.1815/xorg-x11-server.changes
2024-02-12 18:53:00.416245857 +0100
@@ -1,0 +2,40 @@
+Mon Feb 12 09:58:50 UTC 2024 - Stefan Dirsch 
+
+- Release 21.1.11 also covers fixes for security issue CVE-2022-46340
+  and bug numbers bsc#1205874, bsc#1217765
+
+---
+Sun Feb 11 10:02:32 UTC 2024 - Stefan Dirsch 
+
+- Release 21.1.11 covers fixes for the following bug numbers, which
+  are not mentioned in this changelog before: bsc#1218845,
+  bsc#1218846, bsc#1216261, bsc#1216133, bsc#1216135
+
+---
+Sun Feb 11 09:41:05 UTC 2024 - Stefan Dirsch 
+
+- Release 21.1.11 supersedes the following patches still used with
+  xorg-x11-server 21.1.4 on sle15-sp5/Leap 15.5 and not mentioned in
+  this changelog as superseded before:
+  * U_Xext-fix-invalid-event-type-mask-in-XTestSwapFakeInp.patch
+  * U_bsc1216133-mi-reset-the-PointerWindows-reference-on-screen-swit.patch
+  * U_bsc1216135-Xi-randr-fix-handling-of-PropModeAppend-Prepend.patch
+  * U_bsc1216261-0001-mi-fix-CloseScreen-initialization-order.patch
+  * U_bsc1216261-0002-fb-properly-wrap-unwrap-CloseScreen.patch
+  * U_bsc1216261-0003-dix-always-initialize-pScreen-CloseScreen.patch
+  * bsc1218582-0001-dix-allocate-enough-space-for-logical-button-maps.patch
+  * bsc1218583-0001-dix-Allocate-sufficient-xEvents-for-our-DeviceStateN.patch
+  * bsc1218583-0002-dix-fix-DeviceStateNotify-event-calculation.patch
+  * bsc1218583-0003-Xi-when-creating-a-new-ButtonClass-set-the-number-of.patch
+  * bsc1218584-0001-Xi-flush-hierarchy-events-after-adding-removing-mast.patch
+  * bsc1218585-0001-Xi-do-not-keep-linked-list-pointer-during-recursion.patch
+  * bsc1218585-0002-dix-when-disabling-a-master-float-disabled-slaved-de.patch
+  * U_bsc1218845-glx-Call-XACE-hooks-on-the-GLX-buffer.patch
+  * U_bsc1218846-ephyr-xwayland-Use-the-proper-private-key-for-cursor.patch
+
+---
+Fri Feb  9 20:09:22 UTC 2024 - Stefan Dirsch 
+
+- xserver sources of this release fixes segfault in Xvnc (bsc#1219311)
+
+---



Other differences:
--


commit kxmlrpcclient5 for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kxmlrpcclient5 for openSUSE:Factory 
checked in at 2024-02-12 18:51:25

Comparing /work/SRC/openSUSE:Factory/kxmlrpcclient5 (Old)
 and  /work/SRC/openSUSE:Factory/.kxmlrpcclient5.new.1815 (New)


Package is "kxmlrpcclient5"

Mon Feb 12 18:51:25 2024 rev:109 rq:1145671 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kxmlrpcclient5/kxmlrpcclient5.changes
2024-01-15 22:16:19.936474113 +0100
+++ /work/SRC/openSUSE:Factory/.kxmlrpcclient5.new.1815/kxmlrpcclient5.changes  
2024-02-12 18:53:28.577256496 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:35 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kxmlrpcclient-5.114.0.tar.xz
  kxmlrpcclient-5.114.0.tar.xz.sig

New:

  kxmlrpcclient-5.115.0.tar.xz
  kxmlrpcclient-5.115.0.tar.xz.sig



Other differences:
--
++ kxmlrpcclient5.spec ++
--- /var/tmp/diff_new_pack.D2L47d/_old  2024-02-12 18:53:29.229279895 +0100
+++ /var/tmp/diff_new_pack.D2L47d/_new  2024-02-12 18:53:29.233280038 +0100
@@ -25,7 +25,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kxmlrpcclient5
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Library containing simple XML-RPC Client support
 License:BSD-2-Clause


++ kxmlrpcclient-5.114.0.tar.xz -> kxmlrpcclient-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.114.0/CMakeLists.txt 
new/kxmlrpcclient-5.115.0/CMakeLists.txt
--- old/kxmlrpcclient-5.114.0/CMakeLists.txt2024-01-06 09:55:48.0 
+0100
+++ new/kxmlrpcclient-5.115.0/CMakeLists.txt2024-02-03 15:27:04.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KXmlRpcClient VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.114.0 CONFIG )
+find_package(ECM 5.115.0 CONFIG )
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.114.0/po/zh_CN/libkxmlrpcclient5.po 
new/kxmlrpcclient-5.115.0/po/zh_CN/libkxmlrpcclient5.po
--- old/kxmlrpcclient-5.114.0/po/zh_CN/libkxmlrpcclient5.po 2024-01-06 
09:55:48.0 +0100
+++ new/kxmlrpcclient-5.115.0/po/zh_CN/libkxmlrpcclient5.po 2024-02-03 
15:27:04.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kxmlgui for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kxmlgui for openSUSE:Factory checked 
in at 2024-02-12 18:51:24

Comparing /work/SRC/openSUSE:Factory/kxmlgui (Old)
 and  /work/SRC/openSUSE:Factory/.kxmlgui.new.1815 (New)


Package is "kxmlgui"

Mon Feb 12 18:51:24 2024 rev:127 rq:1145670 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes  2024-01-15 
22:16:18.19601 +0100
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new.1815/kxmlgui.changes
2024-02-12 18:53:26.745190746 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:34 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kxmlgui-5.114.0.tar.xz
  kxmlgui-5.114.0.tar.xz.sig

New:

  kxmlgui-5.115.0.tar.xz
  kxmlgui-5.115.0.tar.xz.sig



Other differences:
--
++ kxmlgui.spec ++
--- /var/tmp/diff_new_pack.UFoYl5/_old  2024-02-12 18:53:27.233208261 +0100
+++ /var/tmp/diff_new_pack.UFoYl5/_new  2024-02-12 18:53:27.237208404 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kxmlgui
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Framework for managing menu and toolbar actions
 License:LGPL-2.1-or-later AND GPL-2.0-or-later


++ kxmlgui-5.114.0.tar.xz -> kxmlgui-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.114.0/CMakeLists.txt 
new/kxmlgui-5.115.0/CMakeLists.txt
--- old/kxmlgui-5.114.0/CMakeLists.txt  2024-01-06 09:55:42.0 +0100
+++ new/kxmlgui-5.115.0/CMakeLists.txt  2024-02-03 15:26:59.0 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KXmlGui VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.114.0/po/ca/kxmlgui5.po 
new/kxmlgui-5.115.0/po/ca/kxmlgui5.po
--- old/kxmlgui-5.114.0/po/ca/kxmlgui5.po   2024-01-06 09:55:42.0 
+0100
+++ new/kxmlgui-5.115.0/po/ca/kxmlgui5.po   2024-02-03 15:26:59.0 
+0100
@@ -1,12 +1,12 @@
 # Translation of kxmlgui5.po to Catalan
-# Copyright (C) 1998-2023 This_file_is_part_of_KDE
+# Copyright (C) 1998-2024 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
 # Antoni Bella Pérez , 2003, 2006, 2011, 2012, 2013, 
2014, 2015, 2016, 2017, 2020, 2022.
 # Albert Astals Cid , 2004, 2005, 2007.
-# Josep M. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023.
+# Josep M. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024.
 # Robert Millan , 2009.
 # Orestes Mas , 2010.
 # Empar Montoro Martín , 2019.
@@ -15,7 +15,7 @@
 "Project-Id-Version: kxmlgui\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-07-11 10:14+0200\n"
+"PO-Revision-Date: 2024-01-29 20:39+0100\n"
 "Last-Translator: Josep M. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
@@ -525,8 +525,8 @@
 msgstr ""
 "Per a enviar un informe d'error, cliqueu al botó de sota. Això obrirà "
 "una finestra del navegador web a https://bugs.kde.org\";>https://";
-"bugs.kde.org on trobareu un formulari per emplenar. La informació que es 
"
-"mostra més amunt s'enviarà a aquest servidor."
+"bugs.kde.org on trobareu un formulari per a emplenar. La informació que "
+"es mostra més amunt s'enviarà a aquest servidor."
 
 #: kbugreport.cpp:306
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.114.0/po/ca@valencia/kxmlgui5.po 
new/kxmlgui-5.115.0/po/ca@valencia/kxmlgui5.po
--- old/kxmlgui-5.114.0/p

commit kwallet for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kwallet for openSUSE:Factory checked 
in at 2024-02-12 18:51:20

Comparing /work/SRC/openSUSE:Factory/kwallet (Old)
 and  /work/SRC/openSUSE:Factory/.kwallet.new.1815 (New)


Package is "kwallet"

Mon Feb 12 18:51:20 2024 rev:129 rq:1145666 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes  2024-01-15 
22:16:13.276230783 +0100
+++ /work/SRC/openSUSE:Factory/.kwallet.new.1815/kwallet.changes
2024-02-12 18:53:21.625006994 +0100
@@ -1,0 +2,11 @@
+Thu Feb  8 11:15:31 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- Changes since 5.114.0:
+  * Emit the walletCreated signal in the KWalletD::pamOpen function
+if a new wallet is created during its call
+
+---

Old:

  kwallet-5.114.0.tar.xz
  kwallet-5.114.0.tar.xz.sig

New:

  kwallet-5.115.0.tar.xz
  kwallet-5.115.0.tar.xz.sig



Other differences:
--
++ kwallet.spec ++
--- /var/tmp/diff_new_pack.qgyGwG/_old  2024-02-12 18:53:22.113024508 +0100
+++ /var/tmp/diff_new_pack.qgyGwG/_new  2024-02-12 18:53:22.113024508 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kwallet
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Safe desktop-wide storage for passwords
 License:LGPL-2.1-or-later


++ kwallet-5.114.0.tar.xz -> kwallet-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.114.0/CMakeLists.txt 
new/kwallet-5.115.0/CMakeLists.txt
--- old/kwallet-5.114.0/CMakeLists.txt  2024-01-06 09:55:21.0 +0100
+++ new/kwallet-5.115.0/CMakeLists.txt  2024-02-03 15:26:38.0 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KWallet VERSION ${KF_VERSION})
 set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://invent.kde.org/frameworks/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.114.0/po/he/kwalletd5.po 
new/kwallet-5.115.0/po/he/kwalletd5.po
--- old/kwallet-5.114.0/po/he/kwalletd5.po  2024-01-06 09:55:21.0 
+0100
+++ new/kwallet-5.115.0/po/he/kwalletd5.po  2024-02-03 15:26:38.0 
+0100
@@ -1,13 +1,14 @@
 # Diego Iastrubni , 2012, 2013.
 # Elkana Bardugo , 2017. #zanata
+# SPDX-FileCopyrightText: 2023 Yaron Shahrabani 
 msgid ""
 msgstr ""
 "Project-Id-Version: kwalletd5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2017-05-16 06:50-0400\n"
-"Last-Translator: Copied by Zanata \n"
-"Language-Team: Hebrew \n"
+"PO-Revision-Date: 2024-01-07 23:08+0200\n"
+"Last-Translator: Yaron Shahrabani \n"
+"Language-Team: צוות התרגום של KDE ישראל\n"
 "Language: he\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -15,7 +16,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Poedit-Language: Hebrew\n"
 "X-Poedit-Country: ISRAEL\n"
-"X-Generator: Zanata 3.9.6\n"
+"X-Generator: Lokalize 23.08.4\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -34,6 +35,8 @@
 "wallet %1. Error code is %2. Please fix your system "
 "configuration, then try again."
 msgstr ""
+"שגיאה בניסיון להפעיל את OpenPGP תוך ניסיון 
לשמור את הארנק %1. קוד "
+"השגיאה הוא %2. נא לתקן את הגדרות המערכת 
שלך ולנסות שוב."
 
 #: backend/backendpersisthandler.cpp:501
 #, kde-format
@@ -41,6 +44,8 @@
 "Error when attempting to initialize OpenPGP while attempting to save the "
 "wallet %1. Please fix your system configuration, then try again."
 msgstr ""
+"שגיאה בניסיון להפעיל את OpenPGP תוך ניסיון 
לשמור את הארנק %1. נא "
+"לתקן את הגדרות המערכת שלך ולנסות שוב."
 
 #: backend/backendpersisthandler.cpp:555
 #, kde-format
@@ -50,6 +55,10 @@
 "again. This error may occur if you are not us

commit kunitconversion for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kunitconversion for openSUSE:Factory 
checked in at 2024-02-12 18:51:19

Comparing /work/SRC/openSUSE:Factory/kunitconversion (Old)
 and  /work/SRC/openSUSE:Factory/.kunitconversion.new.1815 (New)


Package is "kunitconversion"

Mon Feb 12 18:51:19 2024 rev:125 rq:1145665 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kunitconversion/kunitconversion.changes  
2024-01-15 22:16:12.096187670 +0100
+++ 
/work/SRC/openSUSE:Factory/.kunitconversion.new.1815/kunitconversion.changes
2024-02-12 18:53:19.992948423 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:30 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kunitconversion-5.114.0.tar.xz
  kunitconversion-5.114.0.tar.xz.sig

New:

  kunitconversion-5.115.0.tar.xz
  kunitconversion-5.115.0.tar.xz.sig



Other differences:
--
++ kunitconversion.spec ++
--- /var/tmp/diff_new_pack.yxGZVV/_old  2024-02-12 18:53:20.776976560 +0100
+++ /var/tmp/diff_new_pack.yxGZVV/_new  2024-02-12 18:53:20.780976704 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kunitconversion
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Tool for converting physical units
 License:LGPL-2.1-or-later


++ kunitconversion-5.114.0.tar.xz -> kunitconversion-5.115.0.tar.xz ++
 5499 lines of diff (skipped)


commit knewstuff for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package knewstuff for openSUSE:Factory 
checked in at 2024-02-12 18:51:02

Comparing /work/SRC/openSUSE:Factory/knewstuff (Old)
 and  /work/SRC/openSUSE:Factory/.knewstuff.new.1815 (New)


Package is "knewstuff"

Mon Feb 12 18:51:02 2024 rev:124 rq:1145651 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/knewstuff/knewstuff.changes  2024-01-15 
22:15:43.915158084 +0100
+++ /work/SRC/openSUSE:Factory/.knewstuff.new.1815/knewstuff.changes
2024-02-12 18:52:47.179770829 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:19 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  knewstuff-5.114.0.tar.xz
  knewstuff-5.114.0.tar.xz.sig

New:

  knewstuff-5.115.0.tar.xz
  knewstuff-5.115.0.tar.xz.sig



Other differences:
--
++ knewstuff.spec ++
--- /var/tmp/diff_new_pack.uu0vdn/_old  2024-02-12 18:52:47.803793224 +0100
+++ /var/tmp/diff_new_pack.uu0vdn/_new  2024-02-12 18:52:47.803793224 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   knewstuff
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Framework for downloading and sharing additional application 
data
 License:LGPL-2.1-or-later


++ knewstuff-5.114.0.tar.xz -> knewstuff-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.114.0/CMakeLists.txt 
new/knewstuff-5.115.0/CMakeLists.txt
--- old/knewstuff-5.114.0/CMakeLists.txt2024-01-06 09:54:00.0 
+0100
+++ new/knewstuff-5.115.0/CMakeLists.txt2024-02-03 15:25:17.0 
+0100
@@ -3,14 +3,14 @@
 
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KNewStuff VERSION ${KF_VERSION})
 
 set(CMAKE_CXX_EXTENSIONS OFF)
 
 include(FeatureSummary)
-find_package(ECM 5.114.0 NO_MODULE)
+find_package(ECM 5.115.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.114.0/po/ca/knewstuff5.po 
new/knewstuff-5.115.0/po/ca/knewstuff5.po
--- old/knewstuff-5.114.0/po/ca/knewstuff5.po   2024-01-06 09:54:00.0 
+0100
+++ new/knewstuff-5.115.0/po/ca/knewstuff5.po   2024-02-03 15:25:17.0 
+0100
@@ -1,12 +1,12 @@
 # Translation of knewstuff5.po to Catalan
-# Copyright (C) 1998-2022 This_file_is_part_of_KDE
+# Copyright (C) 1998-2024 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
 # Antoni Bella Pérez , 2003, 2006, 2011, 2012, 2013, 
2014, 2015, 2016, 2017, 2020, 2021, 2022.
 # Albert Astals Cid , 2004, 2005, 2007.
-# Josep M. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022.
+# Josep M. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2024.
 # Robert Millan , 2009.
 # Orestes Mas , 2010.
 # Empar Montoro Martín , 2019.
@@ -15,14 +15,14 @@
 "Project-Id-Version: knewstuff\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2022-12-15 14:13+0100\n"
+"PO-Revision-Date: 2024-01-29 19:14+0100\n"
 "Last-Translator: Josep M. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 22.12.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -1403,7 +1403,7 @@
 "Per a carregar entrades noves o per a afegir contingut a una entrada "
 "existent a la KDE Store, obriu el lloc web i accediu-hi. Una vegada fet "
 "això, trobareu l'entrada «My Products» en el menú que apareixerà quan 
feu "
-"clic a la vostra icona d'usuari. Feu clic en aquesta entr

commit ktexteditor for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktexteditor for openSUSE:Factory 
checked in at 2024-02-12 18:51:17

Comparing /work/SRC/openSUSE:Factory/ktexteditor (Old)
 and  /work/SRC/openSUSE:Factory/.ktexteditor.new.1815 (New)


Package is "ktexteditor"

Mon Feb 12 18:51:17 2024 rev:124 rq:1145663 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor.changes  2024-01-15 
22:16:07.712027496 +0100
+++ /work/SRC/openSUSE:Factory/.ktexteditor.new.1815/ktexteditor.changes
2024-02-12 18:53:13.784725623 +0100
@@ -1,0 +2,10 @@
+Thu Feb  8 11:15:29 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- Changes since 5.114.0:
+  * Add parent widget for diff dialogs
+
+---

Old:

  ktexteditor-5.114.0.tar.xz
  ktexteditor-5.114.0.tar.xz.sig

New:

  ktexteditor-5.115.0.tar.xz
  ktexteditor-5.115.0.tar.xz.sig



Other differences:
--
++ ktexteditor.spec ++
--- /var/tmp/diff_new_pack.aSvwbv/_old  2024-02-12 18:53:15.520787927 +0100
+++ /var/tmp/diff_new_pack.aSvwbv/_new  2024-02-12 18:53:15.536788501 +0100
@@ -23,7 +23,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   ktexteditor
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Embeddable text editor component
 License:LGPL-2.1-or-later

++ ktexteditor-5.114.0.tar.xz -> ktexteditor-5.115.0.tar.xz ++
 6885 lines of diff (skipped)

++ ktexteditor-5.114.0.tar.xz.sig -> ktexteditor-5.115.0.tar.xz.sig ++
--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor-5.114.0.tar.xz.sig   
2024-01-15 22:16:07.556021797 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktexteditor.new.1815/ktexteditor-5.115.0.tar.xz.sig 
2024-02-12 18:53:13.668721461 +0100
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJ6MACgkQWNDuZIpI
-s7stTgf9FcpHoC0JSSVoD7DGHHO/W7YyolpWpJ5hrCEMJPdKeZlSbrKyQjgGBOpN
-fSLkoloMlLVbMbzzODrW1zEVQwhhBavBzJ+8Dfedcv0uEFi6+LIJM7frOGPFgyhY
-Tkcmld4YMzy5mUFB8ntFdlnsxS+YPHYXCOxr+VcLU49FkhwkMwXP5RatMTfw65zT
-I8kOqj3dR4Uon7aNu1tEEMKIqy63wtkp2M7wa+YaH1Sfy0NhL2Nfs8U7cj89SFeF
-4PSjAgWPpXx81oMfQknOlU72mte5tHWwdgPU9JiUcIfa1puMsJQcxQUUXZI74PIm
-RIK+1YOq5batPjjSzxGInVKFaSSU0A==
-=xkXS
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmW+XqYACgkQWNDuZIpI
+s7vf8QgAs1/LIjRAPznWOVq2/7gaBwCDWjKSON3Q2xre7s8RqM+s4PdhPYPVRo/9
+N0z1yM3FgTeFOa4Yc9NQX4/WLomLnFRJe6UMOYgDhCpsnm328uDTWXuaTJUJ+wW9
+g98eFHaHuE4A7wP3HoO/A9LK+aEGpwG4emJFcOr1gLmzB7PY4e1+rCMOqtizoai7
+cNsGpFMozC2Gc7SuOZ1b8tLzZvqWAkCI/GUoeOqaaCtMD703KruQp3KHUUUcX7jR
+H9/NtPpgav+kHch8mZbIoY48DGffykuBA1z6J8CGaB+OFwsSim+w4apzAT2fdJNm
+m5DkxlSySnq2mSLOH9hL9SpDQeq4Mw==
+=4psh
 -END PGP SIGNATURE-


commit kirigami2 for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kirigami2 for openSUSE:Factory 
checked in at 2024-02-12 18:50:55

Comparing /work/SRC/openSUSE:Factory/kirigami2 (Old)
 and  /work/SRC/openSUSE:Factory/.kirigami2.new.1815 (New)


Package is "kirigami2"

Mon Feb 12 18:50:55 2024 rev:87 rq:1145644 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kirigami2/kirigami2.changes  2024-01-15 
22:15:34.062798130 +0100
+++ /work/SRC/openSUSE:Factory/.kirigami2.new.1815/kirigami2.changes
2024-02-12 18:52:41.143552606 +0100
@@ -1,0 +2,11 @@
+Thu Feb  8 11:15:13 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+- Switch to the latest GCC version available in Leap for packages
+  that can't build with the default compiler
+
+---

Old:

  kirigami2-5.114.0.tar.xz
  kirigami2-5.114.0.tar.xz.sig

New:

  kirigami2-5.115.0.tar.xz
  kirigami2-5.115.0.tar.xz.sig



Other differences:
--
++ kirigami2.spec ++
--- /var/tmp/diff_new_pack.SHMKTT/_old  2024-02-12 18:52:41.699572712 +0100
+++ /var/tmp/diff_new_pack.SHMKTT/_new  2024-02-12 18:52:41.703572857 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kirigami2
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Set of QtQuick components
 License:LGPL-2.1-or-later
@@ -36,8 +36,8 @@
 %endif
 BuildRequires:  extra-cmake-modules >= %{_kf5_version}
 %if 0%{?suse_version} == 1500
-BuildRequires:  gcc10-c++
-BuildRequires:  gcc10-PIE
+BuildRequires:  gcc13-c++
+BuildRequires:  gcc13-PIE
 %endif
 BuildRequires:  libQt5Gui-private-headers-devel >= %{qt5_version}
 BuildRequires:  cmake(Qt5Concurrent) >= %{qt5_version}
@@ -79,7 +79,7 @@
 
 %build
 %if 0%{?suse_version} == 1500
-export CXX=g++-10
+export CXX=g++-13
 %endif
 
 %cmake_kf5 -d build


++ kirigami2-5.114.0.tar.xz -> kirigami2-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kirigami2-5.114.0/CMakeLists.txt 
new/kirigami2-5.115.0/CMakeLists.txt
--- old/kirigami2-5.114.0/CMakeLists.txt2024-01-06 09:53:22.0 
+0100
+++ new/kirigami2-5.115.0/CMakeLists.txt2024-02-03 15:24:39.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 
 project(kirigami2 VERSION ${KF_VERSION})
 
@@ -21,7 +21,7 @@
 if(DEFINED STATIC_LIBRARY)
 message(FATAL_ERROR "Use the BUILD_SHARED_LIBS=OFF option to build a 
static library, STATIC_LIBRARY is no longer a supported option")
 endif()
-find_package(ECM 5.114.0 NO_MODULE)
+find_package(ECM 5.115.0 NO_MODULE)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
 
 if (NOT ${BUILD_SHARED_LIBS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kirigami2-5.114.0/poqm/eo/libkirigami2plugin_qt.po 
new/kirigami2-5.115.0/poqm/eo/libkirigami2plugin_qt.po
--- old/kirigami2-5.114.0/poqm/eo/libkirigami2plugin_qt.po  1970-01-01 
01:00:00.0 +0100
+++ new/kirigami2-5.115.0/poqm/eo/libkirigami2plugin_qt.po  2024-02-03 
15:24:39.0 +0100
@@ -0,0 +1,279 @@
+# translation of libkirigami2plugin_qt.pot to Esperanto
+# Copyright (C) 2023 Free Software Foundation, Inc.
+# This file is distributed under the same license as the kirigami package.
+# Oliver Kellogg , 2023.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kirigami\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2023-11-05 13:43+0100\n"
+"PO-Revision-Date: 2024-01-07 07:40+0100\n"
+"Last-Translator: Oliver Kellogg \n"
+"Language-Team: Esperanto \n"
+"Language: eo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: translate-po (https://github.com/zcribe/translate-po)\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: controls/AboutItem.qml:133
+#, qt-format
+msgctxt "AboutItem|"
+msgid "%1 (%2)"
+msgstr "%1 (%2)"
+
+#: controls/AboutItem.qml:142
+#, qt-format
+msgctxt "AboutItem|"
+msgid "Visit %1's KDE Store page"
+msgstr "Vizitu la KDE Store-paĝon de %1"
+
+#: controls/AboutItem.qml:151
+#, qt-format
+msgctxt "AboutItem|"
+msgid "Send an email to %1"
+msgstr "Sendi retmesaĝon al %1"
+
+#: controls/AboutItem.qml:201
+msgctxt "AboutItem|

commit kitemmodels for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kitemmodels for openSUSE:Factory 
checked in at 2024-02-12 18:50:57

Comparing /work/SRC/openSUSE:Factory/kitemmodels (Old)
 and  /work/SRC/openSUSE:Factory/.kitemmodels.new.1815 (New)


Package is "kitemmodels"

Mon Feb 12 18:50:57 2024 rev:124 rq:1145645 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kitemmodels/kitemmodels.changes  2024-01-15 
22:15:35.970867841 +0100
+++ /work/SRC/openSUSE:Factory/.kitemmodels.new.1815/kitemmodels.changes
2024-02-12 18:52:42.115587755 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:14 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kitemmodels-5.114.0.tar.xz
  kitemmodels-5.114.0.tar.xz.sig

New:

  kitemmodels-5.115.0.tar.xz
  kitemmodels-5.115.0.tar.xz.sig



Other differences:
--
++ kitemmodels.spec ++
--- /var/tmp/diff_new_pack.DcdzQp/_old  2024-02-12 18:52:42.619605981 +0100
+++ /var/tmp/diff_new_pack.DcdzQp/_new  2024-02-12 18:52:42.623606125 +0100
@@ -25,7 +25,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kitemmodels
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Set of item models extending the Qt model-view framework
 License:LGPL-2.1-or-later


++ kitemmodels-5.114.0.tar.xz -> kitemmodels-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.114.0/CMakeLists.txt 
new/kitemmodels-5.115.0/CMakeLists.txt
--- old/kitemmodels-5.114.0/CMakeLists.txt  2024-01-06 09:53:28.0 
+0100
+++ new/kitemmodels-5.115.0/CMakeLists.txt  2024-02-03 15:24:45.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
 project(KItemModels VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 


commit kross for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kross for openSUSE:Factory checked 
in at 2024-02-12 18:51:13

Comparing /work/SRC/openSUSE:Factory/kross (Old)
 and  /work/SRC/openSUSE:Factory/.kross.new.1815 (New)


Package is "kross"

Mon Feb 12 18:51:13 2024 rev:123 rq:1145660 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kross/kross.changes  2024-01-15 
22:15:59.479726731 +0100
+++ /work/SRC/openSUSE:Factory/.kross.new.1815/kross.changes2024-02-12 
18:53:08.276527946 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:26 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kross-5.114.0.tar.xz
  kross-5.114.0.tar.xz.sig

New:

  kross-5.115.0.tar.xz
  kross-5.115.0.tar.xz.sig



Other differences:
--
++ kross.spec ++
--- /var/tmp/diff_new_pack.CSwNRF/_old  2024-02-12 18:53:08.792546465 +0100
+++ /var/tmp/diff_new_pack.CSwNRF/_new  2024-02-12 18:53:08.796546609 +0100
@@ -23,7 +23,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kross
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Scripting bridge for programs
 License:LGPL-2.1-or-later


++ kross-5.114.0.tar.xz -> kross-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.114.0/CMakeLists.txt 
new/kross-5.115.0/CMakeLists.txt
--- old/kross-5.114.0/CMakeLists.txt2024-01-06 09:54:48.0 +0100
+++ new/kross-5.115.0/CMakeLists.txt2024-02-03 15:26:05.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(Kross VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.114.0/po/zh_CN/kross5.po 
new/kross-5.115.0/po/zh_CN/kross5.po
--- old/kross-5.114.0/po/zh_CN/kross5.po2024-01-06 09:54:48.0 
+0100
+++ new/kross-5.115.0/po/zh_CN/kross5.po2024-02-03 15:26:05.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kinit for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kinit for openSUSE:Factory checked 
in at 2024-02-12 18:50:52

Comparing /work/SRC/openSUSE:Factory/kinit (Old)
 and  /work/SRC/openSUSE:Factory/.kinit.new.1815 (New)


Package is "kinit"

Mon Feb 12 18:50:52 2024 rev:123 rq:1145642 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kinit/kinit.changes  2024-01-15 
22:15:25.838497657 +0100
+++ /work/SRC/openSUSE:Factory/.kinit.new.1815/kinit.changes2024-02-12 
18:52:36.531385829 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:12 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kinit-5.114.0.tar.xz
  kinit-5.114.0.tar.xz.sig

New:

  kinit-5.115.0.tar.xz
  kinit-5.115.0.tar.xz.sig



Other differences:
--
++ kinit.spec ++
--- /var/tmp/diff_new_pack.C7QNW8/_old  2024-02-12 18:52:37.367416060 +0100
+++ /var/tmp/diff_new_pack.C7QNW8/_new  2024-02-12 18:52:37.367416060 +0100
@@ -23,7 +23,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kinit
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Helper library to speed up start of applications on KDE 
workspaces
 License:LGPL-2.1-or-later


++ kinit-5.114.0.tar.xz -> kinit-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.114.0/CMakeLists.txt 
new/kinit-5.115.0/CMakeLists.txt
--- old/kinit-5.114.0/CMakeLists.txt2024-01-06 09:53:11.0 +0100
+++ new/kinit-5.115.0/CMakeLists.txt2024-02-03 15:24:28.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KInit VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kinit-5.114.0/po/ca/docs/kdeinit5/man-kdeinit5.8.docbook 
new/kinit-5.115.0/po/ca/docs/kdeinit5/man-kdeinit5.8.docbook
--- old/kinit-5.114.0/po/ca/docs/kdeinit5/man-kdeinit5.8.docbook
2024-01-06 09:53:11.0 +0100
+++ new/kinit-5.115.0/po/ca/docs/kdeinit5/man-kdeinit5.8.docbook
2024-02-03 15:24:28.0 +0100
@@ -213,7 +213,7 @@
 Ús
 Una manera estàndard per executar aquest programa és simplement 
especificant l'ordre següent a l'indicatiu; Una manera estàndard per a executar aquest programa és simplement 
especificant l'ordre següent a l'indicatiu; kdeinit5 programa
 +programs+programmes
 
 
 programsprogrammes
 
 https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kquickcharts for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kquickcharts for openSUSE:Factory 
checked in at 2024-02-12 18:51:12

Comparing /work/SRC/openSUSE:Factory/kquickcharts (Old)
 and  /work/SRC/openSUSE:Factory/.kquickcharts.new.1815 (New)


Package is "kquickcharts"

Mon Feb 12 18:51:12 2024 rev:51 rq:1145659 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kquickcharts/kquickcharts.changes
2024-01-15 22:15:57.815665935 +0100
+++ /work/SRC/openSUSE:Factory/.kquickcharts.new.1815/kquickcharts.changes  
2024-02-12 18:53:06.516464781 +0100
@@ -1,0 +2,10 @@
+Thu Feb  8 11:15:25 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- Changes since 5.114.0:
+  * CI: Don't require FreeBSD test to pass
+
+---

Old:

  kquickcharts-5.114.0.tar.xz
  kquickcharts-5.114.0.tar.xz.sig

New:

  kquickcharts-5.115.0.tar.xz
  kquickcharts-5.115.0.tar.xz.sig



Other differences:
--
++ kquickcharts.spec ++
--- /var/tmp/diff_new_pack.pCaUdE/_old  2024-02-12 18:53:07.020482869 +0100
+++ /var/tmp/diff_new_pack.pCaUdE/_new  2024-02-12 18:53:07.020482869 +0100
@@ -23,7 +23,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kquickcharts
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Set of charts for QtQuick applications
 License:LGPL-2.1-or-later


++ kquickcharts-5.114.0.tar.xz -> kquickcharts-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kquickcharts-5.114.0/.kde-ci.yml 
new/kquickcharts-5.115.0/.kde-ci.yml
--- old/kquickcharts-5.114.0/.kde-ci.yml2024-01-06 09:54:43.0 
+0100
+++ new/kquickcharts-5.115.0/.kde-ci.yml2024-02-03 15:26:00.0 
+0100
@@ -5,4 +5,4 @@
 
 Options:
   test-before-installing: True
-  require-passing-tests-on: [ 'Linux', 'FreeBSD' ]
+  require-passing-tests-on: [ 'Linux' ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kquickcharts-5.114.0/CMakeLists.txt 
new/kquickcharts-5.115.0/CMakeLists.txt
--- old/kquickcharts-5.114.0/CMakeLists.txt 2024-01-06 09:54:43.0 
+0100
+++ new/kquickcharts-5.115.0/CMakeLists.txt 2024-02-03 15:26:00.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 
 project(KQuickCharts VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0 NO_MODULE)
+find_package(ECM 5.115.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 


commit kpeople5 for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kpeople5 for openSUSE:Factory 
checked in at 2024-02-12 18:51:08

Comparing /work/SRC/openSUSE:Factory/kpeople5 (Old)
 and  /work/SRC/openSUSE:Factory/.kpeople5.new.1815 (New)


Package is "kpeople5"

Mon Feb 12 18:51:08 2024 rev:109 rq:1145656 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes2024-01-15 
22:15:53.483507660 +0100
+++ /work/SRC/openSUSE:Factory/.kpeople5.new.1815/kpeople5.changes  
2024-02-12 18:53:02.072305290 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:23 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kpeople-5.114.0.tar.xz
  kpeople-5.114.0.tar.xz.sig

New:

  kpeople-5.115.0.tar.xz
  kpeople-5.115.0.tar.xz.sig



Other differences:
--
++ kpeople5.spec ++
--- /var/tmp/diff_new_pack.JtiyBH/_old  2024-02-12 18:53:02.576323378 +0100
+++ /var/tmp/diff_new_pack.JtiyBH/_new  2024-02-12 18:53:02.580323522 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kpeople5
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Library for access to contacts and identity holders
 License:LGPL-2.1-or-later


++ kpeople-5.114.0.tar.xz -> kpeople-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.114.0/CMakeLists.txt 
new/kpeople-5.115.0/CMakeLists.txt
--- old/kpeople-5.114.0/CMakeLists.txt  2024-01-06 09:54:27.0 +0100
+++ new/kpeople-5.115.0/CMakeLists.txt  2024-02-03 15:25:44.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project (KPeople VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.114.0/po/zh_CN/kpeople5.po 
new/kpeople-5.115.0/po/zh_CN/kpeople5.po
--- old/kpeople-5.114.0/po/zh_CN/kpeople5.po2024-01-06 09:54:27.0 
+0100
+++ new/kpeople-5.115.0/po/zh_CN/kpeople5.po2024-02-03 15:25:44.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit coreutils for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2024-02-12 18:51:09

Comparing /work/SRC/openSUSE:Factory/coreutils (Old)
 and  /work/SRC/openSUSE:Factory/.coreutils.new.1815 (New)


Package is "coreutils"

Mon Feb 12 18:51:09 2024 rev:155 rq:1146149 version:9.4

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils.changes  2024-01-24 
19:03:52.692344523 +0100
+++ /work/SRC/openSUSE:Factory/.coreutils.new.1815/coreutils.changes
2024-02-12 18:53:02.924335867 +0100
@@ -5 +5 @@
-  split: do not shrink hold buffer.  (CVE-2024-0684)
+  split: do not shrink hold buffer.  (CVE-2024-0684, bsc#1218982)



Other differences:
--


commit kpackage for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2024-02-12 18:51:06

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.1815 (New)


Package is "kpackage"

Mon Feb 12 18:51:06 2024 rev:113 rq:1145654 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2024-01-15 
22:15:49.615366339 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new.1815/kpackage.changes  
2024-02-12 18:52:53.371993054 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:21 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kpackage-5.114.0.tar.xz
  kpackage-5.114.0.tar.xz.sig

New:

  kpackage-5.115.0.tar.xz
  kpackage-5.115.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.sE0QfZ/_old  2024-02-12 18:52:55.168057511 +0100
+++ /var/tmp/diff_new_pack.sE0QfZ/_new  2024-02-12 18:52:55.184058085 +0100
@@ -23,7 +23,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kpackage
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:GPL-2.0-or-later AND LGPL-2.0-or-later


++ kpackage-5.114.0.tar.xz -> kpackage-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.114.0/CMakeLists.txt 
new/kpackage-5.115.0/CMakeLists.txt
--- old/kpackage-5.114.0/CMakeLists.txt 2024-01-06 09:54:16.0 +0100
+++ new/kpackage-5.115.0/CMakeLists.txt 2024-02-03 15:25:33.0 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KPackage VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.114.0/po/fi/libkpackage5.po 
new/kpackage-5.115.0/po/fi/libkpackage5.po
--- old/kpackage-5.114.0/po/fi/libkpackage5.po  2024-01-06 09:54:16.0 
+0100
+++ new/kpackage-5.115.0/po/fi/libkpackage5.po  2024-02-03 15:25:33.0 
+0100
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the kde-runtime package.
 # Teemu Rytilahti , 2008.
 # Teemu Rytilahti , 2008, 2009.
-# Tommi Nieminen , 2010, 2011, 2014, 2016, 2017, 
2019, 2020, 2022, 2023.
+# Tommi Nieminen , 2010, 2011, 2014, 2016, 2017, 
2019, 2020, 2022, 2023, 2024.
 # Jorma Karvonen , 2011.
 # Lasse Liehu , 2011, 2012, 2013, 2014, 2015, 2016, 
2017.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.114.0/po/zh_CN/libkpackage5.po 
new/kpackage-5.115.0/po/zh_CN/libkpackage5.po
--- old/kpackage-5.114.0/po/zh_CN/libkpackage5.po   2024-01-06 
09:54:16.0 +0100
+++ new/kpackage-5.115.0/po/zh_CN/libkpackage5.po   2024-02-03 
15:25:33.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kfilemetadata5 for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kfilemetadata5 for openSUSE:Factory 
checked in at 2024-02-12 18:50:43

Comparing /work/SRC/openSUSE:Factory/kfilemetadata5 (Old)
 and  /work/SRC/openSUSE:Factory/.kfilemetadata5.new.1815 (New)


Package is "kfilemetadata5"

Mon Feb 12 18:50:43 2024 rev:130 rq:1145633 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kfilemetadata5/kfilemetadata5.changes
2024-01-15 22:15:00.557574023 +0100
+++ /work/SRC/openSUSE:Factory/.kfilemetadata5.new.1815/kfilemetadata5.changes  
2024-02-12 18:52:25.450985159 +0100
@@ -1,0 +2,11 @@
+Thu Feb  8 11:15:04 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- Changes since 5.114.0:
+  * Fix compilation with latest TagLib git master
+  * Fix build with taglib 2
+
+---

Old:

  kfilemetadata-5.114.0.tar.xz
  kfilemetadata-5.114.0.tar.xz.sig

New:

  kfilemetadata-5.115.0.tar.xz
  kfilemetadata-5.115.0.tar.xz.sig



Other differences:
--
++ kfilemetadata5.spec ++
--- /var/tmp/diff_new_pack.n5lOjh/_old  2024-02-12 18:52:25.947003095 +0100
+++ /var/tmp/diff_new_pack.n5lOjh/_new  2024-02-12 18:52:25.947003095 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kfilemetadata5
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Library for extracting Metadata
 License:GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only


++ kfilemetadata-5.114.0.tar.xz -> kfilemetadata-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.114.0/CMakeLists.txt 
new/kfilemetadata-5.115.0/CMakeLists.txt
--- old/kfilemetadata-5.114.0/CMakeLists.txt2024-01-06 09:52:22.0 
+0100
+++ new/kfilemetadata-5.115.0/CMakeLists.txt2024-02-03 15:23:39.0 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KFileMetaData VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.114.0/po/zh_CN/kfilemetadata5.po 
new/kfilemetadata-5.115.0/po/zh_CN/kfilemetadata5.po
--- old/kfilemetadata-5.114.0/po/zh_CN/kfilemetadata5.po2024-01-06 
09:52:22.0 +0100
+++ new/kfilemetadata-5.115.0/po/zh_CN/kfilemetadata5.po2024-02-03 
15:23:39.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kfilemetadata-5.114.0/src/extractors/taglibextractor.cpp 
new/kfilemetadata-5.115.0/src/extractors/taglibextractor.cpp
--- old/kfilemetadata-5.114.0/src/extractors/taglibextractor.cpp
2024-01-06 09:52:22.0 +0100
+++ new/kfilemetadata-5.115.0/src/extractors/taglibextractor.cpp
2024-02-03 15:23:39.0 +0100
@@ -35,6 +35,7 @@
 #include 
 #include 
 #include 
+#include 
 
 using namespace KFileMetaData;
 
@@ -583,8 +584,8 @@
 extractAudioProperties(&file, result);
 readGenericProperties(file.properties(), result);
 if (file.hasID3v2Tag()) {
-result->addImageData(extractId3Cover(file.tag(), imageTypes));
-extractId3Tags(file.tag(), result);
+result->addImageData(extractId3Cover(file.ID3v2Tag(), 
imageTypes));
+extractId3Tags(file.ID3v2Tag(), result);
 }
 }
 } else if (mimeType == QLatin1String("audio/x-musepack")) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.114.0/src/writers/taglibwriter.cpp 
new/kfilemetadata-5.115.0/src/writers/taglibwriter.cpp
--- old/kfilemetadata-5.1

commit kidletime for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kidletime for openSUSE:Factory 
checked in at 2024-02-12 18:50:49

Comparing /work/SRC/openSUSE:Factory/kidletime (Old)
 and  /work/SRC/openSUSE:Factory/.kidletime.new.1815 (New)


Package is "kidletime"

Mon Feb 12 18:50:49 2024 rev:125 rq:1145640 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kidletime/kidletime.changes  2024-01-15 
22:15:20.786313076 +0100
+++ /work/SRC/openSUSE:Factory/.kidletime.new.1815/kidletime.changes
2024-02-12 18:52:33.231266496 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:10 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kidletime-5.114.0.tar.xz
  kidletime-5.114.0.tar.xz.sig

New:

  kidletime-5.115.0.tar.xz
  kidletime-5.115.0.tar.xz.sig



Other differences:
--
++ kidletime.spec ++
--- /var/tmp/diff_new_pack.EHrN5F/_old  2024-02-12 18:52:34.111298318 +0100
+++ /var/tmp/diff_new_pack.EHrN5F/_new  2024-02-12 18:52:34.115298463 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kidletime
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:User and system idle time reporting singleton
 License:LGPL-2.1-or-later


++ kidletime-5.114.0.tar.xz -> kidletime-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidletime-5.114.0/CMakeLists.txt 
new/kidletime-5.115.0/CMakeLists.txt
--- old/kidletime-5.114.0/CMakeLists.txt2024-01-06 09:53:00.0 
+0100
+++ new/kidletime-5.115.0/CMakeLists.txt2024-02-03 15:24:17.0 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
 project(KIdleTime VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 


commit kdoctools for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdoctools for openSUSE:Factory 
checked in at 2024-02-12 18:50:40

Comparing /work/SRC/openSUSE:Factory/kdoctools (Old)
 and  /work/SRC/openSUSE:Factory/.kdoctools.new.1815 (New)


Package is "kdoctools"

Mon Feb 12 18:50:40 2024 rev:125 rq:1145631 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes  2024-01-15 
22:14:54.861365914 +0100
+++ /work/SRC/openSUSE:Factory/.kdoctools.new.1815/kdoctools.changes
2024-02-12 18:52:23.174902855 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:03 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kdoctools-5.114.0.tar.xz
  kdoctools-5.114.0.tar.xz.sig

New:

  kdoctools-5.115.0.tar.xz
  kdoctools-5.115.0.tar.xz.sig



Other differences:
--
++ kdoctools.spec ++
--- /var/tmp/diff_new_pack.CaevjL/_old  2024-02-12 18:52:23.714922383 +0100
+++ /var/tmp/diff_new_pack.CaevjL/_new  2024-02-12 18:52:23.714922383 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kdoctools
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Tools to create documentation from DocBook
 License:LGPL-2.1-or-later AND MIT


++ kdoctools-5.114.0.tar.xz -> kdoctools-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.114.0/CMakeLists.txt 
new/kdoctools-5.115.0/CMakeLists.txt
--- old/kdoctools-5.114.0/CMakeLists.txt2024-01-06 09:52:12.0 
+0100
+++ new/kdoctools-5.115.0/CMakeLists.txt2024-02-03 15:23:27.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KDocTools VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.114.0/po/ca@valencia/docs/checkXML5/man-checkXML5.1.docbook 
new/kdoctools-5.115.0/po/ca@valencia/docs/checkXML5/man-checkXML5.1.docbook
--- old/kdoctools-5.114.0/po/ca@valencia/docs/checkXML5/man-checkXML5.1.docbook 
2024-01-06 09:52:12.0 +0100
+++ new/kdoctools-5.115.0/po/ca@valencia/docs/checkXML5/man-checkXML5.1.docbook 
2024-02-03 15:23:27.0 +0100
@@ -61,7 +61,7 @@
 checkXML5 és una eina per a comprovar els errors de sintaxi en els fitxers DocBook en 
&XML; de &kde;. També es pot emprar per a d'altres DocBook basats en fitxers 
&XML;, però hauríeu d'utilitzar l'eina menys específica xmllint(1) si no 
esteu escrivint o treballant en la documentació de &kde;.
+> és una eina per a comprovar els errors de sintaxi en els fitxers DocBook en 
&XML; de &kde;. També es pot emprar per a d'altres DocBook basats en fitxers 
en &XML;, però hauríeu d'utilitzar l'eina menys específica xmllint(1) si no 
esteu escrivint o treballant en la documentació de &kde;.
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.114.0/po/zh_CN/kdoctools5.po 
new/kdoctools-5.115.0/po/zh_CN/kdoctools5.po
--- old/kdoctools-5.114.0/po/zh_CN/kdoctools5.po2024-01-06 
09:52:12.0 +0100
+++ new/kdoctools-5.115.0/po/zh_CN/kdoctools5.po2024-02-03 
15:23:27.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-18 00:39+\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kbookmarks for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kbookmarks for openSUSE:Factory 
checked in at 2024-02-12 18:50:14

Comparing /work/SRC/openSUSE:Factory/kbookmarks (Old)
 and  /work/SRC/openSUSE:Factory/.kbookmarks.new.1815 (New)


Package is "kbookmarks"

Mon Feb 12 18:50:14 2024 rev:124 rq:1145613 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kbookmarks/kbookmarks.changes2024-01-15 
22:13:52.407084164 +0100
+++ /work/SRC/openSUSE:Factory/.kbookmarks.new.1815/kbookmarks.changes  
2024-02-12 18:51:52.305785454 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:14:48 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kbookmarks-5.114.0.tar.xz
  kbookmarks-5.114.0.tar.xz.sig

New:

  kbookmarks-5.115.0.tar.xz
  kbookmarks-5.115.0.tar.xz.sig



Other differences:
--
++ kbookmarks.spec ++
--- /var/tmp/diff_new_pack.lz4M0l/_old  2024-02-12 18:51:53.353823463 +0100
+++ /var/tmp/diff_new_pack.lz4M0l/_new  2024-02-12 18:51:53.357823608 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kbookmarks
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Framework for manipulating bookmarks in XBEL format
 License:LGPL-2.1-or-later


++ kbookmarks-5.114.0.tar.xz -> kbookmarks-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.114.0/CMakeLists.txt 
new/kbookmarks-5.115.0/CMakeLists.txt
--- old/kbookmarks-5.114.0/CMakeLists.txt   2024-01-06 09:50:27.0 
+0100
+++ new/kbookmarks-5.115.0/CMakeLists.txt   2024-02-03 15:21:43.0 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KBookmarks VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.114.0/poqm/zh_CN/kbookmarks5_qt.po 
new/kbookmarks-5.115.0/poqm/zh_CN/kbookmarks5_qt.po
--- old/kbookmarks-5.114.0/poqm/zh_CN/kbookmarks5_qt.po 2024-01-06 
09:50:27.0 +0100
+++ new/kbookmarks-5.115.0/poqm/zh_CN/kbookmarks5_qt.po 2024-02-03 
15:21:43.0 +0100
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"


commit kdesu for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdesu for openSUSE:Factory checked 
in at 2024-02-12 18:50:38

Comparing /work/SRC/openSUSE:Factory/kdesu (Old)
 and  /work/SRC/openSUSE:Factory/.kdesu.new.1815 (New)


Package is "kdesu"

Mon Feb 12 18:50:38 2024 rev:124 rq:1145629 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes  2024-01-15 
22:14:50.129193026 +0100
+++ /work/SRC/openSUSE:Factory/.kdesu.new.1815/kdesu.changes2024-02-12 
18:52:20.970823155 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:01 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kdesu-5.114.0.tar.xz
  kdesu-5.114.0.tar.xz.sig

New:

  kdesu-5.115.0.tar.xz
  kdesu-5.115.0.tar.xz.sig



Other differences:
--
++ kdesu.spec ++
--- /var/tmp/diff_new_pack.74waUh/_old  2024-02-12 18:52:21.526843261 +0100
+++ /var/tmp/diff_new_pack.74waUh/_new  2024-02-12 18:52:21.530843405 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kdesu
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:User interface for running shell commands with root privileges
 License:LGPL-2.1-or-later


++ kdesu-5.114.0.tar.xz -> kdesu-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.114.0/CMakeLists.txt 
new/kdesu-5.115.0/CMakeLists.txt
--- old/kdesu-5.114.0/CMakeLists.txt2024-01-06 09:51:55.0 +0100
+++ new/kdesu-5.115.0/CMakeLists.txt2024-02-03 15:23:11.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KDESu VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.114.0/po/zh_CN/kdesud5.po 
new/kdesu-5.115.0/po/zh_CN/kdesud5.po
--- old/kdesu-5.114.0/po/zh_CN/kdesud5.po   2024-01-06 09:51:55.0 
+0100
+++ new/kdesu-5.115.0/po/zh_CN/kdesud5.po   2024-02-03 15:23:11.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kdnssd-framework for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdnssd-framework for 
openSUSE:Factory checked in at 2024-02-12 18:50:39

Comparing /work/SRC/openSUSE:Factory/kdnssd-framework (Old)
 and  /work/SRC/openSUSE:Factory/.kdnssd-framework.new.1815 (New)


Package is "kdnssd-framework"

Mon Feb 12 18:50:39 2024 rev:122 rq:1145630 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kdnssd-framework/kdnssd-framework.changes
2024-01-15 22:14:52.173267706 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdnssd-framework.new.1815/kdnssd-framework.changes  
2024-02-12 18:52:21.870855701 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:02 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kdnssd-5.114.0.tar.xz
  kdnssd-5.114.0.tar.xz.sig

New:

  kdnssd-5.115.0.tar.xz
  kdnssd-5.115.0.tar.xz.sig



Other differences:
--
++ kdnssd-framework.spec ++
--- /var/tmp/diff_new_pack.Hd8tEp/_old  2024-02-12 18:52:22.334872480 +0100
+++ /var/tmp/diff_new_pack.Hd8tEp/_new  2024-02-12 18:52:22.338872624 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kdnssd-framework
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Network service discovery using Zeroconf
 License:LGPL-2.1-or-later


++ kdnssd-5.114.0.tar.xz -> kdnssd-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.114.0/CMakeLists.txt 
new/kdnssd-5.115.0/CMakeLists.txt
--- old/kdnssd-5.114.0/CMakeLists.txt   2024-01-06 09:52:06.0 +0100
+++ new/kdnssd-5.115.0/CMakeLists.txt   2024-02-03 15:23:22.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
 project(KDNSSD VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.114.0/poqm/zh_CN/kdnssd5_qt.po 
new/kdnssd-5.115.0/poqm/zh_CN/kdnssd5_qt.po
--- old/kdnssd-5.114.0/poqm/zh_CN/kdnssd5_qt.po 2024-01-06 09:52:06.0 
+0100
+++ new/kdnssd-5.115.0/poqm/zh_CN/kdnssd5_qt.po 2024-02-03 15:23:22.0 
+0100
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"


commit kdesignerplugin for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdesignerplugin for openSUSE:Factory 
checked in at 2024-02-12 18:50:37

Comparing /work/SRC/openSUSE:Factory/kdesignerplugin (Old)
 and  /work/SRC/openSUSE:Factory/.kdesignerplugin.new.1815 (New)


Package is "kdesignerplugin"

Mon Feb 12 18:50:37 2024 rev:124 rq:1145628 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes  
2024-01-15 22:14:47.089081956 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdesignerplugin.new.1815/kdesignerplugin.changes
2024-02-12 18:52:19.410766744 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:00 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kdesignerplugin-5.114.0.tar.xz
  kdesignerplugin-5.114.0.tar.xz.sig

New:

  kdesignerplugin-5.115.0.tar.xz
  kdesignerplugin-5.115.0.tar.xz.sig



Other differences:
--
++ kdesignerplugin.spec ++
--- /var/tmp/diff_new_pack.wOJjVG/_old  2024-02-12 18:52:20.054790031 +0100
+++ /var/tmp/diff_new_pack.wOJjVG/_new  2024-02-12 18:52:20.054790031 +0100
@@ -23,7 +23,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kdesignerplugin
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Framework for integration of KDE frameworks widgets with Qt 
Designer
 License:LGPL-2.1-or-later


++ kdesignerplugin-5.114.0.tar.xz -> kdesignerplugin-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.114.0/CMakeLists.txt 
new/kdesignerplugin-5.115.0/CMakeLists.txt
--- old/kdesignerplugin-5.114.0/CMakeLists.txt  2024-01-06 09:51:49.0 
+0100
+++ new/kdesignerplugin-5.115.0/CMakeLists.txt  2024-02-03 15:23:06.0 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KDesignerPlugin VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesignerplugin-5.114.0/po/ca/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook
 
new/kdesignerplugin-5.115.0/po/ca/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook
--- 
old/kdesignerplugin-5.114.0/po/ca/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook
  2024-01-06 09:51:49.0 +0100
+++ 
new/kdesignerplugin-5.115.0/po/ca/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook
  2024-02-03 15:23:06.0 +0100
@@ -271,7 +271,7 @@
 >ImplClass. Aquests han d'estar envoltats entre parèntesis (predeterminat: «(parent)»). L'única variable garantida que estarà disponible és la »). L'única variable garantida que estarà disponible és parent, la qual és la pare de QWidget

commit kactivities-stats for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kactivities-stats for 
openSUSE:Factory checked in at 2024-02-12 18:50:10

Comparing /work/SRC/openSUSE:Factory/kactivities-stats (Old)
 and  /work/SRC/openSUSE:Factory/.kactivities-stats.new.1815 (New)


Package is "kactivities-stats"

Mon Feb 12 18:50:10 2024 rev:95 rq:1145608 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities-stats/kactivities-stats.changes  
2024-01-15 22:13:43.918774045 +0100
+++ 
/work/SRC/openSUSE:Factory/.kactivities-stats.new.1815/kactivities-stats.changes
2024-02-12 18:51:46.989592657 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:14:45 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kactivities-stats-5.114.0.tar.xz
  kactivities-stats-5.114.0.tar.xz.sig

New:

  kactivities-stats-5.115.0.tar.xz
  kactivities-stats-5.115.0.tar.xz.sig



Other differences:
--
++ kactivities-stats.spec ++
--- /var/tmp/diff_new_pack.jKh0vj/_old  2024-02-12 18:51:47.505611371 +0100
+++ /var/tmp/diff_new_pack.jKh0vj/_new  2024-02-12 18:51:47.505611371 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kactivities-stats
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:KDE Plasma Activities support
 License:LGPL-2.0-or-later


++ kactivities-stats-5.114.0.tar.xz -> kactivities-stats-5.115.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-stats-5.114.0/CMakeLists.txt 
new/kactivities-stats-5.115.0/CMakeLists.txt
--- old/kactivities-stats-5.114.0/CMakeLists.txt2024-01-06 
09:50:11.0 +0100
+++ new/kactivities-stats-5.115.0/CMakeLists.txt2024-02-03 
15:21:26.0 +0100
@@ -2,8 +2,8 @@
 
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project (KActivitiesStats VERSION ${KF_VERSION})
 
 set (REQUIRED_QT_VERSION 5.15.2)
@@ -20,7 +20,7 @@
 
 # Extra CMake stuff
 include (FeatureSummary)
-find_package (ECM 5.114.0  NO_MODULE)
+find_package (ECM 5.115.0  NO_MODULE)
 set_package_properties (ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary (WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 


commit kdeclarative for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2024-02-12 18:50:32

Comparing /work/SRC/openSUSE:Factory/kdeclarative (Old)
 and  /work/SRC/openSUSE:Factory/.kdeclarative.new.1815 (New)


Package is "kdeclarative"

Mon Feb 12 18:50:32 2024 rev:125 rq:1145625 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2024-01-15 22:14:37.924747140 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.1815/kdeclarative.changes  
2024-02-12 18:52:12.794527498 +0100
@@ -1,0 +2,10 @@
+Thu Feb  8 11:14:58 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- Changes since 5.114.0:
+  * Show GridDelegate labels as plaintext (kde#480106)
+
+---

Old:

  kdeclarative-5.114.0.tar.xz
  kdeclarative-5.114.0.tar.xz.sig

New:

  kdeclarative-5.115.0.tar.xz
  kdeclarative-5.115.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.XSqgaP/_old  2024-02-12 18:52:14.722597217 +0100
+++ /var/tmp/diff_new_pack.XSqgaP/_new  2024-02-12 18:52:14.726597362 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kdeclarative
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later


++ kdeclarative-5.114.0.tar.xz -> kdeclarative-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.114.0/CMakeLists.txt 
new/kdeclarative-5.115.0/CMakeLists.txt
--- old/kdeclarative-5.114.0/CMakeLists.txt 2024-01-06 09:51:33.0 
+0100
+++ new/kdeclarative-5.115.0/CMakeLists.txt 2024-02-03 15:22:50.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KDeclarative VERSION ${KF_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.114.0/po/zh_CN/kdeclarative5.po 
new/kdeclarative-5.115.0/po/zh_CN/kdeclarative5.po
--- old/kdeclarative-5.114.0/po/zh_CN/kdeclarative5.po  2024-01-06 
09:51:33.0 +0100
+++ new/kdeclarative-5.115.0/po/zh_CN/kdeclarative5.po  2024-02-03 
15:22:50.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-05 12:24+\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.114.0/src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml 
new/kdeclarative-5.115.0/src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml
--- old/kdeclarative-5.114.0/src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml   
2024-01-06 09:51:33.0 +0100
+++ new/kdeclarative-5.115.0/src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml   
2024-02-03 15:22:50.0 +0100
@@ -4,9 +4,9 @@
 SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
-import QtQuick 2.8
+import QtQuick 2.15
 import QtQuick.Layouts 1.1
-import QtQuick.Controls 2.2 as QQC2
+import QtQuick.Controls 2.15 as QQC2
 import QtQuick.Templates 2.2 as T2
 
 import org.kde.kirigami 2.12 as Kirigami
@@ -187,6 +187,7 @@
 text: delegate.text
 elide: Text.ElideRight
 font.bold: delegate.GridView.isCurrentItem
+textFormat: Text.PlainText
 }
 QQC2.Label {
 id: caption
@@ -198,6 +199,7 @@
 font.pointSize: Kirigami.Theme.smallFont.pointSize
 font.bold: delegate.GridView.isCurrentItem
 elide: Text.ElideRight
+textFormat: Text.PlainText
 }
 
 Rectangle {


commit kconfigwidgets for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kconfigwidgets for openSUSE:Factory 
checked in at 2024-02-12 18:50:23

Comparing /work/SRC/openSUSE:Factory/kconfigwidgets (Old)
 and  /work/SRC/openSUSE:Factory/.kconfigwidgets.new.1815 (New)


Package is "kconfigwidgets"

Mon Feb 12 18:50:23 2024 rev:125 rq:1145619 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kconfigwidgets/kconfigwidgets.changes
2024-01-15 22:14:15.655933554 +0100
+++ /work/SRC/openSUSE:Factory/.kconfigwidgets.new.1815/kconfigwidgets.changes  
2024-02-12 18:52:03.842203779 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:14:53 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kconfigwidgets-5.114.0.tar.xz
  kconfigwidgets-5.114.0.tar.xz.sig

New:

  kconfigwidgets-5.115.0.tar.xz
  kconfigwidgets-5.115.0.tar.xz.sig



Other differences:
--
++ kconfigwidgets.spec ++
--- /var/tmp/diff_new_pack.nhFpO1/_old  2024-02-12 18:52:04.446225621 +0100
+++ /var/tmp/diff_new_pack.nhFpO1/_new  2024-02-12 18:52:04.462226200 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kconfigwidgets
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Widgets for configuration dialogs
 License:LGPL-2.1-or-later


++ kconfigwidgets-5.114.0.tar.xz -> kconfigwidgets-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.114.0/CMakeLists.txt 
new/kconfigwidgets-5.115.0/CMakeLists.txt
--- old/kconfigwidgets-5.114.0/CMakeLists.txt   2024-01-06 09:51:00.0 
+0100
+++ new/kconfigwidgets-5.115.0/CMakeLists.txt   2024-02-03 15:22:16.0 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(KConfigWidgets VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.114.0/po/fi/kconfigwidgets5.po 
new/kconfigwidgets-5.115.0/po/fi/kconfigwidgets5.po
--- old/kconfigwidgets-5.114.0/po/fi/kconfigwidgets5.po 2024-01-06 
09:51:00.0 +0100
+++ new/kconfigwidgets-5.115.0/po/fi/kconfigwidgets5.po 2024-02-03 
15:22:16.0 +0100
@@ -34,7 +34,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 23.04.1\n"
+"X-Generator: Lokalize 22.12.3\n"
 "X-POT-Import-Date: 2013-01-13 20:43:21+\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.114.0/po/ja/kconfigwidgets5.po 
new/kconfigwidgets-5.115.0/po/ja/kconfigwidgets5.po
--- old/kconfigwidgets-5.114.0/po/ja/kconfigwidgets5.po 2024-01-06 
09:51:00.0 +0100
+++ new/kconfigwidgets-5.115.0/po/ja/kconfigwidgets5.po 2024-02-03 
15:22:16.0 +0100
@@ -1,4 +1,5 @@
 # Translation of kdelibs4 into Japanese.
+# SPDX-FileCopyrightText: 2023, 2024 Ryuichi Yamada 
 # This file is distributed under the same license as the kdelibs package.
 # Taiki Komoda , 2002, 2004, 2006, 2010.
 # Noboru Sinohara , 2004.
@@ -9,7 +10,6 @@
 # Yukiko Bando , 2006, 2007, 2008, 2009, 2010.
 # Tomohiro Hyakutake , 2019, 2020.
 # Fumiaki Okushi , 2006, 2007, 2008, 2010, 2011, 
2015, 2019.
-# Ryuichi Yamada , 2023.
 #
 msgid ""
 msgstr ""
@@ -26,7 +26,7 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
-"X-Generator: Lokalize 23.04.0\n"
+"X-Generator: Lokalize 23.08.4\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.114.0/po/nl/kconfigwidgets5.po 
new/kconfigwidgets-5.115.0/po/nl/kconfigwidgets5.po
--- old/kconfigwidgets-5.114.0/po/nl/kconfigwidgets5.po 2024-01-06 
09:51:00.0 +0100
+++ new/kconfigwidgets-5.115.0/po/nl/kconfigwidgets5.po 2024-02-03 
15:

commit kconfig for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kconfig for openSUSE:Factory checked 
in at 2024-02-12 18:50:22

Comparing /work/SRC/openSUSE:Factory/kconfig (Old)
 and  /work/SRC/openSUSE:Factory/.kconfig.new.1815 (New)


Package is "kconfig"

Mon Feb 12 18:50:22 2024 rev:127 rq:1145618 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2024-01-15 
22:14:12.487817808 +0100
+++ /work/SRC/openSUSE:Factory/.kconfig.new.1815/kconfig.changes
2024-02-12 18:52:02.498155091 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:14:52 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  kconfig-5.114.0.tar.xz
  kconfig-5.114.0.tar.xz.sig

New:

  kconfig-5.115.0.tar.xz
  kconfig-5.115.0.tar.xz.sig



Other differences:
--
++ kconfig.spec ++
--- /var/tmp/diff_new_pack.Z0ahp4/_old  2024-02-12 18:52:03.086176417 +0100
+++ /var/tmp/diff_new_pack.Z0ahp4/_new  2024-02-12 18:52:03.090176562 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   kconfig
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Advanced configuration system
 License:LGPL-2.1-or-later AND GPL-2.0-or-later


++ kconfig-5.114.0.tar.xz -> kconfig-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.114.0/CMakeLists.txt 
new/kconfig-5.115.0/CMakeLists.txt
--- old/kconfig-5.114.0/CMakeLists.txt  2024-01-06 09:50:54.0 +0100
+++ new/kconfig-5.115.0/CMakeLists.txt  2024-02-03 15:22:11.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
 project(KConfig VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.114.0/poqm/fi/kconfig5_qt.po 
new/kconfig-5.115.0/poqm/fi/kconfig5_qt.po
--- old/kconfig-5.114.0/poqm/fi/kconfig5_qt.po  2024-01-06 09:50:54.0 
+0100
+++ new/kconfig-5.115.0/poqm/fi/kconfig5_qt.po  2024-02-03 15:22:11.0 
+0100
@@ -13,7 +13,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 23.04.1\n"
+"X-Generator: Lokalize 22.12.3\n"
 "X-Qt-Contexts: true\n"
 
 #: core/kconfig.cpp:961
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.114.0/poqm/ro/kconfig5_qt.po 
new/kconfig-5.115.0/poqm/ro/kconfig5_qt.po
--- old/kconfig-5.114.0/poqm/ro/kconfig5_qt.po  2024-01-06 09:50:54.0 
+0100
+++ new/kconfig-5.115.0/poqm/ro/kconfig5_qt.po  2024-02-03 15:22:11.0 
+0100
@@ -1,10 +1,6 @@
-# Traducerea kwriteconfig.po în Română
-# translation of kwriteconfig.po to Romanian
-# translation of @PACKAGE.po to @LANGUAGE
 # Copyright (C) 2003, 2004, 2008 Free Software Foundation, Inc.
 # Claudiu Costin , 2003, 2004.
-# Sergiu Bivol , 2008.
-# Sergiu Bivol , 2008, 2020, 2022.
+# Sergiu Bivol , 2008, 2020, 2022, 2024.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfig-5.114.0/poqm/zh_CN/kconfig5_qt.po 
new/kconfig-5.115.0/poqm/zh_CN/kconfig5_qt.po
--- old/kconfig-5.114.0/poqm/zh_CN/kconfig5_qt.po   2024-01-06 
09:50:54.0 +0100
+++ new/kconfig-5.115.0/poqm/zh_CN/kconfig5_qt.po   2024-02-03 
15:22:11.0 +0100
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-12-30 13:41\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"


commit karchive for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package karchive for openSUSE:Factory 
checked in at 2024-02-12 18:50:12

Comparing /work/SRC/openSUSE:Factory/karchive (Old)
 and  /work/SRC/openSUSE:Factory/.karchive.new.1815 (New)


Package is "karchive"

Mon Feb 12 18:50:12 2024 rev:123 rq:1145611 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/karchive/karchive.changes2024-01-15 
22:13:47.022887454 +0100
+++ /work/SRC/openSUSE:Factory/.karchive.new.1815/karchive.changes  
2024-02-12 18:51:48.785657793 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:14:46 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  karchive-5.114.0.tar.xz
  karchive-5.114.0.tar.xz.sig

New:

  karchive-5.115.0.tar.xz
  karchive-5.115.0.tar.xz.sig



Other differences:
--
++ karchive.spec ++
--- /var/tmp/diff_new_pack.unSsaF/_old  2024-02-12 18:51:49.513684196 +0100
+++ /var/tmp/diff_new_pack.unSsaF/_new  2024-02-12 18:51:49.517684341 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   karchive
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Qt 5 addon providing access to numerous types of archives
 License:LGPL-2.0-or-later


++ karchive-5.114.0.tar.xz -> karchive-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.114.0/CMakeLists.txt 
new/karchive-5.115.0/CMakeLists.txt
--- old/karchive-5.114.0/CMakeLists.txt 2024-01-06 09:50:16.0 +0100
+++ new/karchive-5.115.0/CMakeLists.txt 2024-02-03 15:21:32.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
 project(KArchive VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.114.0/poqm/ca/karchive5_qt.po 
new/karchive-5.115.0/poqm/ca/karchive5_qt.po
--- old/karchive-5.114.0/poqm/ca/karchive5_qt.po2024-01-06 
09:50:16.0 +0100
+++ new/karchive-5.115.0/poqm/ca/karchive5_qt.po2024-02-03 
15:21:32.0 +0100
@@ -1,13 +1,13 @@
 # Translation of karchive5_qt.po to Catalan
-# Copyright (C) 2022-2023 This_file_is_part_of_KDE
+# Copyright (C) 2022-2024 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Josep M. Ferrer , 2022, 2023.
+# Josep M. Ferrer , 2022, 2023, 2024.
 msgid ""
 msgstr ""
 "Project-Id-Version: karchive\n"
-"PO-Revision-Date: 2023-01-27 10:56+0100\n"
+"PO-Revision-Date: 2024-01-28 19:37+0100\n"
 "Last-Translator: Josep M. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 22.12.3\n"
 
 #: k7zip.cpp:2319
 msgctxt "K7Zip|"
@@ -213,8 +213,8 @@
 msgid ""
 "Failed accessing the file %1 for adding to the archive. The error was: %2"
 msgstr ""
-"Ha fallat en accedir al fitxer %1 per afegir-lo a l'arxiu. L'error ha estat: "
-"%2"
+"Ha fallat en accedir al fitxer %1 per a afegir-lo a l'arxiu. L'error ha "
+"estat: %2"
 
 #: karchive.cpp:320
 #, qt-format
@@ -379,7 +379,7 @@
 "Invalid ZIP file, central entry too short (not long enough for valid entry)"
 msgstr ""
 "Fitxer ZIP no vàlid. Entrada central massa curta (no té la longitud "
-"suficient per a que sigui vàlida)"
+"suficient perquè sigui vàlida)"
 
 #: kzip.cpp:633
 msgctxt "KZip|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.114.0/poqm/ca@valencia/karchive5_qt.po 
new/karchive-5.115.0/poqm/ca@valencia/karchive5_qt.po
--- old/karchive-5.114.0/poqm/ca@valencia/karchive5_qt.po   2024-01-06 
09:50:16.0 +0100
+++ new/karchive-5.115.0/poqm/ca@valencia/karchive5_qt.po   2024-02-03 
15:21:32.0 +0100
@@ -1,13 +1,13 @@
 # Translation of karchive5_qt.po to Catalan (Valencian)
-# Copyright (

commit frameworkintegration for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2024-02-12 18:50:09

Comparing /work/SRC/openSUSE:Factory/frameworkintegration (Old)
 and  /work/SRC/openSUSE:Factory/.frameworkintegration.new.1815 (New)


Package is "frameworkintegration"

Mon Feb 12 18:50:09 2024 rev:130 rq:1145607 version:5.115.0

Changes:

--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes
2024-01-15 22:13:36.506503240 +0100
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new.1815/frameworkintegration.changes
  2024-02-12 18:51:46.193563787 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:14:43 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  frameworkintegration-5.114.0.tar.xz
  frameworkintegration-5.114.0.tar.xz.sig

New:

  frameworkintegration-5.115.0.tar.xz
  frameworkintegration-5.115.0.tar.xz.sig



Other differences:
--
++ frameworkintegration.spec ++
--- /var/tmp/diff_new_pack.A9ypoP/_old  2024-02-12 18:51:46.657580616 +0100
+++ /var/tmp/diff_new_pack.A9ypoP/_new  2024-02-12 18:51:46.657580616 +0100
@@ -24,7 +24,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   frameworkintegration
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace
 License:LGPL-2.1-or-later

++ frameworkintegration-5.114.0.tar.xz -> 
frameworkintegration-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.114.0/CMakeLists.txt 
new/frameworkintegration-5.115.0/CMakeLists.txt
--- old/frameworkintegration-5.114.0/CMakeLists.txt 2024-01-06 
09:50:00.0 +0100
+++ new/frameworkintegration-5.115.0/CMakeLists.txt 2024-02-03 
15:21:15.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 project(FrameworkIntegration VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.114.0  NO_MODULE)
+find_package(ECM 5.115.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 


commit baloo5 for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package baloo5 for openSUSE:Factory checked 
in at 2024-02-12 18:50:04

Comparing /work/SRC/openSUSE:Factory/baloo5 (Old)
 and  /work/SRC/openSUSE:Factory/.baloo5.new.1815 (New)


Package is "baloo5"

Mon Feb 12 18:50:04 2024 rev:123 rq:1145603 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes2024-01-15 
22:11:55.250803890 +0100
+++ /work/SRC/openSUSE:Factory/.baloo5.new.1815/baloo5.changes  2024-02-12 
18:50:06.449950666 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:14:40 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  baloo-5.114.0.tar.xz
  baloo-5.114.0.tar.xz.sig

New:

  baloo-5.115.0.tar.xz
  baloo-5.115.0.tar.xz.sig



Other differences:
--
++ baloo5.spec ++
--- /var/tmp/diff_new_pack.xO7581/_old  2024-02-12 18:50:07.105974372 +0100
+++ /var/tmp/diff_new_pack.xO7581/_new  2024-02-12 18:50:07.109974517 +0100
@@ -23,7 +23,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   baloo5
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Framework for searching and managing metadata
 License:GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only

++ baloo-5.114.0.tar.xz -> baloo-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.114.0/CMakeLists.txt 
new/baloo-5.115.0/CMakeLists.txt
--- old/baloo-5.114.0/CMakeLists.txt2024-01-06 09:49:42.0 +0100
+++ new/baloo-5.115.0/CMakeLists.txt2024-02-03 15:20:57.0 +0100
@@ -1,8 +1,8 @@
 # set minimum version requirements
 cmake_minimum_required(VERSION 3.16)
 set(REQUIRED_QT_VERSION 5.15.2)
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 
 # set up project
 project(Baloo VERSION ${KF_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.114.0/po/ro/baloo_file5.po 
new/baloo-5.115.0/po/ro/baloo_file5.po
--- old/baloo-5.114.0/po/ro/baloo_file5.po  1970-01-01 01:00:00.0 
+0100
+++ new/baloo-5.115.0/po/ro/baloo_file5.po  2024-02-03 15:20:57.0 
+0100
@@ -0,0 +1,29 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the baloo package.
+# Sergiu Bivol , 2024.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: baloo\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2023-11-05 12:24+\n"
+"PO-Revision-Date: 2024-01-07 12:13+\n"
+"Last-Translator: Sergiu Bivol \n"
+"Language-Team: Romanian \n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2;\n"
+"X-Generator: Lokalize 21.12.3\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Sergiu Bivol"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "ser...@cip.md"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.114.0/po/ro/baloo_file_extractor5.po 
new/baloo-5.115.0/po/ro/baloo_file_extractor5.po
--- old/baloo-5.114.0/po/ro/baloo_file_extractor5.po1970-01-01 
01:00:00.0 +0100
+++ new/baloo-5.115.0/po/ro/baloo_file_extractor5.po2024-02-03 
15:20:57.0 +0100
@@ -0,0 +1,34 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the baloo package.
+# Sergiu Bivol , 2024.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: baloo\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2023-11-05 12:24+\n"
+"PO-Revision-Date: 2024-01-07 12:13+\n"
+"Last-Translator: Sergiu Bivol \n"
+"Language-Team: Romanian \n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2;\n"
+"X-Generator: Lokalize 21.12.3\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Sergiu Bivol"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "ser...@cip.md"
+
+#: main.cpp:29
+#, kde-format
+msgid "Balo

commit libxml2 for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libxml2 for openSUSE:Factory checked 
in at 2024-02-12 18:49:26

Comparing /work/SRC/openSUSE:Factory/libxml2 (Old)
 and  /work/SRC/openSUSE:Factory/.libxml2.new.1815 (New)


Package is "libxml2"

Mon Feb 12 18:49:26 2024 rev:123 rq:1145598 version:2.11.6

Changes:

--- /work/SRC/openSUSE:Factory/libxml2/libxml2.changes  2023-11-20 
21:18:41.508904754 +0100
+++ /work/SRC/openSUSE:Factory/.libxml2.new.1815/libxml2.changes
2024-02-12 18:49:27.744551992 +0100
@@ -1,0 +2,6 @@
+Sat Feb 10 10:56:46 UTC 2024 - David Anes 
+
+- Security fix (CVE-2024-25062, bsc#1219576) use-after-free in XMLReader
+  * Added libxml2-CVE-2024-25062.patch 
+
+---

New:

  libxml2-CVE-2024-25062.patch

BETA DEBUG BEGIN:
  New:- Security fix (CVE-2024-25062, bsc#1219576) use-after-free in XMLReader
  * Added libxml2-CVE-2024-25062.patch 
BETA DEBUG END:



Other differences:
--
++ libxml2.spec ++
--- /var/tmp/diff_new_pack.2Lv6rk/_old  2024-02-12 18:49:28.528580324 +0100
+++ /var/tmp/diff_new_pack.2Lv6rk/_new  2024-02-12 18:49:28.528580324 +0100
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package libxml2
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -51,6 +51,9 @@
 # PATCH-FIX-UPSTREAM CVE-2023-45322 bsc#1216129
 # 
https://gitlab.gnome.org/GNOME/libxml2/-/commit/d39f78069dff496ec865c73aa44d7110e429bce9
 Patch4: libxml2-CVE-2023-45322.patch
+# PATCH-FIX-UPSTREAM use-after-free in XMLReader bsc#1219576 
david.a...@suse.com
+# 
https://gitlab.gnome.org/GNOME/libxml2/-/commit/1a66b176055d25ee635bf328c7b35b381db0b71d
+Patch5: libxml2-CVE-2024-25062.patch
 #
 ### -- openSUSE patches range from 1000 to 1999 -- ###
 # PATCH-FIX-OPENSUSE

++ libxml2-CVE-2024-25062.patch ++
>From 1a66b176055d25ee635bf328c7b35b381db0b71d Mon Sep 17 00:00:00 2001
From: Nick Wellnhofer 
Date: Sat, 14 Oct 2023 22:45:54 +0200
Subject: [PATCH] [CVE-2024-25062] xmlreader: Don't expand XIncludes when
 backtracking

Fixes a use-after-free if XML Reader if used with DTD validation and
XInclude expansion.

Fixes #604.
---
 xmlreader.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xmlreader.c b/xmlreader.c
index 3bdb8228..6486c7da 100644
--- a/xmlreader.c
+++ b/xmlreader.c
@@ -1428,6 +1428,7 @@ node_found:
  * Handle XInclude if asked for
  */
 if ((reader->xinclude) && (reader->in_xinclude == 0) &&
+(reader->state != XML_TEXTREADER_BACKTRACK) &&
 (reader->node != NULL) &&
(reader->node->type == XML_ELEMENT_NODE) &&
(reader->node->ns != NULL) &&
-- 
GitLab