- Update to version 2.8+git.20161226.6ac7740e:
* Bump db. * Use operator!= operator== for CXCursor * jobs doesn't depend on current project. * Oops. This needs to go before the break. * Refactor some cursor stuff. * Bump rct. * Handle multiple targets better. * Nicer dump for template specializations. * Work on template refs * Remove debugging. OBS-URL: https://build.opensuse.org/package/show/devel:tools/rtags?expand=0&rev=4
This commit is contained in:
parent
fa6d348712
commit
5ffbbe7102
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">rtags</param>
|
||||
<param name="versionformat">2.3+git.%cd.%h</param>
|
||||
<param name="revision">767f76bc017152f7e9d9ab2f4ef3fda9c3e0e816</param>
|
||||
<param name="versionformat">2.8+git.%cd.%h</param>
|
||||
<param name="revision">6ac7740eaf05cdd9b699185f71cc2d1f634a761b</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e93abf6a84f8be246eac7e4c82aae2786eab0826f207dff423132a708c4c9ac2
|
||||
size 1537784
|
3
rtags-2.8+git.20161226.6ac7740e.tar.xz
Normal file
3
rtags-2.8+git.20161226.6ac7740e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f09a0c033c7ecaeedaabc81a6034afe187bd57eed7a630b439c6b1d17a7b3715
|
||||
size 1542880
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 3 11:52:50 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 2.8+git.20161226.6ac7740e:
|
||||
* Bump db.
|
||||
* Use operator!= operator== for CXCursor
|
||||
* jobs doesn't depend on current project.
|
||||
* Oops. This needs to go before the break.
|
||||
* Refactor some cursor stuff.
|
||||
* Bump rct.
|
||||
* Handle multiple targets better.
|
||||
* Nicer dump for template specializations.
|
||||
* Work on template refs
|
||||
* Remove debugging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 02 16:41:20 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
Name: rtags
|
||||
Version: 2.3+git.20161031.767f76b
|
||||
Version: 2.8+git.20161226.6ac7740e
|
||||
Release: 0
|
||||
Summary: Clang based source code indexer
|
||||
License: GPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user