Hello community, here is the log from the commit of package xcowsay for openSUSE:Factory checked in at 2020-02-10 21:53:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xcowsay (Old) and /work/SRC/openSUSE:Factory/.xcowsay.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xcowsay" Mon Feb 10 21:53:17 2020 rev:4 rq:772576 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/xcowsay/xcowsay.changes 2019-05-22 10:58:02.810903790 +0200 +++ /work/SRC/openSUSE:Factory/.xcowsay.new.26092/xcowsay.changes 2020-02-10 21:53:23.418189892 +0100 @@ -1,0 +2,20 @@ +Sun Feb 9 06:35:02 UTC 2020 - [email protected] + +- Upgrade to version 1.5 + +Changes: + + * Updated from Gtk2/GDK to Gtk3/Cairo. Note that because of the removal + of the `gtk_widget_shape_combine_mask' API that xcowsay used for + transparency, we now rely on the alpha channel of the window and a + compositing window manager for this. + * As a side effect of this, the bubble is now anti-aliased, fixing a + long-standing issue. + * Unfortunately running xcowsay without a compositor is no longer + supported. If this affects you please continue to use 1.4 as there are + no functional changes in 1.5. + * The cow position is more random (thanks to Tony Finch). + +- Update souce link to use tarball from github + +------------------------------------------------------------------- Old: ---- xcowsay-1.4.tar.gz New: ---- xcowsay-1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xcowsay.spec ++++++ --- /var/tmp/diff_new_pack.FQTEJP/_old 2020-02-10 21:53:24.354190410 +0100 +++ /var/tmp/diff_new_pack.FQTEJP/_new 2020-02-10 21:53:24.358190412 +0100 @@ -1,7 +1,7 @@ # # spec file for package xcowsay # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: xcowsay -Version: 1.4 +Version: 1.5 Release: 0 Summary: Tool that displays a cow and message on the X11 desktop License: GPL-3.0-or-later Group: Amusements/Toys/Other -URL: http://www.doof.me.uk/xcowsay/ -Source: http://www.nickg.me.uk/files/xcowsay-%{version}.tar.gz +URL: https://www.doof.me.uk/xcowsay/ +Source: https://github.com/nickg/xcowsay/releases/download/v1.5/xcowsay-%{version}.tar.gz Source1: xcowsay.desktop Source2: xcowsay.svg Source3: xcowhelp.desktop @@ -31,6 +31,7 @@ Source5: xcowhelp BuildRequires: dbus-1-glib-devel BuildRequires: gtk2-devel +BuildRequires: gtk3-devel BuildRequires: hicolor-icon-theme BuildRequires: update-desktop-files Requires: fortune @@ -59,7 +60,7 @@ %build %configure --enable-dbus -make %{?_smp_mflags} +%make_build %install %make_install ++++++ xcowsay-1.4.tar.gz -> xcowsay-1.5.tar.gz ++++++ ++++ 5507 lines of diff (skipped)
