Accepting request 438380 from home:pluskalm:branches:devel:tools
- Update to version 2.3+git.20161031.767f76b: * Fix issue #826. Don't put: int => int etc for autos. * Avoid TypeRef refs to classes/structs. * Fix shadow warnings. * Apparently clang_getCanonicalType is all I really need for resolving autos. Or so it seems. * Apparently mLastCursor may be in a file we're not visiting. * Use the right argument. Make fixits work again. * Better error for handleInclude failures. * Add "brew services start rtags" to readme * resolve symlinks when updating the diagnostics buffer * Add something about rtags helm support in the readme. - Update service * Use naming scheme containing latest release and commit date and commit id * Disable service by default to avoid unnecessary executions OBS-URL: https://build.opensuse.org/request/show/438380 OBS-URL: https://build.opensuse.org/package/show/devel:tools/rtags?expand=0&rev=3
This commit is contained in:
parent
7fab8d4e3b
commit
fa6d348712
10
_service
10
_service
@ -1,13 +1,15 @@
|
||||
<services>
|
||||
<service mode="localonly" name="tar_scm">
|
||||
<service mode="disabled" name="tar_scm">
|
||||
<param name="url">git://github.com/Andersbakken/rtags</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">rtags</param>
|
||||
<param name="versionformat">2.0.%ad</param>
|
||||
<param name="versionformat">2.3+git.%cd.%h</param>
|
||||
<param name="revision">767f76bc017152f7e9d9ab2f4ef3fda9c3e0e816</param>
|
||||
</service>
|
||||
<service mode="localonly" name="recompress">
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="localonly" name="set_version"/>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1cf8dd247dbe7b91bd8db1b19bdd9a7779d03722e2a2d443c407f80078d944c
|
||||
size 1161244
|
3
rtags-2.3+git.20161031.767f76b.tar.xz
Normal file
3
rtags-2.3+git.20161031.767f76b.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e93abf6a84f8be246eac7e4c82aae2786eab0826f207dff423132a708c4c9ac2
|
||||
size 1537784
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 02 16:41:20 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to version 2.3+git.20161031.767f76b:
|
||||
* Fix issue #826. Don't put: int => int etc for autos.
|
||||
* Avoid TypeRef refs to classes/structs.
|
||||
* Fix shadow warnings.
|
||||
* Apparently clang_getCanonicalType is all I really need for resolving autos. Or so it seems.
|
||||
* Apparently mLastCursor may be in a file we're not visiting.
|
||||
* Use the right argument. Make fixits work again.
|
||||
* Better error for handleInclude failures.
|
||||
* Add "brew services start rtags" to readme
|
||||
* resolve symlinks when updating the diagnostics buffer
|
||||
* Add something about rtags helm support in the readme.
|
||||
- Update service
|
||||
* Use naming scheme containing latest release and commit date and
|
||||
commit id
|
||||
* Disable service by default to avoid unnecessary executions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 9 21:52:08 UTC 2015 - sleep_walker@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
Name: rtags
|
||||
Version: 2.0.20151109
|
||||
Version: 2.3+git.20161031.767f76b
|
||||
Release: 0
|
||||
Summary: Clang based source code indexer
|
||||
License: GPL-3.0+
|
||||
|
Loading…
x
Reference in New Issue
Block a user