Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package a52dec for openSUSE:Factory checked in at 2023-08-05 12:53:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/a52dec (Old) and /work/SRC/openSUSE:Factory/.a52dec.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "a52dec" Sat Aug 5 12:53:49 2023 rev:4 rq:1102195 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/a52dec/a52dec.changes 2019-02-28 21:26:16.729875404 +0100 +++ /work/SRC/openSUSE:Factory/.a52dec.new.22712/a52dec.changes 2023-08-05 12:53:50.808172229 +0200 @@ -1,0 +2,18 @@ +Fri May 5 13:25:01 UTC 2023 - Bjørn Lie <[email protected]> + +- Minor spec cleaning, use ldconfig_scriptlets macro, be more + explicit in listing of files (use less globs). + +------------------------------------------------------------------- +Tue Dec 6 13:56:47 UTC 2022 - Jan Engelhardt <[email protected]> + +- Update to release 0.8.0 + * Build system modernization +- Drop altivec.patch (inapplicable) + +------------------------------------------------------------------- +Thu Oct 17 12:46:48 UTC 2019 - Richard Brown <[email protected]> + +- Remove obsolete Groups tag (fate#326485) + +------------------------------------------------------------------- Old: ---- a52dec-0.7.5+svn613.tar.gz altivec.patch New: ---- a52dec-0.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ a52dec.spec ++++++ --- /var/tmp/diff_new_pack.E4EZEh/_old 2023-08-05 12:53:51.368175811 +0200 +++ /var/tmp/diff_new_pack.E4EZEh/_new 2023-08-05 12:53:51.372175837 +0200 @@ -1,7 +1,7 @@ # # spec file for package a52dec # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,33 +16,28 @@ # -%define major 0 %define lib liba52 -%define libname %{lib}-%{major} -%define mandir %{_mandir} +%define libname %{lib}-0 + Name: a52dec -Version: 0.7.5+svn613 +Version: 0.8.0 Release: 0 Summary: ATSC A/52 stream decoder library License: GPL-2.0-or-later -Group: Productivity/Multimedia/Sound/Utilities -Url: http://liba52.sourceforge.net/ -Source: %{name}-%{version}.tar.gz +URL: https://git.adelielinux.org/community/a52dec/ +Source: https://distfiles.adelielinux.org/source/a52dec/%{name}-%{version}.tar.gz Source2: baselibs.conf -Patch: altivec.patch BuildRequires: libtool BuildRequires: pkgconfig Requires: %{libname} = %{version} Provides: a52 = %{version} Obsoletes: a52 < %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description liba52 is a library for decoding ATSC A/52 streams. %package -n %{libname} Summary: ATSC A/52 stream decoder library -Group: System/Libraries Provides: %{lib} = %{version} Obsoletes: %{lib} < %{version} Provides: liba52dec0 = %{version} @@ -54,7 +49,6 @@ %package -n %{lib}-devel Summary: Header files for the a52dec library -Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Provides: a52dec-devel = %{version} Obsoletes: a52dec-devel < %{version} @@ -66,35 +60,36 @@ Install this package if you want to compile programs using the library. %prep -%setup -q -%patch -p1 +%autosetup -p1 %build autoreconf -fi -%configure --disable-static --enable-shared -make %{?_smp_mflags} +%configure \ + --disable-static \ + --enable-shared \ + %{nil} +%make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n %{libname} -p /sbin/ldconfig -%postun -n %{libname} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{libname} %files -%defattr(-, root, root) -%doc README ChangeLog AUTHORS HISTORY NEWS TODO COPYING -%{_bindir}/* -%{mandir}/man1/* +%license COPYING +%doc README ChangeLog AUTHORS HISTORY NEWS TODO +%{_bindir}/%{name} +%{_bindir}/extract_a52 +%{_mandir}/man1/%{name}.1%{?ext_man} +%{_mandir}/man1/extract_a52.1%{?ext_man} %files -n %{libname} -%defattr(0644,root,root) -%{_libdir}/*.so.* +%{_libdir}/%{lib}.so.* %files -n %{lib}-devel -%defattr(-,root,root) -%{_includedir}/a52dec/ -%{_libdir}/*.so -%{_libdir}/pkgconfig/liba52.pc +%{_includedir}/%{name}/ +%{_libdir}/%{lib}.so +%{_libdir}/pkgconfig/%{lib}.pc %changelog ++++++ a52dec-0.7.5+svn613.tar.gz -> a52dec-0.8.0.tar.gz ++++++ ++++ 55329 lines of diff (skipped)
