Compare commits

...

3 Commits

Author SHA1 Message Date
David Abdurachmanov 4f5d3e6c94
Bump Release
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-09-13 08:13:44 +02:00
David Abdurachmanov 869580f406
Fix date in %changelog
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-09-13 06:59:09 +02:00
David Abdurachmanov 0cf8a7d38c
Disable IsValidUtf8Test.java test on RISC-V (riscv64)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-09-13 06:57:28 +02:00
1 changed files with 6 additions and 3 deletions

View File

@ -12,7 +12,7 @@
Summary: Protocol Buffers - Google's data interchange format
Name: protobuf
Version: 3.5.0
Release: 8%{?dist}
Release: 8.1.riscv64%{?dist}
License: BSD
URL: https://github.com/google/protobuf
Source: https://github.com/google/protobuf/archive/v%{version}%{?rcver}/%{name}-%{version}%{?rcver}.tar.gz
@ -248,9 +248,9 @@ rm java/core/src/test/java/com/google/protobuf/ServiceTest.java
# Backward compatibility symlink
%mvn_file :protobuf-java:jar: %{name}/%{name}-java %{name}
# This test is incredibly slow on arm
# This test is incredibly slow on arm and RISC-V (riscv64)
# https://github.com/google/protobuf/issues/2389
%ifarch %{arm}
%ifarch %{arm} riscv64
mv java/core/src/test/java/com/google/protobuf/IsValidUtf8Test.java \
java/core/src/test/java/com/google/protobuf/IsValidUtf8Test.java.slow
%endif
@ -397,6 +397,9 @@ install -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{emacs_startdir}
%endif
%changelog
* Thu Sep 13 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 3.5.0-8.1.riscv64
- Disable IsValidUtf8Test.java test on RISC-V (riscv64)
* Fri Jul 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.5.0-8
- Rebuild for new binutils