Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package re for openSUSE:Factory checked in at 2022-12-06 14:23:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/re (Old) and /work/SRC/openSUSE:Factory/.re.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "re" Tue Dec 6 14:23:21 2022 rev:6 rq:1040402 version:2.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/re/re.changes 2022-09-07 11:06:09.168424243 +0200 +++ /work/SRC/openSUSE:Factory/.re.new.1835/re.changes 2022-12-06 14:23:30.137691739 +0100 @@ -1,0 +2,8 @@ +Sat Oct 1 08:43:14 UTC 2022 - Martin Hauke <mar...@gmx.de> + +- Update to release 2.8.0 + * No high level changelog provided, see packaged CHANGELOG.md for + details. +- Use CMake for the build + +------------------------------------------------------------------- Old: ---- re-2.6.0.tar.gz New: ---- re-2.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ re.spec ++++++ --- /var/tmp/diff_new_pack.17EOb9/_old 2022-12-06 14:23:31.741705413 +0100 +++ /var/tmp/diff_new_pack.17EOb9/_new 2022-12-06 14:23:31.745705448 +0100 @@ -16,16 +16,17 @@ # -%global sover 7 +%global sover 10 %global libname lib%{name}%{sover} Name: re -Version: 2.6.0 +Version: 2.8.0 Release: 0 Summary: Library for real-time communications with async I/O support License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: https://github.com/baresip/re Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +BuildRequires: cmake BuildRequires: openssl-devel BuildRequires: pkgconfig @@ -58,20 +59,14 @@ %prep %setup -q -sed -e 's|@$(CC)|$(CC)|g' \ - -e 's|@$(LD)|$(LD)|g' \ - -e 's|@$(AR)|$(AR)|g' \ - -e 's|@rm -rf|rm -rf|g' -i Makefile %build -%make_build \ - RELEASE=1 \ - USE_OPENSSL=1 \ - EXTRA_CFLAGS="%{optflags}" +%cmake +%cmake_build %install -make DESTDIR=%{buildroot} LIBDIR=%{_libdir} install -rm %{buildroot}/%{_libdir}/libre.a +%cmake_install +rm -v %{buildroot}/%{_libdir}/libre.a %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig @@ -84,8 +79,10 @@ %files devel %license LICENSE %{_includedir}/re -%{_datadir}/re +#%%{_datadir}/re %{_libdir}/libre.so %{_libdir}/pkgconfig/libre.pc +%dir %{_libdir}/cmake/re +%{_libdir}/cmake/re/re-config.cmake %changelog ++++++ re-2.6.0.tar.gz -> re-2.8.0.tar.gz ++++++ ++++ 4982 lines of diff (skipped)