1
0

Compare commits

...

10 Commits

Author SHA256 Message Date
Ana Guerrero
19d33d23f6 Accepting request 1221263 from Java:packages
Fix conflict/choice of providers

OBS-URL: https://build.opensuse.org/request/show/1221263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlstreambuffer?expand=0&rev=6
2024-11-05 14:41:17 +00:00
Fridrich Strba
49f98ac40c OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlstreambuffer?expand=0&rev=18 2024-11-04 21:28:06 +00:00
Fridrich Strba
768e750638 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlstreambuffer?expand=0&rev=17 2024-11-04 19:36:35 +00:00
Dominique Leuenberger
4e28716cd0 Accepting request 1220320 from Java:packages
Assure we are building against the right apis

OBS-URL: https://build.opensuse.org/request/show/1220320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlstreambuffer?expand=0&rev=5
2024-11-03 06:17:44 +00:00
Fridrich Strba
3efd9fb6fe OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlstreambuffer?expand=0&rev=15 2024-11-02 17:51:38 +00:00
Fridrich Strba
8e157cb49b OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlstreambuffer?expand=0&rev=14 2024-10-20 16:29:50 +00:00
Fridrich Strba
f30eeffb52 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlstreambuffer?expand=0&rev=13 2024-10-20 11:03:31 +00:00
Fridrich Strba
46b27c0d43 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlstreambuffer?expand=0&rev=12 2024-10-20 05:49:58 +00:00
Fridrich Strba
416743e4de OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlstreambuffer?expand=0&rev=11 2024-10-20 05:47:54 +00:00
Fridrich Strba
aa6eecc60b 2
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlstreambuffer?expand=0&rev=10
2024-10-19 21:12:16 +00:00
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 4 21:27:51 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Fix conflict/choice of providers
-------------------------------------------------------------------
Sat Nov 2 17:51:20 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Assure we are building against the right apis
-------------------------------------------------------------------
Tue Sep 12 12:51:36 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package xmlstreambuffer
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -30,6 +30,8 @@ BuildRequires: maven-local
BuildRequires: mvn(net.java:jvnet-parent:pom:)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.jvnet.staxex:stax-ex)
#!BuildRequires: stax-ex
Requires: stax-ex
BuildArch: noarch
%description