Hello community, here is the log from the commit of package rtags for openSUSE:Factory checked in at 2019-09-27 14:53:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rtags (Old) and /work/SRC/openSUSE:Factory/.rtags.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rtags" Fri Sep 27 14:53:29 2019 rev:6 rq:733617 version:2.34 Changes: -------- --- /work/SRC/openSUSE:Factory/rtags/rtags.changes 2019-03-26 15:41:26.836276246 +0100 +++ /work/SRC/openSUSE:Factory/.rtags.new.2352/rtags.changes 2019-09-27 14:54:23.859836564 +0200 @@ -1,0 +2,14 @@ +Fri Sep 27 08:22:06 UTC 2019 - Martin Pluskal <[email protected]> + +- Update dependencies +- Use more modern macros + +------------------------------------------------------------------- +Thu Sep 26 21:56:07 UTC 2019 - Adam Mizerski <[email protected]> + +- update to 2.34 + * see packaged CHANGELOG file or + https://github.com/Andersbakken/rtags/blob/v2.34/CHANGELOG +- use release tarball instead of checking out git + +------------------------------------------------------------------- Old: ---- _service rtags-2.22+git.20190304.c4dea899.tar.xz New: ---- rtags-2.34.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rtags.spec ++++++ --- /var/tmp/diff_new_pack.Jug2jb/_old 2019-09-27 14:54:24.719834328 +0200 +++ /var/tmp/diff_new_pack.Jug2jb/_new 2019-09-27 14:54:24.727834307 +0200 @@ -16,22 +16,23 @@ # -# See also http://en.opensuse.org/openSUSE:Specfile_guidelines Name: rtags -Version: 2.22+git.20190304.c4dea899 +Version: 2.34 Release: 0 Summary: Clang based source code indexer License: GPL-3.0-or-later Group: Development/Tools/Navigators -Url: https://github.com/Andersbakken/rtags -Source0: %{name}-%{version}.tar.xz +URL: https://github.com/Andersbakken/rtags +Source0: https://github.com/Andersbakken/rtags/releases/download/v%{version}/rtags-%{version}.tar.bz2 BuildRequires: cmake BuildRequires: emacs-nox BuildRequires: gcc-c++ -BuildRequires: libopenssl-devel BuildRequires: llvm-clang-devel BuildRequires: llvm-devel -BuildRequires: ncurses-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(ncurses) +BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(zlib) %description Rtags is Clang based source file indexer supporting C/C++/Objective-C(++) code. @@ -40,15 +41,12 @@ %define _scriptdir %{_datadir}/rtags/ %prep -%setup -q +%autosetup %build -export CFLAGS="%{optflags} -Wno-unused-parameter" -export CXXFLAGS="%{optflags} -Wno-unused-parameter" %cmake \ -DCURSES_CURSES_LIBRARY:FILEPATH="%{_libdir}/libncurses.so" - -make %{?_smp_mflags} +%cmake_build %install %cmake_install @@ -57,12 +55,15 @@ chmod 0755 %{buildroot}%{_bindir}/gcc-rtags-wrapper.sh %files -%defattr(-,root,root) -%{_bindir}/* -%{_mandir}/man7/rc.7.gz -%{_mandir}/man7/rdm.7.gz +%doc README.org CHANGELOG +%license LICENSE.txt +%{_bindir}/rdm +%{_bindir}/rc +%{_bindir}/rp +%{_bindir}/gcc-rtags-wrapper.sh +%{_mandir}/man7/rc.7%{?ext_man} +%{_mandir}/man7/rdm.7%{?ext_man} %{_sitedir}/rtags %{_scriptdir} -%doc LICENSE.txt README.org %changelog ++++++ rtags-2.22+git.20190304.c4dea899.tar.xz -> rtags-2.34.tar.bz2 ++++++ ++++ 54466 lines of diff (skipped)
