Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xpenguins for openSUSE:Factory checked in at 2021-12-07 00:00:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xpenguins (Old) and /work/SRC/openSUSE:Factory/.xpenguins.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xpenguins" Tue Dec 7 00:00:07 2021 rev:22 rq:935987 version:3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xpenguins/xpenguins.changes 2021-02-09 21:16:24.126783196 +0100 +++ /work/SRC/openSUSE:Factory/.xpenguins.new.31177/xpenguins.changes 2021-12-07 00:01:33.272103446 +0100 @@ -1,0 +2,17 @@ +Mon Dec 6 10:49:47 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 3.2.1 + * add ui + * before erasing: if drawing in a transparent window, + first set background + * Changed velocity and acceleration related entities from int to float + * Bring some randomness in start velocities and terminal velocities + * Add flag --lift + * Many changes to make it run on KDE etc in a click-through + transparent window + * max number of items to 512 +- Drop xpenguins.{png,desktop} and use upstream provided ones +- Drop upstream fixed xpenguins-2.2-typo.diff +- Drop unneeded xpenguins-2.2-automake-1.13.diff + +------------------------------------------------------------------- Old: ---- xpenguins-2.2-automake-1.13.diff xpenguins-2.2-typo.diff xpenguins-2.2.tar.bz2 xpenguins.desktop xpenguins.png New: ---- xpenguins-3.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xpenguins.spec ++++++ --- /var/tmp/diff_new_pack.ycXSCw/_old 2021-12-07 00:01:34.028100773 +0100 +++ /var/tmp/diff_new_pack.ycXSCw/_new 2021-12-07 00:01:34.032100759 +0100 @@ -17,24 +17,21 @@ Name: xpenguins -Version: 2.2 +Version: 3.2.1 Release: 0 Summary: Cute little penguins that walk along the tops of your windows License: GPL-2.0-or-later Group: Amusements/Toys/Background URL: http://xpenguins.seul.org/ -Source: xpenguins-%{version}.tar.bz2 +Source: https://sourceforge.net/projects/xpenguins/files/xpenguins-%{version}.tar.gz Source1: README.openSUSE -Source2: %{name}.desktop -Source3: %{name}-stop.desktop -Source4: %{name}.png -Source5: %{name}-stop.png -Patch0: xpenguins-%{version}-typo.diff -Patch1: xpenguins-%{version}-automake-1.13.diff -BuildRequires: automake +Source2: %{name}-stop.desktop +Source3: %{name}-stop.png BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: update-desktop-files +BuildRequires: pkgconfig(gmodule-2.0) +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xpm) @@ -48,20 +45,16 @@ go-go-gadget 'copter ability. %prep -%autosetup -p1 +%setup -q %build -aclocal -autoreconf -fiv %configure %make_build %install %make_install -mkdir -p %{buildroot}%{_datadir}/pixmaps -cp %{SOURCE4} %{SOURCE5} %{buildroot}%{_datadir}/pixmaps -cp %{SOURCE4} . -%suse_update_desktop_file -i %{name} Amusement +cp %{SOURCE3} %{buildroot}%{_datadir}/pixmaps +%suse_update_desktop_file %{name} Amusement %suse_update_desktop_file -i %{name}-stop Amusement %fdupes %{buildroot} @@ -71,7 +64,8 @@ %attr(755,root,root) %{_bindir}/xpenguins %{_mandir}/man1/xpenguins.1%{?ext_man} %{_datadir}/xpenguins -%{_datadir}/pixmaps/*.png +%{_datadir}/pixmaps/%{name}.xpm +%{_datadir}/pixmaps/%{name}-stop.png %{_datadir}/applications/*.desktop %changelog
