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 2021-08-31 19:55:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libopenshot-audio (Old)
 and      /work/SRC/openSUSE:Factory/.libopenshot-audio.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libopenshot-audio"

Tue Aug 31 19:55:19 2021 rev:7 rq:915104 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libopenshot-audio/libopenshot-audio.changes      
2020-03-12 23:12:08.307319949 +0100
+++ 
/work/SRC/openSUSE:Factory/.libopenshot-audio.new.1899/libopenshot-audio.changes
    2021-08-31 19:56:16.906006278 +0200
@@ -1,0 +2,58 @@
+Mon Aug 30 15:26:45 UTC 2021 - [email protected]
+
+- Use the released version 0.2.1 instead of development branch;
+  updated _service as well
+
+-------------------------------------------------------------------
+Fri Aug 27 08:47:38 UTC 2021 - [email protected]
+
+- Update to version 0.2.1+5:
+  * Updated version to 0.2.1 SO 8
+  * Ensure NEED_ASIO is always set
+  * Bump actions/upload-artifact from 2.2.3 to 2.2.4 (#128)
+  * Add juce_dsp module
+  * CMake: Correct EXPORTED config install path (#127)
+  * Rename version_info files to NAME.env (#126)
+  * Name generate-docs workflow file sensibly
+  * Rename docs temp dir
+  * Generate and install JuceHeader.h
+  * Bump actions/upload-artifact from v2.2.2 to v2.2.3
+  * GH Actions: Build and publish docs (#122)
+  * CMake: Don't export openshot-audio-demo (#121)
+  * Ensure we use C++11 to build demo code (#120)
+  * Gitlab-ci: Update Windows builder configs (#119)
+  * CMake: Create and install EXPORTED configuration (#118)
+  * Normalize repo to LF (Unix) line endings, enforce (#117)
+  * Add repo name to workflow job title
+  * README: Add Github Actions status badge
+  * Update copyright in README (#113)
+  * README: Remove Travis build shield
+  * Revert version back to 0.2.0
+  * Test bumping the version (for gitlab-ci deployment testing)
+  * Test bumping the version (for gitlab-ci deployment testing)
+  * Fixing regex syntax to extract version
+  * Fixing regex syntax to extract version
+  * Fixing regex syntax to extract version
+  * Fixing regex syntax to extract version
+  * Attempting to extract VERSION and SO from CMakeLists.txt file, to be used 
in build system (and deployment system)
+  * Adding CI_PIPELINE_ID into the version info
+  * Updating git log format to be consistent across all 3 repos (for final 
release publishing reasons)
+  * Experimental multi-thread builds for Linux and Mac
+  * CI: Pare down Windows deps (#110)
+  * Add Dependabot checking for Actions (#109)
+  * CI: Switch to Github Actions (#108)
+  * Formatting fixes for INSTALL docs (#104)
+  * Fix stale yml message to be a literal string
+  * Travis: Add Focal build (#102)
+  * Updating stale github comment message
+  * Upgrade JUCE to 5.4.7 (#88)
+  * Ensure full 40-character hashes in changelog
+  * Testing -stdlib=libc++ to prevent linking with libstd++ from gcc
+  * Updating tag on gitlab to use new Ubuntu bionic build server
+  * Make JUCE source path configurable
+  * Revert "Fix isfinite() for ruby bindings"
+  * Add shell script to output version (#95)
+  * Travis: Add macOS build w/ newer XCode (#94)
+  * Update formatting for commit logs
+
+-------------------------------------------------------------------

Old:
----
  libopenshot-audio-0.2.0+5.obscpio

New:
----
  libopenshot-audio-0.2.1.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libopenshot-audio.spec ++++++
--- /var/tmp/diff_new_pack.hAyuQ7/_old  2021-08-31 19:56:17.622007174 +0200
+++ /var/tmp/diff_new_pack.hAyuQ7/_new  2021-08-31 19:56:17.630007184 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libopenshot-audio
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%define sover 7
+%define sover 8
 
 Name:           libopenshot-audio
-Version:        0.2.0+5
+Version:        0.2.1
 Release:        0
 Summary:        Audio library for the OpenShot video editor
 License:        GPL-3.0-or-later
@@ -88,5 +88,8 @@
 %{_libdir}/%{name}.so
 %{_includedir}/%{name}
 %{_mandir}/man?/openshot*
+%dir %{_libdir}/cmake/OpenShotAudio
+%{_libdir}/cmake/OpenShotAudio/FindASIO.cmake
+%{_libdir}/cmake/OpenShotAudio/OpenShotAudio*.cmake
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.hAyuQ7/_old  2021-08-31 19:56:17.670007234 +0200
+++ /var/tmp/diff_new_pack.hAyuQ7/_new  2021-08-31 19:56:17.674007239 +0200
@@ -2,8 +2,8 @@
   <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">develop</param>
-    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
+    <param name="revision">v0.2.1</param>
+    <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.hAyuQ7/_old  2021-08-31 19:56:17.706007279 +0200
+++ /var/tmp/diff_new_pack.hAyuQ7/_new  2021-08-31 19:56:17.706007279 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/OpenShot/libopenshot-audio.git</param>
-              <param 
name="changesrevision">232f3f79c1bf9a572cabb1dc0fc9146b782a10c8</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">6a84f7ee7c6ed49b1143b7611e2bcb9765f9139a</param></service></servicedata>
\ No newline at end of file

++++++ libopenshot-audio-0.2.0+5.obscpio -> libopenshot-audio-0.2.1.obscpio 
++++++
/work/SRC/openSUSE:Factory/libopenshot-audio/libopenshot-audio-0.2.0+5.obscpio 
/work/SRC/openSUSE:Factory/.libopenshot-audio.new.1899/libopenshot-audio-0.2.1.obscpio
 differ: char 27, line 1

++++++ libopenshot-audio.obsinfo ++++++
--- /var/tmp/diff_new_pack.hAyuQ7/_old  2021-08-31 19:56:17.758007344 +0200
+++ /var/tmp/diff_new_pack.hAyuQ7/_new  2021-08-31 19:56:17.758007344 +0200
@@ -1,5 +1,5 @@
 name: libopenshot-audio
-version: 0.2.0+5
-mtime: 1583886266
-commit: 232f3f79c1bf9a572cabb1dc0fc9146b782a10c8
+version: 0.2.1
+mtime: 1629405226
+commit: 6a84f7ee7c6ed49b1143b7611e2bcb9765f9139a
 

Reply via email to