diff --git a/xine-lib.spec b/xine-lib.spec index ac32c7f..6ff5bb1 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -33,7 +33,7 @@ Summary: Xine library Name: xine-lib Version: 1.1.9.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://xinehq.de/ @@ -170,6 +170,9 @@ touch -r m4/optimizations.m4.stamp m4/optimizations.m4 # Avoid standard rpaths on lib64 archs: sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure +# Quick and dirty fix for #429487, check if still needed in > 1.1.9.1: +sed -i -e 's/^\(Version:\s*\).*/\1%{version}/i' misc/libxine.pc.in + %build export FFMPEG_CFLAGS=" " FFMPEG_LIBS=" " @@ -388,6 +391,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 21 2008 Ville Skyttä - 1.1.9.1-3 +- Fix version number in libxine.pc (#429487). + * Sun Jan 20 2008 Ville Skyttä - 1.1.9.1-2 - Disable upstream "discard buffers on ao close" 1.1.9 changeset (#429182).