Accepting request 995057 from devel:languages:go
- Update to version 1.1.0: * fix: Flickering issue (#436) * chore(doc): Add resources section * Add open collective * Add FUNDING.yml * dev: Upgrade jira to 8.22.1 * chore(doc): Add missing articles (#423) * ehc: Increase max col width + some cleanup (#427) * fix(minor): Use pointer receiver to avoid heavy copying (#426) * chore: Remove deprecated ioutil usage (#422) * chore: s/\"%s\"/%q/g (#421) * feat: Make selection highlight customizable (#419) * fix: Issue with insecure TLS config (#413) * fix: Remove dead code in comment add (#411) * feat: Ability to add worklog (#410) * fix: Issue with default assignee and unassign from tui (#405) * doc: Add instructions for docker (forwarded request 995046 from cbcoutinho) OBS-URL: https://build.opensuse.org/request/show/995057 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jira-cli?expand=0&rev=2
This commit is contained in:
commit
37a618a58d
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/ankitpokhrel/jira-cli.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.0.0</param>
|
||||
<param name="revision">v1.1.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ankitpokhrel/jira-cli.git</param>
|
||||
<param name="changesrevision">e94433858ee31e16d4b41c14032864f3c5361115</param></service></servicedata>
|
||||
<param name="changesrevision">3b93e147eac468ad985bdece27469153b4bb2814</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a35d85e577278ff989a14fddcb8b5aa2280dcefa64cbf51e975c9745e03bc9e1
|
||||
size 53634453
|
3
jira-cli-1.1.0.tar.gz
Normal file
3
jira-cli-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7127db6dfbb51e8825ace834f9aced68f3849ecdd957855e342f19410336f64
|
||||
size 53636240
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 14 16:00:16 UTC 2022 - chrisbcoutinho@gmail.com
|
||||
|
||||
- Update to version 1.1.0:
|
||||
* fix: Flickering issue (#436)
|
||||
* chore(doc): Add resources section
|
||||
* Add open collective
|
||||
* Add FUNDING.yml
|
||||
* dev: Upgrade jira to 8.22.1
|
||||
* chore(doc): Add missing articles (#423)
|
||||
* ehc: Increase max col width + some cleanup (#427)
|
||||
* fix(minor): Use pointer receiver to avoid heavy copying (#426)
|
||||
* chore: Remove deprecated ioutil usage (#422)
|
||||
* chore: s/\"%s\"/%q/g (#421)
|
||||
* feat: Make selection highlight customizable (#419)
|
||||
* fix: Issue with insecure TLS config (#413)
|
||||
* fix: Remove dead code in comment add (#411)
|
||||
* feat: Ability to add worklog (#410)
|
||||
* fix: Issue with default assignee and unassign from tui (#405)
|
||||
* doc: Add instructions for docker
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 06 01:23:51 UTC 2022 - jkowalczyk@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: jira-cli
|
||||
Version: 1.0.0
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: CLI tool for Atlassian JIRA inspired by the Github CLI tool
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48e409a73f4d898697c25278daccdc078b78a5849a1464395754eb1d75cedb93
|
||||
size 6548209
|
||||
oid sha256:d44c2a57bf16a03a1599862e8549bf68f4ece9236c6fad6fded9c4031b671185
|
||||
size 6311809
|
||||
|
Loading…
Reference in New Issue
Block a user