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 2023-04-11 13:51:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libopenshot-audio (Old) and /work/SRC/openSUSE:Factory/.libopenshot-audio.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libopenshot-audio" Tue Apr 11 13:51:35 2023 rev:10 rq:1078378 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libopenshot-audio/libopenshot-audio.changes 2022-12-10 21:18:20.085734156 +0100 +++ /work/SRC/openSUSE:Factory/.libopenshot-audio.new.19717/libopenshot-audio.changes 2023-04-11 13:51:47.639581331 +0200 @@ -1,0 +2,8 @@ +Tue Apr 11 07:36:12 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 0.3.1: + * Bumping version to 0.3.1, SO remains version 9 (since no API changes are included) + * Updated license info + * Updated README + +------------------------------------------------------------------- Old: ---- libopenshot-audio-0.3.0.obscpio libopenshot-audio-0.3.0.tar.xz New: ---- libopenshot-audio-0.3.1.obscpio libopenshot-audio-0.3.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libopenshot-audio.spec ++++++ --- /var/tmp/diff_new_pack.mDrSCj/_old 2023-04-11 13:51:48.407585781 +0200 +++ /var/tmp/diff_new_pack.mDrSCj/_new 2023-04-11 13:51:48.411585804 +0200 @@ -1,7 +1,7 @@ # # spec file for package libopenshot-audio # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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 Name: libopenshot-audio -Version: 0.3.0 +Version: 0.3.1 Release: 0 Summary: Audio library for the OpenShot video editor License: GPL-3.0-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.mDrSCj/_old 2023-04-11 13:51:48.443585990 +0200 +++ /var/tmp/diff_new_pack.mDrSCj/_new 2023-04-11 13:51:48.447586012 +0200 @@ -2,7 +2,7 @@ <service name="obs_scm" mode="disabled"> <param name="url">https://github.com/OpenShot/libopenshot-audio.git</param> <param name="scm">git</param> - <param name="revision">v0.3.0</param> + <param name="revision">v0.3.1</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.mDrSCj/_old 2023-04-11 13:51:48.467586128 +0200 +++ /var/tmp/diff_new_pack.mDrSCj/_new 2023-04-11 13:51:48.471586152 +0200 @@ -1,5 +1,5 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/OpenShot/libopenshot-audio.git</param> - <param name="changesrevision">ba27794b946bea119136d1a4356d6b774e8a9dd2</param></service></servicedata> + <param name="changesrevision">8eb23127f262a4cae4f1ef16726bfe0f6e6b6969</param></service></servicedata> ++++++ libopenshot-audio-0.3.0.obscpio -> libopenshot-audio-0.3.1.obscpio ++++++ /work/SRC/openSUSE:Factory/libopenshot-audio/libopenshot-audio-0.3.0.obscpio /work/SRC/openSUSE:Factory/.libopenshot-audio.new.19717/libopenshot-audio-0.3.1.obscpio differ: char 48, line 1 ++++++ libopenshot-audio-0.3.0.tar.xz -> libopenshot-audio-0.3.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libopenshot-audio-0.3.0/.github/CODEOWNERS new/libopenshot-audio-0.3.1/.github/CODEOWNERS --- old/libopenshot-audio-0.3.0/.github/CODEOWNERS 2022-12-01 23:02:54.000000000 +0100 +++ new/libopenshot-audio-0.3.1/.github/CODEOWNERS 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ -# A CODEOWNERS file indicates to GitHub which committer(s) should be -# considered the owners of specific files/subtrees within the repo. -# Owners will be automatically review-requested on any PR that changes -# files they own. - -/.github/ @ferdnyc - -/.gitlab-ci.yml @ferdnyc -/.gitignore @ferdnyc -/.gitattributes @ferdnyc - -CMakeLists.txt @ferdnyc -/cmake/ @ferdnyc - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libopenshot-audio-0.3.0/CMakeLists.txt new/libopenshot-audio-0.3.1/CMakeLists.txt --- old/libopenshot-audio-0.3.0/CMakeLists.txt 2022-12-01 23:02:54.000000000 +0100 +++ new/libopenshot-audio-0.3.1/CMakeLists.txt 2023-03-21 23:56:18.000000000 +0100 @@ -40,7 +40,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules") ################ PROJECT VERSION #################### -set(PROJECT_VERSION_FULL "0.3.0") +set(PROJECT_VERSION_FULL "0.3.1") set(PROJECT_SO_VERSION 9) # Remove the dash and anything following, to get the #.#.# version for project() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libopenshot-audio-0.3.0/README.md new/libopenshot-audio-0.3.1/README.md --- old/libopenshot-audio-0.3.0/README.md 2022-12-01 23:02:54.000000000 +0100 +++ new/libopenshot-audio-0.3.1/README.md 2023-03-21 23:56:18.000000000 +0100 @@ -42,25 +42,31 @@ - https://github.com/OpenShot/openshot-qt/ (source code for Qt client) - https://launchpad.net/openshot/ -### License +### Copyright & License -Copyright (c) 2008-2021 OpenShot Studios, LLC. +Copyright (c) 2008-2022 OpenShot Studios, LLC. This file is part of +OpenShot Video Editor (https://www.openshot.org), an open-source project +dedicated to delivering high quality video editing and animation solutions +to the world. + +Copyright 2004-2022 by Raw Material Software Ltd. Some files are included from +the amazing, open-source JUCE Audio Library. These files are dual-licensed +under the GPLv3 and also available under a commercial license. + +OpenShot Audio Library (libopenshot-audio) is free software: you can redistribute +it and/or modify it under the terms of the GNU General Public License as published +by the Free Software Foundation, either version 3 of the License, or (at your option) +any later version. + +OpenShot Audio Library (libopenshot-audio) is distributed in the hope that it will +be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public +License for more details. -Copyright 2004-2014 by Raw Material Software Ltd. +You should have received a copy of the GNU General Public License along with +OpenShot Library. If not, see http://www.gnu.org/licenses/. -OpenShot Audio Library (libopenshot-audio) is free software: you can redistribute it -and/or modify it under the terms of the GNU Lesser General Public License -as published by the Free Software Foundation, either version 3 of the -License, or (at your option) any later version. - -OpenShot Audio Library (libopenshot-audio) is distributed in the hope that it will be -useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License -along with OpenShot Audio Library. If not, see http://www.gnu.org/licenses/. - -To release a closed-source product which uses libopenshot-audio (i.e. audio +To release a commercial product which uses libopenshot-audio (i.e. audio editing and playback), commercial licenses are also available: contact -sa...@openshot.org for more information. +sa...@openshot.org for more information. NOTE: commercial licenses are also +available for the JUCE Audio Library, from Raw Material Software Ltd. ++++++ libopenshot-audio.obsinfo ++++++ --- /var/tmp/diff_new_pack.mDrSCj/_old 2023-04-11 13:51:48.991589164 +0200 +++ /var/tmp/diff_new_pack.mDrSCj/_new 2023-04-11 13:51:48.995589188 +0200 @@ -1,5 +1,5 @@ name: libopenshot-audio -version: 0.3.0 -mtime: 1669932174 -commit: ba27794b946bea119136d1a4356d6b774e8a9dd2 +version: 0.3.1 +mtime: 1679439378 +commit: 8eb23127f262a4cae4f1ef16726bfe0f6e6b6969