forked from pool/libmirage
Compare commits
24 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
0d3306f8f1 | ||
7e2959318b | |||
aeb42aea0e | |||
0d185c8354 | |||
faa0c5eb7c | |||
f098419fba | |||
5a03c71fb4 | |||
f48dee1f1b | |||
97ddf864cb | |||
d09ffa6d62 | |||
d41a99a070 | |||
d974050462 | |||
233d1c705a | |||
9214a57e29 | |||
fe40e32767 | |||
4a7e617671 | |||
|
06907f1a75 | ||
|
57547502b5 | ||
|
5a9d626a48 | ||
|
3828b746e6 | ||
|
8d17ff110c | ||
|
351a4a4949 | ||
|
2d62f97e64 | ||
|
3a2103d0ee |
BIN
libmirage-3.2.10.tar.xz
(Stored with Git LFS)
Normal file
BIN
libmirage-3.2.10.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa892480d7954bcca8292ad00f2e08b7b3e23e54d288eb14a05c50d454bdb3d3
|
|
||||||
size 229564
|
|
@@ -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>
|
Thu Dec 28 17:03:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmirage
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -22,7 +22,7 @@ Name: libmirage
|
|||||||
Summary: A CD-ROM image access library
|
Summary: A CD-ROM image access library
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 3.2.7
|
Version: 3.2.10
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://cdemu.sourceforge.io/about/libmirage/
|
URL: https://cdemu.sourceforge.io/about/libmirage/
|
||||||
#Git-Clone: https://github.com/cdemu/cdemu.git
|
#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
|
Summary: MIME type definitions and documentation for libmirage
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires(post): shared-mime-info
|
Requires(post): shared-mime-info
|
||||||
Requires(postun):shared-mime-info
|
Requires(postun): shared-mime-info
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description data
|
%description data
|
||||||
|
Reference in New Issue
Block a user