diff --git a/baselibs.conf b/baselibs.conf index 2422909..3d84489 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libcelt0-1 +libcelt0-2 diff --git a/celt-0.11.1.tar.gz b/celt-0.11.1.tar.gz new file mode 100644 index 0000000..c6750a6 --- /dev/null +++ b/celt-0.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c2579fba8b283c9068cb704a70a6e654aa74ced064c091cafffbe6fb1d4cbf +size 465853 diff --git a/celt-0.9.1_git201012081606.tar.bz2 b/celt-0.9.1_git201012081606.tar.bz2 deleted file mode 100644 index dd7ecdb..0000000 --- a/celt-0.9.1_git201012081606.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2abbc1d8299ed61269eed26ae26d33836edddc7d7b0ba7ce6c39ebbaf48fff87 -size 155197 diff --git a/celt.changes b/celt.changes index 3b8765e..bd7c11b 100644 --- a/celt.changes +++ b/celt.changes @@ -1,7 +1,18 @@ ------------------------------------------------------------------- -Tue Jan 4 13:14:55 UTC 2011 - davejplater@gmail.com +Fri Sep 9 15:00:31 UTC 2011 - coolo@suse.com -- use bz2 compression to fix build on older distributions +- replace _service with real tar + +------------------------------------------------------------------- +Tue Jun 21 10:34:52 UTC 2011 - davejplater@gmail.com + +- Added source services to update to 0.11.1. +- libcelt0-1 bumped to libcelt0-2 due to "current" increment. +- Upstream changes : + *fixes two minor bugs with 0.11 that affect the bit-stream. + The quality should improve (very) slightly, but not enough to be + noticeable in most cases. Several Opus-related bugs have also + been fixed. ------------------------------------------------------------------- Wed Dec 8 19:43:00 UTC 2010 - cristian.rodriguez@opensuse.org diff --git a/celt.spec b/celt.spec index c5de16d..892f38f 100644 --- a/celt.spec +++ b/celt.spec @@ -1,5 +1,5 @@ # -# spec file for package celt (Version 0.9.1_git201012081606) +# spec file for package celt # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,13 +19,13 @@ Name: celt -Version: 0.9.1_git201012081606 -Release: 2 +Version: 0.11.1 +Release: 0 License: BSD3c(or similar) Group: Productivity/Multimedia/Other Summary: Ultra-Low Delay Audio Codec Url: http://www.celt-codec.org/ -Source: http://downloads.xiph.org/releases/celt/%{name}-%{version}.tar.bz2 +Source: http://downloads.xiph.org/releases/celt/%{name}-%{version}.tar.gz Source1: baselibs.conf BuildRequires: libogg-devel pkg-config # Patch configure.ac to remove the "0" suffix from libcelt @@ -39,18 +39,18 @@ speech and audio communication. License: BSD3c(or similar) Summary: Ultra-Low Delay Audio Codec Group: Development/Libraries/C and C++ -Requires: libcelt0-1 = %{version} glibc-devel pkg-config +Requires: celt = %{version} glibc-devel pkg-config %description -n libcelt-devel The CELT codec is an experimental audio codec for use in low-delay speech and audio communication. -%package -n libcelt0-1 +%package -n libcelt0-2 License: BSD3c(or similar) Summary: Ultra-Low Delay Audio Codec Group: System/Libraries -%description -n libcelt0-1 +%description -n libcelt0-2 The CELT codec is an experimental audio codec for use in low-delay speech and audio communication. @@ -71,9 +71,9 @@ rm -f %{buildroot}%{_libdir}/*.la %clean rm -rf %buildroot -%post -n libcelt0-1 -p /sbin/ldconfig +%post -n libcelt0-2 -p /sbin/ldconfig -%postun -n libcelt0-1 -p /sbin/ldconfig +%postun -n libcelt0-2 -p /sbin/ldconfig %files %defattr(-,root,root) @@ -87,8 +87,8 @@ rm -rf %buildroot %{_libdir}/*.so %{_libdir}/pkgconfig/celt.pc -%files -n libcelt0-1 +%files -n libcelt0-2 %defattr(-,root,root) -%{_libdir}/libcelt0.so.1* +%{_libdir}/libcelt0.so.2* %changelog