Hello community,

here is the log from the commit of package libavtp for openSUSE:Factory checked 
in at 2020-10-03 18:56:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libavtp (Old)
 and      /work/SRC/openSUSE:Factory/.libavtp.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libavtp"

Sat Oct  3 18:56:45 2020 rev:3 rq:838557 version:0.1.0+git20200527.9482c11

Changes:
--------
--- /work/SRC/openSUSE:Factory/libavtp/libavtp.changes  2019-01-11 
14:04:43.495846185 +0100
+++ /work/SRC/openSUSE:Factory/.libavtp.new.4249/libavtp.changes        
2020-10-03 18:57:33.721619155 +0200
@@ -1,0 +2,18 @@
+Tue Sep 29 14:34:10 CEST 2020 - [email protected]
+
+- Don't build / package static library
+
+-------------------------------------------------------------------
+Thu Sep  3 11:22:19 UTC 2020 - Antonio Larrosa <[email protected]>
+
+- Update to 0.1.0+git20200527.9482c11
+  * Fix compilation with GCC 9
+  * Declare dependency so libavtp can be used as a meson subproject
+  * Update version to MAJOR.MINOR.PATCH format
+  * Fix URL in meson.build
+  * Add IEC 61883/IIDC support
+  * Many added examples and tests
+  * Add CVF support - H.264 only
+  * Factor out "common stream header" from avtp_aaf.c
+
+-------------------------------------------------------------------

Old:
----
  libavtp-0.1.g2f0b071.tar.xz

New:
----
  _service
  libavtp-0.1.0+git20200527.9482c11.tar.xz

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

Other differences:
------------------
++++++ libavtp.spec ++++++
--- /var/tmp/diff_new_pack.r5GN5A/_old  2020-10-03 18:57:34.117619594 +0200
+++ /var/tmp/diff_new_pack.r5GN5A/_new  2020-10-03 18:57:34.121619598 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libavtp
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,15 @@
 #
 
 
-%define git_version    %{version}.g2f0b071
-
+%define _lto_cflags %{nil}
 Name:           libavtp
-Version:        0.1
+Version:        0.1.0+git20200527.9482c11
 Release:        0
 Summary:        Audio Video Transport Protocol (AVTP) Support Library
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/AVnu/libavtp.git
-Source:         %{name}-%{git_version}.tar.xz
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cmocka)
@@ -52,7 +51,7 @@
 to develop applications that require libavtp.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{version}
 
 %build
 %meson

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/AVnu/libavtp.git</param>
    <param name="filename">libavtp</param>
    <param name="versionformat">0.1.0+git%cd.%h</param>
    <param name="scm">git</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="compression">xz</param>
    <param name="file">*.tar</param>
  </service>
  <service name="set_version" mode="disabled" />
</services>


Reply via email to