Hello community,

here is the log from the commit of package xcowsay for openSUSE:Factory checked 
in at 2019-05-22 10:58:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xcowsay (Old)
 and      /work/SRC/openSUSE:Factory/.xcowsay.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xcowsay"

Wed May 22 10:58:01 2019 rev:3 rq:694171 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/xcowsay/xcowsay.changes  2017-11-30 
12:44:35.363668114 +0100
+++ /work/SRC/openSUSE:Factory/.xcowsay.new.5148/xcowsay.changes        
2019-05-22 10:58:02.810903790 +0200
@@ -2 +2,12 @@
-Sat Nov 25 02:46:53 UTC 2017 - [email protected]
+Mon Apr 15 08:12:08 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Ensure neutrality of descriptions.
+
+-------------------------------------------------------------------
+Fri Apr 12 07:58:22 UTC 2019 - [email protected]
+
+- Bump version to 1.4
+- Re-add xcowfortune because fortune is still and will be continue supported
+
+-------------------------------------------------------------------
+Sat Nov 25 02:46:53 UTC 2017 - [email protected]
@@ -8 +19 @@
-Fri Jan  1 04:28:24 UTC 2016 - [email protected]
+Fri Jan  1 04:28:24 UTC 2016 - [email protected]

Old:
----
  remove_xcowfortune.patch
  xcowsay-1.3.tar.gz

New:
----
  xcowhelp
  xcowsay-1.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xcowsay.spec ++++++
--- /var/tmp/diff_new_pack.aJBDFY/_old  2019-05-22 10:58:03.830902906 +0200
+++ /var/tmp/diff_new_pack.aJBDFY/_new  2019-05-22 10:58:03.830902906 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xcowsay
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,40 +12,40 @@
 # 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/
 #
 
 
 Name:           xcowsay
-Version:        1.3
+Version:        1.4
 Release:        0
-Summary:        Displays a cute cow and message on your Linux desktop
-License:        GPL-3.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-1.3.tar.gz
+URL:            http://www.doof.me.uk/xcowsay/
+Source:         http://www.nickg.me.uk/files/xcowsay-%{version}.tar.gz
 Source1:        xcowsay.desktop
 Source2:        xcowsay.svg
 Source3:        xcowhelp.desktop
 Source4:        xcowhelp.svg
-Patch0:         remove_xcowfortune.patch
+Source5:        xcowhelp
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
+Requires:       fortune
 Requires:       gtk2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-xcowsay displays a cute cow and message on your Linux desktop.
+xcowsay displays a cow and message on the X11 desktop.
 Inspired by the original cowsay.
 
 xcowsay includes all these amazing features:
-- Fully configurable!
+- Fully configurable.
 - Calculates display time from amount of text
 - Dream mode — display images in the bubble
 - Can draw thought and speech bubbles
-- Daemon mode! Send your cow messages over DBus!
+- Daemon mode. Send your cow messages over DBus.
 - Three different sized cows provided
 - fortune(6) wrapper program - (unavailable temporarily)
 - Replace the naffness that is xmessage(1)
@@ -56,13 +56,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-
-%post
-%icon_theme_cache_post
-
-%postun
-%icon_theme_cache_postun
 
 %build
 %configure --enable-dbus
@@ -71,18 +64,24 @@
 %install
 %make_install
 %find_lang xcowsay
-%suse_update_desktop_file -i xcowsay
-%suse_update_desktop_file -i xcowhelp
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
 cp -a %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
 cp -a %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
+chmod +x %{SOURCE5}
+cp -a %{SOURCE5} %{buildroot}%{_bindir}/
+%suse_update_desktop_file -i xcowsay
+%suse_update_desktop_file -i xcowhelp
+rm %{buildroot}%{_datadir}/pixmaps/xcowhelp
 
 %files -f xcowsay.lang
-%doc ChangeLog COPYING README AUTHORS
+%license COPYING
+%doc ChangeLog README AUTHORS
 %{_bindir}/xcowdream
 %{_bindir}/xcowsay
 %{_bindir}/xcowthink
-%{_mandir}/man6/xcowsay.6%{ext_man}
+%{_bindir}/xcowfortune
+%{_bindir}/xcowhelp
+%{_mandir}/man6/xcowsay.6%{?ext_man}
 %{_datadir}/xcowsay
 %{_datadir}/applications/xcowhelp.desktop
 %{_datadir}/applications/xcowsay.desktop

++++++ xcowhelp ++++++
#!/bin/bash

xcowsay -h |head -n 24 |xcowsay
++++++ xcowhelp.desktop ++++++
--- /var/tmp/diff_new_pack.aJBDFY/_old  2019-05-22 10:58:03.866902875 +0200
+++ /var/tmp/diff_new_pack.aJBDFY/_new  2019-05-22 10:58:03.870902872 +0200
@@ -7,4 +7,4 @@
 Icon=xcowhelp
 Terminal=false
 Comment= A help for cowsay
-Exec=sh -c "xcowsay -h |head -n 24 |xcowsay"
+Exec=xcowhelp


++++++ xcowsay-1.3.tar.gz -> xcowsay-1.4.tar.gz ++++++
++++ 15666 lines of diff (skipped)



Reply via email to