Compare commits
No commits in common. "factory" and "devel" have entirely different histories.
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
BIN
libmirage-3.2.8.tar.xz
(Stored with Git LFS)
Normal file
BIN
libmirage-3.2.8.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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.8
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user