Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libresprite for openSUSE:Factory checked in at 2024-11-07 16:29:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libresprite (Old) and /work/SRC/openSUSE:Factory/.libresprite.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libresprite" Thu Nov 7 16:29:12 2024 rev:4 rq:1222192 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libresprite/libresprite.changes 2024-03-01 23:37:37.365836142 +0100 +++ /work/SRC/openSUSE:Factory/.libresprite.new.2020/libresprite.changes 2024-11-07 16:29:56.924041914 +0100 @@ -1,0 +2,10 @@ +Thu Nov 7 10:45:48 UTC 2024 - Dirk Stoecker <opens...@dstoecker.de> + +- update to version 1.1 + * First official Android tablet support! + * Greatly expanded scripting API! + * Lots of bug fixes! + * Awesome Quilt drawn by our community in Discord! +- Removed LibreSprite-1.0_includes.patch (included by upstream) + +------------------------------------------------------------------- Old: ---- LibreSprite-1.0.tar.bz2 LibreSprite-1.0_includes.patch New: ---- LibreSprite-1.1.tar.bz2 BETA DEBUG BEGIN: Old: * Awesome Quilt drawn by our community in Discord! - Removed LibreSprite-1.0_includes.patch (included by upstream) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libresprite.spec ++++++ --- /var/tmp/diff_new_pack.JWS1Nb/_old 2024-11-07 16:29:57.508066209 +0100 +++ /var/tmp/diff_new_pack.JWS1Nb/_new 2024-11-07 16:29:57.512066375 +0100 @@ -1,7 +1,7 @@ # # spec file for package libresprite # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libresprite -Version: 1.0 +Version: 1.1 Release: 0 Summary: Animated sprite editor & pixel art tool License: GPL-2.0-or-later AND MIT @@ -25,8 +25,6 @@ Source: LibreSprite-%{version}.tar.bz2 URL: https://libresprite.github.io/ BuildRequires: cmake >= 3.4 -# PATCH-FIX-UPSTREAM add missing includes for newer gcc https://github.com/LibreSprite/LibreSprite/issues/399 -Patch1: LibreSprite-1.0_includes.patch %if 0%{?suse_version} <= 1500 BuildRequires: gcc10-c++ %else @@ -45,11 +43,13 @@ BuildRequires: pkgconfig(SDL2_image) BuildRequires: pkgconfig(duktape) BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(lua5.3) BuildRequires: pkgconfig(pixman-1) +BuildRequires: pkgconfig(tinyxml2) BuildRequires: pkgconfig(x11) %description @@ -85,7 +85,7 @@ %license LICENSE.txt %{_bindir}/%{name} %{_bindir}/%{name}-thumbnailer -%{_datadir}/appdata/%{name}.appdata.xml +%{_datadir}/metainfo/io.github.libresprite.%{name}.metainfo.xml %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/mime/packages/aseprite.xml ++++++ LibreSprite-1.0.tar.bz2 -> LibreSprite-1.1.tar.bz2 ++++++ ++++ 118635 lines of diff (skipped) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.JWS1Nb/_old 2024-11-07 16:29:58.476106478 +0100 +++ /var/tmp/diff_new_pack.JWS1Nb/_new 2024-11-07 16:29:58.480106644 +0100 @@ -3,8 +3,8 @@ <service name="tar_scm" mode="localonly"> <param name="scm">git</param> <param name="url">https://github.com/LibreSprite/LibreSprite.git</param> - <param name="version">1.0</param> - <param name="revision">v1.0</param> + <param name="version">1.1</param> + <param name="revision">v1.1</param> <param name="submodules">enable</param> </service>