Hello community,

here is the log from the commit of package libopenshot-audio for 
openSUSE:Leap:15.2 checked in at 2020-05-13 13:47:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libopenshot-audio (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libopenshot-audio.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libopenshot-audio"

Wed May 13 13:47:37 2020 rev:17 rq:805240 version:0.2.0+5

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libopenshot-audio/libopenshot-audio.changes    
2020-01-15 15:22:28.626477889 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.libopenshot-audio.new.2738/libopenshot-audio.changes
  2020-05-13 13:47:48.953369754 +0200
@@ -1,0 +2,38 @@
+Thu Mar 12 07:06:00 UTC 2020 - [email protected]
+
+- Update to version 0.2.0+5:
+  * Updating auto-stale conditions (90 days warning, 10 days to respond, only 
issues, ignore assigned issues)
+  * Adding stale bot for github issue management
+  * Adding -dev2 to version (merging master back to develop)
+  * Release branch for 0.2.0 (SO 7)
+  * CMake: Add hex-version helper source (#89)
+  * Travis: Remove homebrew (too slow) (#87)
+  * Accidental version revert
+  * Fix broken hex logic
+  * Updating HEX version for 0.2.0: 0x200
+
+-------------------------------------------------------------------
+Sun Aug 18 07:37:49 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to current master (devel) branch, fixes build for Factory.
+- Run spec-cleaner, use modern macros.
+
+-------------------------------------------------------------------
+Fri May  3 08:06:58 UTC 2019 - Adrian Schröter <[email protected]>
+
+- update to version 0.1.8
+  * just internal code organisation changes
+
+-------------------------------------------------------------------
+Mon Sep 24 09:53:14 UTC 2018 - Adrian Schröter <[email protected]>
+
+- update to version 0.1.7
+  * version update only
+
+-------------------------------------------------------------------
+Mon Jul  2 12:39:43 UTC 2018 - [email protected]
+
+- update to version 0.1.6
+  * soname change only
+
+-------------------------------------------------------------------

Old:
----
  libopenshot-audio-0.1.5.obscpio

New:
----
  _servicedata
  libopenshot-audio-0.2.0+5.obscpio

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

Other differences:
------------------
++++++ libopenshot-audio.spec ++++++
--- /var/tmp/diff_new_pack.o4fnBw/_old  2020-05-13 13:47:49.901371794 +0200
+++ /var/tmp/diff_new_pack.o4fnBw/_new  2020-05-13 13:47:49.901371794 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libopenshot-audio
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define sover 6
+%define sover 7
+
 Name:           libopenshot-audio
-Version:        0.1.5
+Version:        0.2.0+5
 Release:        0
 Summary:        Audio library for the OpenShot video editor
 License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Other
-Url:            http://openshot.org/
+URL:            https://openshot.org/
 Source0:        %{name}-%{version}.tar.xz
 Source99:       %{name}.changes
+
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -61,14 +63,14 @@
 application that use %{name}.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 export SOURCE_DATE_EPOCH=$(date +%s -r %{S:99})
 %cmake \
-    -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed"
-
-make %{?_smp_mflags}
+       -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" \
+       %{nil}
+%cmake_build
 
 %install
 %cmake_install
@@ -77,12 +79,11 @@
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n %{name}%{sover}
-%defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS
+%license COPYING
 %{_libdir}/%{name}.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_bindir}/openshot*
 %{_libdir}/%{name}.so
 %{_includedir}/%{name}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.o4fnBw/_old  2020-05-13 13:47:49.925371846 +0200
+++ /var/tmp/diff_new_pack.o4fnBw/_new  2020-05-13 13:47:49.925371846 +0200
@@ -2,8 +2,10 @@
   <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.1.5</param>
-    <param name="version">0.1.5</param>
+    <param name="revision">develop</param>
+    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="changesgenerate">enable</param>
   </service>
   <service name="set_version" mode="disabled"/>
 

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/OpenShot/libopenshot-audio.git</param>
              <param 
name="changesrevision">232f3f79c1bf9a572cabb1dc0fc9146b782a10c8</param></service></servicedata>++++++
 libopenshot-audio.obsinfo ++++++
--- /var/tmp/diff_new_pack.o4fnBw/_old  2020-05-13 13:47:49.957371915 +0200
+++ /var/tmp/diff_new_pack.o4fnBw/_new  2020-05-13 13:47:49.957371915 +0200
@@ -1,5 +1,5 @@
 name: libopenshot-audio
-version: 0.1.5
-mtime: 1510480130
-commit: 0c5e0dc076b412e24e832fb7568b83411d235a1c
+version: 0.2.0+5
+mtime: 1583886266
+commit: 232f3f79c1bf9a572cabb1dc0fc9146b782a10c8
 


Reply via email to