From b77981e03c22858e4ed0ee5f35733d9ba64338e1 Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Thu, 22 Apr 2010 13:22:14 +0000 Subject: [PATCH] Update schroedinger to 1.0.9 in F-13 branch. --- .cvsignore | 2 +- schroedinger-no-testsuite.patch | 15 +++++++++++++++ schroedinger.spec | 21 ++++++++++++++++----- sources | 2 +- 4 files changed, 33 insertions(+), 7 deletions(-) create mode 100644 schroedinger-no-testsuite.patch diff --git a/.cvsignore b/.cvsignore index bbb34af..57bd9f2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -schroedinger-1.0.8.tar.gz +schroedinger-1.0.9.tar.gz diff --git a/schroedinger-no-testsuite.patch b/schroedinger-no-testsuite.patch new file mode 100644 index 0000000..80cdc56 --- /dev/null +++ b/schroedinger-no-testsuite.patch @@ -0,0 +1,15 @@ +diff -u schroedinger-1.0.9/Makefile.in schroedinger-1.0.9.b/Makefile.in +--- schroedinger-1.0.9/Makefile.in 2010-03-04 10:04:43.000000000 +0100 ++++ schroedinger-1.0.9.b/Makefile.in 2010-03-05 20:47:06.000000000 +0100 +@@ -290,9 +290,9 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = foreign +-SUBDIRS = schroedinger doc tools testsuite ++SUBDIRS = schroedinger doc tools + DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc +-DIST_SUBDIRS = schroedinger doc tools testsuite ++DIST_SUBDIRS = schroedinger doc tools + EXTRA_DIST = COPYING COPYING.GPL COPYING.LGPL COPYING.MIT COPYING.MPL \ + autogen.sh schroedinger.spec TODO NEWS + diff --git a/schroedinger.spec b/schroedinger.spec index cec04dd..6f79251 100644 --- a/schroedinger.spec +++ b/schroedinger.spec @@ -1,8 +1,8 @@ %define abi 1.0 Name: schroedinger -Version: 1.0.8 -Release: 4%{?dist} +Version: 1.0.9 +Release: 2%{?dist} Summary: Portable libraries for the high quality Dirac video codec Group: System Environment/Libraries @@ -10,10 +10,13 @@ Group: System Environment/Libraries License: GPL+ or LGPLv2+ or MIT or MPLv1.1 URL: http://www.diracvideo.org/ Source0: http://www.diracvideo.org/download/schroedinger/schroedinger-%{version}.tar.gz +# Issue is known upstream, fixed in git and so fixed in NEXT_RELEASE +Patch0: %{name}-no-testsuite.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: liboil-devel >= 0.3.16 +BuildRequires: orc-devel >= 0.4.3 BuildRequires: glew-devel >= 1.5.1 +BuildRequires: gtk-doc %description @@ -31,7 +34,7 @@ Group: Development/Libraries Summary: Development files for schroedinger Requires: %{name} = %{version}-%{release} Requires: pkgconfig -Requires: liboil-devel >= 0.3.16 +Requires: orc-devel >= 0.4.3 %description devel Development files for schroedinger @@ -39,7 +42,7 @@ Development files for schroedinger %prep %setup -q - +%patch0 -p1 %build %configure --disable-static --enable-gtk-doc @@ -76,6 +79,14 @@ rm -rf %{buildroot} %changelog +* Tue Apr 22 2010 Fabian Deutsch - 1.0.9-2 +- Added dependency on gtk-doc + +* Fri Mar 05 2010 Fabian Deutsch - 1.0.9-1 +- Update to 1.0.9 +- Dropped dependency on liboil +- Added dependency on orc + * Mon Feb 1 2010 Nicolas CHauvet - 1.0.8-4 - Remove gstreamer-plugins-schroedinger Obsoleted by gst-plugins-bad-free introduction in Fedora. diff --git a/sources b/sources index 5bac1a8..fc53a9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a76a7094f80419f81377b63432c64d01 schroedinger-1.0.8.tar.gz +d67ec48b7c506db8c8b49156bf409e60 schroedinger-1.0.9.tar.gz