Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghostwriter for openSUSE:Factory 
checked in at 2026-02-06 19:06:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghostwriter (Old)
 and      /work/SRC/openSUSE:Factory/.ghostwriter.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghostwriter"

Fri Feb  6 19:06:12 2026 rev:60 rq:1331190 version:25.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghostwriter/ghostwriter.changes  2026-01-12 
10:25:33.399950198 +0100
+++ /work/SRC/openSUSE:Factory/.ghostwriter.new.1670/ghostwriter.changes        
2026-02-06 19:08:47.868182370 +0100
@@ -1,0 +2,9 @@
+Tue Feb  3 10:05:19 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 25.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.12.2/
+- No code change since 25.12.1
+
+-------------------------------------------------------------------

Old:
----
  ghostwriter-25.12.1.tar.xz
  ghostwriter-25.12.1.tar.xz.sig

New:
----
  ghostwriter-25.12.2.tar.xz
  ghostwriter-25.12.2.tar.xz.sig

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

Other differences:
------------------
++++++ ghostwriter.spec ++++++
--- /var/tmp/diff_new_pack.y8MniA/_old  2026-02-06 19:08:48.456207082 +0100
+++ /var/tmp/diff_new_pack.y8MniA/_new  2026-02-06 19:08:48.460207251 +0100
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           ghostwriter
-Version:        25.12.1
+Version:        25.12.2
 Release:        0
 Summary:        A distraction-free Markdown editor
 License:        GPL-3.0-or-later


++++++ ghostwriter-25.12.1.tar.xz -> ghostwriter-25.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ghostwriter-25.12.1/CMakeLists.txt 
new/ghostwriter-25.12.2/CMakeLists.txt
--- old/ghostwriter-25.12.1/CMakeLists.txt      2026-01-06 04:42:12.000000000 
+0100
+++ new/ghostwriter-25.12.2/CMakeLists.txt      2026-01-30 04:49:30.000000000 
+0100
@@ -33,7 +33,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "25")
 set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "1")
+set(RELEASE_SERVICE_VERSION_MICRO "2")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(ghostwriter VERSION ${RELEASE_SERVICE_VERSION} LANGUAGES CXX)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ghostwriter-25.12.1/poqm/ca@valencia/ghostwriter_qt.po 
new/ghostwriter-25.12.2/poqm/ca@valencia/ghostwriter_qt.po
--- old/ghostwriter-25.12.1/poqm/ca@valencia/ghostwriter_qt.po  2026-01-06 
04:42:12.000000000 +0100
+++ new/ghostwriter-25.12.2/poqm/ca@valencia/ghostwriter_qt.po  2026-01-30 
04:49:30.000000000 +0100
@@ -610,7 +610,7 @@
 #, qt-format
 msgctxt "ghostwriter::DocumentManager|"
 msgid "Error saving %1"
-msgstr "S'ha produït un error en guardar %1"
+msgstr "S'ha produït un error mentre es guardava %1"
 
 #: src/documentmanager.cpp:354
 msgctxt "ghostwriter::DocumentManager|"
@@ -727,7 +727,8 @@
 msgctxt "ghostwriter::DocumentManager|"
 msgid "Error creating backup location: %d"
 msgstr ""
-"S'ha produït un error en crear la ubicació de la còpia de seguretat: %d"
+"S'ha produït un error mentre es creava la ubicació de la còpia de seguretat: "
+"%d"
 
 #: src/documentmanager.cpp:934
 #, qt-format
@@ -789,7 +790,7 @@
 #: src/export/commandlineexporter.cpp:191
 msgctxt "QObject|"
 msgid "Failed to execute command: "
-msgstr "No s'ha pogut executar l'ordre: "
+msgstr "Ha fallat mentre s'executava l'ordre: "
 
 #: src/export/exportdialog.cpp:46 src/export/exportdialog.cpp:105
 msgctxt "ghostwriter::ExportDialog|"
@@ -1085,7 +1086,7 @@
 #: src/preview/htmlpreview.cpp:162
 msgctxt "ghostwriter::HtmlPreview|"
 msgid "Error loading resources/preview.html"
-msgstr "S'ha produït un error en carregar «resources/preview.html»"
+msgstr "S'ha produït un error mentre es carregava «resources/preview.html»"
 
 #: src/settings/localedialog.cpp:36
 msgctxt "ghostwriter::LocaleDialog|"
@@ -1867,7 +1868,7 @@
 #: src/theme/themeselectiondialog.cpp:401
 msgctxt "ghostwriter::ThemeSelectionDialog|"
 msgid "Failed to delete theme."
-msgstr "No s'ha pogut suprimir el tema."
+msgstr "Ha fallat mentre se suprimia el tema."
 
 #: src/theme/themeselectiondialog.cpp:428
 msgctxt "ghostwriter::ThemeSelectionDialog|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ghostwriter-25.12.1/resources/linux/org.kde.ghostwriter.metainfo.xml 
new/ghostwriter-25.12.2/resources/linux/org.kde.ghostwriter.metainfo.xml
--- old/ghostwriter-25.12.1/resources/linux/org.kde.ghostwriter.metainfo.xml    
2026-01-06 04:42:12.000000000 +0100
+++ new/ghostwriter-25.12.2/resources/linux/org.kde.ghostwriter.metainfo.xml    
2026-01-30 04:49:30.000000000 +0100
@@ -188,6 +188,7 @@
   </provides>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="25.12.2" date="2026-02-05"/>
     <release version="25.12.1" date="2026-01-08"/>
     <release version="25.12.0" date="2025-12-11"/>
     <release version="25.08.3" date="2025-11-06"/>

Reply via email to