[schroedinger] Update to 1.0.10.

Fabian Deutsch fabiand at fedoraproject.org
Wed Oct 27 20:33:49 UTC 2010


commit 005506a739b9eccd1563b32f5f4fe1b6aa7a5e88
Author: Fabian Deutsch <fabian.deutsch at gmx.de>
Date:   Sun Oct 24 11:40:02 2010 +0200

    Update to 1.0.10.
    
    Signed-off-by: Fabian Deutsch <fabian.deutsch at gmx.de>

 .gitignore                      |    1 +
 schroedinger-no-testsuite.patch |   15 ---------------
 schroedinger.spec               |   25 ++++++++++++++++---------
 sources                         |    2 +-
 4 files changed, 18 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57bd9f2..ffddaa5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 schroedinger-1.0.9.tar.gz
+/schroedinger-1.0.10.tar.gz
diff --git a/schroedinger.spec b/schroedinger.spec
index 6f79251..73716fa 100644
--- a/schroedinger.spec
+++ b/schroedinger.spec
@@ -1,22 +1,20 @@
 %define abi 1.0
 
 Name:           schroedinger
-Version:        1.0.9
-Release:        2%{?dist}
+Version:        1.0.10
+Release:        1%{?dist}
 Summary:        Portable libraries for the high quality Dirac video codec
 
 Group:          System Environment/Libraries
 # No version is given for the GPL or the LGPL
 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
+Source0:        http://www.diracvideo.org/download/schroedinger/schroedinger-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	orc-devel >= 0.4.3
+BuildRequires:  orc-devel >= 0.4.10
 BuildRequires:  glew-devel >= 1.5.1
-BuildRequires:	gtk-doc
+BuildRequires:  gtk-doc
 
 
 %description
@@ -34,7 +32,7 @@ Group:          Development/Libraries
 Summary:        Development files for schroedinger
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
-Requires:	orc-devel >= 0.4.3
+Requires:       orc-devel >= 0.4.10
 
 %description devel
 Development files for schroedinger
@@ -42,7 +40,7 @@ Development files for schroedinger
 
 %prep
 %setup -q
-%patch0 -p1
+
 
 %build
 %configure --disable-static --enable-gtk-doc
@@ -53,23 +51,29 @@ sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
 make %{?_smp_mflags}
 
+
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 find %{buildroot} -name \*.la -delete
 
+
 %clean
 rm -rf %{buildroot}
 
+
 %post -p /sbin/ldconfig
 
+
 %postun -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root,-)
 %doc COPYING* NEWS TODO
 %{_libdir}/libschroedinger-%{abi}.so.*
 
+
 %files devel
 %defattr(-,root,root,-)
 %doc %{_datadir}/gtk-doc/html/schroedinger
@@ -79,6 +83,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Oct 24 2010 Fabian Deutsch <fabiand at fedoraproject.org> - 1.0.10-1
+- Update to 1.0.10
+
 * Tue Apr 22 2010 Fabian Deutsch <fabiand at fedoraproject.org> - 1.0.9-2
 - Added dependency on gtk-doc
 
diff --git a/sources b/sources
index fc53a9e..2fec319 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d67ec48b7c506db8c8b49156bf409e60  schroedinger-1.0.9.tar.gz
+9de088ccc314bb9e766cb3aa6510a0ef  schroedinger-1.0.10.tar.gz


More information about the scm-commits mailing list