Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmng for openSUSE:Factory checked in at 2023-03-11 18:22:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmng (Old) and /work/SRC/openSUSE:Factory/.libmng.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmng" Sat Mar 11 18:22:10 2023 rev:26 rq:1070293 version:2.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libmng/libmng.changes 2022-05-12 22:58:30.836648059 +0200 +++ /work/SRC/openSUSE:Factory/.libmng.new.31432/libmng.changes 2023-03-11 18:22:24.318369466 +0100 @@ -1,0 +2,6 @@ +Wed Mar 8 14:02:45 UTC 2023 - Martin Pluskal <mplus...@suse.com> + +- Build AVX2 enabled hwcaps library for x86_64-v3 +- Modernise spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmng.spec ++++++ --- /var/tmp/diff_new_pack.0AGIO5/_old 2023-03-11 18:22:24.790371926 +0100 +++ /var/tmp/diff_new_pack.0AGIO5/_new 2023-03-11 18:22:24.798371968 +0100 @@ -1,7 +1,7 @@ # # spec file for package libmng # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,9 +31,9 @@ BuildRequires: libjpeg-devel BuildRequires: liblcms2-devel BuildRequires: man -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: zlib-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{?suse_build_hwcaps_libs} %description This library can handle MNG and JNG formats that contain animated @@ -62,8 +62,7 @@ This package contains the static library and the header files. %prep -%setup -q -%patch0 +%autosetup -p0 %build # This is not zlib licensed and unused, just as a caution, bnc#744320 @@ -74,23 +73,20 @@ -DMNG_INSTALL_DOC_DIR=%{_docdir}/%{name} \ -DBUILD_MAN=ON \ -DBUILD_STATIC_LIBS=OFF .. - -make %{?_smp_mflags} +%cmake_build %install %cmake_install %post -n %{lname} -p /sbin/ldconfig - %postun -n %{lname} -p /sbin/ldconfig %files -n %{lname} -%defattr(-,root,root) -%doc LICENSE README doc/doc.readme doc/libmng.txt +%license LICENSE +%doc README doc/doc.readme doc/libmng.txt %{_libdir}/libmng.so.* %files devel -%defattr(-,root,root) %{_includedir}/*.h %{_mandir}/*/* %doc %{_docdir}/libmng/