Fixes #1366718 (Bug in libcdio preventing it from use in c++ applications)
This commit is contained in:
parent
a7f6dbfaff
commit
8fcff35387
@ -1,6 +1,6 @@
|
|||||||
Name: libcdio
|
Name: libcdio
|
||||||
Version: 0.93
|
Version: 0.93
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: CD-ROM input and control library
|
Summary: CD-ROM input and control library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -11,6 +11,7 @@ Source2: libcdio-no_date_footer.hml
|
|||||||
Source3: cdio_config.h
|
Source3: cdio_config.h
|
||||||
# https://savannah.gnu.org/bugs/index.php?43995
|
# https://savannah.gnu.org/bugs/index.php?43995
|
||||||
Patch0: libcdio-0.93-udf-bigendian.patch
|
Patch0: libcdio-0.93-udf-bigendian.patch
|
||||||
|
Patch1: http://git.savannah.gnu.org/gitweb/?p=libcdio.git;a=commitdiff_plain;h=47f3fbf3eb0ca1ae1294744e8824d023f32ec756
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: pkgconfig doxygen
|
BuildRequires: pkgconfig doxygen
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -44,6 +45,7 @@ This package contains header files and libraries for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .udf-bigendian
|
%patch0 -p1 -b .udf-bigendian
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
iconv -f ISO88591 -t utf-8 -o THANKS.utf8 THANKS && mv THANKS.utf8 THANKS
|
iconv -f ISO88591 -t utf-8 -o THANKS.utf8 THANKS && mv THANKS.utf8 THANKS
|
||||||
|
|
||||||
@ -146,6 +148,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 30 2016 Adrian Reber <adrian@lisas.de> - 0.93-8
|
||||||
|
- Fixes #1366718 (Bug in libcdio preventing it from use in c++ applications)
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.93-7
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.93-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user