- Update to 2.2.0:

- Revised to note ABI change in ISO-9660 shared library (.so)
    version numbers; bump release version from 2.1.1 to 2.2.0
    to note both API and ABI changes. These are the last three
    bullet items under Version 2.1.1.
  - Remove LIBCDIO_SOURCE_PATH from configure.ac.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcdio?expand=0&rev=79
This commit is contained in:
Matej Cepl 2025-01-16 00:36:55 +00:00 committed by Git OBS Bridge
parent c5b9f8129f
commit de9662cfcc
7 changed files with 23 additions and 13 deletions

View File

@ -1,8 +1,8 @@
libcdio19
obsoletes "libcdio-<targettype> <= <version>"
provides "libcdio-<targettype> = <version>"
libiso9660-11
libiso9660++0
libiso9660-12
libiso9660++1
libcdio++1
libudf0
#libcdio_cdda1

View File

@ -18,9 +18,9 @@ Signed-off-by: Alfred Wingate <parona@protonmail.com>
--- a/configure.ac
+++ b/configure.ac
@@ -544,10 +544,10 @@ AC_DEFINE_UNQUOTED(LIBCDIO_SOURCE_PATH,
[Full path to libcdio top_sourcedir.])
AC_SUBST(LIBCDIO_SOURCE_PATH)
@@ -539,10 +539,10 @@ AC_SUBST(HAVE_SOLARIS_CDROM)
AC_SUBST(HAVE_WIN32_CDROM)
AC_SUBST(HAVE_OS2_CDROM)
-AC_CHECK_FUNCS( [chdir drand48 fseeko fseeko64 ftruncate geteuid getgid \
- getuid getpwuid gettimeofday lseek64 lstat memcpy memset mkstemp rand \

View File

@ -18,7 +18,7 @@
%define cdioutils 1
Name: cdio-utils
Version: 2.1.1
Version: 2.2.0
Release: 0
Summary: Utility programs making use of libcdio, a CD-ROM access library
License: GPL-3.0-or-later
@ -74,7 +74,7 @@ rm -rf %{buildroot}%{_libdir} %{buildroot}%{_includedir} %{buildroot}%{_infodir}
%fdupes -s %{buildroot}%{_mandir}
%files -n cdio-utils
%doc AUTHORS NEWS.md README README.libcdio THANKS TODO
%doc AUTHORS THANKS TODO ChangeLog NEWS.md README-libcdio.md README.md
%license COPYING*
%{_bindir}/cd-*
%{_bindir}/cdda-*

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3a7230f6804d5a84bf9805ed4a0de705b156299510c8085ae1fc693ca239f87
size 1729790

3
libcdio-2.2.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f8fbdf4d189cf63f2a7a1549c516cd720c7b222c7aaadbc924a26e745a48539
size 1729378

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 16 00:15:33 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Update to 2.2.0:
- Revised to note ABI change in ISO-9660 shared library (.so)
version numbers; bump release version from 2.1.1 to 2.2.0
to note both API and ABI changes. These are the last three
bullet items under Version 2.1.1.
- Remove LIBCDIO_SOURCE_PATH from configure.ac.
-------------------------------------------------------------------
Fri Jan 10 11:33:28 UTC 2025 - Matej Cepl <mcepl@cepl.eu>

View File

@ -18,11 +18,11 @@
%define cdio_name libcdio19
%define cdiopp_name libcdio++1
%define iso9660_name libiso9660-11
%define iso9660pp_name libiso9660++0
%define iso9660_name libiso9660-12
%define iso9660pp_name libiso9660++1
%define udf_name libudf0
Name: libcdio
Version: 2.1.1
Version: 2.2.0
Release: 0
Summary: CD-ROM Access Library
License: GPL-3.0-or-later