forked from pool/cherrytree
Accepting request 852377 from home:malcolmlewis:branches:GNOME:Apps
Update to latest git release. OBS-URL: https://build.opensuse.org/request/show/852377 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=131
This commit is contained in:
parent
d4610ec1ed
commit
91f70e20ae
2
_service
2
_service
@ -7,7 +7,7 @@
|
|||||||
<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">0.99.24+git%cd.%h</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+git20201130.67860cc0.obscpio
Normal file
3
cherrytree-0.99.24+git20201130.67860cc0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d26d8966e399dc64ddcea4dec5ed8c007bea13abbb4d1d4a18666fb818c2820
|
||||||
|
size 82536462
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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+git20201130.67860cc0
|
||||||
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+git20201130.67860cc0
|
||||||
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