Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libopenshot-audio for
openSUSE:Factory checked in at 2026-09-08 16:53:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libopenshot-audio (Old)
and /work/SRC/openSUSE:Factory/.libopenshot-audio.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libopenshot-audio"
Tue Sep 8 16:53:16 2026 rev:13 rq:1375664 version:1.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/libopenshot-audio/libopenshot-audio.changes
2025-01-23 18:06:39.687228832 +0100
+++
/work/SRC/openSUSE:Factory/.libopenshot-audio.new.1265/libopenshot-audio.changes
2026-09-08 16:53:48.604191971 +0200
@@ -1,0 +2,14 @@
+Tue Sep 01 07:33:01 UTC 2026 - Paolo Stivanin <[email protected]>
+
+- Update to version 1.0.0:
+ * Bumping version to 1.0.0, SO remains 10
+
+-------------------------------------------------------------------
+Sun Jun 28 07:34:12 UTC 2026 - pbuild-ai <[email protected]>
+
+- Updated to version 0.6.0
+ * Fixes for Android builds
+ * Adding android related cmake build options
+- Update generated using pbuild-ai
+
+-------------------------------------------------------------------
Old:
----
_service
_servicedata
libopenshot-audio-0.4.0.obscpio
libopenshot-audio.obsinfo
New:
----
libopenshot-audio-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libopenshot-audio.spec ++++++
--- /var/tmp/diff_new_pack.0vbRZH/_old 2026-09-08 16:53:50.383266609 +0200
+++ /var/tmp/diff_new_pack.0vbRZH/_new 2026-09-08 16:53:50.384266651 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libopenshot-audio
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,13 @@
%define sover 10
Name: libopenshot-audio
-Version: 0.4.0
+Version: 1.0.0
Release: 0
Summary: Audio library for the OpenShot video editor
License: GPL-3.0-or-later
Group: Productivity/Multimedia/Other
URL: https://openshot.org/
-Source0: %{name}-%{version}.tar.xz
-Source99: %{name}.changes
-
+Source:
https://github.com/OpenShot/libopenshot-audio/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: pkgconfig
@@ -66,7 +64,6 @@
%autosetup -p1
%build
-export SOURCE_DATE_EPOCH=$(date +%s -r %{S:99})
%cmake \
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" \
%{nil}