Hello community,

here is the log from the commit of package winetricks for openSUSE:Factory 
checked in at 2018-12-24 11:48:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/winetricks (Old)
 and      /work/SRC/openSUSE:Factory/.winetricks.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "winetricks"

Mon Dec 24 11:48:16 2018 rev:2 rq:660850 version:20181203

Changes:
--------
--- /work/SRC/openSUSE:Factory/winetricks/winetricks.changes    2018-12-21 
08:21:09.393584752 +0100
+++ /work/SRC/openSUSE:Factory/.winetricks.new.28833/winetricks.changes 
2018-12-24 11:48:17.165086729 +0100
@@ -1,0 +2,5 @@
+Sun Dec 23 08:34:05 UTC 2018 - linux4humans <[email protected]>
+
+- adjusted logic for license/doc handling to cover more distributions
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ winetricks.spec ++++++
--- /var/tmp/diff_new_pack.wNj5pl/_old  2018-12-24 11:48:17.613086335 +0100
+++ /var/tmp/diff_new_pack.wNj5pl/_new  2018-12-24 11:48:17.613086335 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           winetricks
 Version:        20181203
 Release:        0
@@ -50,12 +51,13 @@
 
 %files
 %defattr(-,root,root)
-%doc README.md
-%if 0%{?suse_version} < 1310
-%doc COPYING
-%else
+# %license works starting from SLE 15 and Leap 42.2
+%if 0%{?suse_version} >= 1500 || ( 0%{?sle_version} >= 120200 && 
0%{?is_opensuse} )
 %license COPYING
+%else
+%doc COPYING
 %endif
+%doc README.md
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %dir %{_datadir}/bash-completion


Reply via email to