Skip to content

Commit

Permalink
kf6-syntax-highlighting: Update to v6.1.0
Browse files Browse the repository at this point in the history
Release notes available [here](https://kde.org/announcements/frameworks/6/6.1.0/)

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Apr 12, 2024
1 parent bd34893 commit 18671a6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions packages/k/kf6-syntax-highlighting/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ libKF6SyntaxHighlighting.so.6:_ZNK19KSyntaxHighlighting10Definition12keywordList
libKF6SyntaxHighlighting.so.6:_ZNK19KSyntaxHighlighting10Definition14foldingEnabledEv
libKF6SyntaxHighlighting.so.6:_ZNK19KSyntaxHighlighting10Definition14translatedNameEv
libKF6SyntaxHighlighting.so.6:_ZNK19KSyntaxHighlighting10Definition15isWordDelimiterE5QChar
libKF6SyntaxHighlighting.so.6:_ZNK19KSyntaxHighlighting10Definition16alternativeNamesEv
libKF6SyntaxHighlighting.so.6:_ZNK19KSyntaxHighlighting10Definition17foldingIgnoreListEv
libKF6SyntaxHighlighting.so.6:_ZNK19KSyntaxHighlighting10Definition17translatedSectionEv
libKF6SyntaxHighlighting.so.6:_ZNK19KSyntaxHighlighting10Definition18characterEncodingsEv
Expand Down
2 changes: 2 additions & 0 deletions packages/k/kf6-syntax-highlighting/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ libQt6Core.so.6:_ZN7QObjectD2Ev
libQt6Core.so.6:_ZN7QString10fromLatin1E14QByteArrayView
libQt6Core.so.6:_ZN7QString11reallocDataExN10QArrayData16AllocationOptionE
libQt6Core.so.6:_ZN7QString13toUtf8_helperERKS_
libQt6Core.so.6:_ZN7QString14toLower_helperERKS_
libQt6Core.so.6:_ZN7QString14toLower_helperERS_
libQt6Core.so.6:_ZN7QString14trimmed_helperERS_
libQt6Core.so.6:_ZN7QString17toIntegral_helperE11QStringViewPbi
libQt6Core.so.6:_ZN7QString18toLocal8Bit_helperEPK5QCharx
Expand Down
6 changes: 3 additions & 3 deletions packages/k/kf6-syntax-highlighting/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : kf6-syntax-highlighting
version : 6.0.0
release : 3
version : 6.1.0
release : 4
source :
- https://cdn.download.kde.org/stable/frameworks/6.0/syntax-highlighting-6.0.0.tar.xz : 2ef9e6b8aeb8543e64f4a3628afa331c0656fe6c485f3574c407651d7c12a653
- https://download.kde.org/stable/frameworks/6.1/syntax-highlighting-6.1.0.tar.xz : 1e7449052b0e3e97d615d6157e5647958e9bb98fa5d8f9c5d694829c5d67cab6
homepage : https://community.kde.org/Frameworks
license :
- LGPL-2.0-or-later
Expand Down
10 changes: 5 additions & 5 deletions packages/k/kf6-syntax-highlighting/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Files>
<Path fileType="executable">/usr/bin/ksyntaxhighlighter6</Path>
<Path fileType="library">/usr/lib64/libKF6SyntaxHighlighting.so.6</Path>
<Path fileType="library">/usr/lib64/libKF6SyntaxHighlighting.so.6.0.0</Path>
<Path fileType="library">/usr/lib64/libKF6SyntaxHighlighting.so.6.1.0</Path>
<Path fileType="library">/usr/lib64/qt6/qml/org/kde/syntaxhighlighting/kde-qmlmodule.version</Path>
<Path fileType="library">/usr/lib64/qt6/qml/org/kde/syntaxhighlighting/kquicksyntaxhighlightingplugin.qmltypes</Path>
<Path fileType="library">/usr/lib64/qt6/qml/org/kde/syntaxhighlighting/libkquicksyntaxhighlightingplugin.so</Path>
Expand Down Expand Up @@ -125,7 +125,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="3">kf6-syntax-highlighting</Dependency>
<Dependency release="4">kf6-syntax-highlighting</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/KF6/KSyntaxHighlighting/KSyntaxHighlighting/AbstractHighlighter</Path>
Expand Down Expand Up @@ -161,9 +161,9 @@
</Files>
</Package>
<History>
<Update release="3">
<Date>2024-02-28</Date>
<Version>6.0.0</Version>
<Update release="4">
<Date>2024-04-12</Date>
<Version>6.1.0</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
Expand Down

0 comments on commit 18671a6

Please sign in to comment.