diff --git a/_service b/_service
index 7a22f8d..79cfd21 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
@PARENT_TAG@
v(.*)
- v1.14.1
+ v1.15.0
diff --git a/libvpx-1.14.1.obscpio b/libvpx-1.14.1.obscpio
deleted file mode 100644
index 88fac93..0000000
--- a/libvpx-1.14.1.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4456c9e4c860075504a838eb04f07e09c01aa3edd5d09478cac7941871742384
-size 24654861
diff --git a/libvpx-1.15.0.obscpio b/libvpx-1.15.0.obscpio
new file mode 100644
index 0000000..bed5dd1
--- /dev/null
+++ b/libvpx-1.15.0.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:96b482eac95f17201341a9233feacd8705cffb41327007595b154bc632af224a
+size 24768525
diff --git a/libvpx.changes b/libvpx.changes
index 4ba98e7..a4db6fc 100644
--- a/libvpx.changes
+++ b/libvpx.changes
@@ -1,3 +1,53 @@
+-------------------------------------------------------------------
+Mon Jan 27 07:19:33 UTC 2025 - Paolo Stivanin
+
+- Update to version 1.15.0:
+ * Fix to Uninitialized scalar variable in `vp9_rd_pick_inter_mode_sb()`
+ * Fix to Integer-overflow in `resize_multistep`
+ * Fix to Heap-buffer-overflow in `vpx_sad64x64_avx2`
+ * Fix to Crash in `vpx_sad8x8_sse2`
+ * Fix to Assertion in `write_modes`
+ * Support profile guided optimizations
+ * Fix to Integer-overflow in `encode_frame_to_data_rate`
+ * Fix to Integer-overflow in `vp9_svc_check_reset_layer_rc_flag`
+ * Fix to core dump error from /usr/bin/tools/tiny_ssim --help
+ * Fix to use-of-uninitialized-value in `vp9_setup_tpl_stats`
+ * Fix to Undefined-shift in `vp9_cyclic_refresh_setup`
+ * Fix to redundant `&& __GNUC__` preproc check
+ * Fix to valgrind warning in EncodeAPI.OssFuzz69906
+ * Fix to Index-out-of-bounds in `vp8_rd_pick_inter_mode`
+ * Fix to Integer-overflow in `vp8_pick_frame_size`
+ * Fix to Use-of-uninitialized-value in `vpx_codec_peek_stream_info`
+ * Fix to log clutters with the message "Warning: Desired height too large"
+ * Fix to Integer-overflow in `vp9_svc_adjust_avg_frame_qindex`
+ * Fix to integer overflows caused by huge target bitrate, frame rate, or g_timebase numerator or denominator
+ * Fix to missing license headers
+ * Fix to build failure for Android Armv7
+ * Fix to integer overflows in image helpers
+ * Fix to Integer-overflow in `vp9_calc_iframe_target_size_one_pass_cbr`
+ * Fix to Heap-buffer-overflow in `vp9_pick_inter_mode`
+ * Fix to Segv in `vp9_multi_thread_tile_init`
+ * Fix to Use-of-uninitialized-value in `vp9_row_mt_sync_mem_dealloc`
+ * Fix to Crash in `mbloop_filter_vertical_edge_c`
+ * Fix to Check failed in CheckUnwind
+ * Fix to Heap-buffer-overflow in `write_modes_b` and `vpx_write`
+ * Fix to Possible signed integer overflow found in `vpx_codec_encode`
+ * Fix to build conflicts between Abseil and libaom/libvpx in Win ARM64 builds
+ * Fix to build failures on aarch64
+ * Fix to Data race in libvpx ARM NEON
+ * Fix to Heap-buffer-overflow in `scale_plane_1_to_2_phase_0`
+ * Fix to integer overflow in `encode_mb_row`
+ * Fix to Floating-point-exception in `vp8_pick_frame_size`
+ * Fix to Heap-buffer-overflow in `vp9_enc_setup_mi`
+ * Fix to build failure with --target=arm64-win64-vs17
+ * Fix to heap-buffer-overflow write in `vpx_img_read()`
+ * Fix to C vs armv8-linux-gcc encode mismatches for `y4m_360p_10bit_input`
+ * Fix to Null-dereference READ in `ml_predict_var_rd_partitioning`
+ * Fix to Heap-buffer-overflow in `vpx_scaled_2d_ssse3`
+ * Fix to Crash in `convolve_horiz`
+ * Fix to Ill in `vpx_scaled_2d_ssse3`
+ * Fix to Global-buffer-overflow in `cost_coeffs`
+
-------------------------------------------------------------------
Wed Jul 3 13:00:34 UTC 2024 - Dominique Leuenberger
diff --git a/libvpx.obsinfo b/libvpx.obsinfo
index 9d6e9fa..301228d 100644
--- a/libvpx.obsinfo
+++ b/libvpx.obsinfo
@@ -1,4 +1,4 @@
name: libvpx
-version: 1.14.1
-mtime: 1717012823
-commit: 12f3a2ac603e8f10742105519e0cd03c3b8f71dd
+version: 1.15.0
+mtime: 1729707897
+commit: 9f9b7e9ba2eb9d01640a9e69a3d655866265cf7f
diff --git a/libvpx.spec b/libvpx.spec
index 860b498..d6cb3e5 100644
--- a/libvpx.spec
+++ b/libvpx.spec
@@ -1,7 +1,7 @@
#
# spec file for package libvpx
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define sover 9
%define use_gcc13 0%{?suse_version} < 1600
Name: libvpx
-Version: 1.14.1
+Version: 1.15.0
Release: 0
Summary: VP8/VP9 codec library
License: BSD-3-Clause AND GPL-2.0-or-later