Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrnb/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24969
Modified Files:
.cvsignore amrnb.spec sources
Log Message:
* Fri May 30 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 11.0.0.0-1
- New upstream release 11.0.0.0
- Fix FTBFS (rf#3243)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 25 Jul 2008 19:59:33 -0000 1.2
+++ .cvsignore 30 May 2014 14:30:45 -0000 1.3
@@ -1 +1 @@
-amrnb-7.0.0.2.tar.bz2
+amrnb-11.0.0.0.tar.bz2
Index: amrnb.spec
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/devel/amrnb.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- amrnb.spec 12 Mar 2013 19:24:24 -0000 1.6
+++ amrnb.spec 30 May 2014 14:30:45 -0000 1.7
@@ -1,17 +1,16 @@
Name: amrnb
-Version: 7.0.0.2
-Release: 7%{?dist}
+Version: 11.0.0.0
+Release: 1%{?dist}
Summary: Adaptive Multi-Rate (AMR) Speech Codec
Group: System Environment/Libraries
License: Distributable
URL:
http://www.penguin.cz/~utx/amr
Source0:
http://ftp.penguin.cz/pub/users/utx/amr/%{name}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: wget unzip
%description
Adaptive Multi-Rate Narrow-Band decoder and encoder library.
-(3GPP TS 26.104 V 7.0.0)
+(3GPP TS 26.104 V 11.0.0)
http://www.3gpp.org/ftp/Specs/html-info/26104.htm
@@ -39,7 +38,7 @@
%setup -q
# Note we do the wget ourselves so that we can use in IP in the URL as there
# is no /etc/resolv.conf in the buildroot
-wget ftp://195.238.226.15/Specs/archive/26_series/26.104/26104-700.zip
+wget ftp://195.238.226.35/Specs/archive/26_series/26.104/26104-b00.zip
%build
@@ -50,36 +49,32 @@
%install
-rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
-%defattr (-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO readme.txt
%{_libdir}/*.so.*
%files tools
-%defattr (-,root,root,-)
%{_bindir}/*
%files devel
-%defattr (-,root,root,-)
%{_includedir}/amrnb
%{_libdir}/*.so
%changelog
+* Fri May 30 2014 Hans de Goede <j.w.r.degoede(a)gmail.com> - 11.0.0.0-1
+- New upstream release 11.0.0.0
+- Fix FTBFS (rf#3243)
+
* Tue Mar 12 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 7.0.0.2-7
-
https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 25 Jul 2008 19:59:33 -0000 1.2
+++ sources 30 May 2014 14:30:45 -0000 1.3
@@ -1 +1 @@
-ab3476a0a058c8f2bf026d484fc8a597 amrnb-7.0.0.2.tar.bz2
+673ab645f61d1c830b6429a5ba76bb1f amrnb-11.0.0.0.tar.bz2