Compare commits

...

10 Commits

Author SHA256 Message Date
feabc768f9 bump for ejabberd 24.12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_xml?expand=0&rev=35
2025-01-14 14:22:01 +00:00
a1161376a8 bump
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_xml?expand=0&rev=34
2024-06-28 14:41:47 +00:00
e6982e0925 skip testsuite for now
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_xml?expand=0&rev=33
2024-06-04 22:06:50 +00:00
f04e2893bf bump
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_xml?expand=0&rev=32
2024-06-04 21:34:13 +00:00
8a6ae6cd3f add runtime dep
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_xml?expand=0&rev=31
2022-06-07 14:15:07 +00:00
7ba52a5ded 1.1.49
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_xml?expand=0&rev=30
2022-06-07 14:12:37 +00:00
54dd0e4443 bump
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_xml?expand=0&rev=29
2021-11-29 20:00:32 +00:00
ff01e9466c trigger service run
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_xml?expand=0&rev=28
2021-04-16 07:25:18 +00:00
114e753fa3 bump to 1.1.46
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_xml?expand=0&rev=27
2021-04-15 00:18:04 +00:00
5cc9de88e5 bump to 1.1.45
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-fast_xml?expand=0&rev=26
2021-01-11 14:58:30 +00:00
7 changed files with 90 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/processone/fast_xml.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">1.1.43</param>
<param name="revision">1.1.55</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="buildtime" name="tar"/>

View File

@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/processone/fast_xml.git</param>
<param name="changesrevision">7fce39a0a82ae4b7afeeecd9b074f1180c6700a1</param>
<param name="changesrevision">38f0c520b0e0aa584807b034b7bc9ddfdd7d63c1</param>
</service>
</servicedata>

View File

@@ -1,7 +1,85 @@
-------------------------------------------------------------------
Tue Aug 25 20:09:35 UTC 2020 - obs-service-tar-scm@invalid
Tue Jan 14 14:22:04 UTC 2025 - obs-service-tar-scm@invalid
- Update to version 1.1.43:
- Update to version 1.1.55:
* Release 1.1.55
* User erlef instead of container
* Release 1.1.54
* Update changelog
* hexpm-release: Update ubuntu to 24.04, use erlang container
* CI: Instead of container (that breaks pip), user setup-beam action
* CI: Add erlang container to cover job, as ubuntu-24.04 doesn't include erlang
* Update workflows to use ubuntu-24.04 (processone/ejabberd#4281)
* CI: Test EUnit only with Erlang 26 or higher
* Revert "Use replace_by_none instead of sets:new (fix for Erlang 26)"
* Update upload-artifact in github action
* Release 1.1.53
* Update changelog
* Remove elixir file forgotten in recent commit a47100a (#50)
* Add 'use_maps' option to fxml_stream.parse_element/2.
* rebar.config: Add applications required for Dialyzer in Erlang 27
* Revert "CI: Add applications required for Dialyzer in Erlang 27"
* CI: Add applications required for Dialyzer in Erlang 27
* CI: Test with Erlang/OTP 20 as a minimum to support actions/checkout v4
* CI: Test EUnit only with Erlang 24 or higher
* CI: Test Dialyzer with Erlang 26 and 27
* Disable Dialyzer warnings related to syntax_tools
* Makefile: Support rebar3 tool to generate modules from spec
* Use replace_by_none instead of sets:new (fix for Erlang 26)
* Remove files for Mix compilation which seem obsolete and problematic (#50)
* Release 1.1.52
* Update changelog
* Require port_compiler 1.15.0 to support Erlang/OTP 27 (#49)
* Disable reparse deferral in expat 2.6+
* CI: Add the new Erlang/OTP 27 to the test matrix
* Release 1.1.51
* Cover: use ubuntu-20.04 which has erlang, as the container doesn't have pip
* Use ubuntu-22.04, add erlang_26 container as that ubuntu doesn't include it
* Release 1.1.50
* Update changelog
* CI: Use checkout v3 for erlang < 20.3, and v4 for newer ones
* CI: The oldest supported is 19.3, and specify recent stable explicitly
* Update copyright year to 2024
* CI: Don't run dialyzer with Erlang newer than 25.3
* CI: Test with Erlang/OTP oldest supported, recent stable and most recent
* CI: Bump actions/checkout to v4 (v3 when erlang container <20.3)
* Minor fix for dialyzer warning
* Replace elif with ifdef to support compiling with Erlang/OTP 20
* Fixed `make spec` on OTP >= 25
* Change json jid encoding
* Release 1.1.49
* Update changelog
* Update copyright year to 2022
* Test CVE-2022-25236 compliance, which means Expat 2.4.5 or backport (#46)
* Fix typos
* Release 1.1.48
* Update changelog
* Actions: apparently rebar2 is only available in erlang image, not ubuntu
* Update changelog
* Actions: test default compilation, that is with rebar2
* Generate documentation for hex.pm from README.md and EDoc
* Actions: Only deal with rebar3 crashdump when failure()
* Load the NIFs in the on_load callback
* Add always_encode field to #attr{}
* Release 1.1.47
* Update changelog
* Add support to send C coverage. Don't cache. Move hex plugin to Action
* Update .gitignore
* Remove useless .travis.yml file
* No need to set src_dirs, this way test/ isn't included in cover reports
* Switch from Travis to Github Actions
* Support new Dialyzer introduced in Erlang/OTP 24 (processone/xmpp#57)
* Make parametrizable the rebar binary (processone/fast_tls#51)
* Release 1.1.46
* Added Github action to release to hex.pm when tagging
* Update copyright year to 2021
* Two minor changes to make dialyzer happy
* Release 1.1.45
* Release 1.1.44
* Update changelog
* Get back compatibility with Erlang older than 20
* Add JSON encode/decode functions generation
* Update hex packaged files
* Release 1.1.43
* Release 1.1.42
* Update changelog

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50d82fd57eeea8bf15e22620c9f83cb9bffc85a6a89bfa7a73272ff612b7a600
size 509451

View File

@@ -1,5 +1,4 @@
name: fast_xml
version: 1.1.43
mtime: 1595939684
commit: 7fce39a0a82ae4b7afeeecd9b074f1180c6700a1
version: 1.1.55
mtime: 1734538110
commit: 38f0c520b0e0aa584807b034b7bc9ddfdd7d63c1

View File

@@ -27,7 +27,8 @@ Source: %{app_name}-%{version}.tar.xz
Requires: erlang
BuildRequires: erlang
BuildRequires: erlang-rebar
BuildRequires: erlang-p1_utils
BuildRequires: erlang-p1_utils >= 1.0.25
%requires_eq erlang-p1_utils
BuildRequires: libexpat-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: %{name}-devel = %{version}-%{release}