forked from pool/rtags
- Update to version 2.18.1+git.20180909.ce3bdfd9:
* Fix typo d2b10d624 * Start groundwork for making it possible to run rp in a thread * loose the warning. Kinda silly. * apparently this isn't okay. * elisp warnings * Opt-in for completion thread diagnostics. * Refactor automated test runner * Warning. * Fixed max-depth issues. * Fixed some of the recursion depth issues. * Adding imenu index function. OBS-URL: https://build.opensuse.org/package/show/devel:tools/rtags?expand=0&rev=11
This commit is contained in:
parent
ecb99807eb
commit
1aa5f1ec76
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.18+git.%cd.%h</param>
|
||||
<param name="revision">98d668e85cf9ae84e775742752c5656dd2df2f17</param>
|
||||
<param name="versionformat">2.18.1+git.%cd.%h</param>
|
||||
<param name="revision">ce3bdfd90a73dd891b450e60c6a7683ce4f724f5</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 22 17:30:47 UTC 2018 - mliska@suse.cz
|
||||
|
||||
- Update to version 2.18.1+git.20180909.ce3bdfd9:
|
||||
* Fix typo d2b10d624
|
||||
* Start groundwork for making it possible to run rp in a thread
|
||||
* loose the warning. Kinda silly.
|
||||
* apparently this isn't okay.
|
||||
* elisp warnings
|
||||
* Opt-in for completion thread diagnostics.
|
||||
* Refactor automated test runner
|
||||
* Warning.
|
||||
* Fixed max-depth issues.
|
||||
* Fixed some of the recursion depth issues.
|
||||
* Adding imenu index function.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 03 11:28:23 UTC 2018 - mliska@suse.cz
|
||||
|
||||
|
@ -12,16 +12,16 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
Name: rtags
|
||||
Version: 2.18+git.20180130.98d668e8
|
||||
Version: 2.18.1+git.20180909.ce3bdfd9
|
||||
Release: 0
|
||||
Summary: Clang based source code indexer
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Tools/Navigators
|
||||
Url: https://github.com/Andersbakken/rtags
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user