Hello community, here is the log from the commit of package belcard for openSUSE:Factory checked in at 2020-06-10 00:40:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/belcard (Old) and /work/SRC/openSUSE:Factory/.belcard.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "belcard" Wed Jun 10 00:40:40 2020 rev:4 rq:796718 version:4.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/belcard/belcard.changes 2017-08-30 16:21:29.635915737 +0200 +++ /work/SRC/openSUSE:Factory/.belcard.new.3606/belcard.changes 2020-06-10 00:41:03.173814722 +0200 @@ -1,0 +2,6 @@ +Wed Apr 22 16:24:17 UTC 2020 - Alexei Sorokin <[email protected]> + +- Update to version 4.3.1: + * No changelog available. + +------------------------------------------------------------------- Old: ---- belcard-1.0.2.tar.gz New: ---- belcard-4.3.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ belcard.spec ++++++ --- /var/tmp/diff_new_pack.9HJUPF/_old 2020-06-10 00:41:04.801818991 +0200 +++ /var/tmp/diff_new_pack.9HJUPF/_new 2020-06-10 00:41:04.801818991 +0200 @@ -1,7 +1,7 @@ # # spec file for package belcard # -# Copyright (c) 2017 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 @@ -12,42 +12,39 @@ # 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/ # %define soname libbelcard %define sover 1 Name: belcard -Version: 1.0.2 +Version: 4.3.1 Release: 0 Summary: C++ library to manipulate vCard standard format files -License: GPL-3.0+ -Group: Development/Libraries/C and C++ -Url: https://linphone.org/ -Source: https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz +License: GPL-3.0-or-later +URL: https://linphone.org/ +Source: https://gitlab.linphone.org/BC/public/belcard/-/archive/%{version}/%{name}-%{version}.tar.bz2 Source1: baselibs.conf # PATCH-FIX-OPENSUSE belcard-fix-pkgconfig.patch [email protected] -- Install belcard.pc. Patch0: belcard-fix-pkgconfig.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig -BuildRequires: pkgconfig(bctoolbox) >= 0.6.0 -BuildRequires: pkgconfig(belr) +BuildRequires: pkgconfig(bctoolbox) >= 4.3.0 +BuildRequires: pkgconfig(belr) >= 4.3.0 %description Belcard is a C++ library to manipulate the vCard standard format files. %package -n %{soname}%{sover} Summary: C++ library to manipulate vCard standard format files -Group: System/Libraries %description -n %{soname}%{sover} Belcard is a C++ library to manipulate the vCard standard format files. %package devel Summary: Headers and libraries for the belcard library -Group: Development/Libraries/C and C++ Requires: %{soname}%{sover} = %{version} %description devel @@ -57,33 +54,33 @@ to develop applications using the belcard library. %prep -%setup -q -n %{name}-%{version}-0 -%patch0 -p1 +%autosetup -p1 %build %cmake \ -DENABLE_STRICT=OFF \ -DENABLE_STATIC=OFF -make %{?_smp_mflags} V=1 +%cmake_build %install %cmake_install %post -n %{soname}%{sover} -p /sbin/ldconfig - %postun -n %{soname}%{sover} -p /sbin/ldconfig %files -n %{soname}%{sover} -%doc COPYING +%license LICENSE.txt %{_libdir}/%{soname}.so.%{sover}* %files devel -%doc COPYING NEWS README.md +%license LICENSE.txt +%doc CHANGELOG.md README.md %{_bindir}/%{name}* %{_includedir}/%{name}/ %{_libdir}/%{soname}.so -%{_datadir}/belcard_tester/ -%{_datadir}/Belcard/ +%{_datadir}/%{name}/ +%{_datadir}/%{name}_tester/ +%{_datadir}/belr/grammars/vcard_grammar %{_libdir}/pkgconfig/%{name}.pc %changelog ++++++ belcard-1.0.2.tar.gz -> belcard-4.3.1.tar.bz2 ++++++ ++++ 4238 lines of diff (skipped)
