Hello community, here is the log from the commit of package belr for openSUSE:Factory checked in at 2020-06-10 00:40:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/belr (Old) and /work/SRC/openSUSE:Factory/.belr.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "belr" Wed Jun 10 00:40:14 2020 rev:7 rq:796706 version:4.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/belr/belr.changes 2019-11-18 20:11:09.685568432 +0100 +++ /work/SRC/openSUSE:Factory/.belr.new.3606/belr.changes 2020-06-10 00:40:44.121764762 +0200 @@ -1,0 +2,14 @@ +Wed Apr 22 16:24:17 UTC 2020 - Alexei Sorokin <[email protected]> + +- Update to version 4.3.1 (changes since 0.1.3): + * belr-compiler tool, to generate binary grammar files, that can + be loaded hundred times faster than txt grammars. + * Optimise size of user application object code, due to template + instanciation of belr classes. + * Install cmake config files into the correct path. + * Use BcTooblox macros for source archive generation. + * CMakeLists.txt: Introduce the ENABLE_PACKAGE_SOURCE option. + * Licence moves to GNU GPLv3+. + * Add better documentation in README. + +------------------------------------------------------------------- Old: ---- belr-0.1.3.tar.gz New: ---- belr-4.3.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ belr.spec ++++++ --- /var/tmp/diff_new_pack.MNNusJ/_old 2020-06-10 00:40:45.345767971 +0200 +++ /var/tmp/diff_new_pack.MNNusJ/_new 2020-06-10 00:40:45.345767971 +0200 @@ -1,7 +1,7 @@ # # spec file for package belr # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,19 +19,19 @@ %define soname libbelr %define sover 1 Name: belr -Version: 0.1.3 +Version: 4.3.1 Release: 0 Summary: Language recognition library License: GPL-3.0-or-later URL: https://linphone.org/ -Source: https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz +Source: https://gitlab.linphone.org/BC/public/belr/-/archive/%{version}/%{name}-%{version}.tar.bz2 Source1: baselibs.conf # PATCH-FIX-OPENSUSE belr-fix-pkgconfig.patch [email protected] -- Install belr.pc. Patch0: belr-fix-pkgconfig.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig -BuildRequires: pkgconfig(bctoolbox) >= 0.6.0 +BuildRequires: pkgconfig(bctoolbox) >= 4.3.0 %description Belr parses input formatted according to a language defined by an @@ -56,8 +56,7 @@ to develop applications using the belr library. %prep -%setup -q -n %{name}-%{version}-0 -%autopatch -p1 +%autosetup -p1 %build %cmake \ @@ -69,19 +68,22 @@ %cmake_install %post -n %{soname}%{sover} -p /sbin/ldconfig + %postun -n %{soname}%{sover} -p /sbin/ldconfig %files -n %{soname}%{sover} -%license COPYING +%license LICENSE.txt %{_libdir}/%{soname}.so.%{sover}* %files devel -%license COPYING -%doc NEWS README.md -%{_bindir}/belr-parse +%license LICENSE.txt +%doc CHANGELOG.md README.md +%{_bindir}/%{name}* %{_includedir}/%{name}/ %{_libdir}/%{soname}.so -%{_datadir}/Belr/ +%{_libdir}/cmake/%{name}/ +%{_datadir}/%{name}/ +%{_datadir}/%{name}-tester/ %{_libdir}/pkgconfig/%{name}.pc %changelog ++++++ belr-0.1.3.tar.gz -> belr-4.3.1.tar.bz2 ++++++ ++++ 10085 lines of diff (skipped)
