Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcdio for openSUSE:Factory checked in at 2021-10-20 20:23:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcdio (Old) and /work/SRC/openSUSE:Factory/.libcdio.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcdio" Wed Oct 20 20:23:41 2021 rev:46 rq:925825 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libcdio/libcdio.changes 2020-10-27 19:00:31.950812546 +0100 +++ /work/SRC/openSUSE:Factory/.libcdio.new.1890/libcdio.changes 2021-10-20 20:24:28.957385421 +0200 @@ -1,0 +2,8 @@ +Sat Oct 16 11:58:37 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com> + +- Bump cdiopp_name libcdio++0 to libcdio++1, this was missed when + it was bumped by upstream. Followup change in baselibs.conf to. +- Split out new subpackage libiso9660++0, add needed Requires and + entry in baselibs.conf. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cdio-utils.spec ++++++ --- /var/tmp/diff_new_pack.UvQIFO/_old 2021-10-20 20:24:29.389385688 +0200 +++ /var/tmp/diff_new_pack.UvQIFO/_new 2021-10-20 20:24:29.389385688 +0200 @@ -1,7 +1,7 @@ # # spec file for package cdio-utils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ libcdio.spec ++++++ --- /var/tmp/diff_new_pack.UvQIFO/_old 2021-10-20 20:24:29.409385700 +0200 +++ /var/tmp/diff_new_pack.UvQIFO/_new 2021-10-20 20:24:29.413385702 +0200 @@ -1,7 +1,7 @@ # # spec file for package libcdio # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %define cdio_name libcdio19 -%define cdiopp_name libcdio++0 +%define cdiopp_name libcdio++1 %define iso9660_name libiso9660-11 +%define iso9660pp_name libiso9660++0 %define udf_name libudf0 Name: libcdio Version: 2.1.0 @@ -41,7 +42,7 @@ BuildRequires: popt-devel BuildRequires: pkgconfig(libcddb) Requires(post): %{install_info_prereq} -Requires(preun): %{install_info_prereq} +Requires(preun):%{install_info_prereq} %description The libcdio package contains libraries for CD-ROM and CD image @@ -78,6 +79,14 @@ %description -n %{iso9660_name} A library for working with ISO 9660 filesystems, which are mainly used on CDs. +%package -n %{iso9660pp_name} +Summary: Library for working with ISO 9660 filesystems +Group: System/Libraries + +%description -n %{iso9660pp_name} +A library for working with ISO 9660 filesystems, which are mainly used on CDs. +This subpackage contains the C++ API library for cdio. + %package -n %{udf_name} Summary: Library for working with Universal Disk Format filesystems Group: System/Libraries @@ -92,9 +101,10 @@ Requires: %{cdio_name} = %{version} Requires: %{cdiopp_name} = %{version} Requires: %{iso9660_name} = %{version} +Requires: %{iso9660pp_name} = %{version} Requires: %{udf_name} = %{version} Requires(post): %{install_info_prereq} -Requires(preun): %{install_info_prereq} +Requires(preun):%{install_info_prereq} %description devel The libcdio package contains libraries for CD-ROM and CD image @@ -134,10 +144,12 @@ %post -n %{cdio_name} -p /sbin/ldconfig %post -n %{cdiopp_name} -p /sbin/ldconfig %post -n %{iso9660_name} -p /sbin/ldconfig +%post -n %{iso9660pp_name} -p /sbin/ldconfig %post -n %{udf_name} -p /sbin/ldconfig %postun -n %{cdio_name} -p /sbin/ldconfig %postun -n %{cdiopp_name} -p /sbin/ldconfig %postun -n %{iso9660_name} -p /sbin/ldconfig +%postun -n %{iso9660pp_name} -p /sbin/ldconfig %postun -n %{udf_name} -p /sbin/ldconfig %post devel @@ -151,6 +163,8 @@ %files -n %{cdiopp_name} %{_libdir}/libcdio++.so.* + +%files -n %{iso9660pp_name} %{_libdir}/libiso9660++.so.* %files -n %{iso9660_name} ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.UvQIFO/_old 2021-10-20 20:24:29.449385725 +0200 +++ /var/tmp/diff_new_pack.UvQIFO/_new 2021-10-20 20:24:29.449385725 +0200 @@ -2,7 +2,8 @@ obsoletes "libcdio-<targettype> <= <version>" provides "libcdio-<targettype> = <version>" libiso9660-11 -libcdio++0 +libiso9660++0 +libcdio++1 libudf0 #libcdio_cdda1 #libcdio_paranoia1