Hello community,

here is the log from the commit of package libavc1394 for openSUSE:Factory 
checked in at 2019-08-16 15:31:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libavc1394 (Old)
 and      /work/SRC/openSUSE:Factory/.libavc1394.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libavc1394"

Fri Aug 16 15:31:32 2019 rev:26 rq:723228 version:0.5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libavc1394/libavc1394.changes    2015-11-24 
22:32:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libavc1394.new.22127/libavc1394.changes 
2019-08-16 15:31:35.301944590 +0200
@@ -1,0 +2,5 @@
+Wed Aug 14 08:23:26 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Freshen a bit
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libavc1394.spec ++++++
--- /var/tmp/diff_new_pack.WoKbGh/_old  2019-08-16 15:31:37.673943901 +0200
+++ /var/tmp/diff_new_pack.WoKbGh/_new  2019-08-16 15:31:37.705943891 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libavc1394
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,12 +20,10 @@
 Version:        0.5.4
 Release:        0
 Summary:        Programming Interface to the AV/C Specification
-License:        LGPL-2.1+ and GPL-2.0+
+License:        LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:          System/Libraries
-Url:            http://sourceforge.net/projects/libavc1394/
-
-#SVN-Clone:    svn://svn.code.sf.net/p/libavc1394/code/trunk
-Source:         http://downloads.sf.net/libavc1394/%name-%version.tar.gz
+URL:            https://sourceforge.net/projects/libavc1394/
+Source:         https://downloads.sf.net/libavc1394/%{name}-%{version}.tar.gz
 Source2:        baselibs.conf
 Patch0:         libavc1394.no-mkrfc2734.patch
 Patch1:         libavc1394.raw1394_set_fcp_handler.patch
@@ -34,8 +32,7 @@
 BuildRequires:  automake
 BuildRequires:  libraw1394-devel
 BuildRequires:  libtool
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 libavc1394 is a programming interface to the AV/C (Audio/Video
@@ -45,7 +42,7 @@
 
 %package 0
 Summary:        Programming Interface to the AV/C Specification
-License:        LGPL-2.1+ and GPL-2.0+
+License:        LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:          System/Libraries
 
 %description 0
@@ -56,13 +53,9 @@
 
 %package devel
 Summary:        Development files for libavc1394, a library to the AV/C 
specification
-License:        LGPL-2.1+ and GPL-2.0+
+License:        LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
 Requires:       libavc1394-0 = %{version}
-%if 0%{?suse_version} && 0%{?suse_version} < 1140
-# already autoderived from libavc1394.pc in new-enough rpm
-Requires:       libraw1394-devel
-%endif
 
 %description devel
 libavc1394 is a programming interface to the AV/C (Audio/Video
@@ -72,11 +65,11 @@
 
 %package tools
 Summary:        Utilities for AV/C 1394
-License:        GPL-2.0+
-Group:          Hardware/Other
 # added on 2015-11-14
-Obsoletes:      %name < %version-%release
-Provides:       %name = %version-%release
+License:        GPL-2.0-or-later
+Group:          Hardware/Other
+Obsoletes:      %{name} < %{version}-%{release}
+Provides:       %{name} = %{version}-%{release}
 
 %description tools
 Command-line utilities to inspect and control AV/C hardware.
@@ -88,7 +81,7 @@
 %patch2 -p1
 
 %build
-autoreconf -ifv
+autoreconf -fvi
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -97,22 +90,19 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post 0 -p /sbin/ldconfig
-
 %postun 0 -p /sbin/ldconfig
 
 %files tools
-%defattr(-,root,root)
-%doc README AUTHORS COPYING
+%license COPYING
+%doc README AUTHORS
 %{_mandir}/man1/*
-%attr(755,root,root)%{_bindir}/*
+%{_bindir}/*
 
 %files 0
-%defattr(-,root,root)
 %{_libdir}/libavc1394.so.*
 %{_libdir}/librom1394.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/*.so
 %{_includedir}/libavc1394
 %{_libdir}/pkgconfig/*.pc


Reply via email to