Hello community,

here is the log from the commit of package libavif for openSUSE:Factory checked 
in at 2020-02-18 10:36:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libavif (Old)
 and      /work/SRC/openSUSE:Factory/.libavif.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libavif"

Tue Feb 18 10:36:33 2020 rev:2 rq:774727 version:0.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libavif/libavif.changes  2020-01-17 
16:06:08.332461382 +0100
+++ /work/SRC/openSUSE:Factory/.libavif.new.26092/libavif.changes       
2020-02-18 10:37:51.416632521 +0100
@@ -1,0 +2,8 @@
+Sun Feb 16 19:03:03 UTC 2020 - Andreas Schneider <[email protected]>
+
+- Update to version 0.5.5
+  https://github.com/AOMediaCodec/libavif/releases/tag/v0.5.5
+- Rename libavif-tools to avif-tools
+  This fixes an rpmlint warning
+
+-------------------------------------------------------------------

Old:
----
  libavif-0.5.3.tar.gz

New:
----
  libavif-0.5.5.tar.gz

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

Other differences:
------------------
++++++ libavif.spec ++++++
--- /var/tmp/diff_new_pack.Xvizln/_old  2020-02-18 10:37:53.096635948 +0100
+++ /var/tmp/diff_new_pack.Xvizln/_new  2020-02-18 10:37:53.096635948 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libavif
 #
-# Copyright (c) 2019 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,21 @@
 # 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/
 #
 
+
 %bcond_with aom
 
 %define lib_name libavif0
 
 Name:           libavif
-Version:        0.5.3
+Version:        0.5.5
 Release:        0
 Summary:        Library for encoding and decoding .avif files
 License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/AOMediaCodec/libavif
+URL:            https://github.com/AOMediaCodec/libavif
 Source:         
https://github.com/AOMediaCodec/libavif/archive/v%{version}/%{name}-%{version}.tar.gz
 Patch:          
https://github.com/cryptomilk/libavif/commit/cbcf62c2200be83b85b48059c819ae708216ccec.patch
 BuildRequires:  cmake
@@ -36,17 +37,20 @@
 BuildRequires:  pkgconfig(aom)
 %endif
 BuildRequires:  pkgconfig(rav1e)
+
 %description
 This library aims to be a friendly, portable C implementation of the AV1 Image
 File Format, as described here:
 
 https://aomediacodec.github.io/av1-avif/
 
-%package tools
-Group:          Productivity/Graphics/Convertors
-#
+%package -n avif-tools
 Summary:        Tools for libavif
-%description tools
+Group:          Productivity/Graphics/Convertors
+Provides:       libavif-tools = %{version}
+Obsoletes:      libavif-tools < %{version}
+
+%description -n avif-tools
 This library aims to be a friendly, portable C implementation of the AV1 Image
 File Format, as described here:
 
@@ -55,9 +59,10 @@
 This package holds the commandline tools for libavif.
 
 %package -n %{lib_name}
-Group:          Development/Libraries/C and C++
 #
 Summary:        Shared library from libavif
+Group:          Development/Libraries/C and C++
+
 %description -n %{lib_name}
 This library aims to be a friendly, portable C implementation of the AV1 Image
 File Format, as described here:
@@ -67,10 +72,11 @@
 This package holds the shared library for libavif.
 
 %package devel
-Group:          Development/Libraries/C and C++
 Requires:       %{lib_name} = %{version}-%{release}
 #
 Summary:        Development files for libavif
+Group:          Development/Libraries/C and C++
+
 %description devel
 This library aims to be a friendly, portable C implementation of the AV1 Image
 File Format, as described here:
@@ -99,12 +105,6 @@
 %post   -n %{lib_name} -p /sbin/ldconfig
 %postun -n %{lib_name} -p /sbin/ldconfig
 
-%files tools
-%doc *.md
-%license LICENSE
-%{_bindir}/avifdec
-%{_bindir}/avifenc
-
 %files -n %{lib_name}
 %license LICENSE
 %{_libdir}/libavif.so.*
@@ -115,4 +115,10 @@
 %{_includedir}/avif/
 %{_libdir}/cmake/libavif/
 
+%files -n avif-tools
+%doc *.md
+%license LICENSE
+%{_bindir}/avifdec
+%{_bindir}/avifenc
+
 %changelog

++++++ libavif-0.5.3.tar.gz -> libavif-0.5.5.tar.gz ++++++
++++ 5638 lines of diff (skipped)


Reply via email to