Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tint for openSUSE:Factory checked in at 2021-04-24 23:08:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tint (Old) and /work/SRC/openSUSE:Factory/.tint.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tint" Sat Apr 24 23:08:32 2021 rev:2 rq:887844 version:0.06 Changes: -------- --- /work/SRC/openSUSE:Factory/tint/tint.changes 2017-08-24 18:53:29.172234714 +0200 +++ /work/SRC/openSUSE:Factory/.tint.new.12324/tint.changes 2021-04-24 23:09:50.471453183 +0200 @@ -1,0 +2,9 @@ +Sat Apr 17 02:46:39 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 0.06 + * Bump compat level to 13 + * Add Rules-Requires-Root field + * Document global scores usage +- Dropped upstream fixed tint-0.04-fix-buffer-overflow.patch + +------------------------------------------------------------------- Old: ---- tint-0.04-fix-buffer-overflow.patch tint_0.04.tar.gz New: ---- tint_0.06.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tint.spec ++++++ --- /var/tmp/diff_new_pack.p24yAO/_old 2021-04-24 23:09:50.855453726 +0200 +++ /var/tmp/diff_new_pack.p24yAO/_new 2021-04-24 23:09:50.855453726 +0200 @@ -18,17 +18,15 @@ Name: tint -Version: 0.04 +Version: 0.06 Release: 0 Summary: A Clone of the Original Tetris Game License: BSD-3-Clause Group: Amusements/Games/Board/Puzzle -Url: http://packages.debian.org/source/sid/tint -Source: tint_%{version}.tar.gz +URL: https://packages.debian.org/source/sid/tint +Source: http://deb.debian.org/debian/pool/main/t/tint/tint_%{version}.tar.xz # PATCH-FEATURE-OPENSUSE tint-0.04-scores-in-home.patch [email protected] -- Save highscore on a per-user basis under $XDG_DATA_HOME Patch0: tint-0.04-per-user-highscore.patch -# PATCH-FIX-UPSTREAM tint-0.04-fix-buffer-overflow.patch [email protected] -- Fix two buffer overflows -Patch1: tint-0.04-fix-buffer-overflow.patch BuildRequires: ncurses-devel %description @@ -40,7 +38,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build make %{?_smp_mflags} CFLAGS="%{optflags}" @@ -48,10 +45,15 @@ %install install -D -m 755 tint %{buildroot}%{_bindir}/tint install -D -m 644 tint.6 %{buildroot}%{_mandir}/man6/tint.6 +install -D -m 644 debian/tint.png %{buildroot}%{_datadir}/pixmaps/%{name}.png +install -D -m 644 debian/tint.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop %files -%doc CREDITS NOTES debian/copyright -%{_mandir}/man6/tint.6* +%doc CREDITS NOTES +%license debian/copyright %{_bindir}/tint +%{_mandir}/man6/tint.6* +%{_datadir}/pixmaps/%{name}.png +%{_datadir}/applications/%{name}.desktop %changelog
