don't revert ABI bump in f32
This commit is contained in:
parent
45b6c6631f
commit
9b556da866
@ -1,14 +0,0 @@
|
||||
diff --git a/src/dvdread/ifo_types.h b/src/dvdread/ifo_types.h
|
||||
index 22ece66e65bdb822671665b6cee70a5d9a2baa97..f679d29434761e47072a2787607634cae203ef37 100644
|
||||
--- a/src/dvdread/ifo_types.h
|
||||
+++ b/src/dvdread/ifo_types.h
|
||||
@@ -294,8 +294,8 @@ typedef struct {
|
||||
uint16_t next_pgc_nr;
|
||||
uint16_t prev_pgc_nr;
|
||||
uint16_t goup_pgc_nr;
|
||||
- uint8_t still_time;
|
||||
uint8_t pg_playback_mode;
|
||||
+ uint8_t still_time;
|
||||
uint32_t palette[16]; /* New type struct {zero_1, Y, Cr, Cb} ? */
|
||||
uint16_t command_tbl_offset;
|
||||
uint16_t program_map_offset;
|
||||
@ -1,24 +0,0 @@
|
||||
diff -up libdvdread-6.0.2/configure.no-abi-bump libdvdread-6.0.2/configure
|
||||
--- libdvdread-6.0.2/configure.no-abi-bump 2019-09-01 16:40:09.000000000 +0200
|
||||
+++ libdvdread-6.0.2/configure 2019-11-15 00:34:48.905831947 +0100
|
||||
@@ -12069,8 +12069,8 @@ ac_config_headers="$ac_config_headers co
|
||||
|
||||
|
||||
|
||||
-DVDREAD_LT_CURRENT=7
|
||||
-DVDREAD_LT_AGE=0
|
||||
+DVDREAD_LT_CURRENT=6
|
||||
+DVDREAD_LT_AGE=2
|
||||
DVDREAD_LT_REVISION=0
|
||||
|
||||
DVDREAD_LTVERSION=$DVDREAD_LT_CURRENT:$DVDREAD_LT_REVISION:$DVDREAD_LT_AGE
|
||||
diff -up libdvdread-6.0.2/NEWS.orig libdvdread-6.0.2/NEWS
|
||||
--- libdvdread-6.0.2/NEWS.orig 2019-09-01 16:33:36.000000000 +0200
|
||||
+++ libdvdread-6.0.2/NEWS 2019-11-15 11:28:51.210392106 +0100
|
||||
@@ -1,6 +1,5 @@
|
||||
libdvdread (6.0.2)
|
||||
* use reentrant getmntent_r
|
||||
- * fix playback of some discs, by fixing pgc_t structure
|
||||
|
||||
libdvdread (6.0.1)
|
||||
* fix a regression on some DVDs, like Resident Evil
|
||||
@ -9,10 +9,6 @@ URL: http://dvdnav.mplayerhq.hu/
|
||||
Source0: https://download.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2
|
||||
Source1: https://download.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2.asc
|
||||
Source2: https://download.videolan.org/pub/keys/7180713BE58D1ADC.asc
|
||||
# revert SONAME bump in 6.0.2
|
||||
Patch0: %{name}-no-abi-bump.patch
|
||||
# revert struct field swap
|
||||
Patch1: https://code.videolan.org/videolan/libdvdread/commit/f95662fca27e7e2940c22110335654db46bf9c39.diff
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gnupg2
|
||||
Provides: bundled(md5-gcc)
|
||||
@ -35,8 +31,6 @@ This package contains development files for libdvdread.
|
||||
%prep
|
||||
%{gpgverify} --keyring='%{S:2}' --signature='%{S:1}' --data='%{S:0}'
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1 -R
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
|
||||
Loading…
Reference in New Issue
Block a user