Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kile for openSUSE:Factory checked in 
at 2025-02-03 21:43:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kile (Old)
 and      /work/SRC/openSUSE:Factory/.kile.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kile"

Mon Feb  3 21:43:43 2025 rev:59 rq:1242122 
version:2.9.95git.20250201T013505~e5dac14

Changes:
--------
--- /work/SRC/openSUSE:Factory/kile/kile.changes        2024-03-17 
22:17:38.163992045 +0100
+++ /work/SRC/openSUSE:Factory/.kile.new.2316/kile.changes      2025-02-03 
21:44:22.912632484 +0100
@@ -1,0 +2,51 @@
+Sat Feb 01 13:51:00 UTC 2025 - christo...@krop.fr
+
+- Update to version 2.9.95git.20250201T013505~e5dac14:
+  * Add BibLaTeX style extension for softwareversion
+  * Adapt coding style to Kile's coding style
+  * Project dependencies: Search for files relative to the master document
+  * Mark constructors with one argument explicit.
+  * Make a couple of pointers const
+  * kiledocmanager.cpp: Use range-based for-loop
+  * [Flatpak] Re-enable
+  * Remove deprecated Qt macros Q_NULLPTR and Q_DECL_OVERRIDE
+  * Fix some issues revealed by static analyzers
+  * Add override to destructor.
+  * Use the correct name for the 'menu_mathbreqnenv' menu
+  * Ensure that all insertion actions are disabled when no document is open
+  * Add "Open Containing Folder" action
+  * Use more range-based for loops
+  * UI files: use notr="true" instead of old comment="KDE::DoNotExtract"
+  * Update forward search shortcut
+  * Use as_const instead of const_cast
+  * Simplify more code flows, e.g. by removing continue's
+  * Add ShowAll tools to Tools/Build config
+  * Simplify code flow, e.g. by removing continue's
+  * Increase kileui.rc version
+  * Add new actions to kileui.rc
+  * Fix deprecation warning for Qt::Key_mu
+  * Work/wraith/add environments
+  * Fix crashes in SelectFrameAction
+  * House-keep range-based for loops
+  * Wrap in QLatin1String and QLatin1Char
+  * editorextension: fix crash in finding bracket and dollar pairs
+  * src/configtester.cpp: Fix Windows build
+  * Wrap in QLatin1String and QLatin1Char
+  * Replace some Qt 6 deprecations
+  * add Shift+Leftclick in editor to forward search
+  * Make warning RegEx non-greedy.
+  * Respect user feedback in AbbreviationView::slotDeleteAbbreviation()
+  * Fix creation of the local abbreviation directory
+  * Remove unused variables found by Clazy
+  * LaTeXOutputParser: Fix invalid regular expression
+  * appstream: replace deprecated developer_name with developer, add launchable
+  * Drop code duplicating what KAboutData::setApplicationData() does
+  * [cmake] Guard use of KF6 Doc Tools as it is optional
+  * appdata: Fix release date of Kile 3.0 beta 4
+  * Raise version to 2.9.95
+  * Ensure that the doc files are compiled and installed
+  * Rework how versions are handled
+  * Fix RTTI with clang Use qobject_cast for runtime-loaded OkularPart to 
avoid issues with clang
+  * Fix location of logging category install path
+
+-------------------------------------------------------------------

Old:
----
  kile-2.9.94git.20240312T011912~078a771.obscpio

New:
----
  kile-2.9.95git.20250201T013505~e5dac14.obscpio

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

Other differences:
------------------
++++++ kile.spec ++++++
--- /var/tmp/diff_new_pack.tmmMoI/_old  2025-02-03 21:44:23.900673266 +0100
+++ /var/tmp/diff_new_pack.tmmMoI/_new  2025-02-03 21:44:23.908673597 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kile
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2009 Johannes Engel <jcnen...@googlemail.com>
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,7 +22,7 @@
 
 %bcond_without released
 Name:           kile
-Version:        2.9.94git.20240312T011912~078a771
+Version:        2.9.95git.20250201T013505~e5dac14
 Release:        0
 Summary:        A LaTeX Source Editor and TeX Shell
 License:        GPL-2.0-or-later
@@ -117,10 +117,6 @@
 # Packaged with %%doc
 rm -r %{buildroot}%{_kf6_sharedir}/doc/kile
 
-# Wrong place
-mkdir -p %{buildroot}%{_kf6_debugdir}
-mv %{buildroot}%{_kf6_sysconfdir}/xdg/kile.categories 
%{buildroot}%{_kf6_debugdir}/
-
 %find_lang %{name} --with-html --all-name
 
 %fdupes %{buildroot}
@@ -142,6 +138,7 @@
 %dir %{_kf6_iconsdir}/hicolor/44x44
 %dir %{_kf6_iconsdir}/hicolor/44x44/apps
 %{_kf6_iconsdir}/hicolor/*/apps/kile.*
+%{_kf6_iconsdir}/hicolor/*/actions/*
 %{_kf6_sharedir}/kconf_update/*
 %{_kf6_sharedir}/kile/
 %{_kf6_sharedir}/mime/packages/kile.xml

++++++ _service ++++++
--- /var/tmp/diff_new_pack.tmmMoI/_old  2025-02-03 21:44:23.948675247 +0100
+++ /var/tmp/diff_new_pack.tmmMoI/_new  2025-02-03 21:44:23.956675578 +0100
@@ -2,7 +2,7 @@
   <service name="obs_scm" mode="manual">
     <param name="url">https://invent.kde.org/office/kile.git</param>
     <param name="scm">git</param>
-    <param name="versionformat">2.9.94git.%ci~%h</param>
+    <param name="versionformat">2.9.95git.%ci~%h</param>
     <param name="revision">master</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.tmmMoI/_old  2025-02-03 21:44:23.980676569 +0100
+++ /var/tmp/diff_new_pack.tmmMoI/_new  2025-02-03 21:44:23.988676899 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://invent.kde.org/office/kile.git</param>
-              <param 
name="changesrevision">078a771ff425149b0240369288f0c323c3f7e671</param></service></servicedata>
+              <param 
name="changesrevision">e5dac14a9813cd4dc0ca37304b80934af141e4f8</param></service></servicedata>
 (No newline at EOF)
 

++++++ kile-2.9.94git.20240312T011912~078a771.obscpio -> 
kile-2.9.95git.20250201T013505~e5dac14.obscpio ++++++
++++ 311710 lines of diff (skipped)

++++++ kile.obsinfo ++++++
--- /var/tmp/diff_new_pack.tmmMoI/_old  2025-02-03 21:44:25.544741127 +0100
+++ /var/tmp/diff_new_pack.tmmMoI/_new  2025-02-03 21:44:25.548741292 +0100
@@ -1,5 +1,5 @@
 name: kile
-version: 2.9.94git.20240312T011912~078a771
-mtime: 1710206352
-commit: 078a771ff425149b0240369288f0c323c3f7e671
+version: 2.9.95git.20250201T013505~e5dac14
+mtime: 1738373705
+commit: e5dac14a9813cd4dc0ca37304b80934af141e4f8
 

Reply via email to