Accepting request 637202 from devel:tools
- 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/request/show/637202 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtags?expand=0&rev=4
This commit is contained in:
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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c28cd547aa24159732f5ee0fd43cf5a45863d8a92d1e529be69335b243d1379a
|
||||
size 1642548
|
3
rtags-2.18.1+git.20180909.ce3bdfd9.tar.xz
Normal file
3
rtags-2.18.1+git.20180909.ce3bdfd9.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d3e5ee16d21af553c29fa40a54cf80acae5b6ac3e5d24e016d27d8b90058087
|
||||
size 1658676
|
@@ -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
|
||||
|
Reference in New Issue
Block a user