Hello community,

here is the log from the commit of package xcowsay for openSUSE:Factory checked 
in at 2017-11-30 12:44:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xcowsay (Old)
 and      /work/SRC/openSUSE:Factory/.xcowsay.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xcowsay"

Thu Nov 30 12:44:34 2017 rev:2 rq:545411 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/xcowsay/xcowsay.changes  2016-07-09 
09:22:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xcowsay.new/xcowsay.changes     2017-11-30 
12:44:35.363668114 +0100
@@ -1,0 +2,6 @@
+Sat Nov 25 02:46:53 UTC 2017 - [email protected]
+
+- Remove xcowfortune ("remove_xcowfortune.patch") because fortune will be 
dropped.
+- Add xcowsay.svg and xcowsay.desktop
+
+-------------------------------------------------------------------

Old:
----
  xcowfortune.desktop
  xcowfortune.svg

New:
----
  remove_xcowfortune.patch
  xcowsay.desktop
  xcowsay.svg

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

Other differences:
------------------
++++++ xcowsay.spec ++++++
--- /var/tmp/diff_new_pack.jtBDpO/_old  2017-11-30 12:44:36.371631470 +0100
+++ /var/tmp/diff_new_pack.jtBDpO/_new  2017-11-30 12:44:36.371631470 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xcowsay
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -15,24 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:       xcowsay
 Version:    1.3
 Release:    0
-License:    GPL-3.0+
 Summary:    Displays a cute cow and message on your Linux desktop
-Url:    http://www.doof.me.uk/xcowsay/
+License:        GPL-3.0+
 Group:  Amusements/Toys/Other
+Url:            http://www.doof.me.uk/xcowsay/
 Source:  http://www.nickg.me.uk/files/xcowsay-1.3.tar.gz
-Source1:        xcowfortune.desktop
-Source2:        xcowfortune.svg
+Source1:        xcowsay.desktop
+Source2:        xcowsay.svg
 Source3:        xcowhelp.desktop
 Source4:        xcowhelp.svg
-BuildRequires:  gtk2-devel
+Patch0:         remove_xcowfortune.patch
 BuildRequires:  dbus-1-glib-devel
-BuildRequires:  update-desktop-files
+BuildRequires:  gtk2-devel
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  update-desktop-files
 Requires:       gtk2
-Requires:       fortune
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,7 +47,7 @@
 - Can draw thought and speech bubbles
 - Daemon mode! Send your cow messages over DBus!
 - Three different sized cows provided
-- fortune(6) wrapper program: xcowfortune — cow will deliver pearls of wisdom!
+- fortune(6) wrapper program - (unavailable temporarily)
 - Replace the naffness that is xmessage(1)
 - Should work with any window manager
 - Supports UTF-8 characters properly
@@ -55,6 +56,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %post
 %icon_theme_cache_post
@@ -67,25 +69,23 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot}
+%make_install
 %find_lang xcowsay
-%suse_update_desktop_file -i xcowfortune 
+%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
 
 %files -f xcowsay.lang
-%defattr(-,root,root)
 %doc ChangeLog COPYING README AUTHORS
 %{_bindir}/xcowdream
-%{_bindir}/xcowfortune
 %{_bindir}/xcowsay
 %{_bindir}/xcowthink
-%{_mandir}/man6/xcowsay.6.gz
+%{_mandir}/man6/xcowsay.6%{ext_man}
 %{_datadir}/xcowsay
-%{_datadir}/applications/xcowfortune.desktop
 %{_datadir}/applications/xcowhelp.desktop
+%{_datadir}/applications/xcowsay.desktop
 %{_datadir}/icons/hicolor/
 
 %changelog

++++++ remove_xcowfortune.patch ++++++
diff -Nur a/src/Makefile.am b/src/Makefile.am
--- a/src/Makefile.am   2010-09-28 04:27:52.000000000 +0800
+++ b/src/Makefile.am   2017-11-25 10:04:25.857007395 +0800
@@ -8,4 +8,4 @@
        floating_shape.c settings.h settings.c Cowsay_glue.h xcowsayd.h \
        xcowsayd.c config_file.h config_file.c i18n.h bubblegen.c
 
-EXTRA_DIST = xcowfortune xcowdream xcowthink
+EXTRA_DIST = xcowdream xcowthink
diff -Nur a/src/Makefile.in b/src/Makefile.in
--- a/src/Makefile.in   2010-11-06 23:22:43.000000000 +0800
+++ b/src/Makefile.in   2017-11-25 10:15:33.777005477 +0800
@@ -213,14 +213,14 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-bin_SCRIPTS = xcowfortune xcowdream xcowthink
+bin_SCRIPTS = xcowdream xcowthink
 AM_CFLAGS = $(XCOWSAY_CFLAGS) -Wall
 LDADD = $(XCOWSAY_LIBS)
 xcowsay_SOURCES = xcowsay.c display_cow.c display_cow.h floating_shape.h \
        floating_shape.c settings.h settings.c Cowsay_glue.h xcowsayd.h \
        xcowsayd.c config_file.h config_file.c i18n.h bubblegen.c
 
-EXTRA_DIST = xcowfortune xcowdream xcowthink
+EXTRA_DIST = xcowdream xcowthink
 all: all-am
 
 .SUFFIXES:

++++++ xcowsay.desktop ++++++
[Desktop Entry]
Type=Application
Encoding=UTF-8
Categories=Game;Amusement;
Name=xcowsay
GenericName=xcowsay
Icon=xcowsay
Terminal=false
Comment= Displays a cute cow and message on your Linux desktop
Exec=xcowsay

Reply via email to