Fix version - do not add +0 when on tag
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=199
This commit is contained in:
parent
ca78c8499d
commit
c6dd59acea
2
_service
2
_service
@ -7,7 +7,7 @@
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">cherrytree</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9db41bf46efbe66e31008b759a269c27772c4ab3f80c3598356ad2e768f87e54
|
||||
size 83633166
|
3
cherrytree-1.2.0.obscpio
Normal file
3
cherrytree-1.2.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b39a99e15847ee685c91b7784ce87d2ed3d0ae42ae11af2428209af3f4bd51ef
|
||||
size 83628046
|
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 06:44:50 UTC 2024 - gumsley_6@hotmail.com
|
||||
|
||||
- Update to version 1.2.0+0:
|
||||
- Update to version 1.2.0:
|
||||
* fixed crash pressing Ctrl+Z while editing table light cell
|
||||
* trying to use gtksourceview to convert any encoding to utf8 and
|
||||
lose libfribidi dependency
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: cherrytree
|
||||
version: 1.2.0+0
|
||||
version: 1.2.0
|
||||
mtime: 1728056969
|
||||
commit: 3b2400115dacfdcebf5487d040db38b3834a32d2
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cherrytree
|
||||
Version: 1.2.0+0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: A hierarchical note taking application
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-only
|
||||
|
Loading…
Reference in New Issue
Block a user