Changes of Revision 26

obs-backgroundremoval.changes Changed
x
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Thu Oct  5 12:55:11 UTC 2023 - Kaito Udagawa <umireon@gmail.com>
4
+
5
+Prefer public URLs as sources 
6
+
7
+-------------------------------------------------------------------
8
 Thu Sep 21 13:50:09 UTC 2023 - Kaito Udagawa <umireon@gmail.com>
9
 
10
 1.1.6
11
obs-backgroundremoval.spec Changed
17
 
1
@@ -21,11 +21,11 @@
2
 Release:        0
3
 Summary:        OBS Plugin for Background Removal
4
 License:        GPL-2.0
5
-URL:            https://github.com/royshil/obs-backgroundremoval
6
-Source:         %{name}-%{version}.tar.gz
7
+URL:            https://github.com/obs-ai/obs-backgroundremoval
8
+Source:         %{url}/archive/refs/tags/%{version}.tar.gz
9
 Source1:        %{name}-rpmlintrc
10
-Source2:        opencv-linux-Release-4.8.0-1.tar.gz
11
-Source3:        onnxruntime-linux-x64-gpu-1.15.1.tgz
12
+Source2:        https://github.com/obs-ai/obs-backgroundremoval-dep-opencv/releases/download/4.8.0-1/opencv-linux-Release.tar.gz
13
+Source3:        https://github.com/microsoft/onnxruntime/releases/download/v1.15.1/onnxruntime-linux-x64-gpu-1.15.1.tgz
14
 BuildRequires:  cmake
15
 BuildRequires:  gcc12-c++
16
 BuildRequires:  libcurl-devel
17
1.1.6.tar.gz Renamed
opencv-linux-Release-4.8.0-1.tar.gz Deleted
opencv-linux-Release.tar.gz Added