rpms/schroedinger/F-13 schroedinger-no-testsuite.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 schroedinger.spec, 1.20, 1.21 sources, 1.9, 1.10

Fabian Deutsch fabiand at fedoraproject.org
Thu Apr 22 13:22:14 UTC 2010


Author: fabiand

Update of /cvs/pkgs/rpms/schroedinger/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20613

Modified Files:
	.cvsignore schroedinger.spec sources 
Added Files:
	schroedinger-no-testsuite.patch 
Log Message:
Update schroedinger to 1.0.9 in F-13 branch.



schroedinger-no-testsuite.patch:
 Makefile.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE schroedinger-no-testsuite.patch ---
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
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/schroedinger/F-13/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	20 Oct 2009 22:44:36 -0000	1.9
+++ .cvsignore	22 Apr 2010 13:22:14 -0000	1.10
@@ -1 +1 @@
-schroedinger-1.0.8.tar.gz
+schroedinger-1.0.9.tar.gz


Index: schroedinger.spec
===================================================================
RCS file: /cvs/pkgs/rpms/schroedinger/F-13/schroedinger.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- schroedinger.spec	1 Feb 2010 11:20:20 -0000	1.20
+++ schroedinger.spec	22 Apr 2010 13:22:14 -0000	1.21
@@ -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/Libra
 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 <fabiand at fedoraproject.org> - 1.0.9-2
+- Added dependency on gtk-doc
+
+* Fri Mar 05 2010 Fabian Deutsch <fabiand at fedoraproject.org> - 1.0.9-1
+- Update to 1.0.9
+- Dropped dependency on liboil
+- Added dependency on orc
+
 * Mon Feb  1 2010 Nicolas CHauvet <kwizart at fedoraproject.org> - 1.0.8-4
 - Remove gstreamer-plugins-schroedinger 
   Obsoleted by gst-plugins-bad-free introduction in Fedora.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/schroedinger/F-13/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	20 Oct 2009 22:44:36 -0000	1.9
+++ sources	22 Apr 2010 13:22:14 -0000	1.10
@@ -1 +1 @@
-a76a7094f80419f81377b63432c64d01  schroedinger-1.0.8.tar.gz
+d67ec48b7c506db8c8b49156bf409e60  schroedinger-1.0.9.tar.gz



More information about the scm-commits mailing list