forked from pool/libmirage
Accepting request 714426 from filesystems
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/714426 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmirage?expand=0&rev=18
This commit is contained in:
commit
d974050462
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b67ecc1056cf1986321d637f1a52cb36b0f5bec4fac08fd9c71075dcb7dd7363
|
|
||||||
size 234649
|
|
3
libmirage-3.2.2.tar.bz2
Normal file
3
libmirage-3.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1f2d2b1eaa42f2cb1c6edbeefb4c76031c7f2f6de5d71c702117a075474993f
|
||||||
|
size 234131
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 1 13:34:01 UTC 2019 - Aaron Stern <ukbeast89@ptotonmail.com>
|
||||||
|
|
||||||
|
- Update to new upstream release 3.2.2
|
||||||
|
* ISO parser: fixed ISO9660/UDF pattern search for sector
|
||||||
|
sizes 2332 and 2336.
|
||||||
|
* ISO parser: added support for Nintendo GameCube and Wii
|
||||||
|
ISO images.
|
||||||
|
* Extended medium type guess to distinguish between DVD and
|
||||||
|
BluRay images based on length.
|
||||||
|
* Removed fabrication of disc structures from the library
|
||||||
|
(moved to CDEmu daemon).
|
||||||
|
* MDS parser: cleanup of disc structure parsing, fixed the
|
||||||
|
incorrectly set structure sizes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 7 13:30:23 UTC 2017 - jengelh@inai.de
|
Mon Aug 7 13:30:23 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmirage
|
# spec file for package libmirage
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -12,19 +12,19 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: libmirage
|
Name: libmirage
|
||||||
%define lname libmirage11
|
%define lname libmirage11
|
||||||
%define pname 3_1
|
%define pname 3_2
|
||||||
Summary: A CD-ROM image access library
|
Summary: A CD-ROM image access library
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 3.1.0
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://cdemu.sf.net/about/libmirage/
|
URL: http://cdemu.sf.net/about/libmirage/
|
||||||
|
|
||||||
#Git-Clone: git://git.code.sf.net/p/cdemu/code
|
#Git-Clone: git://git.code.sf.net/p/cdemu/code
|
||||||
Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
|
Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
|
||||||
@ -44,9 +44,10 @@ BuildRequires: xz-devel >= 5.0.0
|
|||||||
BuildRequires: zlib-devel >= 1.2.4
|
BuildRequires: zlib-devel >= 1.2.4
|
||||||
%else
|
%else
|
||||||
BuildRequires: pkgconfig(bzip2) >= 1.0.0
|
BuildRequires: pkgconfig(bzip2) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
BuildRequires: pkgconfig(gio-2.0) >= 2.38
|
||||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.28
|
BuildRequires: pkgconfig(glib-2.0) >= 2.38
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.28
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.38
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.38
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30.0
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30.0
|
||||||
BuildRequires: pkgconfig(gtk-doc) >= 1.4
|
BuildRequires: pkgconfig(gtk-doc) >= 1.4
|
||||||
BuildRequires: pkgconfig(liblzma) >= 5.0.0
|
BuildRequires: pkgconfig(liblzma) >= 5.0.0
|
||||||
@ -178,7 +179,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%files %pname
|
%files %pname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libmirage-3.1/
|
%_libdir/libmirage-3*/
|
||||||
|
|
||||||
%files data
|
%files data
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -187,7 +188,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_includedir/libmirage-3.1/
|
%_includedir/libmirage-3*/
|
||||||
%_libdir/libmirage.so
|
%_libdir/libmirage.so
|
||||||
%_libdir/pkgconfig/libmirage.pc
|
%_libdir/pkgconfig/libmirage.pc
|
||||||
%if 0%{?suse_version} > 1110
|
%if 0%{?suse_version} > 1110
|
||||||
|
Loading…
Reference in New Issue
Block a user