Accepting request 1198803 from home:urbic:branches:Java:packages
- Update to v3.1.9
* Bugfixes
+ Fix ScheduledRunnable's interruption logic if used from a
no-interrupt Schedulers.from. #7745
* Documentation
+ Update the javadoc description of cast(). #7606
+ Update How-To-Use-RxJava.md (d0038c9, 6d63111)
+ Update Readme.md with reference to JavaFXScheduler.platform.
(f822ffb)
+ Fix broken annotation links. #7652
+ Update marbles for concatMap{Single|Maybe}[DelayError] #7698
OBS-URL: https://build.opensuse.org/request/show/1198803
OBS-URL: https://build.opensuse.org/package/show/Java:packages/rxjava?expand=0&rev=4
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rxjava
|
||||
#
|
||||
# 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
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rxjava
|
||||
Version: 3.1.8
|
||||
Version: 3.1.9
|
||||
Release: 0
|
||||
Summary: Reactive Extensions for the JVM
|
||||
License: Apache-2.0
|
||||
@@ -25,6 +25,7 @@ Group: Development/Libraries/Java
|
||||
URL: https://github.com/ReactiveX/RxJava
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
Source1: https://repo1.maven.org/maven2/io/reactivex/%{name}3/%{name}/%{version}/%{name}-%{version}.pom
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.reactivestreams:reactive-streams)
|
||||
BuildArch: noarch
|
||||
@@ -63,6 +64,7 @@ cp %{SOURCE1} pom.xml
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
%fdupes %{buildroot}%{_javadocdir}/%{name}
|
||||
|
||||
%files -f .mfiles
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user