Accepting request 519050 from home:marxin:branches:devel:tools
- Update to version 2.13+git.20170825.93b00636: * Biump rct. * Not used. * grammar * Fix issue #1031. Detect if json.h is supported or not and turn off json output for completions if it isn't. * Kill previous rtags-find-symbol-at-point buffer if there is one. * Fix issue with the following example: * Fix an issue with this construct: * Bump database. * Bump version * Fix issue #1035 and issue #1035. OBS-URL: https://build.opensuse.org/request/show/519050 OBS-URL: https://build.opensuse.org/package/show/devel:tools/rtags?expand=0&rev=7
This commit is contained in:
parent
a7d924a434
commit
75b589c49d
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.8+git.%cd.%h</param>
|
||||
<param name="revision">6ac7740eaf05cdd9b699185f71cc2d1f634a761b</param>
|
||||
<param name="versionformat">2.13+git.%cd.%h</param>
|
||||
<param name="revision">93b0063626c54ab976b2c8f2dba8cd9d25e18bd4</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
|
3
rtags-2.13+git.20170825.93b00636.tar.xz
Normal file
3
rtags-2.13+git.20170825.93b00636.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:102c0049fd1e175269a4c7f84d05577ec559745e3d70ab4e463853865e966f56
|
||||
size 1628640
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 27 18:23:35 UTC 2017 - mliska@suse.cz
|
||||
|
||||
- Update to version 2.13+git.20170825.93b00636:
|
||||
* Biump rct.
|
||||
* Not used.
|
||||
* grammar
|
||||
* Fix issue #1031. Detect if json.h is supported or not and turn off json output for completions if it isn't.
|
||||
* Kill previous rtags-find-symbol-at-point buffer if there is one.
|
||||
* Fix issue with the following example:
|
||||
* Fix an issue with this construct:
|
||||
* Bump database.
|
||||
* Bump version
|
||||
* Fix issue #1035 and issue #1035.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 3 11:52:50 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rtags
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
Name: rtags
|
||||
Version: 2.8+git.20161226.6ac7740e
|
||||
Version: 2.13+git.20170825.93b00636
|
||||
Release: 0
|
||||
Summary: Clang based source code indexer
|
||||
License: GPL-3.0+
|
||||
|
Loading…
x
Reference in New Issue
Block a user