Hello community,
here is the log from the commit of package release-notes-openSUSE for
openSUSE:Leap:15.2 checked in at 2020-06-08 13:44:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/release-notes-openSUSE (Old)
and /work/SRC/openSUSE:Leap:15.2/.release-notes-openSUSE.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "release-notes-openSUSE"
Mon Jun 8 13:44:36 2020 rev:26 rq:811946 version:15.2.20200604
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/release-notes-openSUSE/release-notes-openSUSE.changes
2020-01-15 15:56:58.431719321 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.release-notes-openSUSE.new.3606/release-notes-openSUSE.changes
2020-06-08 13:44:37.279068054 +0200
@@ -1,0 +2,19 @@
+Fri Jun 5 21:56:30 UTC 2020 - Stefan Knorr <[email protected]>
+
+- 15.2.20200605
+- Added note about dropped packages (boo#1159041)
+- Added note about dropping artha
+- Added note about mp3gain removal (boo#1154971)
+- Added note about nodejs8 deprecation
+- Added note about python-django-compressor renaming
+- Added note about replacement of luajit by moonjit
+- Added note about replacement of pep8 by pycodestyle
+- Added note about slapi-nis removal
+- Added note about vokoscreen replacement (SR#793644)
+- Added notes about libkdegames4 and kdesdk4-scripts
+- Added notes about the current state of KDE4 and Qt4
+- Fixed doc site URLs (boo#1161841)
+- Included support for "betatest" variable in Package
+ Specfile (bsc#1100003)
+
+-------------------------------------------------------------------
Old:
----
release-notes-openSUSE-15.2.20191125.tar.bz2
New:
----
release-notes-openSUSE-15.2.20200604.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ release-notes-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.muD5rQ/_old 2020-06-08 13:44:37.623068926 +0200
+++ /var/tmp/diff_new_pack.muD5rQ/_new 2020-06-08 13:44:37.623068926 +0200
@@ -15,9 +15,10 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+%bcond_with betatest
Name: release-notes-openSUSE
-Version: 15.2.20191125
+Version: 15.2.20200604
Release: 0
Summary: Release Notes for openSUSE
License: GFDL-1.3
@@ -46,6 +47,12 @@
%build
%define SUSE_PROD openSUSE
+# values for lifecycle: beta pre maintained unmaintained
+%define lifecycle maintained
+%if %{with betatest}
+ %define lifecycle beta
+%endif
+
# fake the date, for OBS's sake.
builddate=$(date +%Y-%0m-%0d --date='today')
if [ $(echo '%{version}' | cut -d. -f3) ]; then
@@ -53,8 +60,7 @@
fi
make linguas
-# values for LIFECYCLE: beta pre maintained unmaintained
-make all LIFECYCLE=beta VERSION='%{version}' DATE="$builddate"
+make all LIFECYCLE=%{lifecycle} VERSION='%{version}' DATE="$builddate"
%install
rnpath=%{buildroot}%{_datadir}/doc/release-notes/%{SUSE_PROD}
++++++ release-notes-openSUSE-15.2.20191125.tar.bz2 ->
release-notes-openSUSE-15.2.20200604.tar.bz2 ++++++
++++ 25854 lines of diff (skipped)