Hello community,
here is the log from the commit of package apache2-mod_perl for
openSUSE:Factory checked in at 2020-02-20 14:58:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_perl (Old)
and /work/SRC/openSUSE:Factory/.apache2-mod_perl.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2-mod_perl"
Thu Feb 20 14:58:44 2020 rev:45 rq:777603 version:2.0.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_perl/apache2-mod_perl.changes
2019-11-18 20:11:38.941553515 +0100
+++
/work/SRC/openSUSE:Factory/.apache2-mod_perl.new.26092/apache2-mod_perl.changes
2020-02-20 14:58:53.114700690 +0100
@@ -1,0 +2,5 @@
+Thu Feb 13 08:03:41 UTC 2020 - [email protected]
+
+- define %license for older codestreams
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache2-mod_perl.spec ++++++
--- /var/tmp/diff_new_pack.LUNIan/_old 2020-02-20 14:58:54.542703492 +0100
+++ /var/tmp/diff_new_pack.LUNIan/_new 2020-02-20 14:58:54.546703500 +0100
@@ -1,7 +1,7 @@
#
# spec file for package apache2-mod_perl
#
-# 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
@@ -177,6 +177,19 @@
rm -f %{buildroot}%{perl_archlib}/perllocal.pod
%endif
+# taken from kdump/kdump.spec, thanks!
+# Compatibility cruft
+# there is no %%license prior to SLE12
+%if %{undefined _defaultlicensedir}
+%define license %doc
+%else
+# filesystem before SLE12 SP3 lacks /usr/share/licenses
+%if 0%(test ! -d %{_defaultlicensedir} && echo 1)
+%define _defaultlicensedir %{_defaultdocdir}
+%endif
+%endif
+# End of compatibility cruft
+
%files
%license LICENSE
%doc Changes README RELEASE STATUS