Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
a5fadd3fc9 | |||
ba7c54a288 | |||
0da2faab47 | |||
b6c4954663 | |||
737e6eeaf0 | |||
f87082cfd1 | |||
bc60747c3d | |||
4063bf36a8 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70c04f7eb14720a56d0dc3bd4459284b0157861caccdc59d24bfd8cf88037910
|
||||
size 4715429
|
3
jackson-dataformats-text-2.17.3.tar.gz
Normal file
3
jackson-dataformats-text-2.17.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:447edb81ed671d6e478f8ff08d0e86f4bb9e970c25c17bc8fd661c95dc67690d
|
||||
size 4715416
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 07:58:24 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Update to 2.17.3
|
||||
* #499: (yaml) SnakeYAML upgrade to 2.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 05:12:06 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Do not require jflex-maven-plugin, but generate the Lexer.java
|
||||
with a simple jflex call
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 09:43:45 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Update to 2.17.2
|
||||
* #481: (csv) Fix issue in 'setSchema()'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 12:16:28 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||||
|
||||
|
@@ -17,21 +17,20 @@
|
||||
|
||||
|
||||
Name: jackson-dataformats-text
|
||||
Version: 2.17.1
|
||||
Version: 2.17.3
|
||||
Release: 0
|
||||
Summary: Jackson standard text-format data format backends
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/FasterXML/jackson-dataformats-text
|
||||
Source0: https://github.com/FasterXML/jackson-dataformats-text/archive/%{name}-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: jflex
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) >= 2.17
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-core) >= 2.17
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-databind) >= 2.17
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:)
|
||||
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
||||
BuildRequires: mvn(de.jflex:jflex-maven-plugin)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.yaml:snakeyaml)
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -84,12 +83,18 @@ This package contains API documentation for %{name}.
|
||||
%pom_remove_plugin -r :gradle-module-metadata-maven-plugin
|
||||
%pom_remove_plugin -r :moditect-maven-plugin
|
||||
|
||||
%pom_remove_plugin :jflex-maven-plugin toml
|
||||
|
||||
cp -p yaml/src/main/resources/META-INF/{NOTICE,LICENSE} .
|
||||
sed -i 's/\r//' LICENSE NOTICE
|
||||
|
||||
%{mvn_file} ":{*}" jackson-dataformats/@1
|
||||
|
||||
%build
|
||||
jflex \
|
||||
-d toml/src/main/java/com/fasterxml/jackson/dataformat/toml \
|
||||
--skel toml/src/main/jflex/skeleton-toml \
|
||||
toml/src/main/jflex/com/fasterxml/jackson/dataformat/toml/toml.jflex
|
||||
%{mvn_build} -sf -- \
|
||||
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)
|
||||
|
||||
|
Reference in New Issue
Block a user