Hello community, here is the log from the commit of package openafs for openSUSE:Factory checked in at 2019-03-26 22:33:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openafs (Old) and /work/SRC/openSUSE:Factory/.openafs.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openafs" Tue Mar 26 22:33:11 2019 rev:10 rq:688258 version:1.8.3~pre1 Changes: -------- --- /work/SRC/openSUSE:Factory/openafs/openafs.changes 2019-01-24 14:12:32.907422471 +0100 +++ /work/SRC/openSUSE:Factory/.openafs.new.25356/openafs.changes 2019-03-26 22:33:40.765687583 +0100 @@ -1,0 +2,13 @@ +Mon Mar 25 11:32:32 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use source URLs. + +------------------------------------------------------------------- +Thu Mar 14 08:37:04 UTC 2019 - Christof Hanke <[email protected]> + +- update to pre-release 1.8.3pre1 + * fix builds for Linux-kernels 4.20 and 5.0 + * other fixes, see RELNOTES-1.8.3pre1 + * remove obsolete Linux-4.20.patch + +------------------------------------------------------------------- Old: ---- Linux-4.20.patch RELNOTES-1.8.2 openafs-1.8.2-doc.tar.bz2 openafs-1.8.2-doc.tar.bz2.md5 openafs-1.8.2-doc.tar.bz2.sha256 openafs-1.8.2-src.tar.bz2 openafs-1.8.2-src.tar.bz2.md5 openafs-1.8.2-src.tar.bz2.sha256 New: ---- RELNOTES-1.8.3pre1 openafs-1.8.3pre1-doc.tar.bz2 openafs-1.8.3pre1-doc.tar.bz2.md5 openafs-1.8.3pre1-doc.tar.bz2.sha256 openafs-1.8.3pre1-src.tar.bz2 openafs-1.8.3pre1-src.tar.bz2.md5 openafs-1.8.3pre1-src.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openafs.spec ++++++ --- /var/tmp/diff_new_pack.P8szB7/_old 2019-03-26 22:33:42.057687271 +0100 +++ /var/tmp/diff_new_pack.P8szB7/_new 2019-03-26 22:33:42.057687271 +0100 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # needssslcertforbuild @@ -56,27 +56,27 @@ # used for %setup only # leave upstream tar-balls untouched for integrity checks. -%define upstream_version 1.8.2 +%define upstream_version 1.8.3pre1 Name: openafs -Version: 1.8.2 +Version: 1.8.3~pre1 Release: 0 Summary: OpenAFS Distributed File System License: IPL-1.0 Group: System/Filesystems Url: http://www.openafs.org/ -Source0: openafs-%{version}-src.tar.bz2 -Source1: openafs-%{version}-doc.tar.bz2 -Source2: openafs-%{version}-src.tar.bz2.md5 -Source3: openafs-%{version}-doc.tar.bz2.md5 -Source4: openafs-%{version}-src.tar.bz2.sha256 -Source5: openafs-%{version}-doc.tar.bz2.sha256 +Source0: http://www.openafs.org/dl/openafs/candidate/%{upstream_version}/openafs-%{upstream_version}-src.tar.bz2 +Source1: http://www.openafs.org/dl/openafs/candidate/%{upstream_version}/openafs-%{upstream_version}-doc.tar.bz2 +Source2: http://www.openafs.org/dl/openafs/candidate/%{upstream_version}/openafs-%{upstream_version}-src.tar.bz2.md5 +Source3: http://www.openafs.org/dl/openafs/candidate/%{upstream_version}/openafs-%{upstream_version}-doc.tar.bz2.md5 +Source4: http://www.openafs.org/dl/openafs/candidate/%{upstream_version}/openafs-%{upstream_version}-src.tar.bz2.sha256 +Source5: http://www.openafs.org/dl/openafs/candidate/%{upstream_version}/openafs-%{upstream_version}-doc.tar.bz2.sha256 Source10: README.SUSE.openafs Source15: logrotate.openafs-server Source16: ld.conf.openafs -Source18: RELNOTES-%{version} +Source18: RELNOTES-%{upstream_version} Source19: ChangeLog Source20: kernel-source.build-modules.sh Source22: sysconfig.openafs-fuse-client @@ -98,8 +98,6 @@ Patch4: openafs-1.8.x.ncurses6.patch # PATCH-SUSE-SPECIFIC make KMP work again Patch5: add_arch_to_linux_kernel_make.patch -# PATCH-BACKPORT-FROM-UPSTREAM make KMP build for kernel 4.20 -Patch6: Linux-4.20.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # @@ -309,7 +307,6 @@ %setup -q -n openafs-%{upstream_version} -T -b 0 -b 1 %patch3 -p1 %patch5 -p1 -%patch6 -p1 %if %{run_regen} %patch4 -p1 ++++++ ChangeLog ++++++ ++++ 1665 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/openafs/ChangeLog ++++ and /work/SRC/openSUSE:Factory/.openafs.new.25356/ChangeLog ++++++ RELNOTES-1.8.3pre1 ++++++ User-Visible OpenAFS Changes OpenAFS 1.8.3 (in progress) All platforms * Improved diagnostics and error messages (13186 13411 13417) * Avoid sending RX packets with random garbage in the userStatus field (13332) * Fixed detection of the RX initialization status (13416) * Assorted fixes to avoid segmentation faults and other potential problems by detecting internal errors rather than letting them go unnoticed (13329 13372) All server platforms * Fixed a build problem accidentally introduced in release 1.8.2 (13328) * Assorted efficiency improvements in the ubik implementation (13153 13218 13188 13353) * Fixed locking around transaction list processing in volserver to avoid segmentation faults and other potential problems (13336 13337) * When the volserver attempts to remove a temporary volume after a transaction, but the volume was already removed, e.g., by the salvager, this is no longer treated as an error (13235) All client platforms * Update the CellServDB to the latest version from grand.central.org from May 14th 2018 (13409) * Avoid a panic during cache initialization when allocating the required memory fails (13307) * Add back the packet counters and timestamps to "vos status" output which had been missing since release 1.8.0 (13421) * Correctly handle errors encountered while reading data from the server and writing it to the cache, e.g., due to a full cache partition (13443) * Avoid a panic due to a recoverable error while flushing cache items (13503) Linux clients * Support mainline kernels 4.20 and 5.0 and distribution kernels with backports from those (13405 13406 13440 13441 13442) * DKMS-related fixes in Red Hat packaging (13438 13479) macOS * Support building and packaging on macOS 10.14 "Mojave" (13412 13413) ++++++ openafs-1.8.3pre1-doc.tar.bz2.md5 ++++++ c0f7a24287d38d48445dac2d59abcd85 openafs-1.8.3pre1-doc.tar.bz2 ++++++ openafs-1.8.3pre1-doc.tar.bz2.sha256 ++++++ 495e09a585a63e645437ecf42d43d2cfde3874de6e9c1d90cc7e41deb6309acd openafs-1.8.3pre1-doc.tar.bz2 ++++++ openafs-1.8.3pre1-src.tar.bz2.md5 ++++++ f10b5048d256914d401c5b44f1533263 openafs-1.8.3pre1-src.tar.bz2 ++++++ openafs-1.8.3pre1-src.tar.bz2.sha256 ++++++ 95aa3fa70117f34f52a03cdb8abdd99db84850c4fb1067ac7202b049e7f64c2e openafs-1.8.3pre1-src.tar.bz2
