Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghostwriter for openSUSE:Factory checked in at 2025-12-15 11:51:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghostwriter (Old) and /work/SRC/openSUSE:Factory/.ghostwriter.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghostwriter" Mon Dec 15 11:51:29 2025 rev:58 rq:1322321 version:25.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghostwriter/ghostwriter.changes 2025-11-08 16:31:02.787456993 +0100 +++ /work/SRC/openSUSE:Factory/.ghostwriter.new.1939/ghostwriter.changes 2025-12-15 11:54:19.981098102 +0100 @@ -1,0 +2,16 @@ +Sat Dec 6 11:40:19 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 25.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/25.12.0/ +- No code change since 25.11.80 + +------------------------------------------------------------------- +Sat Nov 15 19:56:21 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 25.11.80 + * New feature release +- No code change since 25.08.3 + +------------------------------------------------------------------- Old: ---- ghostwriter-25.08.3.tar.xz ghostwriter-25.08.3.tar.xz.sig New: ---- ghostwriter-25.12.0.tar.xz ghostwriter-25.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghostwriter.spec ++++++ --- /var/tmp/diff_new_pack.LEub4J/_old 2025-12-15 11:54:22.205191539 +0100 +++ /var/tmp/diff_new_pack.LEub4J/_new 2025-12-15 11:54:22.221192211 +0100 @@ -16,12 +16,12 @@ # -%define kf6_version 6.14.0 -%define qt6_version 6.8.0 +%define kf6_version 6.19.0 +%define qt6_version 6.9.0 %bcond_without released Name: ghostwriter -Version: 25.08.3 +Version: 25.12.0 Release: 0 Summary: A distraction-free Markdown editor License: GPL-3.0-or-later ++++++ ghostwriter-25.08.3.tar.xz -> ghostwriter-25.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ghostwriter-25.08.3/CMakeLists.txt new/ghostwriter-25.12.0/CMakeLists.txt --- old/ghostwriter-25.08.3/CMakeLists.txt 2025-11-01 19:49:57.000000000 +0100 +++ new/ghostwriter-25.12.0/CMakeLists.txt 2025-12-04 00:14:16.000000000 +0100 @@ -32,8 +32,8 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "25") -set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MINOR "12") +set(RELEASE_SERVICE_VERSION_MICRO "0") 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.08.3/po/pt_BR/docs/ghostwriter/man-ghostwriter.1.docbook new/ghostwriter-25.12.0/po/pt_BR/docs/ghostwriter/man-ghostwriter.1.docbook --- old/ghostwriter-25.08.3/po/pt_BR/docs/ghostwriter/man-ghostwriter.1.docbook 1970-01-01 01:00:00.000000000 +0100 +++ new/ghostwriter-25.12.0/po/pt_BR/docs/ghostwriter/man-ghostwriter.1.docbook 2025-12-04 00:14:16.000000000 +0100 @@ -0,0 +1,125 @@ +<?xml version="1.0" ?> +<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ +<!ENTITY % Brazilian-Portuguese "INCLUDE"> +]> +<!-- +SPDX-FileCopyrightText: 2022 Carl Schwan <[email protected]> +SPDX-FileCopyrightText: 2022 Megan Conkle <[email protected]> +SPDX-License-Identifier: CC-BY-SA-4.0 +--> + +<refentry lang="&language;"> +<refentryinfo> +<title +>Manual do usuário do ghostwriter</title> +<author +><firstname +>Megan</firstname +><surname +>Conkle</surname +> <contrib +>ghostwriter man page.</contrib +> <email +>[email protected]</email +></author> +<date +>17/09/2022</date> +<releaseinfo +>2.2.0</releaseinfo> +<productname +>ghostwriter</productname> +</refentryinfo> + +<refmeta> +<refentrytitle +><command +>ghostwriter</command +></refentrytitle> +<manvolnum +>1</manvolnum> +</refmeta> + +<refnamediv> +<refname +>ghostwriter</refname> +<refpurpose +>editor de texto livre de distrações para Markdown</refpurpose> +</refnamediv> +<!-- body begins here --> +<refsynopsisdiv id='synopsis'> +<cmdsynopsis +><command +>ghostwriter</command +> <arg choice="opt" +><replaceable +>ARQUIVO</replaceable +></arg +> </cmdsynopsis> +</refsynopsisdiv> + + +<refsect1 id="description"> + <title +>Descrição</title> + <para +><command +>ghostwriter</command +> é um aplicativo de edição de texto Qt para Markdown que oferece um ambiente de escrita estético e livre de distrações. </para> + <para +>Crie seus próprios temas personalizados, escreva em modo de tela cheia ou use o modo de foco para se concentrar em apenas uma ou mais linhas. </para> + <para +>Uma pré-visualização HTML em tempo real permite que você veja a formatação final enquanto digita. As opções de pré-visualização e exportação de HTML são fornecidas pelo processador Markdown integrado, cmark-gfm; mas você pode adicionar mais instalando os processadores Pandoc, MultiMarkdown ou cmark. O aplicativo detectará automaticamente a instalação deles se os locais estiverem na variável de ambiente PATH do sistema. </para> +</refsect1> + +<refsect1 id="options" +><title +>Opções</title> +<variablelist> + <varlistentry> + <term +><option +>--disable-gpu</option +></term> + <listitem> +<para +>Desativa a aceleração por GPU.</para> + </listitem> + </varlistentry> +</variablelist> +</refsect1> + +<refsect1> + <title +>Relatar bugs</title> + <para +>Você pode reportar bugs e solicitar novas funcionalidades em <ulink url="https://bugs.kde.org" +>https://bugs.kde.org</ulink +></para> +</refsect1> + +<refsect1> +<title +>Veja também</title> +<simplelist> +<member +>Documentação de usuário mais detalhada sobre Markdown está disponível em <ulink url="https://ghostwriter.kde.org/documentation" +>https://ghostwriter.kde.org/documentation</ulink +> </member> +<member +>kf5options(7)</member> +<member +>qt5options(7)</member> +</simplelist> +</refsect1> + +<refsect1 id="copyright" +><title +>Direitos autorais</title> +<para +>Direitos autorais © 2022 Megan Conkle</para> +<para +>Licença: GNU General Public Versão 3 ou posterior <ulink url="https://www.gnu.org/licenses/gpl-3.0.html" +>https://www.gnu.org/licenses/gpl-3.0.html</ulink +>></para> +</refsect1> +</refentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ghostwriter-25.08.3/resources/linux/org.kde.ghostwriter.metainfo.xml new/ghostwriter-25.12.0/resources/linux/org.kde.ghostwriter.metainfo.xml --- old/ghostwriter-25.08.3/resources/linux/org.kde.ghostwriter.metainfo.xml 2025-11-01 19:49:57.000000000 +0100 +++ new/ghostwriter-25.12.0/resources/linux/org.kde.ghostwriter.metainfo.xml 2025-12-04 00:14:16.000000000 +0100 @@ -186,6 +186,7 @@ </provides> <content_rating type="oars-1.1"/> <releases> + <release version="25.12.0" date="2025-12-11"/> <release version="25.08.3" date="2025-11-06"/> <release version="25.08.2" date="2025-10-09"/> <release version="25.08.1" date="2025-09-11"/>
