Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package 000update-repos for openSUSE:Factory checked in at 2022-05-16 21:05:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
and /work/SRC/openSUSE:Factory/.000update-repos.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000update-repos"
Mon May 16 21:05:33 2022 rev:1989 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
New:
----
factory:non-oss_3214.2.packages.zst
factory_20220515.packages.zst
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package quakespasm for openSUSE:Factory checked in at 2022-05-16 18:08:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quakespasm (Old)
and /work/SRC/openSUSE:Factory/.quakespasm.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "quakespasm"
Mon May 16 18:08:58 2022 rev:12 rq:977553 version:0.94.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/quakespasm/quakespasm.changes 2021-12-08 00:00:06.831665198 +0100
+++ /work/SRC/openSUSE:Factory/.quakespasm.new.1538/quakespasm.changes 2022-05-16 18:11:27.561418542 +0200
@@ -1,0 +2,26 @@
+Sat May 14 16:34:40 UTC 2022 - Martin Hauke <mardnh(a)gmx.de>
+
+- Update to version 0.94.4
+ * Fixed getting stuck with loading plaque upon attempting to
+ load a bad save from the menu
+ * Fixed SZ_GetSpace server crashes, e.g. in ad_magna or
+ ad_mountain.
+ * Fixed intermission camera angles during demo playback.
+ * Don't reset onground flag on every new server message..
+ * Re-enabled title demos by default (turn off with
+ cl_startdemos 0).
+ * Don't autoplay next demo after a timedemo.
+ * Fixed bad parsing of cdtrack in hipdemo1 from Scourge of
+ Armagon.
+ * Fixed serverinfo off-by-one nummodels/numsounds for
+ protocol 15.
+ * Support for Quake 2021 update 3.
+ * Implemented quad/pentagram dlights for Quake 2021 rerelease.
+ * Implemented 2021 rerelease localsound builtin &
+ svc_localsound (56).
+ * Several other improvements to Quake 2021 rerelease support.
+ * Several other small fixes and improvements all over the code.
+ * Updated third party code (SDL, lodepng, miniz, some of the
+ codecs, etc.).
+
+-------------------------------------------------------------------
Old:
----
quakespasm-0.94.3.tar.gz
New:
----
quakespasm-0.94.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ quakespasm.spec ++++++
--- /var/tmp/diff_new_pack.d2m3eS/_old 2022-05-16 18:11:28.121418988 +0200
+++ /var/tmp/diff_new_pack.d2m3eS/_new 2022-05-16 18:11:28.129418994 +0200
@@ -1,7 +1,7 @@
#
# spec file for package quakespasm
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2017 Luke Jones <luke.nukem.jones(a)gmail.com>
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: quakespasm
-Version: 0.94.3
+Version: 0.94.4
Release: 0
Summary: A Quake Engine
License: GPL-2.0-or-later
++++++ quakespasm-0.94.3.tar.gz -> quakespasm-0.94.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/quakespasm/quakespasm-0.94.3.tar.gz /work/SRC/openSUSE:Factory/.quakespasm.new.1538/quakespasm-0.94.4.tar.gz differ: char 14, line 1
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package nsd for openSUSE:Factory checked in at 2022-05-16 18:08:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nsd (Old)
and /work/SRC/openSUSE:Factory/.nsd.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nsd"
Mon May 16 18:08:57 2022 rev:28 rq:977530 version:4.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/nsd/nsd.changes 2022-02-21 17:49:04.099638107 +0100
+++ /work/SRC/openSUSE:Factory/.nsd.new.1538/nsd.changes 2022-05-16 18:11:26.553417741 +0200
@@ -1,0 +2,33 @@
+Sat May 14 23:58:59 UTC 2022 - Michael Str��der <michael(a)stroeder.com>
+
+- New upstream release 4.5.0
+
+FEATURES:
+- Merge PR #209: IXFR out
+ This adds IXFR out functionality to NSD. NSD can copy IXFRs from
+ upstream to downstream clients, or create IXFRs from zonefiles.
+ The options store-ixfr: yes and create-ixfr: yes can be used to
+ turn this on. Default is turned off. The options ixfr-number and
+ ixfr-size can be used to tune the number of IXFR transfers and
+ total data size stored. This is configured per zone, the IXFRs
+ are served to the hosts that are allowed to perform zone transfers.
+ And if TSIG is configured, signed with the same key. The content
+ is stored to file if a zonefile is configured for the zone, in
+ the zonefile.ixfr and zonefile.ixfr.2, .. files. They contain
+ readable text format. The number of IXFRs is num.rixfr in
+ statistics output, also per zone if per zone statistics are enabled.
+ If offline, nsd-checkzone -i can create ixfr files.
+ NSD already supports requesting IXFRs, this addition allows NSD
+ to serve IXFR transfers to clients.
+ NSD stops responding with NOTIMPL to IXFR requests, also for zones
+ that do not have IXFR enabled. The clients gets a full zone reply
+ or a status reply if the serial is up to date.
+BUG FIXES:
+- Fix code analyzer zero divide warning.
+- Fix code analyzer large value with assertion.
+- Fix another code analyzer zero divide warning.
+- Fix code analyzer warning about uninitialized temp storage in loop.
+- Fix spelling error in comment in svcbparam_lookup_key.
+- Update cirrus script FreeBSD version.
+
+-------------------------------------------------------------------
Old:
----
nsd-4.4.0.tar.gz
nsd-4.4.0.tar.gz.asc
New:
----
nsd-4.5.0.tar.gz
nsd-4.5.0.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nsd.spec ++++++
--- /var/tmp/diff_new_pack.aRhPpC/_old 2022-05-16 18:11:27.121418192 +0200
+++ /var/tmp/diff_new_pack.aRhPpC/_new 2022-05-16 18:11:27.125418196 +0200
@@ -23,7 +23,7 @@
%define zonesdir %{configdir}/zones
%define pidfile %{_rundir}/nsd/nsd.pid
Name: nsd
-Version: 4.4.0
+Version: 4.5.0
Release: 0
#
Summary: An authoritative-only domain name server
++++++ nsd-4.4.0.tar.gz -> nsd-4.5.0.tar.gz ++++++
++++ 13690 lines of diff (skipped)