forked from pool/cherrytree
Accepting request 852383 from GNOME:Apps
- Update _service: + Change to @PARENT_TAG@+@TAG_OFFSET@ version scheme comonly used by the GNOME Team (with +0 being stripped when detected). - Update to version 0.99.24+git20201130.67860cc0: * Fix can't open encrypted .ctx/.ctz file when the filename is renamed, (gh#giuspen/cherrytree#1383). * Fix missing copy/cut/paste for tables and codeboxes in right click menu, (gh#giuspen/cherrytree#1379). * Fix insert TOC with closing bracket at the end of the headline, (gh#giuspen/cherrytree#1382). * Fixes setting date in Gtk::Calendar, (gh#giuspen/cherrytree#1386). * Fix crash parsing sqlite node with image, (gh#giuspen/cherrytree#1337). * New --export_single_file export option, (gh#giuspen/cherrytree#1371). * Fix Automatically Check for Newer version, (gh#giuspen/cherrytree#1380). * Flatpak build fix (needs --share=network). * Run the unit tests automatically if you build them. * Packaging cleanup. * Exploit advantage of google parameterised tests. * Added now required after clone for building the unit tests 'git submodule update --init'. * Suppress gtk warning during unit tests. * Migration to google test. - Changes from version 0.99.23: * Debugging flatpak crash. OBS-URL: https://build.opensuse.org/request/show/852383 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cherrytree?expand=0&rev=3
This commit is contained in:
commit
3e1c0a5da9
4
_service
4
_service
@ -7,7 +7,9 @@
|
|||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="changesauthor">malcolmlewis@opensuse.org</param>
|
<param name="changesauthor">malcolmlewis@opensuse.org</param>
|
||||||
<param name="filename">cherrytree</param>
|
<param name="filename">cherrytree</param>
|
||||||
<param name="versionformat">0.99.22+git%cd.%h</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="buildtime" name="tar" />
|
<service mode="buildtime" name="tar" />
|
||||||
<service mode="buildtime" name="recompress">
|
<service mode="buildtime" name="recompress">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
||||||
<param name="changesrevision">fea3e66c0b2a2722750c8bdd34756875367cea88</param></service></servicedata>
|
<param name="changesrevision">67860cc0df2bc6ca1d3c39c164ef08485ab2811a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f3fc8b84bb7d8ab7a6051c456b72d300148d42f01e7fe223e3ac9193de992ff8
|
|
||||||
size 78178830
|
|
3
cherrytree-0.99.24+1.obscpio
Normal file
3
cherrytree-0.99.24+1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed8bc31e07332a7de5d21b5a0f600708663ba2c1fe6d0a0adca845e43c2a1a7f
|
||||||
|
size 82506254
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 1 15:15:57 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update _service:
|
||||||
|
+ Change to @PARENT_TAG@+@TAG_OFFSET@ version scheme comonly used
|
||||||
|
by the GNOME Team (with +0 being stripped when detected).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 01 14:42:22 UTC 2020 - malcolmlewis@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.99.24+git20201130.67860cc0:
|
||||||
|
* Fix can't open encrypted .ctx/.ctz file when the filename is
|
||||||
|
renamed, (gh#giuspen/cherrytree#1383).
|
||||||
|
* Fix missing copy/cut/paste for tables and codeboxes in right
|
||||||
|
click menu, (gh#giuspen/cherrytree#1379).
|
||||||
|
* Fix insert TOC with closing bracket at the end of the headline,
|
||||||
|
(gh#giuspen/cherrytree#1382).
|
||||||
|
* Fixes setting date in Gtk::Calendar,
|
||||||
|
(gh#giuspen/cherrytree#1386).
|
||||||
|
* Fix crash parsing sqlite node with image,
|
||||||
|
(gh#giuspen/cherrytree#1337).
|
||||||
|
* New --export_single_file export option,
|
||||||
|
(gh#giuspen/cherrytree#1371).
|
||||||
|
* Fix Automatically Check for Newer version,
|
||||||
|
(gh#giuspen/cherrytree#1380).
|
||||||
|
* Flatpak build fix (needs --share=network).
|
||||||
|
* Run the unit tests automatically if you build them.
|
||||||
|
* Packaging cleanup.
|
||||||
|
* Exploit advantage of google parameterised tests.
|
||||||
|
* Added now required after clone for building the unit tests 'git submodule update --init'.
|
||||||
|
* Suppress gtk warning during unit tests.
|
||||||
|
* Migration to google test.
|
||||||
|
- Changes from version 0.99.23:
|
||||||
|
* Debugging flatpak crash.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 24 15:54:13 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
Tue Nov 24 15:54:13 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: cherrytree
|
name: cherrytree
|
||||||
version: 0.99.22+git20201123.fea3e66c
|
version: 0.99.24+1
|
||||||
mtime: 1606173484
|
mtime: 1606779686
|
||||||
commit: fea3e66c0b2a2722750c8bdd34756875367cea88
|
commit: 67860cc0df2bc6ca1d3c39c164ef08485ab2811a
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cherrytree.spec
|
# spec file for package cherrytree
|
||||||
#
|
#
|
||||||
# # Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,14 +12,15 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: cherrytree
|
Name: cherrytree
|
||||||
Version: 0.99.22+git20201123.fea3e66c
|
Version: 0.99.24+1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A hierarchical note taking application
|
Summary: A hierarchical note taking application
|
||||||
License: GPL-3.0-or-later and LGPL-2.1
|
License: GPL-3.0-or-later AND LGPL-2.1-only
|
||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
URL: https://www.giuspen.com/cherrytree/
|
URL: https://www.giuspen.com/cherrytree/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user