- Update to 16.2.9-539-gea74dd900cd:

+ (bsc#1202292) ceph.spec.in: Add -DFMT_DEPRECATED_OSTREAM to CXXFLAGS

OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=333
This commit is contained in:
Tim Serong 2022-10-06 04:15:58 +00:00 committed by Git OBS Bridge
parent 4d9638fc4e
commit e44e54e022
6 changed files with 23 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51491b4905717f00d8dab0fe4d7373537af6b84cddfd4c16f7d4ff25c986b629
size 155354741

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56b655f66b8400cc81f6ca39f0d00cedfee8ab2b9aaf56137b539e2bcd8de6ac
size 155344965

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 6 04:06:27 UTC 2022 - Tim Serong <tserong@suse.com>
- Update to 16.2.9-539-gea74dd900cd:
+ (bsc#1202292) ceph.spec.in: Add -DFMT_DEPRECATED_OSTREAM to CXXFLAGS
-------------------------------------------------------------------
Tue Jul 26 03:07:53 UTC 2022 - Tim Serong <tserong@suse.com>

View File

@ -136,7 +136,7 @@
# main package definition
#################################################################################
Name: ceph-test
Version: 16.2.9.538+g9de83fa4064
Version: 16.2.9.539+gea74dd900cd
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
@ -152,7 +152,7 @@ License: LGPL-2.1 and LGPL-3.0 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-
Group: System/Filesystems
%endif
URL: http://ceph.com/
Source0: %{?_remote_tarball_prefix}ceph-16.2.9-538-g9de83fa4064.tar.bz2
Source0: %{?_remote_tarball_prefix}ceph-16.2.9-539-gea74dd900cd.tar.bz2
%if 0%{?suse_version}
Source94: ceph-rpmlintrc
Source95: checkin.sh
@ -595,7 +595,7 @@ This package contains Ceph benchmarks and test tools.
%if 0%{?suse_version}
%endif
%prep
%autosetup -p1 -n ceph-16.2.9-538-g9de83fa4064
%autosetup -p1 -n ceph-16.2.9-539-gea74dd900cd
%build
# LTO can be enabled as soon as the following GCC bug is fixed:
@ -623,7 +623,7 @@ RPM_OPT_FLAGS="$(echo $RPM_OPT_FLAGS | sed -e 's/^-g /-g1 /g' -e 's/ -g / -g1 /g
export CPPFLAGS="$java_inc"
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS -DFMT_DEPRECATED_OSTREAM"
export LDFLAGS="$RPM_LD_FLAGS"
test "$RPM_LD_FLAGS" && echo "RPM_LD_FLAGS == $RPM_LD_FLAGS" || echo "RPM_LD_FLAGS is empty"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 6 04:06:27 UTC 2022 - Tim Serong <tserong@suse.com>
- Update to 16.2.9-539-gea74dd900cd:
+ (bsc#1202292) ceph.spec.in: Add -DFMT_DEPRECATED_OSTREAM to CXXFLAGS
-------------------------------------------------------------------
Tue Jul 26 03:07:53 UTC 2022 - Tim Serong <tserong@suse.com>

View File

@ -136,7 +136,7 @@
# main package definition
#################################################################################
Name: ceph
Version: 16.2.9.538+g9de83fa4064
Version: 16.2.9.539+gea74dd900cd
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
@ -152,7 +152,7 @@ License: LGPL-2.1 and LGPL-3.0 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-
Group: System/Filesystems
%endif
URL: http://ceph.com/
Source0: %{?_remote_tarball_prefix}ceph-16.2.9-538-g9de83fa4064.tar.bz2
Source0: %{?_remote_tarball_prefix}ceph-16.2.9-539-gea74dd900cd.tar.bz2
%if 0%{?suse_version}
# _insert_obs_source_lines_here
ExclusiveArch: x86_64 aarch64 ppc64le s390x
@ -1208,7 +1208,7 @@ This package provides Ceph default alerts for Prometheus.
# common
#################################################################################
%prep
%autosetup -p1 -n ceph-16.2.9-538-g9de83fa4064
%autosetup -p1 -n ceph-16.2.9-539-gea74dd900cd
%build
# LTO can be enabled as soon as the following GCC bug is fixed:
@ -1236,7 +1236,7 @@ RPM_OPT_FLAGS="$(echo $RPM_OPT_FLAGS | sed -e 's/^-g /-g1 /g' -e 's/ -g / -g1 /g
export CPPFLAGS="$java_inc"
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS -DFMT_DEPRECATED_OSTREAM"
export LDFLAGS="$RPM_LD_FLAGS"
test "$RPM_LD_FLAGS" && echo "RPM_LD_FLAGS == $RPM_LD_FLAGS" || echo "RPM_LD_FLAGS is empty"