forked from pool/jurand
Accepting request 1133013 from home:jgwang:branches:Java:packages
- Update to version 1.3.2 * see https://github.com/fedora-java/jurand/compare/1.3.1...1.3.2 OBS-URL: https://build.opensuse.org/request/show/1133013 OBS-URL: https://build.opensuse.org/package/show/Java:packages/jurand?expand=0&rev=5
This commit is contained in:
parent
2cb536c772
commit
76a7eaecba
@ -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
BIN
jurand-1.3.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,20 +1,20 @@
|
|||||||
diff -urEbwB jurand-1.3.1.orig/Makefile jurand-1.3.1/Makefile
|
diff -auNr jurand-1.3.2-orig/Makefile jurand-1.3.2/Makefile
|
||||||
--- jurand-1.3.1.orig/Makefile 2023-09-27 07:17:18.384159160 +0200
|
--- jurand-1.3.2-orig/Makefile 2023-12-14 16:27:32.535474016 +0800
|
||||||
+++ jurand-1.3.1/Makefile 2023-09-27 08:55:18.229794175 +0200
|
+++ jurand-1.3.2/Makefile 2023-12-14 16:28:45.112770530 +0800
|
||||||
@@ -12,7 +12,8 @@
|
@@ -12,6 +12,9 @@
|
||||||
test: test.sh test-compile
|
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
|
+CXXFLAGS += -g -std=gnu++2a -Isrc -Wall -Wextra -Wpedantic -D_GLIBCXX_USE_CXX11_ABI=1
|
||||||
+LDFLAGS += -pthread
|
+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)))
|
diff -auNr jurand-1.3.2-orig/src/java_symbols.hpp jurand-1.3.2/src/java_symbols.hpp
|
||||||
$(eval $(call Variable_rule,target/link_flags,$(CXX) $(LDFLAGS) $(LDLIBS)))
|
--- jurand-1.3.2-orig/src/java_symbols.hpp 2023-12-14 16:27:32.535474016 +0800
|
||||||
diff -urEbwB jurand-1.3.1.orig/src/java_symbols.hpp jurand-1.3.1/src/java_symbols.hpp
|
+++ jurand-1.3.2/src/java_symbols.hpp 2023-12-14 16:30:01.613434431 +0800
|
||||||
--- jurand-1.3.1.orig/src/java_symbols.hpp 2023-09-27 07:17:18.384159160 +0200
|
@@ -636,14 +636,14 @@
|
||||||
+++ jurand-1.3.1/src/java_symbols.hpp 2023-09-27 08:42:56.218651442 +0200
|
|
||||||
@@ -630,14 +630,14 @@
|
|
||||||
|
|
||||||
if (not parameters.in_place_)
|
if (not parameters.in_place_)
|
||||||
{
|
{
|
||||||
|
@ -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>
|
Wed Nov 15 18:07:06 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define with_gcc 11
|
%define with_gcc 11
|
||||||
%endif
|
%endif
|
||||||
Name: jurand
|
Name: jurand
|
||||||
Version: 1.3.1
|
Version: 1.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A tool for manipulating Java symbols
|
Summary: A tool for manipulating Java symbols
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -30,7 +30,7 @@ Group: Development/Languages/Java
|
|||||||
URL: https://github.com/fedora-java/jurand
|
URL: https://github.com/fedora-java/jurand
|
||||||
Source0: https://github.com/fedora-java/jurand/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/fedora-java/jurand/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Patch0: jurand-cxx20.patch
|
Patch0: jurand-cxx20.patch
|
||||||
BuildRequires: asciidoc
|
BuildRequires: %{rb_default_ruby_suffix}-rubygem-asciidoctor
|
||||||
BuildRequires: diffutils
|
BuildRequires: diffutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
@ -76,6 +76,6 @@ export CC=gcc-%{with_gcc}
|
|||||||
%dir %{_rpmconfigdir}
|
%dir %{_rpmconfigdir}
|
||||||
%dir %{_rpmmacrodir}
|
%dir %{_rpmmacrodir}
|
||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
%doc README.md
|
%doc README.adoc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user