public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/google-gson] epel10: Remove test that relies on networking
@ 2026-08-17 12:38 Michael Simacek
0 siblings, 0 replies; only message in thread
From: Michael Simacek @ 2026-08-17 12:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/google-gson
Branch : epel10
Commit : 92c6c57b94de5230c99ab26d43d125fab02b4f47
Author : Michael Simacek <msimacek@redhat.com>
Date : 2015-04-20T18:04:28+02:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/google-gson/c/92c6c57b94de5230c99ab26d43d125fab02b4f47?branch=epel10
Log:
Remove test that relies on networking
---
diff --git a/google-gson.spec b/google-gson.spec
index fb8e75b..7bc34e4 100644
--- a/google-gson.spec
+++ b/google-gson.spec
@@ -4,7 +4,7 @@
Name: google-%{short_name}
Version: 2.2.4
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Java lib for conversion of Java objects into JSON representation
License: ASL 2.0
URL: http://code.google.com/p/%{name}
@@ -41,6 +41,9 @@ This package contains the API documentation for %{name}.
# convert CR+LF to LF
sed -i 's/\r//g' LICENSE
+# Test requires network
+rm src/test/java/com/google/gson/DefaultInetAddressTypeAdapterTest.java
+
%build
# LANG="C" or LANG="en_US.utf8" needed for the tests
%mvn_build -- -Dmaven.test.failure.ignore=true
@@ -55,6 +58,9 @@ sed -i 's/\r//g' LICENSE
%doc LICENSE
%changelog
+* Mon Apr 20 2015 Michael Simacek <msimacek@redhat.com> - 2.2.4-8
+- Remove test that relies on networking
+
* Mon Mar 30 2015 Michael Simacek <msimacek@redhat.com> - 2.2.4-7
- Remove dependency on cobertura
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-17 12:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 12:38 [rpms/google-gson] epel10: Remove test that relies on networking Michael Simacek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox