1
0
forked from pool/libmirage

3 Commits

Author SHA256 Message Date
Dirk Müller
0d3306f8f1 Update to 3.2.10 2025-03-30 13:07:53 +02:00
7e2959318b libmirage 3.2.9 2024-10-12 00:12:12 +02:00
aeb42aea0e libmirage 3.2.8 2024-08-19 01:34:51 +02:00
4 changed files with 25 additions and 6 deletions

BIN
libmirage-3.2.10.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Mar 30 11:04:10 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.2.10:
* libMirage: ISO writer: fix segfault when track has no associated
filename
-------------------------------------------------------------------
Fri Oct 11 21:53:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.2.9
* Determine session type when parsing cuesheets
-------------------------------------------------------------------
Sun Aug 18 13:00:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.2.8:
* crash fix in cue filter
-------------------------------------------------------------------
Thu Dec 28 17:03:05 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libmirage
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@ Name: libmirage
Summary: A CD-ROM image access library
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
Version: 3.2.7
Version: 3.2.10
Release: 0
URL: https://cdemu.sourceforge.io/about/libmirage/
#Git-Clone: https://github.com/cdemu/cdemu.git
@@ -108,7 +108,7 @@ This package contains files needed to develop with libmirage.
Summary: MIME type definitions and documentation for libmirage
Group: Development/Libraries/C and C++
Requires(post): shared-mime-info
Requires(postun):shared-mime-info
Requires(postun): shared-mime-info
BuildArch: noarch
%description data