Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sfml2 for openSUSE:Factory checked in at 2023-07-04 15:23:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sfml2 (Old) and /work/SRC/openSUSE:Factory/.sfml2.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sfml2" Tue Jul 4 15:23:07 2023 rev:9 rq:1096757 version:2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sfml2/sfml2.changes 2019-01-08 12:26:31.112400826 +0100 +++ /work/SRC/openSUSE:Factory/.sfml2.new.23466/sfml2.changes 2023-07-04 15:23:56.418768262 +0200 @@ -1,0 +2,18 @@ +Wed Jun 21 13:42:07 UTC 2023 - Ferdinand Thiessen <[email protected]> + +- Update to 2.6.0 + * Allow creation of a window without an OpenGL context + * Add support for creating Vulkan window surfaces + * Scancode support + * Add support for colored cursors in Unix implementation + * Add support for X Input Method + * Add support for Direct Rendering Mode (DRM) / Kernel Mode Setting (KMS) + * Added getPosition() and getSize() to sf::Rect + * Implement smoothing for fonts + * Add Min and Max blend modes + * Update stb_image to 2.28, thus adding support for more image formats + * Add MP3 decoding support + * Added method to get the current read position of sf::Packet + * Many bugfixes + +------------------------------------------------------------------- Old: ---- SFML-2.5.1.tar.gz New: ---- SFML-2.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sfml2.spec ++++++ --- /var/tmp/diff_new_pack.dUJtJp/_old 2023-07-04 15:23:57.042772011 +0200 +++ /var/tmp/diff_new_pack.dUJtJp/_new 2023-07-04 15:23:57.046772035 +0200 @@ -1,7 +1,7 @@ # # spec file for package sfml2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,18 +12,18 @@ # 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 so_ver -2_5 +%define so_ver -2_6 Name: sfml2 -Version: 2.5.1 +Version: 2.6.0 Release: 0 Summary: C++ multimedia library with access to input, sound and display License: Zlib Group: Development/Libraries/C and C++ -URL: http://www.sfml-dev.org/ +URL: https://www.sfml-dev.org/ Source0: https://github.com/SFML/SFML/archive/%{version}/SFML-%{version}.tar.gz Source1: baselibs.conf BuildRequires: cmake @@ -42,6 +42,7 @@ BuildRequires: pkgconfig(vorbisenc) BuildRequires: pkgconfig(vorbisfile) BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xcursor) BuildRequires: pkgconfig(xrandr) Requires: lib%{name}%{so_ver} = %{version} @@ -96,7 +97,7 @@ %cmake -DSFML_BUILD_DOC=TRUE \ -DSFML_INSTALL_PKGCONFIG_FILES=TRUE \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -make VERBOSE=1 %{?_smp_mflags} +%cmake_build cd doc/html %fdupes -s . @@ -104,9 +105,8 @@ %install %cmake_install -# Remove doc from wrong location -rm -r %{buildroot}%{_datadir}/SFML/doc -rm %{buildroot}%{_datadir}/SFML/*.md +mkdir -p %{buildroot}%{_docdir}/SFML +mv %{buildroot}%{_datadir}/doc/SFML %{buildroot}%{_docdir}/SFML %post -n lib%{name}%{so_ver} -p /sbin/ldconfig %postun -n lib%{name}%{so_ver} -p /sbin/ldconfig @@ -121,9 +121,8 @@ %{_libdir}/libsfml-*.so %{_libdir}/pkgconfig/sfml-*.pc %{_libdir}/cmake/SFML -%{_datadir}/SFML/ %files doc -%doc build/doc/html/* CONTRIBUTING.md +%doc %{_docdir}/SFML %changelog ++++++ SFML-2.5.1.tar.gz -> SFML-2.6.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/sfml2/SFML-2.5.1.tar.gz /work/SRC/openSUSE:Factory/.sfml2.new.23466/SFML-2.6.0.tar.gz differ: char 12, line 1 ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.dUJtJp/_old 2023-07-04 15:23:57.098772348 +0200 +++ /var/tmp/diff_new_pack.dUJtJp/_new 2023-07-04 15:23:57.102772371 +0200 @@ -1,2 +1,2 @@ -libsfml2-2_5 +libsfml2-2_6
