From a5eb3c17930271099ed2f727e3ec233da16619d3 Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Mon, 11 Apr 2011 03:43:02 +0200 Subject: [PATCH] - updated to SVN r1226 - dropped obsolete endianness check patch --- .gitignore | 1 + libdvdread-endian.patch | 31 ------------------------------- libdvdread.spec | 13 ++++++++----- sources | 2 +- 4 files changed, 10 insertions(+), 37 deletions(-) delete mode 100644 libdvdread-endian.patch diff --git a/.gitignore b/.gitignore index 75ec98f..d76d496 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ libdvdread-svn1188.tar.bz2 +/libdvdread-svn1226.tar.bz2 diff --git a/libdvdread-endian.patch b/libdvdread-endian.patch deleted file mode 100644 index da4b6d0..0000000 --- a/libdvdread-endian.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -up libdvdread-4.1.4/configure2.endian libdvdread-4.1.4/configure2 ---- libdvdread-4.1.4/configure2.endian 2009-09-27 00:23:58.000000000 +0200 -+++ libdvdread-4.1.4/configure2 2009-09-27 01:26:56.000000000 +0200 -@@ -108,6 +108,19 @@ - ;; - esac - -+echo -n "Checking if we're big-endian... " -+bigendian=no -+TMPD=`mktemp -d` -+TMPC=$TMPD/endian.c -+TMPO=$TMPD/endian.o -+cat > $TMPC < config.mak << EOF - # Automatically generated by configure, do not edit - PREFIX=$PREFIX -@@ -136,6 +149,7 @@ - /* Automatically generated by configure, do not edit */ - #include "version.h" - EOF -+test "$bigendian" == "yes" && echo "#define WORDS_BIGENDIAN" >> config.h || echo "#undef WORDS_BIGENDIAN" >> config.h - - # build tree in object directory if source path is different from current one - if test "$source_path_used" != "no"; then diff --git a/libdvdread.spec b/libdvdread.spec index 38ce4f8..f9af2ea 100644 --- a/libdvdread.spec +++ b/libdvdread.spec @@ -1,16 +1,16 @@ +%global svn 1226 + Name: libdvdread Version: 4.1.4 -Release: 0.3.svn1188%{?dist} +Release: 0.4.svn%{svn}%{?dist} Summary: A library for reading DVD video discs based on Ogle code Group: System Environment/Libraries License: GPLv2+ #Source: http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-%{version}.tar.bz2 # svn export svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread -Source: %{name}-svn1188.tar.bz2 +Source: %{name}-svn%{svn}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# fix endianness issues on bigendian platforms -Patch0: %{name}-endian.patch # dvdread-config: use pkg-config instead of hard-coded # multilib-conflicting values Patch1: %{name}-multilib.patch @@ -33,7 +33,6 @@ This package contains development files for libdvdread. %prep %setup -q -%patch0 -p1 -b .endian %patch1 -p1 -b .multilib %build @@ -73,6 +72,10 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/dvdread.pc %changelog +* Mon Apr 11 2011 Dominik Mierzejewski 4.1.4-0.4.svn1226 +- updated to SVN r1226 +- dropped obsolete endianness check patch + * Mon Feb 07 2011 Fedora Release Engineering - 4.1.4-0.3.svn1188 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 99e1ca9..b421f0d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee7cb8f99371fa332feea2f420694b6b libdvdread-svn1188.tar.bz2 +f92f81bc1936755f45f088b144dd4d4d libdvdread-svn1226.tar.bz2