Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kpat for openSUSE:Factory checked in 
at 2023-03-03 22:28:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpat (Old)
 and      /work/SRC/openSUSE:Factory/.kpat.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpat"

Fri Mar  3 22:28:11 2023 rev:132 rq:1069106 version:22.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpat/kpat.changes        2023-02-04 
14:19:19.218836455 +0100
+++ /work/SRC/openSUSE:Factory/.kpat.new.31432/kpat.changes     2023-03-03 
22:31:11.247975020 +0100
@@ -1,0 +2,14 @@
+Fri Mar  3 08:48:12 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Don't use dashes with %bcond_without. The parser doesn't like
+  them
+
+-------------------------------------------------------------------
+Tue Feb 28 09:46:25 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 22.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.3/
+
+-------------------------------------------------------------------

Old:
----
  kpat-22.12.2.tar.xz
  kpat-22.12.2.tar.xz.sig

New:
----
  kpat-22.12.3.tar.xz
  kpat-22.12.3.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kpat.spec ++++++
--- /var/tmp/diff_new_pack.VM7BRI/_old  2023-03-03 22:31:11.951978023 +0100
+++ /var/tmp/diff_new_pack.VM7BRI/_new  2023-03-03 22:31:11.963978074 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpat
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 %if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150400
-%bcond_without black-hole-solver
+%bcond_without bhsolver
 %endif
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kpat
-Version:        22.12.2
+Version:        22.12.3
 Release:        0
 Summary:        Patience card game
 License:        GPL-2.0-or-later
@@ -35,7 +35,7 @@
 %endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  freecell-solver-devel
-%if %{with black-hole-solver}
+%if %{with bhsolver}
 BuildRequires:  pkgconfig(libblack-hole-solver)
 %endif
 BuildRequires:  update-desktop-files
@@ -79,7 +79,7 @@
 %autosetup -p1
 
 %build
-%if %{with black-hole-solver}
+%if %{with bhsolver}
   %cmake_kf5 -d build
 %else
   %cmake_kf5 -d build -- -DWITH_BH_SOLVER=OFF


++++++ kpat-22.12.2.tar.xz -> kpat-22.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-22.12.2/CMakeLists.txt 
new/kpat-22.12.3/CMakeLists.txt
--- old/kpat-22.12.2/CMakeLists.txt     2023-01-30 00:14:16.000000000 +0100
+++ new/kpat-22.12.3/CMakeLists.txt     2023-02-25 06:12:27.000000000 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
 set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "2")
+set(RELEASE_SERVICE_VERSION_MICRO "3")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kpat VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-22.12.2/po/zh_CN/kpat.po 
new/kpat-22.12.3/po/zh_CN/kpat.po
--- old/kpat-22.12.2/po/zh_CN/kpat.po   2023-01-30 00:14:16.000000000 +0100
+++ new/kpat-22.12.3/po/zh_CN/kpat.po   2023-02-25 06:12:27.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-12-03 02:33+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -890,7 +890,7 @@
 #: mainwindow.cpp:982
 #, kde-format
 msgid "Error opening file for writing. Saving failed."
-msgstr "打开文件以写入出错。保存失败。"
+msgstr "打开文件进行写入时出错。保存失败。"
 
 #: mainwindow.cpp:990
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-22.12.2/src/org.kde.kpat.appdata.xml 
new/kpat-22.12.3/src/org.kde.kpat.appdata.xml
--- old/kpat-22.12.2/src/org.kde.kpat.appdata.xml       2023-01-30 
00:14:16.000000000 +0100
+++ new/kpat-22.12.3/src/org.kde.kpat.appdata.xml       2023-02-25 
06:12:27.000000000 +0100
@@ -149,9 +149,9 @@
   </provides>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="22.12.3" date="2023-03-02"/>
     <release version="22.12.2" date="2023-02-02"/>
     <release version="22.12.1" date="2023-01-05"/>
     <release version="22.12.0" date="2022-12-08"/>
-    <release version="22.08.3" date="2022-11-03"/>
   </releases>
 </component>

Reply via email to