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:
Marcus Meissner 2016-11-04 16:01:29 +00:00 committed by Git OBS Bridge
parent 7fab8d4e3b
commit fa6d348712
5 changed files with 29 additions and 8 deletions

View File

@ -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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1cf8dd247dbe7b91bd8db1b19bdd9a7779d03722e2a2d443c407f80078d944c
size 1161244

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e93abf6a84f8be246eac7e4c82aae2786eab0826f207dff423132a708c4c9ac2
size 1537784

View File

@ -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

View File

@ -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+