From 85585010afb9771f5fe31e9c7f9f792b96d70da9951e61ecf0ff087e0c11077d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Sat, 14 Mar 2015 05:10:40 +0000 Subject: [PATCH] Accepting request 290321 from home:jengelh:branches:multimedia:libs - Use the tilde versioning scheme OBS-URL: https://build.opensuse.org/request/show/290321 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/speex?expand=0&rev=20 --- speex.changes | 6 ++++++ speex.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/speex.changes b/speex.changes index 000bd33..33a008d 100644 --- a/speex.changes +++ b/speex.changes @@ -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 diff --git a/speex.spec b/speex.spec index 0af2701..a78d3ad 100644 --- a/speex.spec +++ b/speex.spec @@ -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