Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xonotic for openSUSE:Factory checked 
in at 2021-03-15 10:55:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xonotic (Old)
 and      /work/SRC/openSUSE:Factory/.xonotic.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xonotic"

Mon Mar 15 10:55:14 2021 rev:6 rq:878931 version:0.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/xonotic/xonotic.changes  2020-09-16 
19:40:47.118896799 +0200
+++ /work/SRC/openSUSE:Factory/.xonotic.new.2401/xonotic.changes        
2021-03-15 10:55:14.593249340 +0100
@@ -1,0 +2,5 @@
+Fri Mar 12 23:14:03 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- move licenses to licensedir 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xonotic.spec ++++++
--- /var/tmp/diff_new_pack.cB12Ws/_old  2021-03-15 10:55:17.837254319 +0100
+++ /var/tmp/diff_new_pack.cB12Ws/_new  2021-03-15 10:55:17.841254326 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xonotic
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,8 +23,8 @@
 Summary:        Fast-paced first person shooter
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/3D/Shoot
-URL:            http://xonotic.org/
-Source0:        http://dl.xonotic.org/%{name}-%{version}.zip
+URL:            https://xonotic.org/
+Source0:        https://dl.xonotic.org/%{name}-%{version}.zip
 Source1:        xonotic.desktop
 Source2:        xonotic.service
 Source3:        xonotic.init
@@ -45,7 +45,6 @@
 BuildRequires:  zlib-devel
 Requires:       logrotate
 Requires:       xonotic-data = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with systemd}
 BuildRequires:  systemd-rpm-macros
 %endif
@@ -56,8 +55,8 @@
 %package server
 Summary:        Dedicated xonotic server first person shooter
 Group:          Amusements/Games/3D/Shoot
-Requires(pre):  shadow
 Requires:       xonotic-data = %{version}
+Requires(pre):  shadow
 %if %{with systemd}
  %{?systemd_requires}
 %endif
@@ -93,7 +92,7 @@
 find .  -name '*.[ch]' | xargs sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
 %build
-make \
+%make_build \
   %{?_smp_mflags} \
   DP_LINK_TO_LIBJPEG=1 \
   DP_LINK_CRYPTO=shared \
@@ -175,26 +174,24 @@
 %endif
 
 %files
-%defattr(-,root,root,-)
 %attr(755,root,root) %{_bindir}/%{name}-glx
 %attr(755,root,root) %{_bindir}/%{name}-sdl
+%license COPYING GPL-2 GPL-3
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %dir %{_datadir}/icons/hicolor
 %dir %{_datadir}/icons/hicolor/scalable
 %dir %{_datadir}/icons/hicolor/scalable/apps
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
-%doc COPYING GPL-2 GPL-3
 
 %files data
 %defattr(0644, root, root, 0755)
+%license COPYING GPL-2 GPL-3
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/data
 %{_datadir}/%{name}/data/*
-%doc COPYING GPL-2 GPL-3
 
 %files server
-%defattr(-,root,root,-)
 %attr(755,root,root) %{_bindir}/%{name}-dedicated
 %if %{with systemd}
 %{_unitdir}/%{name}-server.service
@@ -211,6 +208,7 @@
 %attr(755,root,root) %{_datadir}/%{name}/server/rcon.pl
 %attr(755,root,root) %{_datadir}/%{name}/server/server_mac.sh
 %{_datadir}/%{name}/key_0.d0pk
-%doc COPYING GPL-2 GPL-3 server/server.cfg server/help.cfg
+%license COPYING GPL-2 GPL-3
+%doc server/server.cfg server/help.cfg
 
 %changelog

Reply via email to