Accepting request 290754 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/290754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/speex?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2015-03-18 11:59:32 +00:00 committed by Git OBS Bridge
commit 8d055bff01
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 11 16:52:39 UTC 2015 - jengelh@inai.de
- Use the tilde versioning scheme; we are no longer bound to use
the old hacks.
-------------------------------------------------------------------
Sat Feb 28 10:05:17 UTC 2015 - tchvatal@suse.com

View File

@ -16,16 +16,16 @@
#
%define package_version 1.2rc2
%define upstream_version 1.2rc2
%define libname libspeex1
Name: speex
Version: 1.1.999_%{package_version}
Version: 1.2~rc2
Release: 0
Summary: An Open Source, Patent Free Speech Codec
License: BSD-3-Clause
Group: System/Libraries
Url: http://www.speex.org/
Source0: http://downloads.xiph.org/releases/speex/%{name}-%{package_version}.tar.gz
Source0: http://downloads.xiph.org/releases/speex/%{name}-%{upstream_version}.tar.gz
Source1: baselibs.conf
Patch0: speex-no-build-date.patch
BuildRequires: pkg-config
@ -64,7 +64,7 @@ This package contains the files needed to compile programs that use the
SpeeX library.
%prep
%setup -q -n %{name}-%{package_version}
%setup -q -n %{name}-%{upstream_version}
%patch0
%build