Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package physfs for openSUSE:Factory checked in at 2022-12-05 18:00:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/physfs (Old) and /work/SRC/openSUSE:Factory/.physfs.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "physfs" Mon Dec 5 18:00:45 2022 rev:29 rq:1039991 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/physfs/physfs.changes 2020-03-30 23:07:45.700325484 +0200 +++ /work/SRC/openSUSE:Factory/.physfs.new.1835/physfs.changes 2022-12-05 18:00:46.696443412 +0100 @@ -1,0 +2,11 @@ +Sat Dec 3 20:18:38 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 3.2.0: + * Several changes were made to accommodate our migration from hg on our own + Mercurial server to git and GitHub. + * Tons of important fixes going back to Sep 27, 2017. Including static analysis + fixes, platform compatibility improvements, etc. + * Added PHYSFS_setRoot, to mount a subset of an archive. + * Support for HOG2 (Descent 3) archives. + +------------------------------------------------------------------- Old: ---- physfs-3.0.2.tar.bz2 New: ---- release-3.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ physfs.spec ++++++ --- /var/tmp/diff_new_pack.UqnPPE/_old 2022-12-05 18:00:47.244446396 +0100 +++ /var/tmp/diff_new_pack.UqnPPE/_new 2022-12-05 18:00:47.248446418 +0100 @@ -1,7 +1,7 @@ # # spec file for package physfs # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %define so_nr 1 Name: physfs -Version: 3.0.2 +Version: 3.2.0 Release: 0 Summary: PhysicsFS file abstraction layer for games -License: (LGPL-2.1-or-later OR CPL-1.0) AND Zlib +License: (CPL-1.0 OR LGPL-2.1-or-later) AND Zlib Group: System/Libraries URL: https://www.icculus.org/physfs/ -Source: http://icculus.org/physfs/downloads/%{name}-%{version}.tar.bz2 -BuildRequires: cmake +Source: https://github.com/icculus/physfs/archive/refs/tags/release-%{version}.tar.gz +BuildRequires: cmake >= 3.0.0 BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: zlib-devel @@ -88,7 +88,7 @@ various archives. %prep -%setup -q +%setup -q -n physfs-release-%{version} %build %cmake \ @@ -129,6 +129,7 @@ %defattr(0644,root,root,0755) %{_libdir}/libphysfs.so %{_includedir}/physfs.h +%{_libdir}/cmake/PhysFS %{_libdir}/pkgconfig/%{name}.pc %changelog