commit 1f4381f981524412de02d4be498045725310859d
Author: Sandro Mani <manisandro(a)gmail.com>
Date: Tue Feb 28 23:38:50 2017 +0100
Update to 1.0.3
.gitignore | 1 +
bcg729.spec | 16 ++++++++++------
sources | 2 +-
3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f8377c6..d476761 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/bcg729-1.0.0.tar.gz
/bcg729-1.0.2.tar.gz
+/bcg729-1.0.3.tar.gz
diff --git a/bcg729.spec b/bcg729.spec
index aa9a8b8..6e60f43 100644
--- a/bcg729.spec
+++ b/bcg729.spec
@@ -1,15 +1,15 @@
Name: bcg729
-Version: 1.0.2
+Version: 1.0.3
Release: 1%{?dist}
Summary: Opensource implementation of the G.729 codec
-# Incorrect FSF addresses:
http://lists.nongnu.org/archive/html/linphone-developers/2016-07/msg00043...
License: GPLv2+
-URL:
http://www.linphone.org/eng/documentation/dev/bcg729.html
-Source0:
http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources...
+URL:
https://github.com/BelledonneCommunications/bcg729
+Source0:
https://github.com/BelledonneCommunications/bcg729/archive/%{version}/%{n...
# Test data is not redistributible
# Source1:
http://www.belledonne-communications.com/downloads/bcg729-patterns.zip
+BuildRequires: automake autoconf libtool
BuildRequires: gcc
@@ -36,7 +36,8 @@ Development files for %{name}.
%build
-%configure --disable-silent-rules --disable-static
+./autogen.sh
+%configure --disable-static
%make_build
@@ -55,7 +56,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%files
-%doc AUTHORS README
+%doc AUTHORS README.md
%license COPYING
%{_libdir}/lib%{name}.so.*
@@ -67,6 +68,9 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%changelog
+* Tue Feb 28 2017 Sandro Mani <manisandro(a)gmail.com> - 1.0.3-1
+- Update to 1.0.3
+
* Fri Jan 06 2017 Sandro Mani <manisandro(a)gmail.com> - 1.0.2-1
- Update to 1.0.2
diff --git a/sources b/sources
index f8c387d..6948d40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a3d9b422912024f97a41e56e9e3d357 bcg729-1.0.2.tar.gz
+c69ba762a61500df605ffee3e48a3c12 bcg729-1.0.3.tar.gz