SHA256
1
0
forked from pool/cherrytree
Ana Guerrero 2024-09-12 14:57:33 +00:00 committed by Git OBS Bridge
commit ec5aa791f7
7 changed files with 35 additions and 11 deletions

View File

@ -1,5 +1,5 @@
<services>
<service mode="disabled" name="obs_scm">
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/giuspen/cherrytree.git</param>
<param name="scm">git</param>
<param name="submodules">enable</param>
@ -15,5 +15,5 @@
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version" />
<service mode="manual" name="set_version" />
</services>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/giuspen/cherrytree.git</param>
<param name="changesrevision">a84919afd51e1997ea3f78e1ac4cb81663ee2dd5</param></service></servicedata>
<param name="changesrevision">51f6e649aa063944293e33fb98b658abadf8d4a7</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07dbb090e8bb22342b6f45aaa566a33f905e9b44125e8cfe068f4c8cd3d352d1
size 83512846

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8672375bef6fd83c0e873c7761d64b3771527418d9b4fe150531aad8cae18c18
size 83581454

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Sep 12 10:59:13 UTC 2024 - dimstar@opensuse.org
- Update to version 1.1.4+18:
* added support for new language Slovak
* fixed msys2_prepare_standalone.sh for new libgtksourceview4;
* dropped unmantained and outdated libgtksourceviewmm3 for
libgtksourceview4
* Fix formatting issues with fmt 11
* removed fmt custom formatter for Glib::ustring
* starting work on collapsable headers
* changed default keyboard shortcut to open codebox properties
dialog to Shift+Alt+U as the previous shortcut was causing
problems to german layout keyboards
* default keyboard shortcut to Ctrl+Shift+G for new quick-select
node dialog
* (feat): Adding new quick-select dialog
* link to outstanding third party android project SourCherry
* fix fonts stretch property not supported
* fix italic fonts not supported
* fix bold fonts not supported
- Replace pkgconfig(gtksourceviewmm-3.0) BuildRequies with
pkgconfig(gtksourcevie-4.0): follow upstream.
-------------------------------------------------------------------
Mon Jul 01 12:44:06 UTC 2024 - malcolmlewis@opensuse.org

View File

@ -1,4 +1,4 @@
name: cherrytree
version: 1.1.4+1
mtime: 1719774896
commit: a84919afd51e1997ea3f78e1ac4cb81663ee2dd5
version: 1.1.4+18
mtime: 1725992357
commit: 51f6e649aa063944293e33fb98b658abadf8d4a7

View File

@ -17,7 +17,7 @@
Name: cherrytree
Version: 1.1.4+1
Version: 1.1.4+18
Release: 0
Summary: A hierarchical note taking application
License: GPL-3.0-or-later AND LGPL-2.1-only
@ -35,7 +35,7 @@ BuildRequires: update-desktop-files
BuildRequires: pkgconfig(fmt)
BuildRequires: pkgconfig(gspell-1)
BuildRequires: pkgconfig(gtkmm-3.0)
BuildRequires: pkgconfig(gtksourceviewmm-3.0)
BuildRequires: pkgconfig(gtksourceview-4)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libxml++-2.6)
BuildRequires: pkgconfig(spdlog) >= 1.5