SHA256
1
0
forked from pool/jurand

Accepting request 1133084 from Java:packages

OBS-URL: https://build.opensuse.org/request/show/1133084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jurand?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2023-12-15 20:47:48 +00:00 committed by Git OBS Bridge
commit 10dab3f7e6
5 changed files with 23 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9834fa3b966c3cea2079c129ba65b2f53d32ffd7c01bdb6716f874daca37b537
size 18355

BIN
jurand-1.3.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,20 +1,20 @@
diff -urEbwB jurand-1.3.1.orig/Makefile jurand-1.3.1/Makefile
--- jurand-1.3.1.orig/Makefile 2023-09-27 07:17:18.384159160 +0200
+++ jurand-1.3.1/Makefile 2023-09-27 08:55:18.229794175 +0200
@@ -12,7 +12,8 @@
diff -auNr jurand-1.3.2-orig/Makefile jurand-1.3.2/Makefile
--- jurand-1.3.2-orig/Makefile 2023-12-14 16:27:32.535474016 +0800
+++ jurand-1.3.2/Makefile 2023-12-14 16:28:45.112770530 +0800
@@ -12,6 +12,9 @@
test: test.sh test-compile
@./$<
-CXXFLAGS += -g -std=c++2a -Isrc -Wall -Wextra -Wpedantic
+CXXFLAGS += -g -std=gnu++2a -Isrc -Wall -Wextra -Wpedantic -D_GLIBCXX_USE_CXX11_ABI=1
+LDFLAGS += -pthread
+
$(call Executable_file,jurand): $(call Object_file,jurand.cpp)
$(call Executable_file,jurand_test): $(call Object_file,jurand_test.cpp)
$(eval $(call Variable_rule,target/compile_flags,$(CXX) $(CXXFLAGS)))
$(eval $(call Variable_rule,target/link_flags,$(CXX) $(LDFLAGS) $(LDLIBS)))
diff -urEbwB jurand-1.3.1.orig/src/java_symbols.hpp jurand-1.3.1/src/java_symbols.hpp
--- jurand-1.3.1.orig/src/java_symbols.hpp 2023-09-27 07:17:18.384159160 +0200
+++ jurand-1.3.1/src/java_symbols.hpp 2023-09-27 08:42:56.218651442 +0200
@@ -630,14 +630,14 @@
diff -auNr jurand-1.3.2-orig/src/java_symbols.hpp jurand-1.3.2/src/java_symbols.hpp
--- jurand-1.3.2-orig/src/java_symbols.hpp 2023-12-14 16:27:32.535474016 +0800
+++ jurand-1.3.2/src/java_symbols.hpp 2023-12-14 16:30:01.613434431 +0800
@@ -636,14 +636,14 @@
if (not parameters.in_place_)
{

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 14 08:51:29 UTC 2023 - Wang Jun <badboywj@gmail.com>
- Update to version 1.3.2
* see https://github.com/fedora-java/jurand/compare/1.3.1...1.3.2
-------------------------------------------------------------------
Wed Nov 15 18:07:06 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -22,7 +22,7 @@
%define with_gcc 11
%endif
Name: jurand
Version: 1.3.1
Version: 1.3.2
Release: 0
Summary: A tool for manipulating Java symbols
License: Apache-2.0
@ -30,7 +30,7 @@ Group: Development/Languages/Java
URL: https://github.com/fedora-java/jurand
Source0: https://github.com/fedora-java/jurand/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: jurand-cxx20.patch
BuildRequires: asciidoc
BuildRequires: %{rb_default_ruby_suffix}-rubygem-asciidoctor
BuildRequires: diffutils
BuildRequires: make
BuildRequires: xmlto
@ -76,6 +76,6 @@ export CC=gcc-%{with_gcc}
%dir %{_rpmconfigdir}
%dir %{_rpmmacrodir}
%license LICENSE NOTICE
%doc README.md
%doc README.adoc
%changelog