Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libbaseencode for openSUSE:Factory checked in at 2021-05-04 22:00:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libbaseencode (Old) and /work/SRC/openSUSE:Factory/.libbaseencode.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libbaseencode" Tue May 4 22:00:54 2021 rev:4 rq:890207 version:1.0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/libbaseencode/libbaseencode.changes 2020-09-23 18:41:27.309379499 +0200 +++ /work/SRC/openSUSE:Factory/.libbaseencode.new.2988/libbaseencode.changes 2021-05-04 22:00:57.812606453 +0200 @@ -1,0 +2,7 @@ +Mon May 3 16:12:14 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to 1.0.11 + * fix valgrind reported error on decode function +- Use cmake macros + +------------------------------------------------------------------- Old: ---- v1.0.10.tar.gz New: ---- libbaseencode-1.0.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libbaseencode.spec ++++++ --- /var/tmp/diff_new_pack.GrhUq9/_old 2021-05-04 22:00:58.256604785 +0200 +++ /var/tmp/diff_new_pack.GrhUq9/_new 2021-05-04 22:00:58.256604785 +0200 @@ -1,7 +1,7 @@ # # spec file for package libbaseencode # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,13 @@ %endif %define libsoname %{name}1 Name: libbaseencode -Version: 1.0.10 +Version: 1.0.11 Release: 0 Summary: Base32 and base64 encoding library License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://github.com/paolostivanin/%{name} -Source: https://github.com/paolostivanin/%{name}/archive/v%{version}.tar.gz +Source: %{URL}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ @@ -58,22 +58,22 @@ %setup -q %build -# FIXME: you should use %%cmake macros -cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} . -%make_build +%cmake +%cmake_build %install -%make_install +%cmake_install %post -n %{libsoname} -p /sbin/ldconfig %postun -n %{libsoname} -p /sbin/ldconfig %files -n %{libsoname} -%{_libdir}/*.so.* +%license LICENSE +%{_libdir}/%{name}.so.* %files devel -%{_libdir}/*.so -%{_includedir}/* +%{_libdir}/%{name}.so +%{_includedir}/baseencode.h %{_libdir}/pkgconfig/baseencode.pc %changelog
