public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jiri <jvanek@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/google-gson] epel10: bumped compiler release to 8
Date: Mon, 17 Aug 2026 12:39:06 GMT [thread overview]
Message-ID: <178697034610.1.908570909594869464.rpms-google-gson-9500869ff0f2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/google-gson
Branch : epel10
Commit : 9500869ff0f2a20ae97280c51890b9d986e38472
Author : Jiri <jvanek@redhat.com>
Date : 2024-02-29T18:18:23+01:00
Stats : +8/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/google-gson/c/9500869ff0f2a20ae97280c51890b9d986e38472?branch=epel10
Log:
bumped compiler release to 8
now fails with new -Werror
---
diff --git a/google-gson.spec b/google-gson.spec
index c9cbee2..a944545 100644
--- a/google-gson.spec
+++ b/google-gson.spec
@@ -71,6 +71,13 @@ rm extras/src/test/java/com/google/gson/typeadapters/PostConstructAdapterFactory
#depends on com.google.protobuf:protobuf-java:jar:4.0.0-rc-2 and com.google.truth:truth:jar:1.1.3
%pom_disable_module proto
+for x in `find | grep pom.xml` ; do
+ if cat $x | grep -e "<maven.compiler.release>7" ; then
+ sed "s;<maven.compiler.release>.*;<maven.compiler.release>8</maven.compiler.release>;g" -i $x;
+ fi
+done
+
+
%build
%mvn_build
@@ -87,6 +94,7 @@ rm extras/src/test/java/com/google/gson/typeadapters/PostConstructAdapterFactory
%changelog
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 2.10.1-5
- Rebuilt for java-21-openjdk as system jdk
+- bumped compiler release to 8
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
reply other threads:[~2026-08-17 12:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178697034610.1.908570909594869464.rpms-google-gson-9500869ff0f2@fedoraproject.org \
--to=jvanek@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox